Trace number 461418

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.35 1201.36

General information on the benchmark

Nameadditional-aig/minisat+/
mitre.sat_unopt.aig
MD5SUMf2a66c6a84f242bb7a2dd1642bad0d14
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)

251.49/251.74	c file: /tmp/evaluation/461418-1179253666/instance-461418-1179253666.aig
251.49/251.74	c Reading aig format..
251.49/251.74	c MAXVAR  1032637
251.49/251.74	c INPUTS  10724
251.49/251.74	c LATCHES 0
251.49/251.74	c OUTPUTS 1
251.49/251.74	c AND     1021913
251.49/251.74	c Before initialization time 249.252
251.49/251.74	c Memory used (in MB): 1505.05

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/node13/watcher-461418-1179253666 -o ROOT/results/node13/solver-461418-1179253666 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461418-1179253666/aigsat-wc /tmp/evaluation/461418-1179253666/instance-461418-1179253666.aig 

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


[startup+0 s]
/proc/loadavg: 1.04 1.00 0.84 3/77 16516
/proc/meminfo: memFree=1813624/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=9388 CPUtime=0
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 497 249 0 0 0 0 0 0 19 0 1 0 373284511 9613312 476 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 2347 486 124 293 0 2048 0

[startup+0.100426 s]
/proc/loadavg: 1.04 1.00 0.84 3/77 16516
/proc/meminfo: memFree=1813624/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=21488 CPUtime=0.09
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 5204 249 0 0 7 2 0 0 19 0 1 0 373284511 22003712 5183 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 5372 5183 125 293 0 5073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21488

[startup+0.202459 s]
/proc/loadavg: 1.04 1.00 0.84 3/77 16516
/proc/meminfo: memFree=1813624/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=21488 CPUtime=0.19
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 5204 249 0 0 17 2 0 0 20 0 1 0 373284511 22003712 5183 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 5372 5183 125 293 0 5073 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21488

[startup+0.301469 s]
/proc/loadavg: 1.04 1.00 0.84 3/77 16516
/proc/meminfo: memFree=1813624/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=23876 CPUtime=0.29
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 5810 249 0 0 27 2 0 0 20 0 1 0 373284511 24449024 5788 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 5969 5789 136 293 0 5670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23876

[startup+0.701553 s]
/proc/loadavg: 1.04 1.00 0.84 3/77 16516
/proc/meminfo: memFree=1813624/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=44788 CPUtime=0.69
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 11152 249 0 0 66 3 0 0 24 0 1 0 373284511 45862912 10791 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 11197 10791 136 293 0 10898 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44788

[startup+1.50172 s]
/proc/loadavg: 1.03 1.00 0.84 2/78 16518
/proc/meminfo: memFree=1750640/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=84656 CPUtime=1.49
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 22446 249 0 0 142 7 0 0 25 0 1 0 373284511 86687744 20931 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 21164 20932 136 293 0 20865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84656

[startup+3.10106 s]
/proc/loadavg: 1.03 1.00 0.84 2/78 16518
/proc/meminfo: memFree=1695600/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=166648 CPUtime=3.09
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 43956 249 0 0 293 16 0 0 25 0 1 0 373284511 170647552 40904 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 41662 40904 136 293 0 41363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166648

[startup+6.30174 s]
/proc/loadavg: 1.03 1.00 0.84 2/78 16518
/proc/meminfo: memFree=1608176/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=257116 CPUtime=6.28
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 69059 249 0 0 603 25 0 0 25 0 1 0 373284511 263286784 60974 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 64279 60974 136 293 0 63980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 257116

[startup+12.7011 s]
/proc/loadavg: 1.03 1.00 0.84 2/78 16518
/proc/meminfo: memFree=1319160/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=533780 CPUtime=12.69
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 142108 249 0 0 1214 55 0 0 25 0 1 0 373284511 546590720 129953 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576869 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 133445 129953 137 293 0 133146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 533780

[startup+25.5028 s]
/proc/loadavg: 1.02 1.00 0.84 2/78 16518
/proc/meminfo: memFree=1292408/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=534808 CPUtime=25.47
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 142489 249 0 0 2492 55 0 0 25 0 1 0 373284511 547643392 130107 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576902 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 133702 130107 137 293 0 133403 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 534808

