Trace number 460462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
aigsat-wc 2007-05-15? (TO) 1200.1 1200.5

General information on the benchmark

Nameindustrial-aig/babic/
xinetd/itox_vc1138.aig
MD5SUMeaf274172ec323a06a013eeee87b8755
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.7027
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

17.49/17.52	c file: /tmp/evaluation/460462-1179249752/instance-460462-1179249752.aig
17.49/17.52	c Reading aig format..
17.49/17.52	c MAXVAR  673847
17.49/17.52	c INPUTS  71254
17.49/17.52	c LATCHES 0
17.49/17.52	c OUTPUTS 1
17.49/17.52	c AND     602593
17.49/17.52	c Before initialization time 16.9224
17.49/17.52	c Memory used (in MB): 443.145
141.09/141.29	c Using component size threshold as 12
141.09/141.29	c DBred=0 restart=41 est=2.30762 GV=144675 GL=479624[ 332977,146647] HP=2303 Prune=1047918 decisions=733812 random 1915[0.260966]  HP Impl=764883 DB Impl=101265626[96497647]  Lits/Cls 24 
141.09/141.29	c Memory used (in MB): 518.375
228.07/228.20	c DBred=1 restart=43 est=2.32595 GV=231351 GL=475819[ 332977,142842] HP=3799 Prune=1807098 decisions=1261752 random 3023[0.239587]  HP Impl=1292661 DB Impl=160897498[152385374]  Lits/Cls 21 
228.07/228.20	c Memory used (in MB): 542.504
362.43/362.68	c DBred=2 restart=45 est=2.36356 GV=352001 GL=500907[ 332977,167930] HP=6451 Prune=2821390 decisions=1964738 random 4547[0.23143]  HP Impl=2052285 DB Impl=247143634[231750574]  Lits/Cls 24 
362.43/362.68	c Memory used (in MB): 552.629
523.19/523.46	c DBred=3 restart=47 est=2.37706 GV=471252 GL=507922[ 332977,174945] HP=9183 Prune=4250901 decisions=2982737 random 6463[0.21668]  HP Impl=3106527 DB Impl=355385858[332621308]  Lits/Cls 24 
523.19/523.46	c Memory used (in MB): 555.156
658.15/658.46	c DBred=4 restart=48 est=2.38709 GV=599398 GL=519759[ 332977,186782] HP=10708 Prune=5068321 decisions=3512321 random 7552[0.215015]  HP Impl=3705308 DB Impl=442000686[411999680]  Lits/Cls 26 
658.15/658.46	c Memory used (in MB): 563.234
830.00/830.39	c DBred=5 restart=49 est=2.39828 GV=741728 GL=536718[ 332977,203741] HP=12705 Prune=6102831 decisions=4225822 random 9143[0.21636]  HP Impl=4369162 DB Impl=541827686[501816112]  Lits/Cls 25 
830.00/830.39	c Memory used (in MB): 589.504
1025.65/1026.02	c DBred=6 restart=51 est=2.41371 GV=902366 GL=561085[ 332977,228108] HP=14833 Prune=7021300 decisions=4813004 random 10404[0.216164]  HP Impl=5092175 DB Impl=660181565[607616783]  Lits/Cls 28 
1025.65/1026.02	c Memory used (in MB): 593.059

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-460462-1179249752 -o ROOT/results/node12/solver-460462-1179249752 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460462-1179249752/aigsat-wc /tmp/evaluation/460462-1179249752/instance-460462-1179249752.aig 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing Stack size limit: 1048576 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 1048576 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.02 0.91 3/77 7335
/proc/meminfo: memFree=1682408/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=6588 CPUtime=0
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 480 249 0 0 0 0 0 0 18 0 1 0 401012627 6746112 460 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 1647 469 124 293 0 1348 0

[startup+0.039978 s]
/proc/loadavg: 1.07 1.02 0.91 3/77 7335
/proc/meminfo: memFree=1682408/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=14488 CPUtime=0.03
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 3454 249 0 0 2 1 0 0 18 0 1 0 401012627 14835712 3433 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 3622 3433 125 293 0 3323 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14488

[startup+0.101984 s]
/proc/loadavg: 1.07 1.02 0.91 3/77 7335
/proc/meminfo: memFree=1682408/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=14488 CPUtime=0.09
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 3454 249 0 0 8 1 0 0 19 0 1 0 401012627 14835712 3433 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 3622 3433 125 293 0 3323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14488

