Trace number 461514

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 429.193 429.304

General information on the benchmark

Nameadditional-aig/minisat+/
p0201.sat_opt.aig
MD5SUMe1ed18155e4327298805ad8ff3fa42bd
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.989
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

2.39/2.41	c file: /tmp/evaluation/461514-1179253804/instance-461514-1179253804.aig
2.39/2.41	c Reading aig format..
2.39/2.41	c MAXVAR  31004
2.39/2.41	c INPUTS  200
2.39/2.41	c LATCHES 0
2.39/2.41	c OUTPUTS 1
2.39/2.41	c AND     30804
2.39/2.41	c Before initialization time 2.33864
2.39/2.41	c Memory used (in MB): 50.7148
62.77/62.89	c Using component size threshold as 6
62.77/62.89	c DBred=0 restart=31 est=6.56198 GV=23616 GL=87297[ 62185,25112] HP=1551 Prune=86472 decisions=34912 random 296[0.847846]  HP Impl=1591943 DB Impl=50757398[49856026]  Lits/Cls 65 
62.77/62.89	c Memory used (in MB): 74.3281
117.96/118.00	c DBred=1 restart=34 est=9.58232 GV=44638 GL=92327[ 62185,30142] HP=2332 Prune=155024 decisions=61589 random 503[0.816704]  HP Impl=2603889 DB Impl=90747880[88538467]  Lits/Cls 53 
117.96/118.00	c Memory used (in MB): 76.9102
174.24/174.36	c DBred=2 restart=36 est=10.2915 GV=64947 GL=93746[ 62185,31561] HP=3493 Prune=226639 decisions=87271 random 682[0.781474]  HP Impl=3955324 DB Impl=129336082[125509407]  Lits/Cls 56 
174.24/174.36	c Memory used (in MB): 79.2969
249.02/249.18	c DBred=3 restart=38 est=12.6464 GV=91495 GL=99296[ 62185,37111] HP=4303 Prune=314901 decisions=119346 random 911[0.763327]  HP Impl=5375564 DB Impl=176857079[170658154]  Lits/Cls 57 
249.02/249.18	c Memory used (in MB): 85.7031
332.80/332.93	c DBred=4 restart=39 est=12.8522 GV=116818 GL=99813[ 62185,37628] HP=5126 Prune=397504 decisions=148580 random 1122[0.755149]  HP Impl=6848844 DB Impl=223801498[215024005]  Lits/Cls 59 
332.80/332.93	c Memory used (in MB): 89.2773
415.69/415.86	c DBred=5 restart=41 est=14.8744 GV=143370 GL=101882[ 62185,39697] HP=6458 Prune=490443 decisions=180124 random 1356[0.752815]  HP Impl=8616462 DB Impl=271413469[259852567]  Lits/Cls 53 
415.69/415.86	c Memory used (in MB): 89.2812
429.08/429.28	
429.08/429.28	s SATISFIABLE
429.08/429.28	c Total time (in seconds): 428.959
429.08/429.28	c Memory used (in MB): 89.2969
429.08/429.28	c Conflict literals deleted: [45.6508%] Max learned #lits [20023695] Reduced #lits [10882724]

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/node61/watcher-461514-1179253804 -o ROOT/results/node61/solver-461514-1179253804 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461514-1179253804/aigsat-wc /tmp/evaluation/461514-1179253804/instance-461514-1179253804.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.00 0.99 0.90 3/64 23975
/proc/meminfo: memFree=1522752/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=1928 CPUtime=0
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 314 249 0 0 0 0 0 0 18 0 1 0 337343988 1974272 293 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 482 293 125 293 0 183 0