[startup+51.1013 s]
/proc/loadavg: 1.01 1.00 0.85 2/78 16518
/proc/meminfo: memFree=1291896/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=535832 CPUtime=51.05
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 142857 249 0 0 5050 55 0 0 25 0 1 0 373284511 548691968 130218 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576869 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 133958 130218 137 293 0 133659 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 535832

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 0.85 2/78 16518
/proc/meminfo: memFree=1291512/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=535832 CPUtime=102.22
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 142986 249 0 0 10167 55 0 0 25 0 1 0 373284511 548691968 130347 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576897 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 133958 130347 137 293 0 133659 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 535832

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.86 2/78 16518
/proc/meminfo: memFree=1291000/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=535832 CPUtime=162.16
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 143097 249 0 0 16161 55 0 0 25 0 1 0 373284511 548691968 130458 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576869 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 133958 130458 137 293 0 133659 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 535832

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 0.86 2/78 16518
/proc/meminfo: memFree=639096/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1195336 CPUtime=222.13
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 395324 249 0 0 22060 153 0 0 25 0 1 0 373284511 1224024064 293802 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 298834 293802 142 293 0 298535 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 1195336

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/78 16518
/proc/meminfo: memFree=210488/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1730836 CPUtime=282.08
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 637983 249 0 0 27965 243 0 0 25 0 1 0 373284511 1772376064 399922 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756164 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 432709 399922 160 293 0 432410 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 1730836

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/78 16518
/proc/meminfo: memFree=193592/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1743132 CPUtime=342
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 642165 249 0 0 33953 247 0 0 25 0 1 0 373284511 1784967168 404104 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756121 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 435783 404104 160 293 0 435484 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 1743132

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/78 16518
/proc/meminfo: memFree=182136/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1751532 CPUtime=401.96
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 645018 249 0 0 39946 250 0 0 25 0 1 0 373284511 1793568768 406957 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 437883 406957 160 293 0 437584 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 1751532

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 0.89 2/78 16518
/proc/meminfo: memFree=170424/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1760588 CPUtime=461.91
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 647937 249 0 0 45938 253 0 0 25 0 1 0 373284511 1802842112 409876 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 440147 409876 160 293 0 439848 0
Current children cumulated CPU time (s) 461.91
Current children cumulated vsize (KiB) 1760588

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/78 16518
/proc/meminfo: memFree=165368/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1764624 CPUtime=521.87
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 649279 249 0 0 51931 256 0 0 25 0 1 0 373284511 1806974976 411218 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744104 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 441156 411218 160 293 0 440857 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 1764624

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.90 2/78 16518
/proc/meminfo: memFree=159288/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1769084 CPUtime=581.82
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 650717 249 0 0 57924 258 0 0 25 0 1 0 373284511 1811542016 412656 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756199 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 442271 412656 160 293 0 441972 0
Current children cumulated CPU time (s) 581.82
Current children cumulated vsize (KiB) 1769084

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/78 16518
/proc/meminfo: memFree=152504/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1774348 CPUtime=641.77
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 652410 249 0 0 63917 260 0 0 25 0 1 0 373284511 1816932352 414349 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756201 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 443587 414349 160 293 0 443288 0
Current children cumulated CPU time (s) 641.77
Current children cumulated vsize (KiB) 1774348

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=146104/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1779368 CPUtime=701.73
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 653988 249 0 0 69911 262 0 0 25 0 1 0 373284511 1822072832 415927 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 444842 415927 160 293 0 444543 0
Current children cumulated CPU time (s) 701.73
Current children cumulated vsize (KiB) 1779368

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=141752/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1782484 CPUtime=761.66
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 655036 249 0 0 75903 263 0 0 25 0 1 0 373284511 1825263616 416975 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743617 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 445621 416975 160 293 0 445322 0
Current children cumulated CPU time (s) 761.66
Current children cumulated vsize (KiB) 1782484

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=136760/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1786488 CPUtime=821.61
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 656297 249 0 0 81897 264 0 0 25 0 1 0 373284511 1829363712 418236 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756201 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 446622 418236 160 293 0 446323 0
Current children cumulated CPU time (s) 821.61
Current children cumulated vsize (KiB) 1786488

