Trace number 461370

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-15UNSAT 628.62 628.849

General information on the benchmark

Nameadditional-aig/minisat+/
cache.noobj_unsat.aig
MD5SUM111b8cc460282cda029079023df77c9a
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark283.486
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

38.27/38.35	c file: /tmp/evaluation/461370-1179253118/instance-461370-1179253118.aig
38.27/38.35	c Reading aig format..
38.27/38.35	c MAXVAR  1713045
38.27/38.35	c INPUTS  199228
38.27/38.35	c LATCHES 0
38.27/38.35	c OUTPUTS 1
38.27/38.35	c AND     1513817
38.27/38.35	c Before initialization time 36.9544
38.27/38.35	c Memory used (in MB): 990.586
628.36/628.67	c Using component size threshold as 6
628.36/628.67	
628.36/628.67	s UNSATISFIABLE
628.36/628.67	c Total time (in seconds): 626.93
628.36/628.67	c Memory used (in MB): 1058.29
628.36/628.67	c Conflict literals deleted: [32.9835%] Max learned #lits [2159231] Reduced #lits [1447040]

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/node66/watcher-461370-1179253118 -o ROOT/results/node66/solver-461370-1179253118 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461370-1179253118/aigsat-wc /tmp/evaluation/461370-1179253118/instance-461370-1179253118.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.90 0.74 3/64 11780
/proc/meminfo: memFree=1789168/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=14704 CPUtime=0
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 398 249 0 0 0 0 0 0 18 0 1 0 401301436 15056896 377 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 3676 388 124 293 0 3377 0

[startup+0.064192 s]
/proc/loadavg: 0.99 0.90 0.74 3/64 11780
/proc/meminfo: memFree=1789168/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=34784 CPUtime=0.05
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 8528 249 0 0 2 3 0 0 19 0 1 0 401301436 35618816 8507 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 8696 8507 125 293 0 8397 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34784

[startup+0.101199 s]
/proc/loadavg: 0.99 0.90 0.74 3/64 11780
/proc/meminfo: memFree=1789168/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=34784 CPUtime=0.09
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 8528 249 0 0 6 3 0 0 19 0 1 0 401301436 35618816 8507 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 8696 8507 125 293 0 8397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34784

[startup+0.301238 s]
/proc/loadavg: 0.99 0.90 0.74 3/64 11780
/proc/meminfo: memFree=1789168/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=34784 CPUtime=0.28
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 8528 249 0 0 25 3 0 0 20 0 1 0 401301436 35618816 8507 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 8696 8507 125 293 0 8397 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34784

[startup+0.701318 s]
/proc/loadavg: 0.99 0.90 0.74 3/64 11780
/proc/meminfo: memFree=1789168/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=46236 CPUtime=0.69
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 11406 249 0 0 65 4 0 0 23 0 1 0 401301436 47345664 11287 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 11559 11287 136 293 0 11260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46236

[startup+1.50148 s]
/proc/loadavg: 0.99 0.90 0.74 2/65 11782
/proc/meminfo: memFree=1731368/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=82412 CPUtime=1.48
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 20823 249 0 0 139 9 0 0 25 0 1 0 401301436 84389888 20029 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 20603 20029 136 293 0 20304 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 82412

[startup+3.10179 s]
/proc/loadavg: 0.99 0.90 0.74 2/65 11782
/proc/meminfo: memFree=1683176/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=151456 CPUtime=3.09
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 38604 249 0 0 289 20 0 0 25 0 1 0 401301436 155090944 37041 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 37864 37041 136 293 0 37565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151456

[startup+6.30143 s]
/proc/loadavg: 0.99 0.90 0.74 2/65 11782
/proc/meminfo: memFree=1540968/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=256560 CPUtime=6.29
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 72600 249 0 0 594 35 0 0 25 0 1 0 401301436 262717440 61134 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 64140 61134 136 293 0 63841 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256560

[startup+12.7027 s]
/proc/loadavg: 0.99 0.91 0.74 2/65 11782
/proc/meminfo: memFree=1419112/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=408136 CPUtime=12.68
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 110129 249 0 0 1220 48 0 0 25 0 1 0 401301436 417931264 96851 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 102034 96851 136 293 0 101735 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 408136

[startup+25.5012 s]
/proc/loadavg: 0.99 0.91 0.75 2/65 11782
/proc/meminfo: memFree=927272/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=839052 CPUtime=25.48
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 255438 249 0 0 2447 101 0 0 25 0 1 0 401301436 859189248 207817 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134639552 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 209763 207817 142 293 0 209464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 839052

[startup+51.1013 s]
/proc/loadavg: 0.99 0.91 0.75 2/65 11782
/proc/meminfo: memFree=771496/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1069224 CPUtime=51.06
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 362213 249 0 0 4963 143 0 0 25 0 1 0 401301436 1094885376 254017 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744585 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 267306 254017 160 293 0 267007 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1069224

[startup+102.306 s]
/proc/loadavg: 0.99 0.93 0.76 2/65 11782
/proc/meminfo: memFree=770536/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1069720 CPUtime=102.25
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 362430 249 0 0 10082 143 0 0 25 0 1 0 401301436 1095393280 254234 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 267430 254234 160 293 0 267131 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1069720

[startup+162.301 s]
/proc/loadavg: 0.99 0.94 0.77 2/65 11782
/proc/meminfo: memFree=768872/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1070960 CPUtime=162.23
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 362857 249 0 0 16078 145 0 0 25 0 1 0 401301436 1096663040 254661 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 267740 254661 160 293 0 267441 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1070960

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.79 2/65 11782
/proc/meminfo: memFree=767144/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1072156 CPUtime=222.2
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 363270 249 0 0 22075 145 0 0 25 0 1 0 401301436 1097887744 255074 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 268039 255074 160 293 0 267740 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1072156

