Trace number 461306

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.22 1201.14

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort19.aig
MD5SUM854ae1d9913c7bc69bb685eed6d7972c
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

9.79/9.88	c file: /tmp/evaluation/461306-1179252704/instance-461306-1179252704.aig
9.79/9.88	c Reading aig format..
9.79/9.88	c MAXVAR  306419
9.79/9.88	c INPUTS  23648
9.79/9.88	c LATCHES 0
9.79/9.88	c OUTPUTS 1
9.79/9.88	c AND     282771
9.79/9.88	c Before initialization time 9.55655
9.79/9.88	c Memory used (in MB): 234.316
192.16/192.38	c Using component size threshold as 15
192.16/192.38	c DBred=0 restart=35 est=0.431111 GV=16558 GL=143983[ 93701,50282] HP=33984 Prune=771918 decisions=394718 random 1748[0.442848]  HP Impl=6806256 DB Impl=14166927[11979728]  Lits/Cls 8 
192.16/192.38	c Memory used (in MB): 469.688
351.14/351.45	c DBred=1 restart=37 est=0.584939 GV=27877 GL=149001[ 93701,55300] HP=56838 Prune=1329513 decisions=691402 random 2944[0.425801]  HP Impl=12140251 DB Impl=27315426[22608573]  Lits/Cls 7 
351.14/351.45	c Memory used (in MB): 605.383
736.31/736.90	c DBred=2 restart=40 est=0.847036 GV=42492 GL=157358[ 93701,63657] HP=79990 Prune=1858536 decisions=965339 random 3862[0.400067]  HP Impl=18086685 DB Impl=44044078[35910480]  Lits/Cls 169 
736.31/736.90	c Memory used (in MB): 769.582

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/node76/watcher-461306-1179252704 -o ROOT/results/node76/solver-461306-1179252704 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461306-1179252704/aigsat-wc /tmp/evaluation/461306-1179252704/instance-461306-1179252704.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.91 0.72 0.71 3/68 6169
/proc/meminfo: memFree=840304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=3716 CPUtime=0
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 444 248 0 0 0 0 0 0 18 0 1 0 373185011 3805184 424 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 929 432 124 293 0 630 0

[startup+0.09648 s]
/proc/loadavg: 0.91 0.72 0.71 3/68 6169
/proc/meminfo: memFree=840304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=8484 CPUtime=0.08
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 1955 248 0 0 8 0 0 0 19 0 1 0 373185011 8687616 1933 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 2121 1933 136 293 0 1822 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8484

[startup+0.10148 s]
/proc/loadavg: 0.91 0.72 0.71 3/68 6169
/proc/meminfo: memFree=840304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=8704 CPUtime=0.08
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 2014 248 0 0 8 0 0 0 19 0 1 0 373185011 8912896 1992 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 2176 1993 136 293 0 1877 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8704

[startup+0.30152 s]
/proc/loadavg: 0.91 0.72 0.71 3/68 6169
/proc/meminfo: memFree=840304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=18680 CPUtime=0.28
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 4620 248 0 0 27 1 0 0 20 0 1 0 373185011 19128320 4452 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 4670 4453 136 293 0 4371 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18680

[startup+0.701597 s]
/proc/loadavg: 0.91 0.72 0.71 3/68 6169
/proc/meminfo: memFree=840304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=41264 CPUtime=0.69
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 10287 248 0 0 66 3 0 0 24 0 1 0 373185011 42254336 9926 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134590487 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 10316 9926 136 293 0 10017 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41264

[startup+1.50175 s]
/proc/loadavg: 0.91 0.72 0.71 2/69 6171
/proc/meminfo: memFree=795304/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=57984 CPUtime=1.49
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 16549 248 0 0 142 7 0 0 25 0 1 0 373185011 59375616 13941 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 14496 13941 136 293 0 14197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57984

[startup+3.10106 s]
/proc/loadavg: 0.91 0.72 0.71 2/69 6171
/proc/meminfo: memFree=761448/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=104548 CPUtime=3.08
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 28827 248 0 0 298 10 0 0 25 0 1 0 373185011 107057152 25871 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 26137 25871 137 293 0 25838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 104548

[startup+6.30168 s]
/proc/loadavg: 0.92 0.73 0.71 2/69 6171
/proc/meminfo: memFree=673896/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=196276 CPUtime=6.29
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 61981 248 0 0 605 24 0 0 25 0 1 0 373185011 200986624 48698 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134553479 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 49069 48698 142 293 0 48770 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 196276

[startup+12.7019 s]
/proc/loadavg: 0.93 0.73 0.71 2/69 6171
/proc/meminfo: memFree=580080/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=271928 CPUtime=12.69
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 92340 248 0 0 1234 35 0 0 25 0 1 0 373185011 278454272 65220 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 67982 65220 160 293 0 67683 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271928

