Trace number 460370

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.18 1200.47

General information on the benchmark

Nameindustrial-aig/crypto/
mizh-sha0-35-2.aig
MD5SUMe42ca7300d7af4a2f9c98b710cb663d2
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.678
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

12.28/12.32	c file: /tmp/evaluation/460370-1179249398/instance-460370-1179249398.aig
12.28/12.32	c Reading aig format..
12.28/12.32	c MAXVAR  328329
12.28/12.32	c INPUTS  11847
12.28/12.32	c LATCHES 0
12.28/12.32	c OUTPUTS 1
12.28/12.32	c AND     316482
12.28/12.32	c Before initialization time 11.9442
12.28/12.32	c Memory used (in MB): 263.027
70.17/70.26	c Using component size threshold as 5
70.17/70.26	c DBred=0 restart=38 est=2.40763 GV=83549 GL=328910[ 236623,92287] HP=8788 Prune=917271 decisions=667035 random 2428[0.363999]  HP Impl=405116 DB Impl=34851992[31666448]  Lits/Cls 9 
70.17/70.26	c Memory used (in MB): 312.246
138.05/138.12	c DBred=1 restart=41 est=2.75965 GV=145514 GL=338094[ 236623,101471] HP=12959 Prune=1506535 decisions=1070582 random 3810[0.355881]  HP Impl=779888 DB Impl=70613891[63091138]  Lits/Cls 10 
138.05/138.12	c Memory used (in MB): 316.984
257.72/257.80	c DBred=2 restart=43 est=3.2051 GV=217694 GL=349466[ 236623,112843] HP=18585 Prune=2348949 decisions=1667288 random 5733[0.343852]  HP Impl=1325698 DB Impl=132330320[116863923]  Lits/Cls 12 
257.72/257.80	c Memory used (in MB): 320.516
411.68/411.90	c DBred=3 restart=45 est=3.71575 GV=301637 GL=362207[ 236623,125584] HP=23484 Prune=3051320 decisions=2119175 random 7156[0.337679]  HP Impl=1923740 DB Impl=210623483[184293084]  Lits/Cls 22 
411.68/411.90	c Memory used (in MB): 331.527
602.14/602.31	c DBred=4 restart=46 est=3.86097 GV=391975 GL=373681[ 236623,137058] HP=29242 Prune=3722050 decisions=2533937 random 8376[0.330553]  HP Impl=2607962 DB Impl=300708261[260094587]  Lits/Cls 30 
602.14/602.31	c Memory used (in MB): 342.645
772.49/772.72	c DBred=5 restart=48 est=4.05219 GV=491019 GL=386864[ 236623,150241] HP=35627 Prune=4570877 decisions=3069687 random 9926[0.323355]  HP Impl=3373194 DB Impl=385043778[332510626]  Lits/Cls 17 
772.49/772.72	c Memory used (in MB): 343.73

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/node48/watcher-460370-1179249398 -o ROOT/results/node48/solver-460370-1179249398 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460370-1179249398/aigsat-wc /tmp/evaluation/460370-1179249398/instance-460370-1179249398.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: 0.96 0.96 0.91 3/64 12445
/proc/meminfo: memFree=1823896/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=3888 CPUtime=0
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 403 249 0 0 0 0 0 0 18 0 1 0 279785145 3981312 382 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 972 390 124 293 0 673 0

[startup+0.044866 s]
/proc/loadavg: 0.96 0.96 0.91 3/64 12445
/proc/meminfo: memFree=1823896/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=7740 CPUtime=0.03
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 1767 249 0 0 3 0 0 0 18 0 1 0 279785145 7925760 1746 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 1935 1746 125 293 0 1636 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7740

[startup+0.10187 s]
/proc/loadavg: 0.96 0.96 0.91 3/64 12445
/proc/meminfo: memFree=1823896/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=8212 CPUtime=0.08
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 1897 249 0 0 8 0 0 0 18 0 1 0 279785145 8409088 1875 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 2053 1875 136 293 0 1754 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8212

