Trace number 460482

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 519.78 520.128

General information on the benchmark

Nameindustrial-aig/babic/
xinetd/itox_vc1044.aig
MD5SUMc7ccb0e90fb0bafeeb6b2468508f1a36
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.1336
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

14.38/14.47	c file: /tmp/evaluation/460482-1179249881/instance-460482-1179249881.aig
14.38/14.47	c Reading aig format..
14.38/14.47	c MAXVAR  564369
14.38/14.47	c INPUTS  58776
14.38/14.47	c LATCHES 0
14.38/14.47	c OUTPUTS 1
14.38/14.47	c AND     505593
14.38/14.47	c Before initialization time 13.9649
14.38/14.47	c Memory used (in MB): 375.961
113.92/114.07	c Using component size threshold as 12
113.92/114.07	c DBred=0 restart=39 est=2.36871 GV=114134 GL=394352[ 277722,116630] HP=2866 Prune=1186509 decisions=844504 random 1986[0.235168]  HP Impl=807564 DB Impl=86362008[82554440]  Lits/Cls 24 
113.92/114.07	c Memory used (in MB): 454.344
176.27/176.41	c DBred=1 restart=42 est=2.40597 GV=189948 GL=395991[ 277722,118269] HP=3943 Prune=1653130 decisions=1167123 random 2747[0.235365]  HP Impl=1074201 DB Impl=130766609[123579132]  Lits/Cls 21 
176.27/176.41	c Memory used (in MB): 458.902
304.89/305.16	c DBred=2 restart=44 est=2.44276 GV=291556 GL=420729[ 277722,143007] HP=6159 Prune=2989995 decisions=2162550 random 4395[0.203232]  HP Impl=1884871 DB Impl=215858775[202147267]  Lits/Cls 27 
304.89/305.16	c Memory used (in MB): 471.387
403.42/403.75	c DBred=3 restart=46 est=2.46197 GV=386581 GL=423135[ 277722,145413] HP=8026 Prune=4250209 decisions=3125404 random 5817[0.18612]  HP Impl=2474577 DB Impl=285669068[266600655]  Lits/Cls 25 
403.42/403.75	c Memory used (in MB): 473.098
519.64/520.05	
519.64/520.05	s SATISFIABLE
519.64/520.05	c Total time (in seconds): 518.981
519.64/520.05	c Memory used (in MB): 473.367
519.64/520.05	c Conflict literals deleted: [28.5359%] Max learned #lits [19679611] Reduced #lits [14063864]

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/node11/watcher-460482-1179249881 -o ROOT/results/node11/solver-460482-1179249881 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460482-1179249881/aigsat-wc /tmp/evaluation/460482-1179249881/instance-460482-1179249881.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.88 0.97 0.99 3/77 27267
/proc/meminfo: memFree=1758648/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=5732 CPUtime=0
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 553 249 0 0 0 0 0 0 18 0 1 0 366037078 5869568 533 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 1433 543 124 293 0 1134 0

[startup+0.076331 s]
/proc/loadavg: 0.88 0.97 0.99 3/77 27267
/proc/meminfo: memFree=1758648/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=12352 CPUtime=0.06
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 2920 249 0 0 5 1 0 0 19 0 1 0 366037078 12648448 2899 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 3088 2899 125 293 0 2789 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12352

[startup+0.101332 s]
/proc/loadavg: 0.88 0.97 0.99 3/77 27267
/proc/meminfo: memFree=1758648/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=12352 CPUtime=0.09
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 2920 249 0 0 8 1 0 0 19 0 1 0 366037078 12648448 2899 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 3088 2899 125 293 0 2789 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.301355 s]
/proc/loadavg: 0.88 0.97 0.99 3/77 27267
/proc/meminfo: memFree=1758648/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=19528 CPUtime=0.29
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 4757 249 0 0 27 2 0 0 21 0 1 0 366037078 19996672 4686 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 4882 4686 136 293 0 4583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19528

[startup+0.701402 s]
/proc/loadavg: 0.88 0.97 0.99 3/77 27267
/proc/meminfo: memFree=1758648/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=39308 CPUtime=0.69
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 9731 249 0 0 65 4 0 0 25 0 1 0 366037078 40251392 9370 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 9827 9370 136 293 0 9528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39308