[startup+25.5014 s]
/proc/loadavg: 0.94 0.74 0.72 2/69 6171
/proc/meminfo: memFree=546416/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=305516 CPUtime=25.48
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 100785 248 0 0 2508 40 0 0 25 0 1 0 373185011 312848384 73665 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717880 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 76379 73665 160 293 0 76080 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 305516

[startup+51.1013 s]
/proc/loadavg: 0.96 0.76 0.72 2/69 6171
/proc/meminfo: memFree=514928/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=336292 CPUtime=51.05
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 108415 248 0 0 5059 46 0 0 25 0 1 0 373185011 344363008 81295 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134730287 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 84073 81295 160 293 0 83774 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 336292

[startup+102.305 s]
/proc/loadavg: 0.98 0.80 0.73 2/69 6171
/proc/meminfo: memFree=466736/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=386800 CPUtime=102.23
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 120390 248 0 0 10169 54 0 0 25 0 1 0 373185011 396083200 93270 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134718208 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 96700 93270 160 293 0 96401 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 386800

[startup+162.302 s]
/proc/loadavg: 0.99 0.83 0.75 2/69 6171
/proc/meminfo: memFree=405296/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=457652 CPUtime=162.18
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 136793 248 0 0 16152 66 0 0 25 0 1 0 373185011 468635648 108645 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717614 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 114413 108645 160 293 0 114114 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 457652

[startup+222.301 s]
/proc/loadavg: 0.99 0.86 0.76 2/69 6171
/proc/meminfo: memFree=361840/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=506108 CPUtime=222.13
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 147607 248 0 0 22141 72 0 0 25 0 1 0 373185011 518254592 119459 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731474 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 126527 119459 160 293 0 126228 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 506108

[startup+282.302 s]
/proc/loadavg: 0.99 0.88 0.77 2/69 6171
/proc/meminfo: memFree=316784/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=555320 CPUtime=282.09
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 158987 248 0 0 28129 80 0 0 25 0 1 0 373185011 568647680 130839 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731557 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 138830 130839 160 293 0 138531 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 555320

[startup+342.302 s]
/proc/loadavg: 0.99 0.90 0.78 2/69 6171
/proc/meminfo: memFree=261296/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=616388 CPUtime=342.06
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 172676 248 0 0 34116 90 0 0 25 0 1 0 373185011 631181312 144528 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134728280 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 154097 144528 160 293 0 153798 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 616388

[startup+402.302 s]
/proc/loadavg: 0.99 0.92 0.79 2/69 6171
/proc/meminfo: memFree=239856/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=643840 CPUtime=402.01
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 178422 248 0 0 40108 93 0 0 25 0 1 0 373185011 659292160 149992 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731146 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 160960 149992 160 293 0 160661 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 643840

[startup+462.302 s]
/proc/loadavg: 0.99 0.93 0.81 2/69 6171
/proc/meminfo: memFree=208240/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=681124 CPUtime=461.95
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 186231 248 0 0 46097 98 0 0 25 0 1 0 373185011 697470976 157801 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 170281 157801 160 293 0 169982 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 681124

[startup+522.301 s]
/proc/loadavg: 0.99 0.94 0.82 2/69 6171
/proc/meminfo: memFree=177776/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=716340 CPUtime=521.89
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 193881 248 0 0 52085 104 0 0 25 0 1 0 373185011 733532160 165451 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134718235 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 179085 165451 160 293 0 178786 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 716340

[startup+582.302 s]
/proc/loadavg: 0.99 0.95 0.82 2/69 6171
/proc/meminfo: memFree=161136/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=733600 CPUtime=581.83
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 198005 248 0 0 58074 109 0 0 25 0 1 0 373185011 751206400 169575 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 183400 169575 160 293 0 183101 0
Current children cumulated CPU time (s) 581.83
Current children cumulated vsize (KiB) 733600

[startup+642.301 s]
/proc/loadavg: 0.99 0.95 0.83 2/69 6171
/proc/meminfo: memFree=139568/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=754976 CPUtime=641.77
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 203325 248 0 0 64062 115 0 0 25 0 1 0 373185011 773095424 174895 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134734523 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 188744 174895 160 293 0 188445 0
Current children cumulated CPU time (s) 641.77
Current children cumulated vsize (KiB) 754976

[startup+702.301 s]
/proc/loadavg: 0.99 0.96 0.84 2/69 6171
/proc/meminfo: memFree=118384/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=776556 CPUtime=701.73
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 208738 248 0 0 70052 121 0 0 25 0 1 0 373185011 795193344 180209 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134753288 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 194139 180209 160 293 0 193840 0
Current children cumulated CPU time (s) 701.73
Current children cumulated vsize (KiB) 776556