[startup+0.076964 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 23975
/proc/meminfo: memFree=1522752/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=5368 CPUtime=0.07
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 1163 249 0 0 7 0 0 0 18 0 1 0 337343988 5496832 1141 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 1342 1141 136 293 0 1043 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5368

[startup+0.102966 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 23975
/proc/meminfo: memFree=1522752/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=6652 CPUtime=0.09
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 1529 249 0 0 9 0 0 0 18 0 1 0 337343988 6811648 1459 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 1663 1459 136 293 0 1364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6652

[startup+0.302984 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 23975
/proc/meminfo: memFree=1522752/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=14304 CPUtime=0.29
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 3580 249 0 0 28 1 0 0 19 0 1 0 337343988 14647296 3357 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242780 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 3576 3357 137 293 0 3277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14304

[startup+0.702022 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 23975
/proc/meminfo: memFree=1522752/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=21620 CPUtime=0.69
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 5410 249 0 0 67 2 0 0 23 0 1 0 337343988 22138880 5048 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134591989 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 5405 5049 137 293 0 5106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21620

[startup+1.5011 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1491704/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=43988 CPUtime=1.49
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 13284 249 0 0 144 5 0 0 25 0 1 0 337343988 45043712 10295 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242788 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 10997 10295 142 293 0 10698 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43988

[startup+3.10125 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1474424/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=57696 CPUtime=3.08
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 20162 249 0 0 301 7 0 0 25 0 1 0 337343988 59080704 13378 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 14424 13378 160 293 0 14125 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57696

[startup+6.30155 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1468992/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=58136 CPUtime=6.28
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 20360 249 0 0 621 7 0 0 25 0 1 0 337343988 59531264 13576 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135235224 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 14534 13576 160 293 0 14235 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58136

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1467264/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=61304 CPUtime=12.69
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 21247 249 0 0 1261 8 0 0 25 0 1 0 337343988 62775296 13947 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727573 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 15326 13947 160 293 0 15027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61304

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1462976/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=65368 CPUtime=25.48
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 22349 249 0 0 2538 10 0 0 25 0 1 0 337343988 66936832 15049 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 16342 15049 160 293 0 16043 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65368

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 23977
/proc/meminfo: memFree=1454848/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=72892 CPUtime=51.07
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 24379 249 0 0 5095 12 0 0 25 0 1 0 337343988 74641408 17079 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134731130 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 18223 17079 160 293 0 17924 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 72892

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23977
/proc/meminfo: memFree=1450368/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=76792 CPUtime=102.26
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 25447 249 0 0 10213 13 0 0 25 0 1 0 337343988 78635008 18147 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744064 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 19198 18147 160 293 0 18899 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76792

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23977
/proc/meminfo: memFree=1448000/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=78968 CPUtime=162.24
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 26208 249 0 0 16209 15 0 0 25 0 1 0 337343988 80863232 18737 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134727482 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 19742 18737 160 293 0 19443 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78968

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23977
/proc/meminfo: memFree=1445568/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=81320 CPUtime=222.23
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 26984 249 0 0 22207 16 0 0 25 0 1 0 337343988 83271680 19332 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 20330 19332 160 293 0 20031 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81320

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1438784/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=87796 CPUtime=282.21
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 28848 249 0 0 28202 19 0 0 25 0 1 0 337343988 89903104 21012 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134726022 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 21949 21012 160 293 0 21650 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 87796

[startup+342.303 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1435072/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91420 CPUtime=342.2
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 29963 249 0 0 34199 21 0 0 25 0 1 0 337343988 93614080 21933 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22855 21933 160 293 0 22556 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 91420

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1435008/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91420 CPUtime=402.19
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 29972 249 0 0 40198 21 0 0 25 0 1 0 337343988 93614080 21942 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22855 21942 160 293 0 22556 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 91420

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

[startup+409.502 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1435008/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91420 CPUtime=409.38
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 29974 249 0 0 40917 21 0 0 25 0 1 0 337343988 93614080 21944 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743573 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22855 21944 160 293 0 22556 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 91420

[startup+422.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434880/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91436 CPUtime=422.18
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 30195 249 0 0 42197 21 0 0 25 0 1 0 337343988 93630464 21970 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743645 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22859 21970 160 293 0 22560 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 91436

[startup+425.501 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434880/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91436 CPUtime=425.38
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 30195 249 0 0 42517 21 0 0 25 0 1 0 337343988 93630464 21970 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22859 21970 160 293 0 22560 0
Current children cumulated CPU time (s) 425.38
Current children cumulated vsize (KiB) 91436

[startup+427.102 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434944/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91436 CPUtime=426.98
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 30195 249 0 0 42677 21 0 0 25 0 1 0 337343988 93630464 21970 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22859 21970 160 293 0 22560 0
Current children cumulated CPU time (s) 426.98
Current children cumulated vsize (KiB) 91436

[startup+428.702 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434944/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91436 CPUtime=428.58
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 30195 249 0 0 42837 21 0 0 25 0 1 0 337343988 93630464 21970 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752802 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22859 21970 160 293 0 22560 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 91436

[startup+429.102 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434944/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=91436 CPUtime=428.98
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 0 30195 249 0 0 42877 21 0 0 25 0 1 0 337343988 93630464 21970 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134734440 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 22859 21970 160 293 0 22560 0
Current children cumulated CPU time (s) 428.98
Current children cumulated vsize (KiB) 91436

[startup+429.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 23979
/proc/meminfo: memFree=1434944/2055920 swapFree=4184208/4192956
[pid=23975] ppid=23973 vsize=0 CPUtime=429.18
/proc/23975/stat : 23975 (aigsat-wc) R 23973 23975 23739 0 -1 4 30198 249 0 0 42895 23 0 0 25 0 1 0 337343988 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/23975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 429.18
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 429.304
CPU time (s): 429.193
CPU user time (s): 428.96
CPU system time (s): 0.232964
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 91436

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

runsolver used 0.436933 second user time and 0.990849 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue May 15 18:30:04 UTC 2007

IDJOB= 461514
IDBENCH= 48723
IDSOLVER= 202
FILE ID= node61/461514-1179253804

PBS_JOBID= 5277188

Free space on /tmp= 66524 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  e1ed18155e4327298805ad8ff3fa42bd

RANDOM SEED= 533464011

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1523096 kB
Buffers:         22068 kB
Cached:         368504 kB
SwapCached:       2808 kB
Active:          30180 kB
Inactive:       370152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523096 kB
SwapTotal:     4192956 kB
SwapFree:      4184208 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          15760 kB
Slab:           118556 kB
Committed_AS:  6462996 kB
PageTables:       1416 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= 66524 MiB

End job on node61 on Tue May 15 18:37:13 UTC 2007