Trace number 461246

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-15SAT 878.62 878.882

General information on the benchmark

Nameadditional-aig/ibm/
ibm20_len44_sat.aig
MD5SUM29697a78954f3165922a83c0d9cb5fa2
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.3618
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

6.99/7.03	c file: /tmp/evaluation/461246-1179252450/instance-461246-1179252450.aig
6.99/7.03	c Reading aig format..
6.99/7.03	c MAXVAR  113386
6.99/7.03	c INPUTS  1493
6.99/7.03	c LATCHES 0
6.99/7.03	c OUTPUTS 1
6.99/7.03	c AND     111893
6.99/7.03	c Before initialization time 6.82796
6.99/7.03	c Memory used (in MB): 137.02
83.86/83.96	c Using component size threshold as 12
83.86/83.96	c DBred=0 restart=36 est=2.09382 GV=51461 GL=204367[ 142946,61421] HP=10230 Prune=778501 decisions=400203 random 2791[0.697396]  HP Impl=1926314 DB Impl=57437455[51273314]  Lits/Cls 18 
83.86/83.96	c Memory used (in MB): 161.637
189.14/189.27	c DBred=1 restart=39 est=2.21536 GV=93838 GL=210756[ 142946,67810] HP=12648 Prune=1039961 decisions=479189 random 3333[0.69555]  HP Impl=3124018 DB Impl=109667740[95256634]  Lits/Cls 46 
189.14/189.27	c Memory used (in MB): 188.195
309.29/309.43	c DBred=2 restart=41 est=2.29754 GV=141272 GL=219541[ 142946,76595] HP=17427 Prune=1451559 decisions=615327 random 4044[0.657212]  HP Impl=4882946 DB Impl=174960861[149740312]  Lits/Cls 41 
309.29/309.43	c Memory used (in MB): 194.41
461.35/461.53	c DBred=3 restart=43 est=2.35888 GV=190058 GL=224475[ 142946,81529] HP=22660 Prune=1969369 decisions=812484 random 4817[0.592873]  HP Impl=7022214 DB Impl=253302238[214601781]  Lits/Cls 44 
461.35/461.53	c Memory used (in MB): 204.594
652.49/652.77	c DBred=4 restart=44 est=2.45379 GV=246219 GL=233399[ 142946,90453] HP=27770 Prune=2418935 decisions=941727 random 5567[0.591148]  HP Impl=9503174 DB Impl=350828421[293930631]  Lits/Cls 47 
652.49/652.77	c Memory used (in MB): 219.012
878.53/878.84	
878.53/878.84	s SATISFIABLE
878.53/878.84	c Total time (in seconds): 877.97
878.53/878.84	c Memory used (in MB): 226.188
878.53/878.84	c Conflict literals deleted: [47.6973%] Max learned #lits [34591099] Reduced #lits [18092062]

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/node6/watcher-461246-1179252450 -o ROOT/results/node6/solver-461246-1179252450 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461246-1179252450/aigsat-wc /tmp/evaluation/461246-1179252450/instance-461246-1179252450.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.02 0.20 0.53 2/77 32435
/proc/meminfo: memFree=1682480/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=3536 CPUtime=0
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 425 249 0 0 0 0 0 0 18 0 1 0 401282668 3620864 404 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 884 412 124 293 0 585 0

[startup+0.052463 s]
/proc/loadavg: 0.02 0.20 0.53 2/77 32435
/proc/meminfo: memFree=1682480/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=4648 CPUtime=0.04
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 1002 249 0 0 4 0 0 0 18 0 1 0 401282668 4759552 980 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134592494 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 1162 980 136 293 0 863 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4648

[startup+0.101467 s]
/proc/loadavg: 0.02 0.20 0.53 2/77 32435
/proc/meminfo: memFree=1682480/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=7084 CPUtime=0.09
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 1608 249 0 0 9 0 0 0 18 0 1 0 401282668 7254016 1586 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 1771 1586 136 293 0 1472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7084