[startup+0.302003 s]
/proc/loadavg: 1.07 1.02 0.91 3/77 7335
/proc/meminfo: memFree=1682408/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=20024 CPUtime=0.29
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 4871 249 0 0 27 2 0 0 21 0 1 0 401012627 20504576 4813 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 5006 4813 136 293 0 4707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20024

[startup+0.701044 s]
/proc/loadavg: 1.07 1.02 0.91 3/77 7335
/proc/meminfo: memFree=1682408/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=38740 CPUtime=0.69
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 9809 249 0 0 65 4 0 0 25 0 1 0 401012627 39669760 9412 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 9685 9412 136 293 0 9386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38740

[startup+1.50112 s]
/proc/loadavg: 1.06 1.02 0.91 2/78 7337
/proc/meminfo: memFree=1631072/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=75532 CPUtime=1.49
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 19320 249 0 0 141 8 0 0 25 0 1 0 401012627 77344768 18538 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 18883 18539 136 293 0 18584 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75532

[startup+3.10128 s]
/proc/loadavg: 1.06 1.02 0.91 2/78 7337
/proc/meminfo: memFree=1580512/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=120276 CPUtime=3.09
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 34178 249 0 0 295 14 0 0 25 0 1 0 401012627 123162624 29335 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 30069 29336 136 293 0 29770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120276

[startup+6.30261 s]
/proc/loadavg: 1.06 1.02 0.91 2/78 7337
/proc/meminfo: memFree=1499632/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=205268 CPUtime=6.29
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 54359 249 0 0 608 21 0 0 25 0 1 0 401012627 210194432 48756 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134588160 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 51317 48756 137 293 0 51018 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 205268

[startup+12.7012 s]
/proc/loadavg: 1.05 1.01 0.91 2/78 7337
/proc/meminfo: memFree=1303280/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=396124 CPUtime=12.69
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 122213 249 0 0 1224 45 0 0 25 0 1 0 401012627 405630976 97830 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134674305 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 99031 97830 142 293 0 98732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 396124

[startup+25.5015 s]
/proc/loadavg: 1.04 1.01 0.91 2/78 7337
/proc/meminfo: memFree=1201136/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=502408 CPUtime=25.48
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 168911 249 0 0 2485 63 0 0 25 0 1 0 401012627 514465792 120164 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727326 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 125602 120164 160 293 0 125303 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 502408

