Trace number 460458

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 545.203 545.379

General information on the benchmark

Nameindustrial-aig/babic/
xinetd/itox_vc1033.aig
MD5SUMcb82ab8d5de2f2ef574054f5311cdf99
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.496
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

14.88/14.93	c file: /tmp/evaluation/460458-1179249720/instance-460458-1179249720.aig
14.88/14.93	c Reading aig format..
14.88/14.93	c MAXVAR  553115
14.88/14.93	c INPUTS  57775
14.88/14.93	c LATCHES 0
14.88/14.93	c OUTPUTS 1
14.88/14.93	c AND     495340
14.88/14.93	c Before initialization time 14.4118
14.88/14.93	c Memory used (in MB): 373.57
138.65/138.72	c Using component size threshold as 12
138.65/138.72	c DBred=0 restart=39 est=2.45664 GV=102863 GL=377092[ 271097,105995] HP=3568 Prune=1493134 decisions=1117520 random 2269[0.203039]  HP Impl=925585 DB Impl=96511906[92199880]  Lits/Cls 25 
138.65/138.72	c Memory used (in MB): 433.801
209.72/209.83	c DBred=1 restart=42 est=2.49826 GV=178849 GL=387956[ 271097,116859] HP=4515 Prune=2149653 decisions=1591038 random 3262[0.205023]  HP Impl=1271863 DB Impl=146661997[138682555]  Lits/Cls 22 
209.72/209.83	c Memory used (in MB): 438.641
297.60/297.73	c DBred=2 restart=44 est=2.51032 GV=284659 GL=416584[ 271097,145487] HP=5311 Prune=2693042 decisions=1946364 random 4081[0.209673]  HP Impl=1566571 DB Impl=198540351[185149001]  Lits/Cls 31 
297.60/297.73	c Memory used (in MB): 454.426
404.66/404.89	c DBred=3 restart=46 est=2.51955 GV=374130 GL=409960[ 271097,138863] HP=7233 Prune=3669688 decisions=2644967 random 5275[0.199435]  HP Impl=2136491 DB Impl=262188018[243512782]  Lits/Cls 32 
404.66/404.89	c Memory used (in MB): 455.891
515.52/515.74	c DBred=4 restart=47 est=2.52475 GV=477083 GL=423627[ 271097,152530] HP=8427 Prune=4636726 decisions=3349503 random 6351[0.18961]  HP Impl=2626648 DB Impl=326093638[300823976]  Lits/Cls 28 
515.52/515.74	c Memory used (in MB): 457.836
545.02/545.30	
545.02/545.30	s SATISFIABLE
545.02/545.30	c Total time (in seconds): 544.381
545.02/545.30	c Memory used (in MB): 457.891
545.02/545.30	c Conflict literals deleted: [26.4225%] Max learned #lits [22830332] Reduced #lits [16797988]

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/node71/watcher-460458-1179249720 -o ROOT/results/node71/solver-460458-1179249720 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460458-1179249720/aigsat-wc /tmp/evaluation/460458-1179249720/instance-460458-1179249720.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.97 0.98 3/64 902
/proc/meminfo: memFree=1254768/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=5644 CPUtime=0
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 421 249 0 0 0 0 0 0 19 0 1 0 400961341 5779456 400 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 1411 409 124 293 0 1112 0