[startup+0.301491 s]
/proc/loadavg: 0.02 0.20 0.53 2/77 32435
/proc/meminfo: memFree=1682480/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=16544 CPUtime=0.29
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 4124 249 0 0 28 1 0 0 20 0 1 0 401282668 16941056 3956 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 4136 3957 136 293 0 3837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16544

[startup+0.701537 s]
/proc/loadavg: 0.02 0.20 0.53 2/77 32435
/proc/meminfo: memFree=1682480/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=29520 CPUtime=0.69
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 7980 249 0 0 67 2 0 0 24 0 1 0 401282668 30228480 6993 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 7380 6993 136 293 0 7081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29520

[startup+1.50163 s]
/proc/loadavg: 0.02 0.20 0.53 2/78 32437
/proc/meminfo: memFree=1644712/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=46472 CPUtime=1.48
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 12100 249 0 0 145 3 0 0 25 0 1 0 401282668 47587328 11080 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134576902 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 11618 11080 137 293 0 11319 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46472

[startup+3.10182 s]
/proc/loadavg: 0.02 0.20 0.53 2/78 32437
/proc/meminfo: memFree=1635176/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=84532 CPUtime=3.09
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 22634 249 0 0 301 8 0 0 25 0 1 0 401282668 86560768 19462 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134671727 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 21133 19462 141 293 0 20834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84532

[startup+6.30119 s]
/proc/loadavg: 0.10 0.21 0.53 2/78 32437
/proc/meminfo: memFree=1570856/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=139496 CPUtime=6.29
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 46141 249 0 0 611 18 0 0 25 0 1 0 401282668 142843904 33122 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 34874 33122 143 293 0 34575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139496

[startup+12.7019 s]
/proc/loadavg: 0.17 0.22 0.53 2/78 32437
/proc/meminfo: memFree=1539560/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=153436 CPUtime=12.69
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 54214 249 0 0 1247 22 0 0 25 0 1 0 401282668 157118464 35767 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745345 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 38359 35767 160 293 0 38060 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153436

[startup+25.5014 s]
/proc/loadavg: 0.36 0.26 0.54 2/78 32437
/proc/meminfo: memFree=1537128/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=154572 CPUtime=25.48
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 54796 249 0 0 2526 22 0 0 25 0 1 0 401282668 158281728 36349 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 38643 36349 160 293 0 38344 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154572

[startup+51.1014 s]
/proc/loadavg: 0.58 0.32 0.55 2/78 32437
/proc/meminfo: memFree=1533032/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=156836 CPUtime=51.07
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 55817 249 0 0 5083 24 0 0 25 0 1 0 401282668 160600064 37370 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134707204 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 39209 37370 160 293 0 38910 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 156836

[startup+102.305 s]
/proc/loadavg: 0.81 0.42 0.57 2/78 32437
/proc/meminfo: memFree=1521128/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=167200 CPUtime=102.26
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 58796 249 0 0 10198 28 0 0 25 0 1 0 401282668 171212800 40316 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745348 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 41800 40316 160 293 0 41501 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167200

[startup+162.301 s]
/proc/loadavg: 0.93 0.52 0.59 2/78 32437
/proc/meminfo: memFree=1503144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=185508 CPUtime=162.24
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 63328 249 0 0 16188 36 0 0 25 0 1 0 401282668 189960192 44848 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 46377 44848 160 293 0 46078 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 185508

[startup+222.301 s]
/proc/loadavg: 0.97 0.61 0.62 2/78 32437
/proc/meminfo: memFree=1495400/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=192756 CPUtime=222.22
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 65612 249 0 0 22183 39 0 0 25 0 1 0 401282668 197382144 46732 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756207 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 48189 46732 160 293 0 47890 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 192756

[startup+282.302 s]
/proc/loadavg: 0.99 0.68 0.64 2/78 32437
/proc/meminfo: memFree=1495080/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=192988 CPUtime=282.21
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 65691 249 0 0 28181 40 0 0 25 0 1 0 401282668 197619712 46811 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752785 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 48247 46811 160 293 0 47948 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 192988