[startup+882.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=132216/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1790100 CPUtime=881.57
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 657417 249 0 0 87891 266 0 0 25 0 1 0 373284511 1833062400 419356 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744309 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 447525 419356 160 293 0 447226 0
Current children cumulated CPU time (s) 881.57
Current children cumulated vsize (KiB) 1790100

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=127160/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1795208 CPUtime=941.52
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 658938 249 0 0 93884 268 0 0 25 0 1 0 373284511 1838292992 420620 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 448802 420620 160 293 0 448503 0
Current children cumulated CPU time (s) 941.52
Current children cumulated vsize (KiB) 1795208

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16518
/proc/meminfo: memFree=122616/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1798848 CPUtime=1001.48
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 660084 249 0 0 99879 269 0 0 25 0 1 0 373284511 1842020352 421766 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756173 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 449712 421766 160 293 0 449413 0
Current children cumulated CPU time (s) 1001.48
Current children cumulated vsize (KiB) 1798848

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16519
/proc/meminfo: memFree=118712/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1801960 CPUtime=1061.43
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 661074 249 0 0 105873 270 0 0 25 0 1 0 373284511 1845207040 422756 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 450490 422756 160 293 0 450191 0
Current children cumulated CPU time (s) 1061.43
Current children cumulated vsize (KiB) 1801960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16520
/proc/meminfo: memFree=114360/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1805232 CPUtime=1121.37
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 662127 249 0 0 111865 272 0 0 25 0 1 0 373284511 1848557568 423809 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 451308 423809 160 293 0 451009 0
Current children cumulated CPU time (s) 1121.37
Current children cumulated vsize (KiB) 1805232

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16520
/proc/meminfo: memFree=110776/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1807968 CPUtime=1181.3
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 662997 249 0 0 117857 273 0 0 25 0 1 0 373284511 1851359232 424679 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 451992 424679 160 293 0 451693 0
Current children cumulated CPU time (s) 1181.3
Current children cumulated vsize (KiB) 1807968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 16520
/proc/meminfo: memFree=108280/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=1810036 CPUtime=1200.09
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 0 663612 249 0 0 119735 274 0 0 25 0 1 0 373284511 1853476864 425294 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134718583 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 452509 425294 160 293 0 452210 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1810036

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

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

[startup+1201.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/79 16521
/proc/meminfo: memFree=789936/2055920 swapFree=4159364/4192956
[pid=16516] ppid=16514 vsize=0 CPUtime=1200.29
/proc/16516/stat : 16516 (aigsat-wc) R 16514 16516 16404 0 -1 1028 663612 249 0 0 119735 294 0 0 25 0 1 0 373284511 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/16516/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.36
CPU time (s): 1200.35
CPU user time (s): 1197.36
CPU system time (s): 2.99854
CPU usage (%): 99.9165
Max. virtual memory (cumulated for all children) (KiB): 1810036

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

runsolver used 1.19882 second user time and 3.17952 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue May 15 18:27:47 UTC 2007

IDJOB= 461418
IDBENCH= 48699
IDSOLVER= 202
FILE ID= node13/461418-1179253666

PBS_JOBID= 5276854

Free space on /tmp= 66536 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/mitre.sat_unopt.aig
COMMAND LINE= /tmp/evaluation/461418-1179253666/aigsat-wc /tmp/evaluation/461418-1179253666/instance-461418-1179253666.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-461418-1179253666 -o ROOT/results/node13/solver-461418-1179253666 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461418-1179253666/aigsat-wc /tmp/evaluation/461418-1179253666/instance-461418-1179253666.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  f2a66c6a84f242bb7a2dd1642bad0d14

RANDOM SEED= 972422499

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1813904 kB
Buffers:         24472 kB
Cached:         126996 kB
SwapCached:      12684 kB
Active:          38260 kB
Inactive:       136352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813904 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          30176 kB
Slab:            52832 kB
Committed_AS: 10810804 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= 66536 MiB

End job on node13 on Tue May 15 18:47:50 UTC 2007