[startup+0.034371 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 902
/proc/meminfo: memFree=1254768/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=12132 CPUtime=0.02
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 2865 249 0 0 1 1 0 0 19 0 1 0 400961341 12423168 2844 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 3033 2844 125 293 0 2734 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12132

[startup+0.101379 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 902
/proc/meminfo: memFree=1254768/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=12132 CPUtime=0.09
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 2865 249 0 0 8 1 0 0 19 0 1 0 400961341 12423168 2844 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 3033 2844 125 293 0 2734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12132

[startup+0.301406 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 902
/proc/meminfo: memFree=1254768/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=18928 CPUtime=0.29
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 4547 249 0 0 27 2 0 0 20 0 1 0 400961341 19382272 4476 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135236134 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 4732 4476 136 293 0 4433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18928

[startup+0.701461 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 902
/proc/meminfo: memFree=1254768/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=37552 CPUtime=0.69
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 9287 249 0 0 66 3 0 0 23 0 1 0 400961341 38453248 8926 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 9388 8927 136 293 0 9089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37552

[startup+1.50157 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=1206120/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=72808 CPUtime=1.48
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 18463 249 0 0 141 7 0 0 25 0 1 0 400961341 74555392 17717 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 18202 17718 136 293 0 17903 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 72808

[startup+3.10179 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=1171496/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=106024 CPUtime=3.09
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 31005 249 0 0 297 12 0 0 25 0 1 0 400961341 108568576 25858 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 26506 25859 136 293 0 26207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106024

[startup+6.30123 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=1093360/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=212960 CPUtime=6.29
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 58508 249 0 0 606 23 0 0 25 0 1 0 400961341 218071040 52783 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 53240 52783 137 293 0 52941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 212960

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=921200/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=343808 CPUtime=12.68
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 111890 249 0 0 1224 44 0 0 25 0 1 0 400961341 352059392 84428 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134637696 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 85952 84428 143 293 0 85653 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 343808

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=857264/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=422600 CPUtime=25.48
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 140660 249 0 0 2493 55 0 0 25 0 1 0 400961341 432742400 99296 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756164 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 105650 99296 160 293 0 105351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 422600

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=853296/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=425128 CPUtime=51.07
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 141704 249 0 0 5051 56 0 0 25 0 1 0 400961341 435331072 100274 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134726003 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 106282 100274 160 293 0 105983 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 425128

[startup+102.304 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=836848/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=438580 CPUtime=102.26
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 145944 249 0 0 10164 62 0 0 25 0 1 0 400961341 449105920 104384 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 109645 104384 160 293 0 109346 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 438580

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=826288/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=447156 CPUtime=162.24
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 148580 249 0 0 16159 65 0 0 25 0 1 0 400961341 457887744 107020 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 111789 107020 160 293 0 111490 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 447156

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=823216/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=449760 CPUtime=222.21
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 150275 249 0 0 22155 66 0 0 25 0 1 0 400961341 460554240 107720 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 112440 107720 160 293 0 112141 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 449760

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=816880/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=456416 CPUtime=282.2
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 152085 249 0 0 28151 69 0 0 25 0 1 0 400961341 467369984 109497 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 114104 109497 160 293 0 113805 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 456416

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=806192/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=465552 CPUtime=342.18
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 155360 249 0 0 34145 73 0 0 25 0 1 0 400961341 476725248 112014 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744902 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 116388 112014 160 293 0 116089 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 465552

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=805040/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=466544 CPUtime=402.16
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 155655 249 0 0 40143 73 0 0 25 0 1 0 400961341 477741056 112309 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756207 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 116636 112309 160 293 0 116337 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 466544

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=804656/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=466828 CPUtime=462.14
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 155762 249 0 0 46141 73 0 0 25 0 1 0 400961341 478031872 112416 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744660 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 116707 112416 160 293 0 116408 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 466828

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=802032/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=522.12
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157226 249 0 0 52138 74 0 0 25 0 1 0 400961341 480129024 113066 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113066 160 293 0 116920 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 468876

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

[startup+524.706 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801968/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=524.53
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157229 249 0 0 52379 74 0 0 25 0 1 0 400961341 480129024 113069 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113069 160 293 0 116920 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 468876

[startup+537.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801904/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=537.32
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157248 249 0 0 53658 74 0 0 25 0 1 0 400961341 480129024 113088 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756142 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113088 160 293 0 116920 0
Current children cumulated CPU time (s) 537.32
Current children cumulated vsize (KiB) 468876

[startup+540.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801904/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=540.52
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157257 249 0 0 53978 74 0 0 25 0 1 0 400961341 480129024 113097 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744971 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113097 160 293 0 116920 0
Current children cumulated CPU time (s) 540.52
Current children cumulated vsize (KiB) 468876

[startup+543.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801840/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=543.72
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157266 249 0 0 54298 74 0 0 25 0 1 0 400961341 480129024 113106 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756152 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113106 160 293 0 116920 0
Current children cumulated CPU time (s) 543.72
Current children cumulated vsize (KiB) 468876

[startup+544.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801840/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=544.52
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157267 249 0 0 54378 74 0 0 25 0 1 0 400961341 480129024 113107 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739263 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113107 160 293 0 116920 0
Current children cumulated CPU time (s) 544.52
Current children cumulated vsize (KiB) 468876

[startup+545.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801840/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=468876 CPUtime=544.92
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 0 157267 249 0 0 54418 74 0 0 25 0 1 0 400961341 480129024 113107 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 117219 113107 160 293 0 116920 0
Current children cumulated CPU time (s) 544.92
Current children cumulated vsize (KiB) 468876

[startup+545.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 904
/proc/meminfo: memFree=801840/2055920 swapFree=4184272/4192956
[pid=902] ppid=900 vsize=0 CPUtime=545.12
/proc/902/stat : 902 (aigsat-wc) R 900 902 402 0 -1 4 157270 249 0 0 54438 74 0 0 25 0 1 0 400961341 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 545.12
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 545.379
CPU time (s): 545.203
CPU user time (s): 544.381
CPU system time (s): 0.821875
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 468876

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

runsolver used 0.484926 second user time and 1.13483 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Tue May 15 17:22:00 UTC 2007

IDJOB= 460458
IDBENCH= 48459
IDSOLVER= 202
FILE ID= node71/460458-1179249720

PBS_JOBID= 5277039

Free space on /tmp= 66541 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/babic/xinetd/itox_vc1033.aig
COMMAND LINE= /tmp/evaluation/460458-1179249720/aigsat-wc /tmp/evaluation/460458-1179249720/instance-460458-1179249720.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-460458-1179249720 -o ROOT/results/node71/solver-460458-1179249720 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460458-1179249720/aigsat-wc /tmp/evaluation/460458-1179249720/instance-460458-1179249720.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  cb82ab8d5de2f2ef574054f5311cdf99

RANDOM SEED= 283052236

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1255112 kB
Buffers:         42500 kB
Cached:         609868 kB
SwapCached:       2812 kB
Active:          51496 kB
Inactive:       610796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1255112 kB
SwapTotal:     4192956 kB
SwapFree:      4184272 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:          15948 kB
Slab:           124516 kB
Committed_AS:  7048244 kB
PageTables:       1448 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= 66541 MiB

End job on node71 on Tue May 15 17:31:06 UTC 2007