[startup+0.301888 s]
/proc/loadavg: 0.96 0.96 0.91 3/64 12445
/proc/meminfo: memFree=1823896/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=18048 CPUtime=0.28
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 4442 249 0 0 27 1 0 0 19 0 1 0 279785145 18481152 4274 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 4512 4274 136 293 0 4213 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18048

[startup+0.701925 s]
/proc/loadavg: 0.96 0.96 0.91 3/64 12445
/proc/meminfo: memFree=1823896/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=36924 CPUtime=0.69
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 9283 249 0 0 66 3 0 0 23 0 1 0 279785145 37810176 8922 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 9231 8922 136 293 0 8932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36924

[startup+1.502 s]
/proc/loadavg: 0.97 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1774480/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=61680 CPUtime=1.49
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 17368 249 0 0 143 6 0 0 25 0 1 0 279785145 63160320 14952 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 15420 14952 136 293 0 15121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61680

[startup+3.10115 s]
/proc/loadavg: 0.97 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1743824/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=97724 CPUtime=3.09
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 26677 249 0 0 299 10 0 0 25 0 1 0 279785145 100069376 23791 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576894 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 24431 23791 137 293 0 24132 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97724

[startup+6.30144 s]
/proc/loadavg: 0.97 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1672336/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=187824 CPUtime=6.29
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 51839 249 0 0 610 19 0 0 25 0 1 0 279785145 192331776 45426 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134637683 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 46956 45426 141 293 0 46657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 187824

[startup+12.701 s]
/proc/loadavg: 0.97 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1543312/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=295908 CPUtime=12.68
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 103359 249 0 0 1229 39 0 0 25 0 1 0 279785145 303009792 70538 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 73977 70538 158 293 0 73678 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 295908