[startup+1.5015 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1707312/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=82968 CPUtime=1.49
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 20438 249 0 0 140 9 0 0 25 0 1 0 366037078 84959232 19692 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134590476 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 20742 19692 136 293 0 20443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82968

[startup+3.10169 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1672048/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=112556 CPUtime=3.08
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 32202 249 0 0 294 14 0 0 25 0 1 0 366037078 115257344 26992 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 28139 26992 136 293 0 27840 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112556

[startup+6.3011 s]
/proc/loadavg: 0.89 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1593200/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=228452 CPUtime=6.28
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 62329 249 0 0 603 25 0 0 25 0 1 0 366037078 233934848 55772 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134584960 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 57113 55773 137 293 0 56814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 228452

[startup+12.7018 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1408304/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=363608 CPUtime=12.68
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 116230 249 0 0 1224 44 0 0 25 0 1 0 366037078 372334592 87010 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134678139 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 90902 87010 143 293 0 90603 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 363608

[startup+25.5013 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1352752/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=425884 CPUtime=25.48
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 143977 249 0 0 2495 53 0 0 25 0 1 0 366037078 436105216 101364 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134731130 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 106471 101364 160 293 0 106172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 425884

[startup+51.1013 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1346672/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=430008 CPUtime=51.05
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 145532 249 0 0 5050 55 0 0 25 0 1 0 366037078 440328192 102886 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 107502 102886 160 293 0 107203 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 430008

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1329904/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=460044 CPUtime=102.22
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 149795 249 0 0 10162 60 0 0 25 0 1 0 366037078 471085056 107051 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 115011 107051 160 293 0 114712 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 460044

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1319728/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=469276 CPUtime=162.18
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 152507 249 0 0 16154 64 0 0 25 0 1 0 366037078 480538624 109569 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 117319 109569 160 293 0 117020 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 469276

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1318384/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=469924 CPUtime=222.15
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 153594 249 0 0 22150 65 0 0 25 0 1 0 366037078 481202176 109885 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756142 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 117481 109885 160 293 0 117182 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 469924

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1316208/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=472592 CPUtime=282.1
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 154391 249 0 0 28144 66 0 0 25 0 1 0 366037078 483934208 110520 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134746018 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 118148 110520 160 293 0 117849 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 472592

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1304112/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=483912 CPUtime=342.07
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 158309 249 0 0 34136 71 0 0 25 0 1 0 366037078 495525888 113407 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756201 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 120978 113407 160 293 0 120679 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 483912

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1303472/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=483912 CPUtime=402.03
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 158469 249 0 0 40132 71 0 0 25 0 1 0 366037078 495525888 113567 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134752833 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 120978 113567 160 293 0 120679 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 483912

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1302448/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484468 CPUtime=461.98
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159545 249 0 0 46126 72 0 0 25 0 1 0 366037078 496095232 113821 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744948 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121117 113821 160 293 0 120818 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 484468

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

[startup+486.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1302384/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484468 CPUtime=485.97
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159574 249 0 0 48525 72 0 0 25 0 1 0 366037078 496095232 113850 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121117 113850 160 293 0 120818 0
Current children cumulated CPU time (s) 485.97
Current children cumulated vsize (KiB) 484468

[startup+499.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1302256/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484468 CPUtime=498.75
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159590 249 0 0 49803 72 0 0 25 0 1 0 366037078 496095232 113866 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745204 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121117 113866 160 293 0 120818 0
Current children cumulated CPU time (s) 498.75
Current children cumulated vsize (KiB) 484468

[startup+511.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1302192/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484468 CPUtime=511.54
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159610 249 0 0 51082 72 0 0 25 0 1 0 366037078 496095232 113886 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743617 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121117 113886 160 293 0 120818 0
Current children cumulated CPU time (s) 511.54
Current children cumulated vsize (KiB) 484468

[startup+515.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1302128/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484468 CPUtime=514.74
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159619 249 0 0 51402 72 0 0 25 0 1 0 366037078 496095232 113895 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242790 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121117 113895 160 293 0 120818 0
Current children cumulated CPU time (s) 514.74
Current children cumulated vsize (KiB) 484468

[startup+518.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1301936/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484724 CPUtime=517.94
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159690 249 0 0 51722 72 0 0 25 0 1 0 366037078 496357376 113901 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134743585 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121181 113901 160 293 0 120882 0
Current children cumulated CPU time (s) 517.94
Current children cumulated vsize (KiB) 484724

[startup+519.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1301936/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484724 CPUtime=518.75
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159692 249 0 0 51803 72 0 0 25 0 1 0 366037078 496357376 113903 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744773 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121181 113903 160 293 0 120882 0
Current children cumulated CPU time (s) 518.75
Current children cumulated vsize (KiB) 484724

[startup+519.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1301936/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=484724 CPUtime=519.54
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 0 159694 249 0 0 51882 72 0 0 25 0 1 0 366037078 496357376 113905 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134739254 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 121181 113905 160 293 0 120882 0
Current children cumulated CPU time (s) 519.54
Current children cumulated vsize (KiB) 484724

[startup+520.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27269
/proc/meminfo: memFree=1301936/2055920 swapFree=4144200/4192956
[pid=27267] ppid=27265 vsize=0 CPUtime=519.75
/proc/27267/stat : 27267 (aigsat-wc) R 27265 27267 26659 0 -1 4 159697 249 0 0 51898 77 0 0 25 0 1 0 366037078 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/27267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 519.75
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 520.128
CPU time (s): 519.78
CPU user time (s): 518.981
CPU system time (s): 0.798878
CPU usage (%): 99.9331
Max. virtual memory (cumulated for all children) (KiB): 484724

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

runsolver used 0.52292 second user time and 1.37879 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May 15 17:24:41 UTC 2007

IDJOB= 460482
IDBENCH= 48465
IDSOLVER= 202
FILE ID= node11/460482-1179249881

PBS_JOBID= 5276804

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  c7ccb0e90fb0bafeeb6b2468508f1a36

RANDOM SEED= 380935155

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1758928 kB
Buffers:         29576 kB
Cached:         171444 kB
SwapCached:      17668 kB
Active:          38532 kB
Inactive:       186560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758928 kB
SwapTotal:     4192956 kB
SwapFree:      4144200 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:          30304 kB
Slab:            57348 kB
Committed_AS:  8165268 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB

End job on node11 on Tue May 15 17:33:22 UTC 2007