Trace number 461274

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.19 1200.51

General information on the benchmark

Nameadditional-aig/
c32sat-ssort/ssort18.aig
MD5SUMbd912f91b44c2b999ec5abf1690cca81
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.29/9.33	c file: /tmp/evaluation/461274-1179252503/instance-461274-1179252503.aig
9.29/9.33	c Reading aig format..
9.29/9.33	c MAXVAR  274946
9.29/9.33	c INPUTS  21248
9.29/9.33	c LATCHES 0
9.29/9.33	c OUTPUTS 1
9.29/9.33	c AND     253698
9.29/9.33	c Before initialization time 9.02763
9.29/9.33	c Memory used (in MB): 204.484
398.67/398.89	c Using component size threshold as 15
398.67/398.89	c DBred=0 restart=34 est=0.43398 GV=15373 GL=129666[ 84263,45403] HP=30289 Prune=667863 decisions=353538 random 1469[0.415514]  HP Impl=5198243 DB Impl=10115795[8756163]  Lits/Cls 146 
398.67/398.89	c Memory used (in MB): 466.027
532.15/532.35	c DBred=1 restart=37 est=0.512086 GV=26279 GL=133944[ 84263,49681] HP=51963 Prune=1190049 decisions=624970 random 2503[0.400499]  HP Impl=9887339 DB Impl=20907482[17647050]  Lits/Cls 8 
532.15/532.35	c Memory used (in MB): 554.133
953.43/953.71	c DBred=2 restart=39 est=0.64916 GV=34331 GL=138968[ 84263,54705] HP=75541 Prune=1587939 decisions=827793 random 3154[0.381013]  HP Impl=14371015 DB Impl=33614133[27758029]  Lits/Cls 234 
953.43/953.71	c Memory used (in MB): 700.238

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/node15/watcher-461274-1179252503 -o ROOT/results/node15/solver-461274-1179252503 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461274-1179252503/aigsat-wc /tmp/evaluation/461274-1179252503/instance-461274-1179252503.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.92 1.00 1.23 4/77 9685
/proc/meminfo: memFree=1686328/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=3472 CPUtime=0
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 424 249 0 0 0 0 0 0 18 0 1 0 373167885 3555328 403 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 868 412 124 293 0 569 0

[startup+0.078847 s]
/proc/loadavg: 0.92 1.00 1.23 4/77 9685
/proc/meminfo: memFree=1686328/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=6696 CPUtime=0.06
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 1511 249 0 0 6 0 0 0 18 0 1 0 373167885 6856704 1489 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135321944 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 1675 1496 135 293 0 1376 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6696

[startup+0.101848 s]
/proc/loadavg: 0.92 1.00 1.23 4/77 9685
/proc/meminfo: memFree=1686328/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=8088 CPUtime=0.08
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 1860 249 0 0 8 0 0 0 18 0 1 0 373167885 8282112 1838 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 2022 1839 136 293 0 1723 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8088

[startup+0.301866 s]
/proc/loadavg: 0.92 1.00 1.23 4/77 9685
/proc/meminfo: memFree=1686328/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=17996 CPUtime=0.29
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 4361 249 0 0 27 2 0 0 20 0 1 0 373167885 18427904 4193 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 4499 4193 136 293 0 4200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17996

[startup+0.701902 s]
/proc/loadavg: 0.92 1.00 1.23 4/77 9685
/proc/meminfo: memFree=1686328/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=37376 CPUtime=0.69
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 9138 249 0 0 65 4 0 0 24 0 1 0 373167885 38273024 8777 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 9344 8777 136 293 0 9045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37376

[startup+1.50198 s]
/proc/loadavg: 0.92 1.00 1.23 2/78 9687
/proc/meminfo: memFree=1644272/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=54516 CPUtime=1.49
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 15757 249 0 0 142 7 0 0 25 0 1 0 373167885 55824384 13445 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 13629 13445 136 293 0 13330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54516

[startup+3.10212 s]
/proc/loadavg: 0.93 1.00 1.22 2/78 9687
/proc/meminfo: memFree=1615024/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=112084 CPUtime=3.09
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 29674 249 0 0 296 13 0 0 25 0 1 0 373167885 114774016 27020 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134590471 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 28021 27020 137 293 0 27722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112084

