Trace number 460731

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-sp 2007-05-15? (TO) 1200.16 1200.5

General information on the benchmark

Nameindustrial-aig/palacios/
medium/cube-11-h14-sat.aig
MD5SUM634420a2b4ef25ed17aff558661c9ee4
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)

22.78/22.82	c file: /tmp/evaluation/460731-1179250636/instance-460731-1179250636.aig
22.78/22.82	c Reading aig format..
22.78/22.82	c MAXVAR  513085
22.78/22.82	c INPUTS  222
22.78/22.82	c LATCHES 0
22.78/22.82	c OUTPUTS 1
22.78/22.82	c AND     512863
22.78/22.82	c Before initialization time (seconds) 22.1666
22.78/22.82	c Memory used (in MB): 522.445

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/node17/watcher-460731-1179250636 -o ROOT/results/node17/solver-460731-1179250636 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460731-1179250636/aigsat-sp /tmp/evaluation/460731-1179250636/instance-460731-1179250636.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.99 0.97 0.91 3/77 14158
/proc/meminfo: memFree=1839480/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=5204 CPUtime=0
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 922 0 0 0 0 0 0 0 18 0 1 0 372981199 5328896 910 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 1301 917 121 277 0 1019 0

[startup+0.020018 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 14158
/proc/meminfo: memFree=1839480/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=11220 CPUtime=0.01
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 2656 0 0 0 0 1 0 0 18 0 1 0 372981199 11489280 2644 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 2805 2644 121 277 0 2523 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11220

[startup+0.102027 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 14158
/proc/meminfo: memFree=1839480/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=11220 CPUtime=0.09
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 2656 0 0 0 8 1 0 0 18 0 1 0 372981199 11489280 2644 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 2805 2644 121 277 0 2523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11220

[startup+0.301058 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 14158
/proc/meminfo: memFree=1839480/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=18364 CPUtime=0.29
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 4449 0 0 0 28 1 0 0 19 0 1 0 372981199 18804736 4387 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 4591 4387 131 277 0 4309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18364

[startup+0.701091 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 14158
/proc/meminfo: memFree=1839480/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=37832 CPUtime=0.69
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 9533 0 0 0 66 3 0 0 22 0 1 0 372981199 38739968 9181 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 9458 9181 131 277 0 9176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37832

[startup+1.50117 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1788592/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=79256 CPUtime=1.49
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 20416 0 0 0 141 8 0 0 25 0 1 0 372981199 81158144 18910 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 19814 18910 131 277 0 19532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79256

[startup+3.10134 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1751152/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=113952 CPUtime=3.09
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 32155 0 0 0 297 12 0 0 25 0 1 0 372981199 116686848 28124 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 28488 28124 131 277 0 28206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113952

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1656048/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=192000 CPUtime=6.29
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 49985 0 0 0 609 20 0 0 25 0 1 0 372981199 196608000 45823 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134586442 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 48000 45823 132 277 0 47718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192000

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1538096/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=329232 CPUtime=12.69
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 93977 0 0 0 1234 35 0 0 25 0 1 0 372981199 337133568 76602 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134643805 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 82308 76602 136 277 0 82026 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 329232

[startup+25.5027 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1300720/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=576456 CPUtime=25.48
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 189262 0 0 0 2479 69 0 0 25 0 1 0 372981199 590290944 134476 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671933 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 144114 134476 156 277 0 143832 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 576456

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1298736/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=577412 CPUtime=51.08
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 189946 0 0 0 5038 70 0 0 25 0 1 0 372981199 591269888 134980 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134735387 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 144353 134980 158 277 0 144071 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 577412

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1294960/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=583392 CPUtime=102.27
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 191676 0 0 0 10156 71 0 0 25 0 1 0 372981199 597393408 135899 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672884 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 145848 135899 159 277 0 145566 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 583392

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1289968/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=591356 CPUtime=162.24
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 193930 0 0 0 16151 73 0 0 25 0 1 0 372981199 605548544 137128 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134659479 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 147839 137128 159 277 0 147557 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 591356

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1287920/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=593316 CPUtime=222.23
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 194433 0 0 0 22149 74 0 0 25 0 1 0 372981199 607555584 137631 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134584478 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 148329 137631 159 277 0 148047 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 593316

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1283120/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=598180 CPUtime=282.21
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 195630 0 0 0 28146 75 0 0 25 0 1 0 372981199 612536320 138828 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672811 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 149545 138828 159 277 0 149263 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 598180

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14159
/proc/meminfo: memFree=1278512/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=602780 CPUtime=342.2
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 196759 0 0 0 34142 78 0 0 25 0 1 0 372981199 617246720 139957 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657692 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 150695 139957 159 277 0 150413 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 602780

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1274800/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=606396 CPUtime=402.18
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 197660 0 0 0 40139 79 0 0 25 0 1 0 372981199 620949504 140858 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134670419 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 151599 140858 159 277 0 151317 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 606396

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1271408/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=609772 CPUtime=462.16
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 198496 0 0 0 46136 80 0 0 25 0 1 0 372981199 624406528 141694 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575102 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 152443 141694 159 277 0 152161 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 609772

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1268976/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=612260 CPUtime=522.14
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 199119 0 0 0 52133 81 0 0 25 0 1 0 372981199 626954240 142317 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657677 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 153065 142317 159 277 0 152783 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 612260

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1265712/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=615496 CPUtime=582.12
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 199942 0 0 0 58130 82 0 0 25 0 1 0 372981199 630267904 143098 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672811 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 153874 143098 159 277 0 153592 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 615496

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1264752/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=616344 CPUtime=642.11
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 200162 0 0 0 64128 83 0 0 25 0 1 0 372981199 631136256 143318 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657352 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 154086 143318 159 277 0 153804 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 616344

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1263536/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=617532 CPUtime=702.09
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 200467 0 0 0 70125 84 0 0 25 0 1 0 372981199 632352768 143623 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671905 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 154383 143623 159 277 0 154101 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 617532

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1262192/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=618760 CPUtime=762.08
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 200782 0 0 0 76123 85 0 0 25 0 1 0 372981199 633610240 143938 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134670419 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 154690 143938 159 277 0 154408 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 618760

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 3/78 14161
/proc/meminfo: memFree=1260976/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=620008 CPUtime=822.06
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 201100 0 0 0 82120 86 0 0 25 0 1 0 372981199 634888192 144256 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188726 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 155002 144256 159 277 0 154720 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 620008

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1258352/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=622520 CPUtime=882.05
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 201734 0 0 0 88118 87 0 0 25 0 1 0 372981199 637460480 144890 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657317 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 155630 144890 159 277 0 155348 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 622520

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1254256/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=626656 CPUtime=942.03
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 202768 0 0 0 94114 89 0 0 25 0 1 0 372981199 641695744 145924 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657733 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 156664 145924 159 277 0 156382 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 626656

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1250992/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=629804 CPUtime=1002.01
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 203557 0 0 0 100111 90 0 0 25 0 1 0 372981199 644919296 146713 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672777 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 157451 146713 159 277 0 157169 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 629804

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 3/78 14161
/proc/meminfo: memFree=1249200/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=631484 CPUtime=1061.99
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 204003 0 0 0 106107 92 0 0 25 0 1 0 372981199 646639616 147159 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134657677 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 157871 147159 159 277 0 157589 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 631484

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1245296/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=635480 CPUtime=1121.97
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 204966 0 0 0 112104 93 0 0 25 0 1 0 372981199 650731520 148122 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671905 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 158870 148122 159 277 0 158588 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 635480

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1240560/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=640512 CPUtime=1181.96
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 206162 0 0 0 118101 95 0 0 25 0 1 0 372981199 655884288 149318 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672811 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 160128 149318 159 277 0 159846 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 640512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 14161
/proc/meminfo: memFree=1239728/2055920 swapFree=4140660/4192956
[pid=14158] ppid=14156 vsize=641248 CPUtime=1200.06
/proc/14158/stat : 14158 (aigsat-sp) R 14156 14158 12597 0 -1 0 206344 0 0 0 119910 96 0 0 25 0 1 0 372981199 656637952 149500 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134658435 0 0 4096 35 0 0 0 17 1 0 0
/proc/14158/statm: 160312 149500 159 277 0 160030 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 641248

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.16
CPU user time (s): 1199.11
CPU system time (s): 1.05784
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 641248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.11
system time used= 1.05784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206344
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= 6
involuntary context switches= 1660

runsolver used 1.27281 second user time and 3.10153 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue May 15 17:37:17 UTC 2007

IDJOB= 460731
IDBENCH= 48527
IDSOLVER= 203
FILE ID= node17/460731-1179250636

PBS_JOBID= 5276798

Free space on /tmp= 66544 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/palacios/medium/cube-11-h14-sat.aig
COMMAND LINE= /tmp/evaluation/460731-1179250636/aigsat-sp /tmp/evaluation/460731-1179250636/instance-460731-1179250636.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-460731-1179250636 -o ROOT/results/node17/solver-460731-1179250636 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460731-1179250636/aigsat-sp /tmp/evaluation/460731-1179250636/instance-460731-1179250636.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  634420a2b4ef25ed17aff558661c9ee4

RANDOM SEED= 112852425

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1839768 kB
Buffers:         26292 kB
Cached:          95880 kB
SwapCached:      14780 kB
Active:          54740 kB
Inactive:        92004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839768 kB
SwapTotal:     4192956 kB
SwapFree:      4140660 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          30328 kB
Slab:            54920 kB
Committed_AS: 11271692 kB
PageTables:       1796 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= 66544 MiB

End job on node17 on Tue May 15 17:57:19 UTC 2007