[startup+51.1011 s]
/proc/loadavg: 1.03 1.01 0.91 2/78 7337
/proc/meminfo: memFree=1194672/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=506728 CPUtime=51.05
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 170526 249 0 0 5040 65 0 0 25 0 1 0 401012627 518889472 121779 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 126682 121779 160 293 0 126383 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 506728

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 0.91 2/78 7337
/proc/meminfo: memFree=1178608/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=519124 CPUtime=102.23
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 174539 249 0 0 10153 70 0 0 25 0 1 0 401012627 531582976 125792 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/7335/statm: 129781 125792 160 293 0 129482 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 519124

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1159792/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=555132 CPUtime=162.18
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 179207 249 0 0 16142 76 0 0 25 0 1 0 401012627 568455168 130460 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744720 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 138783 130460 160 293 0 138484 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 555132

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1159088/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=555520 CPUtime=222.17
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 179438 249 0 0 22140 77 0 0 25 0 1 0 401012627 568852480 130625 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744852 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 138880 130625 160 293 0 138581 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 555520

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1158832/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=555520 CPUtime=282.15
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 179507 249 0 0 28138 77 0 0 25 0 1 0 401012627 568852480 130694 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744957 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 138880 130694 160 293 0 138581 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 555520

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1153968/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=560264 CPUtime=342.14
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 180780 249 0 0 34133 81 0 0 25 0 1 0 401012627 573710336 131934 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 140066 131934 160 293 0 139767 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 560264

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1146864/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=566312 CPUtime=402.12
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 183477 249 0 0 40127 85 0 0 25 0 1 0 401012627 579903488 133629 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744891 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 141578 133629 160 293 0 141279 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 566312

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1146800/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=566568 CPUtime=462.11
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 183576 249 0 0 46125 86 0 0 25 0 1 0 401012627 580165632 133663 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 141642 133663 160 293 0 141343 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 566568

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1144560/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=568448 CPUtime=522.09
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 184197 249 0 0 52122 87 0 0 25 0 1 0 401012627 582090752 134284 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 142112 134284 160 293 0 141813 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 568448

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1144240/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=568588 CPUtime=582.07
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 185237 249 0 0 58119 88 0 0 25 0 1 0 401012627 582234112 134345 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 142147 134345 160 293 0 141848 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 568588

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1136496/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=575932 CPUtime=642.06
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 187154 249 0 0 64114 92 0 0 25 0 1 0 401012627 589754368 136262 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 143983 136262 160 293 0 143684 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 575932

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1135152/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=576972 CPUtime=702.04
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 188473 249 0 0 70111 93 0 0 25 0 1 0 401012627 590819328 136588 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744104 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 144243 136588 160 293 0 143944 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 576972

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1135088/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=576972 CPUtime=762.03
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 188498 249 0 0 76109 94 0 0 25 0 1 0 401012627 590819328 136613 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739254 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 144243 136613 160 293 0 143944 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 576972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7337
/proc/meminfo: memFree=1118768/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=603648 CPUtime=822
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 196669 249 0 0 82103 97 0 0 25 0 1 0 401012627 618135552 140684 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 150912 140684 160 293 0 150613 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 603648

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1118192/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=604036 CPUtime=881.98
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 197845 249 0 0 88100 98 0 0 25 0 1 0 401012627 618532864 140779 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151009 140779 160 293 0 150710 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 604036

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1118192/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=604036 CPUtime=941.96
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 197870 249 0 0 94098 98 0 0 25 0 1 0 401012627 618532864 140804 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151009 140804 160 293 0 150710 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 604036

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1118064/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=604548 CPUtime=1001.95
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 198009 249 0 0 100096 99 0 0 25 0 1 0 401012627 619057152 140814 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151137 140814 160 293 0 150838 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 604548

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1114480/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=607988 CPUtime=1061.94
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 200119 249 0 0 106093 101 0 0 25 0 1 0 401012627 622579712 141746 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743579 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151997 141746 160 293 0 151698 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 607988

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1114352/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=607988 CPUtime=1121.91
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 200142 249 0 0 112090 101 0 0 25 0 1 0 401012627 622579712 141769 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744761 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151997 141769 160 293 0 151698 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 607988

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1114352/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=607988 CPUtime=1181.9
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 200154 249 0 0 118088 102 0 0 25 0 1 0 401012627 622579712 141781 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745274 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 151997 141781 160 293 0 151698 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 607988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 7339
/proc/meminfo: memFree=1113008/2055920 swapFree=4154884/4192956
[pid=7335] ppid=7333 vsize=609240 CPUtime=1200
/proc/7335/stat : 7335 (aigsat-wc) R 7333 7335 6640 0 -1 0 200474 249 0 0 119897 103 0 0 25 0 1 0 401012627 623861760 142101 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726514 0 0 4096 35 0 0 0 17 1 0 0
/proc/7335/statm: 152310 142101 160 293 0 152011 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 609240

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.1
CPU user time (s): 1198.98
CPU system time (s): 1.12283
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 609240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 1.12283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 5372

runsolver used 1.2838 second user time and 3.09153 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue May 15 17:22:33 UTC 2007

IDJOB= 460462
IDBENCH= 48460
IDSOLVER= 202
FILE ID= node12/460462-1179249752

PBS_JOBID= 5276803

Free space on /tmp= 66527 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/babic/xinetd/itox_vc1138.aig
COMMAND LINE= /tmp/evaluation/460462-1179249752/aigsat-wc /tmp/evaluation/460462-1179249752/instance-460462-1179249752.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-460462-1179249752 -o ROOT/results/node12/solver-460462-1179249752 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460462-1179249752/aigsat-wc /tmp/evaluation/460462-1179249752/instance-460462-1179249752.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  eaf274172ec323a06a013eeee87b8755

RANDOM SEED= 353775067

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1682560 kB
Buffers:         47652 kB
Cached:         226924 kB
SwapCached:      17756 kB
Active:          52948 kB
Inactive:       246608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682560 kB
SwapTotal:     4192956 kB
SwapFree:      4154884 kB
Dirty:            4628 kB
Writeback:           0 kB
Mapped:          30436 kB
Slab:            59244 kB
Committed_AS: 11129612 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66527 MiB

End job on node12 on Tue May 15 17:42:35 UTC 2007