[startup+25.5012 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1539216/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=304688 CPUtime=25.48
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 106203 249 0 0 2507 41 0 0 25 0 1 0 279785145 312000512 71330 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 76172 71330 160 293 0 75873 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 304688

[startup+51.1016 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 12447
/proc/meminfo: memFree=1536592/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=318284 CPUtime=51.08
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 106896 249 0 0 5066 42 0 0 25 0 1 0 279785145 325922816 72023 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756201 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 79571 72023 160 293 0 79272 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 318284

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1529488/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=323140 CPUtime=102.27
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 108688 249 0 0 10184 43 0 0 25 0 1 0 279785145 330895360 73782 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 80785 73782 160 293 0 80486 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 323140

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1526736/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=324916 CPUtime=162.24
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 110034 249 0 0 16180 44 0 0 25 0 1 0 279785145 332713984 74420 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 81229 74420 160 293 0 80930 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 324916

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1525136/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=326568 CPUtime=222.23
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 110484 249 0 0 22178 45 0 0 25 0 1 0 279785145 334405632 74870 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744698 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 81642 74870 160 293 0 81343 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 326568

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1522576/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=328292 CPUtime=282.22
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 111773 249 0 0 28175 47 0 0 25 0 1 0 279785145 336171008 75498 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 82073 75498 160 293 0 81774 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 328292

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1518224/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=333044 CPUtime=342.2
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 112987 249 0 0 34172 48 0 0 25 0 1 0 279785145 341037056 76583 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134753893 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 83261 76583 160 293 0 82962 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 333044

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1512592/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=338208 CPUtime=402.19
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 114432 249 0 0 40167 52 0 0 25 0 1 0 279785145 346324992 78028 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 84552 78028 160 293 0 84253 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 338208

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1510672/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=339580 CPUtime=462.17
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 115538 249 0 0 46165 52 0 0 25 0 1 0 279785145 347729920 78451 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 84895 78451 160 293 0 84596 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 339580

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1510608/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=339580 CPUtime=522.15
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 115555 249 0 0 52163 52 0 0 25 0 1 0 279785145 347729920 78468 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744822 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 84895 78468 160 293 0 84596 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 339580

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1503312/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=346680 CPUtime=582.15
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 117403 249 0 0 58160 55 0 0 25 0 1 0 279785145 355000320 80316 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752763 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 86670 80316 160 293 0 86371 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 346680

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1498576/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=350952 CPUtime=642.13
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 119256 249 0 0 64157 56 0 0 25 0 1 0 279785145 359374848 81461 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743620 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 87738 81461 160 293 0 87439 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 350952

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1498320/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=350952 CPUtime=702.11
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 119324 249 0 0 70155 56 0 0 25 0 1 0 279785145 359374848 81529 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756130 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 87738 81529 160 293 0 87439 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 350952

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1496976/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=350952 CPUtime=762.1
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 119648 249 0 0 76153 57 0 0 25 0 1 0 279785145 359374848 81853 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744841 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 87738 81853 160 293 0 87439 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 350952

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1496528/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=352080 CPUtime=822.09
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 120750 249 0 0 82151 58 0 0 25 0 1 0 279785145 360529920 81968 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 88020 81968 160 293 0 87721 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 352080

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1496336/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=352080 CPUtime=882.07
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 120769 249 0 0 88149 58 0 0 25 0 1 0 279785145 360529920 81987 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 88020 81987 160 293 0 87721 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 352080

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1489680/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=358836 CPUtime=942.05
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 122463 249 0 0 94145 60 0 0 25 0 1 0 279785145 367448064 83681 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 89709 83681 160 293 0 89410 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 358836

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1477584/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=370764 CPUtime=1002.04
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 125456 249 0 0 100139 65 0 0 25 0 1 0 279785145 379662336 86674 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 92691 86674 160 293 0 92392 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 370764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1467984/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=380404 CPUtime=1062.02
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 127873 249 0 0 106133 69 0 0 25 0 1 0 279785145 389533696 89091 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727573 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 95101 89091 160 293 0 94802 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 380404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1457360/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=390624 CPUtime=1122.02
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 130510 249 0 0 112129 73 0 0 25 0 1 0 279785145 399998976 91728 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134568562 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 97656 91728 160 293 0 97357 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 390624

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1437520/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=410480 CPUtime=1181.99
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 135509 249 0 0 118121 78 0 0 25 0 1 0 279785145 420331520 96727 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744752 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 102620 96727 160 293 0 102321 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 410480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12447
/proc/meminfo: memFree=1430928/2055920 swapFree=4183996/4192956
[pid=12445] ppid=12443 vsize=416720 CPUtime=1200.09
/proc/12445/stat : 12445 (aigsat-wc) R 12443 12445 11967 0 -1 0 137081 249 0 0 119929 80 0 0 25 0 1 0 279785145 426721280 98299 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/12445/statm: 104180 98299 160 293 0 103881 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 416720

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.47
CPU time (s): 1200.18
CPU user time (s): 1199.3
CPU system time (s): 0.878866
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 416720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.3
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137330
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= 1496

runsolver used 0.996848 second user time and 2.53062 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue May 15 17:16:38 UTC 2007

IDJOB= 460370
IDBENCH= 48437
IDSOLVER= 202
FILE ID= node48/460370-1179249398

PBS_JOBID= 5277016

Free space on /tmp= 66547 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/crypto/mizh-sha0-35-2.aig
COMMAND LINE= /tmp/evaluation/460370-1179249398/aigsat-wc /tmp/evaluation/460370-1179249398/instance-460370-1179249398.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-460370-1179249398 -o ROOT/results/node48/solver-460370-1179249398 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460370-1179249398/aigsat-wc /tmp/evaluation/460370-1179249398/instance-460370-1179249398.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  e42ca7300d7af4a2f9c98b710cb663d2

RANDOM SEED= 83898561

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1824304 kB
Buffers:          7504 kB
Cached:         113396 kB
SwapCached:       2928 kB
Active:          17880 kB
Inactive:       112780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824304 kB
SwapTotal:     4192956 kB
SwapFree:      4183996 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          15840 kB
Slab:            87036 kB
Committed_AS:  4118712 kB
PageTables:       1388 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= 66547 MiB

End job on node48 on Tue May 15 17:36:41 UTC 2007