[startup+342.302 s]
/proc/loadavg: 0.99 0.73 0.66 2/78 32437
/proc/meminfo: memFree=1488488/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=199240 CPUtime=342.19
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 67740 249 0 0 34176 43 0 0 25 0 1 0 401282668 204021760 48448 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744740 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 49810 48448 160 293 0 49511 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 199240

[startup+402.302 s]
/proc/loadavg: 0.99 0.78 0.68 2/78 32437
/proc/meminfo: memFree=1488296/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=199432 CPUtime=402.16
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 67789 249 0 0 40173 43 0 0 25 0 1 0 401282668 204218368 48497 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134707277 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 49858 48497 160 293 0 49559 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 199432

[startup+462.302 s]
/proc/loadavg: 0.99 0.82 0.69 2/78 32437
/proc/meminfo: memFree=1477992/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=209540 CPUtime=462.15
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 70786 249 0 0 46166 49 0 0 25 0 1 0 401282668 214568960 51065 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 52385 51065 160 293 0 52086 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 209540

[startup+522.302 s]
/proc/loadavg: 0.99 0.85 0.71 2/78 32437
/proc/meminfo: memFree=1477736/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=209804 CPUtime=522.14
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 70844 249 0 0 52164 50 0 0 25 0 1 0 401282668 214839296 51123 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752653 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 52451 51123 160 293 0 52152 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 209804

[startup+582.302 s]
/proc/loadavg: 0.99 0.87 0.73 2/78 32437
/proc/meminfo: memFree=1477544/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=209936 CPUtime=582.11
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 70884 249 0 0 58161 50 0 0 25 0 1 0 401282668 214974464 51163 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752667 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 52484 51163 160 293 0 52185 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 209936

[startup+642.302 s]
/proc/loadavg: 0.99 0.89 0.74 2/78 32437
/proc/meminfo: memFree=1465832/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=221632 CPUtime=642.1
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 73812 249 0 0 64155 55 0 0 25 0 1 0 401282668 226951168 54091 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 55408 54091 160 293 0 55109 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 221632

[startup+702.302 s]
/proc/loadavg: 0.99 0.91 0.75 2/78 32437
/proc/meminfo: memFree=1462952/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=224332 CPUtime=702.08
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 74951 249 0 0 70151 57 0 0 25 0 1 0 401282668 229715968 54791 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745382 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 56083 54791 160 293 0 55784 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 224332

[startup+762.306 s]
/proc/loadavg: 0.99 0.92 0.76 2/78 32437
/proc/meminfo: memFree=1462888/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=224332 CPUtime=762.07
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 74973 249 0 0 76149 58 0 0 25 0 1 0 401282668 229715968 54813 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 56083 54813 160 293 0 55784 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 224332

[startup+822.302 s]
/proc/loadavg: 0.99 0.93 0.78 2/78 32437
/proc/meminfo: memFree=1462696/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=224332 CPUtime=822.05
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 74998 249 0 0 82147 58 0 0 25 0 1 0 401282668 229715968 54838 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 56083 54838 160 293 0 55784 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 224332

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

[startup+844.701 s]
/proc/loadavg: 0.99 0.94 0.78 2/78 32437
/proc/meminfo: memFree=1462376/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=224624 CPUtime=844.44
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 75077 249 0 0 84386 58 0 0 25 0 1 0 401282668 230014976 54917 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752938 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 56156 54917 160 293 0 55857 0
Current children cumulated CPU time (s) 844.44
Current children cumulated vsize (KiB) 224624

[startup+857.502 s]
/proc/loadavg: 0.99 0.94 0.78 2/78 32437
/proc/meminfo: memFree=1459240/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=227788 CPUtime=857.24
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 75906 249 0 0 85664 60 0 0 25 0 1 0 401282668 233254912 55746 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752667 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 56947 55746 160 293 0 56648 0
Current children cumulated CPU time (s) 857.24
Current children cumulated vsize (KiB) 227788