[startup+6.30141 s]
/proc/loadavg: 0.93 1.00 1.22 2/78 9687
/proc/meminfo: memFree=1521840/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=185812 CPUtime=6.28
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 58857 249 0 0 604 24 0 0 25 0 1 0 373167885 190271488 44595 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134674305 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 46453 44596 142 293 0 46154 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 185812

[startup+12.702 s]
/proc/loadavg: 0.94 1.00 1.22 2/78 9687
/proc/meminfo: memFree=1448952/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=243952 CPUtime=12.69
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 84680 249 0 0 1235 34 0 0 25 0 1 0 373167885 249806848 60097 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134727637 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 60988 60097 160 293 0 60689 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243952

[startup+25.5012 s]
/proc/loadavg: 0.95 1.00 1.22 2/78 9687
/proc/meminfo: memFree=1412536/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=277496 CPUtime=25.48
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 93076 249 0 0 2508 40 0 0 25 0 1 0 373167885 284155904 68493 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134726996 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 69374 68493 160 293 0 69075 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 277496

[startup+51.1015 s]
/proc/loadavg: 0.96 1.00 1.21 2/78 9687
/proc/meminfo: memFree=1380856/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=319112 CPUtime=51.07
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 100987 249 0 0 5062 45 0 0 25 0 1 0 373167885 326770688 76404 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134717814 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 79778 76404 160 293 0 79479 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 319112

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 1.20 2/78 9687
/proc/meminfo: memFree=1302712/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=399408 CPUtime=102.26
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 120451 249 0 0 10166 60 0 0 25 0 1 0 373167885 408993792 95868 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134728219 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 99852 95868 160 293 0 99553 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 399408

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.18 2/78 9687
/proc/meminfo: memFree=1280440/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=422412 CPUtime=162.24
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 125966 249 0 0 16160 64 0 0 25 0 1 0 373167885 432549888 101383 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134752833 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 105603 101383 160 293 0 105304 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 422412

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.17 2/78 9687
/proc/meminfo: memFree=1269368/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=433544 CPUtime=222.22
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 128713 249 0 0 22155 67 0 0 25 0 1 0 373167885 443949056 104130 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134733831 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 108386 104130 160 293 0 108087 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 433544

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.16 2/78 9687
/proc/meminfo: memFree=1253688/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=450720 CPUtime=282.21
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 132652 249 0 0 28150 71 0 0 25 0 1 0 373167885 461537280 108069 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134733533 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 112680 108069 160 293 0 112381 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 450720

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.14 2/78 9687
/proc/meminfo: memFree=1242872/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=461452 CPUtime=342.19
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 135334 249 0 0 34146 73 0 0 25 0 1 0 373167885 472526848 110751 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134733885 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 115363 110751 160 293 0 115064 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 461452

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 9687
/proc/meminfo: memFree=1226616/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=478224 CPUtime=402.18
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 139465 249 0 0 40139 79 0 0 25 0 1 0 373167885 489701376 114882 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134727555 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 119556 114882 160 293 0 119257 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 478224

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 9687
/proc/meminfo: memFree=1202616/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=503936 CPUtime=462.16
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 145687 249 0 0 46132 84 0 0 25 0 1 0 373167885 516030464 121104 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134731144 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 125984 121104 160 293 0 125685 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 503936

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.11 2/78 9687
/proc/meminfo: memFree=1156088/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=563460 CPUtime=522.14
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 158292 249 0 0 52122 92 0 0 25 0 1 0 373167885 576983040 132681 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134728032 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 140865 132681 160 293 0 140566 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 563460

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.10 2/78 9687
/proc/meminfo: memFree=1133240/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=588840 CPUtime=582.13
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 164053 249 0 0 58117 96 0 0 25 0 1 0 373167885 602972160 138188 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134728829 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 147210 138188 160 293 0 146911 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 588840

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.09 2/78 9687
/proc/meminfo: memFree=1119160/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=604524 CPUtime=642.11
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 167469 249 0 0 64112 99 0 0 25 0 1 0 373167885 619032576 141604 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134727346 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 151131 141604 160 293 0 150832 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 604524

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.08 2/78 9687
/proc/meminfo: memFree=1102584/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=621264 CPUtime=702.1
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 171657 249 0 0 70106 104 0 0 25 0 1 0 373167885 636174336 145792 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134734341 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 155316 145792 160 293 0 155017 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 621264

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.08 2/78 9687
/proc/meminfo: memFree=1085368/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=638592 CPUtime=762.08
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 175987 249 0 0 76098 110 0 0 25 0 1 0 373167885 653918208 150056 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134752667 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 159648 150056 160 293 0 159349 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 638592

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.07 2/78 9687
/proc/meminfo: memFree=1069112/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=655240 CPUtime=822.07
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 180251 249 0 0 82091 116 0 0 25 0 1 0 373167885 670965760 154157 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134717671 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 163810 154157 160 293 0 163511 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 655240

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.06 2/78 9687
/proc/meminfo: memFree=1052408/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=672296 CPUtime=882.04
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 184417 249 0 0 88083 121 0 0 25 0 1 0 373167885 688431104 158290 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134718146 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 168074 158290 160 293 0 167775 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 672296

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.06 2/78 9687
/proc/meminfo: memFree=1027768/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=700552 CPUtime=942.03
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 190660 249 0 0 94076 127 0 0 25 0 1 0 373167885 717365248 164533 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134727280 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 175138 164533 160 293 0 174839 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 700552

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.05 2/78 9687
/proc/meminfo: memFree=1007672/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=717080 CPUtime=1002.01
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 195817 249 0 0 100070 131 0 0 25 0 1 0 373167885 734289920 169428 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134729996 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 179270 169428 160 293 0 178971 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 717080

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.05 2/78 9687
/proc/meminfo: memFree=1006136/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=717080 CPUtime=1062
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 196202 249 0 0 106068 132 0 0 25 0 1 0 373167885 734289920 169813 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134726505 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 179270 169813 160 293 0 178971 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 717080

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.05 2/78 9687
/proc/meminfo: memFree=1006136/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=717080 CPUtime=1121.99
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 196202 249 0 0 112066 133 0 0 25 0 1 0 373167885 734289920 169813 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134726028 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 179270 169813 160 293 0 178971 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 717080

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.05 2/78 9687
/proc/meminfo: memFree=1006136/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=717264 CPUtime=1181.97
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 196254 249 0 0 118063 134 0 0 25 0 1 0 373167885 734478336 169865 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 135226373 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 179316 169865 160 293 0 179017 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 717264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.09 1.03 1.05 2/78 9687
/proc/meminfo: memFree=1002680/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=720532 CPUtime=1200.06
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 0 197070 249 0 0 119872 134 0 0 25 0 1 0 373167885 737824768 170681 18446744073709551615 134512640 135716322 4294956544 18446744073709551615 134752687 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 180133 170681 160 293 0 179834 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 720532

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

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