[startup+762.306 s]
/proc/loadavg: 0.99 0.96 0.84 2/69 6171
/proc/meminfo: memFree=115056/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=777572 CPUtime=761.7
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 212485 248 0 0 76044 126 0 0 25 0 1 0 373185011 796233728 181030 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717790 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 194393 181030 160 293 0 194094 0
Current children cumulated CPU time (s) 761.7
Current children cumulated vsize (KiB) 777572

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/69 6171
/proc/meminfo: memFree=91888/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=802188 CPUtime=821.65
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 218349 248 0 0 82034 131 0 0 25 0 1 0 373185011 821440512 186894 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134718107 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 200547 186894 160 293 0 200248 0
Current children cumulated CPU time (s) 821.65
Current children cumulated vsize (KiB) 802188

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/69 6171
/proc/meminfo: memFree=60720/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=839212 CPUtime=881.6
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 226040 248 0 0 88025 135 0 0 25 0 1 0 373185011 859353088 194585 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134753501 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 209803 194585 160 293 0 209504 0
Current children cumulated CPU time (s) 881.6
Current children cumulated vsize (KiB) 839212

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/69 6171
/proc/meminfo: memFree=56368/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=844588 CPUtime=941.55
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 227193 248 0 0 94019 136 0 0 25 0 1 0 373185011 864858112 195738 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725873 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 211147 195738 160 293 0 210848 0
Current children cumulated CPU time (s) 941.55
Current children cumulated vsize (KiB) 844588

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/69 6171
/proc/meminfo: memFree=30896/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=875440 CPUtime=1001.52
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 233515 248 0 0 100012 140 0 0 25 0 1 0 373185011 896450560 202060 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134717814 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 218860 202060 160 293 0 218561 0
Current children cumulated CPU time (s) 1001.52
Current children cumulated vsize (KiB) 875440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/69 6171
/proc/meminfo: memFree=15408/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=906144 CPUtime=1061.48
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 240078 248 0 0 106003 145 0 0 25 0 1 0 373185011 927891456 208623 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135226578 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 226536 208623 160 293 0 226237 0
Current children cumulated CPU time (s) 1061.48
Current children cumulated vsize (KiB) 906144

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/69 6171
/proc/meminfo: memFree=15728/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=915916 CPUtime=1121.42
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 242489 248 0 0 111994 148 0 0 25 0 1 0 373185011 937897984 211034 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752687 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 228979 211034 160 293 0 228680 0
Current children cumulated CPU time (s) 1121.42
Current children cumulated vsize (KiB) 915916

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/69 6171
/proc/meminfo: memFree=15856/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=933872 CPUtime=1181.39
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 246927 248 0 0 117987 152 0 0 25 0 1 0 373185011 956284928 215439 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726044 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 233468 215439 160 293 0 233169 0
Current children cumulated CPU time (s) 1181.39
Current children cumulated vsize (KiB) 933872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 0.99 0.97 0.88 2/69 6171
/proc/meminfo: memFree=14832/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=939356 CPUtime=1200.08
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 0 248343 248 0 0 119855 153 0 0 25 0 1 0 373185011 961900544 216855 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134733237 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 234839 216855 160 293 0 234540 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 939356

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

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

[startup+1201.11 s]
/proc/loadavg: 0.99 0.97 0.88 2/70 6172
/proc/meminfo: memFree=679592/2055888 swapFree=4087284/4096564
[pid=6169] ppid=6167 vsize=0 CPUtime=1200.19
/proc/6169/stat : 6169 (aigsat-wc) R 6167 6169 6068 0 -1 1028 248343 248 0 0 119855 164 0 0 25 0 1 0 373185011 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/6169/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.14
CPU time (s): 1200.22
CPU user time (s): 1198.55
CPU system time (s): 1.67075
CPU usage (%): 99.9239
Max. virtual memory (cumulated for all children) (KiB): 939356

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

runsolver used 1.15982 second user time and 2.22366 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue May 15 18:11:45 UTC 2007

IDJOB= 461306
IDBENCH= 48671
IDSOLVER= 202
FILE ID= node76/461306-1179252704

PBS_JOBID= 5277198

Free space on /tmp= 66635 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/c32sat-ssort/ssort19.aig
COMMAND LINE= /tmp/evaluation/461306-1179252704/aigsat-wc /tmp/evaluation/461306-1179252704/instance-461306-1179252704.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-461306-1179252704 -o ROOT/results/node76/solver-461306-1179252704 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461306-1179252704/aigsat-wc /tmp/evaluation/461306-1179252704/instance-461306-1179252704.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  854ae1d9913c7bc69bb685eed6d7972c

RANDOM SEED= 495590756

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:        840520 kB
Buffers:         55696 kB
Cached:        1007892 kB
SwapCached:       3128 kB
Active:         600368 kB
Inactive:       473160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:        840520 kB
SwapTotal:     4096564 kB
SwapFree:      4087284 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          15608 kB
Slab:           128236 kB
Committed_AS:  5836696 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66635 MiB

End job on node76 on Tue May 15 18:31:48 UTC 2007