[startup+870.301 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455592/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231156 CPUtime=870.03
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76776 249 0 0 86943 60 0 0 25 0 1 0 401282668 236703744 56616 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743696 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57789 56616 160 293 0 57490 0
Current children cumulated CPU time (s) 870.03
Current children cumulated vsize (KiB) 231156

[startup+873.502 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455208/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231576 CPUtime=873.23
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76885 249 0 0 87263 60 0 0 25 0 1 0 401282668 237133824 56725 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745395 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57894 56725 160 293 0 57595 0
Current children cumulated CPU time (s) 873.23
Current children cumulated vsize (KiB) 231576

[startup+876.705 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231596 CPUtime=876.43
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76892 249 0 0 87583 60 0 0 25 0 1 0 401282668 237154304 56732 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739257 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57899 56732 160 293 0 57600 0
Current children cumulated CPU time (s) 876.43
Current children cumulated vsize (KiB) 231596

[startup+877.501 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231600 CPUtime=877.22
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76893 249 0 0 87662 60 0 0 25 0 1 0 401282668 237158400 56733 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739257 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57900 56733 160 293 0 57601 0
Current children cumulated CPU time (s) 877.22
Current children cumulated vsize (KiB) 231600

[startup+878.301 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231604 CPUtime=878.02
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76894 249 0 0 87742 60 0 0 25 0 1 0 401282668 237162496 56734 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57901 56734 160 293 0 57602 0
Current children cumulated CPU time (s) 878.02
Current children cumulated vsize (KiB) 231604

[startup+878.701 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231604 CPUtime=878.42
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76898 249 0 0 87782 60 0 0 25 0 1 0 401282668 237162496 56738 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57901 56738 160 293 0 57602 0
Current children cumulated CPU time (s) 878.42
Current children cumulated vsize (KiB) 231604

[startup+878.801 s]
/proc/loadavg: 0.99 0.94 0.79 2/78 32437
/proc/meminfo: memFree=1455144/2055924 swapFree=4143860/4192956
[pid=32435] ppid=32433 vsize=231604 CPUtime=878.53
/proc/32435/stat : 32435 (aigsat-wc) R 32433 32435 32376 0 -1 0 76898 249 0 0 87793 60 0 0 25 0 1 0 401282668 237162496 56738 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756145 0 0 4096 35 0 0 0 17 1 0 0
/proc/32435/statm: 57901 56738 160 293 0 57602 0
Current children cumulated CPU time (s) 878.53
Current children cumulated vsize (KiB) 231604

Child status: 10
Real time (s): 878.882
CPU time (s): 878.62
CPU user time (s): 877.971
CPU system time (s): 0.649901
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 231604

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

runsolver used 0.936857 second user time and 2.26566 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue May 15 18:07:30 UTC 2007

IDJOB= 461246
IDBENCH= 48656
IDSOLVER= 202
FILE ID= node6/461246-1179252450

PBS_JOBID= 5276850

Free space on /tmp= 66510 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/ibm/ibm20_len44_sat.aig
COMMAND LINE= /tmp/evaluation/461246-1179252450/aigsat-wc /tmp/evaluation/461246-1179252450/instance-461246-1179252450.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-461246-1179252450 -o ROOT/results/node6/solver-461246-1179252450 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461246-1179252450/aigsat-wc /tmp/evaluation/461246-1179252450/instance-461246-1179252450.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  29697a78954f3165922a83c0d9cb5fa2

RANDOM SEED= 577756654

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1682824 kB
Buffers:         36408 kB
Cached:         259708 kB
SwapCached:      16820 kB
Active:          44612 kB
Inactive:       275376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1682824 kB
SwapTotal:     4192956 kB
SwapFree:      4143860 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          29892 kB
Slab:            38704 kB
Committed_AS: 13091016 kB
PageTables:       1784 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= 66510 MiB

End job on node6 on Tue May 15 18:22:09 UTC 2007