[startup+282.301 s]
/proc/loadavg: 0.99 0.95 0.80 2/65 11782
/proc/meminfo: memFree=765032/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1073800 CPUtime=282.18
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 363802 249 0 0 28072 146 0 0 25 0 1 0 401301436 1099571200 255606 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 268450 255606 160 293 0 268151 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1073800

[startup+342.301 s]
/proc/loadavg: 0.99 0.96 0.81 2/65 11782
/proc/meminfo: memFree=762792/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1075568 CPUtime=342.16
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 364348 249 0 0 34069 147 0 0 25 0 1 0 401301436 1101381632 256152 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242780 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 268892 256152 160 293 0 268593 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1075568

[startup+402.301 s]
/proc/loadavg: 0.99 0.96 0.82 2/65 11782
/proc/meminfo: memFree=760488/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1077332 CPUtime=402.14
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 364930 249 0 0 40066 148 0 0 25 0 1 0 401301436 1103187968 256734 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242735 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 269333 256734 160 293 0 269034 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1077332

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 11782
/proc/meminfo: memFree=758824/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1078456 CPUtime=462.12
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 365336 249 0 0 46063 149 0 0 25 0 1 0 401301436 1104338944 257140 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 269614 257140 160 293 0 269315 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1078456

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 11782
/proc/meminfo: memFree=756520/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1080432 CPUtime=522.1
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 365915 249 0 0 52060 150 0 0 25 0 1 0 401301436 1106362368 257719 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744104 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270108 257719 160 293 0 269809 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1080432

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=754280/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1082276 CPUtime=582.08
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366454 249 0 0 58057 151 0 0 25 0 1 0 401301436 1108250624 258258 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270569 258258 160 293 0 270270 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 1082276

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

[startup+588.701 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=754088/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1082472 CPUtime=588.48
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366512 249 0 0 58697 151 0 0 25 0 1 0 401301436 1108451328 258316 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270618 258316 160 293 0 270319 0
Current children cumulated CPU time (s) 588.48
Current children cumulated vsize (KiB) 1082472

[startup+614.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=753000/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083388 CPUtime=614.06
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366771 249 0 0 61255 151 0 0 25 0 1 0 401301436 1109389312 258575 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270847 258575 160 293 0 270548 0
Current children cumulated CPU time (s) 614.06
Current children cumulated vsize (KiB) 1083388

[startup+620.701 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752936/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083480 CPUtime=620.46
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366800 249 0 0 61895 151 0 0 25 0 1 0 401301436 1109483520 258604 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743665 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270870 258604 160 293 0 270571 0
Current children cumulated CPU time (s) 620.46
Current children cumulated vsize (KiB) 1083480

[startup+623.901 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752872/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083532 CPUtime=623.66
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366815 249 0 0 62215 151 0 0 25 0 1 0 401301436 1109536768 258619 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270883 258619 160 293 0 270584 0
Current children cumulated CPU time (s) 623.66
Current children cumulated vsize (KiB) 1083532

[startup+627.102 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752744/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083628 CPUtime=626.86
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366845 249 0 0 62535 151 0 0 25 0 1 0 401301436 1109635072 258649 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744678 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270907 258649 160 293 0 270608 0
Current children cumulated CPU time (s) 626.86
Current children cumulated vsize (KiB) 1083628

[startup+627.902 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752744/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083676 CPUtime=627.66
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366856 249 0 0 62615 151 0 0 25 0 1 0 401301436 1109684224 258660 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270919 258660 160 293 0 270620 0
Current children cumulated CPU time (s) 627.66
Current children cumulated vsize (KiB) 1083676

[startup+628.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752680/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=1083676 CPUtime=628.06
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 0 366857 249 0 0 62655 151 0 0 25 0 1 0 401301436 1109684224 258661 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744764 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 270919 258661 160 293 0 270620 0
Current children cumulated CPU time (s) 628.06
Current children cumulated vsize (KiB) 1083676

[startup+628.701 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752680/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=0 CPUtime=628.46
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 4 366862 249 0 0 62692 154 0 0 25 0 1 0 401301436 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 628.46
Current children cumulated vsize (KiB) 0

[startup+628.801 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11782
/proc/meminfo: memFree=752680/2055920 swapFree=4183164/4192956
[pid=11780] ppid=11778 vsize=0 CPUtime=628.56
/proc/11780/stat : 11780 (aigsat-wc) R 11778 11780 11680 0 -1 4 366862 249 0 0 62692 164 0 0 25 0 1 0 401301436 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/11780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 628.56
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 628.849
CPU time (s): 628.62
CPU user time (s): 626.931
CPU system time (s): 1.68974
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 1099960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 626.931
system time used= 1.68974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367111
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= 13
involuntary context switches= 756

runsolver used 0.757884 second user time and 1.34979 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue May 15 18:18:39 UTC 2007

IDJOB= 461370
IDBENCH= 48687
IDSOLVER= 202
FILE ID= node66/461370-1179253118

PBS_JOBID= 5277220

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  111b8cc460282cda029079023df77c9a

RANDOM SEED= 397581283

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1789576 kB
Buffers:         32640 kB
Cached:         121032 kB
SwapCached:       3816 kB
Active:          31832 kB
Inactive:       131520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789576 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            8024 kB
Writeback:           0 kB
Mapped:          15676 kB
Slab:            88984 kB
Committed_AS:  5548644 kB
PageTables:       1404 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= 66538 MiB

End job on node66 on Tue May 15 18:29:08 UTC 2007