[startup+1200.51 s]
/proc/loadavg: 1.09 1.03 1.05 2/78 9687
/proc/meminfo: memFree=1002680/2055920 swapFree=4156504/4192956
[pid=9685] ppid=9683 vsize=0 CPUtime=1200.16
/proc/9685/stat : 9685 (aigsat-wc) R 9683 9685 9020 0 -1 1028 197070 249 0 0 119872 144 0 0 25 0 1 0 373167885 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/9685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.19
CPU user time (s): 1198.73
CPU system time (s): 1.45678
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 720532

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

runsolver used 1.26781 second user time and 3.10553 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue May 15 18:08:23 UTC 2007

IDJOB= 461274
IDBENCH= 48663
IDSOLVER= 202
FILE ID= node15/461274-1179252503

PBS_JOBID= 5276800

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  bd912f91b44c2b999ec5abf1690cca81

RANDOM SEED= 260648001

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1686672 kB
Buffers:         49472 kB
Cached:         225860 kB
SwapCached:      16524 kB
Active:         137412 kB
Inactive:       162740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686672 kB
SwapTotal:     4192956 kB
SwapFree:      4156504 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          30556 kB
Slab:            54500 kB
Committed_AS: 10958880 kB
PageTables:       1872 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= 66535 MiB

End job on node15 on Tue May 15 18:28:25 UTC 2007