Trace number 1773150

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SATzilla2009_I 2009-03-22SAT 6883.07 6886.48

General information on the benchmark

Nameindustrial/grieu/
vmpc_29.cnf
MD5SUM1e81246225c81a67548d334d1dfcc24b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.8534
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data

20.37/20.42	c SATzilla is building models for class 3
20.37/20.42	c run presolver mxc-sr08 for 10 seconds ... 
20.37/20.42	c Bin: Executing mxc-sr08
20.37/20.42	c spawning binary file with 10 seconds ...
20.37/20.42	c child exit by a signal
20.37/20.42	c mxc-sr08 returned code 137.
20.37/20.42	c run presolver picosat846 for 5 seconds ... 
20.37/20.42	c Bin: Executing picosat846
20.37/20.42	c spawning binary file with 5 seconds ...
20.37/20.42	c child exit by a signal
20.37/20.42	c picosat846 returned code 137.
20.37/20.42	c Orignal number of varibales is 841, number of clauses is 120147 
20.37/20.42	c predicted feature computation time is 1.584403 
20.37/20.42	c Bin: Executing satelite
20.37/20.42	c spawning binary file with 240 seconds ...
20.37/20.42	c child exited successfully
20.37/20.42	c satzilla computing base features
20.37/20.42	c Number of variabe is: 841, Number of clause is : 120147 
20.37/20.42	c Initializing...
20.37/20.42	c satzilla doing clause learning
20.37/20.42	c start clause learning features ...
20.37/20.42	c Bin: Executing zchaff07
20.37/20.42	c spawning binary file with 2 seconds ...
20.37/20.42	c child exit by a signal
20.37/20.42	c satzilla doing survey propogation probe
20.37/20.42	c do survay propogation for 2 second ...
20.37/20.42	c satzilla doing local search probe
20.37/20.42	c features are:841 120147 841 120147 0 0 0.00699976 0.594738 0.54789 0.675438 0.00311515 0.28932 0.00237812 0.0344828 0.673873 0.392711 0.999517 0.00311515 0.00429971 0.00306291 0.00312118 0.668853 0.525525 0.00159931 0.520216 0.52973 -0 0.0030985 0.00432281 0.00304627 0.00310453 0.668853 0.999517 0.00174556 0.0740578 0.00136499 0.00178947 1230.33 0.233656 962 1629 1629 962 1629 962 1100 46.4963 0.0434001 44.9236 49.345 49.345 44.9236 49.345 44.9236 45.2204 0.69178 0.00222646 0.686288 0.695704 0.692948 0.691639 0.69164 0.69164 0.69164 -2.90427e-18 0 -1.11022e-16 1.11022e-16 1.11022e-16 -1.11022e-16 0 0 0 170.527 6.46831 397.727 0.142829 404 385 424 48.6673 0.11471 1.01038 0.0787028 
20.37/20.42	c satzilla's ranking:
20.37/20.42	c 1) picosat846: 2.545531
20.37/20.42	c 2) mxc-sr08: 1.690944
20.37/20.42	c 3) minisat20SAT07: 1.437036
20.37/20.42	c 4) zchaff_rand: 1.063069
20.37/20.42	c 5) march_dl2004: -0.168048
20.37/20.42	c 6) SATenstein: -10000.000000
20.37/20.42	c 7) gnovelty+: -10000.000000
20.37/20.42	c 8) adaptg2wsat+: -10000.000000
20.37/20.42	c 9) adaptg2wsat0: -10000.000000
20.37/20.42	c 10) tts-4-0: -10000.000000
20.37/20.42	c 11) vallst: -10000.000000
20.37/20.42	c 12) minisat20: -10000.000000
20.37/20.42	c 13) kcnfs04SAT07: -10000.000000
20.37/20.42	c satzilla running picosat846 ... 
6882.96/6886.48	c Bin: Executing picosat846
6882.96/6886.48	c spawning binary file with 9979 seconds ...
6882.96/6886.48	c child exited successfully
6882.96/6886.48	c picosat846 returned code 10.
6882.96/6886.48	s SATISFIABLE
6882.96/6886.48	v -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21
6882.96/6886.48	v -22 -23 -24 -25 -26 -27 -28 29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 40 -41
6882.96/6886.48	v -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60
6882.96/6886.48	v -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79
6882.96/6886.48	v -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 96 -97 -98
6882.96/6886.48	v -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113
6882.96/6886.48	v -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128
6882.96/6886.48	v -129 130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143
6882.96/6886.48	v -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 157 -158
6882.96/6886.48	v -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173
6882.96/6886.48	v -174 -175 176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188
6882.96/6886.48	v -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203
6882.96/6886.48	v -204 -205 206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218
6882.96/6886.48	v -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233
6882.96/6886.48	v -234 -235 -236 -237 -238 -239 -240 -241 -242 -243 -244 245 -246 -247 -248
6882.96/6886.48	v -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263
6882.96/6886.48	v -264 -265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 277 -278
6882.96/6886.48	v -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293
6882.96/6886.48	v -294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 -305 -306 307 -308
6882.96/6886.48	v -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323
6882.96/6886.48	v -324 -325 -326 -327 -328 -329 -330 -331 -332 -333 -334 -335 -336 -337 338
6882.96/6886.48	v -339 -340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353
6882.96/6886.48	v -354 -355 -356 -357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368
6882.96/6886.48	v -369 -370 -371 -372 -373 374 -375 -376 -377 -378 -379 -380 -381 -382 -383
6882.96/6886.48	v -384 -385 -386 387 -388 -389 -390 -391 -392 -393 -394 -395 -396 -397 -398
6882.96/6886.48	v -399 -400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 411 -412 -413
6882.96/6886.48	v -414 -415 -416 -417 -418 -419 -420 -421 -422 -423 -424 -425 -426 -427 -428
6882.96/6886.48	v -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 -440 -441 -442 -443
6882.96/6886.48	v -444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 -456 -457 -458
6882.96/6886.48	v -459 460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473
6882.96/6886.48	v -474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 -488
6882.96/6886.48	v -489 -490 -491 492 -493 -494 -495 -496 -497 -498 -499 -500 501 -502 -503 -504
6882.96/6886.48	v -505 -506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519
6882.96/6886.48	v -520 -521 -522 -523 -524 -525 -526 -527 -528 529 -530 -531 -532 -533 -534
6882.96/6886.48	v -535 -536 -537 -538 -539 -540 -541 -542 -543 -544 -545 -546 -547 -548 -549
6882.96/6886.48	v -550 -551 -552 -553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564
6882.96/6886.48	v -565 -566 -567 -568 -569 -570 -571 -572 573 -574 -575 -576 -577 -578 -579
6882.96/6886.48	v -580 -581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594
6882.96/6886.48	v -595 -596 -597 -598 -599 -600 -601 -602 -603 604 -605 -606 -607 -608 -609
6882.96/6886.48	v -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622 -623 -624
6882.96/6886.48	v -625 -626 -627 -628 -629 -630 -631 632 -633 -634 -635 -636 -637 -638 -639
6882.96/6886.48	v -640 -641 -642 -643 -644 -645 -646 -647 -648 -649 -650 -651 -652 -653 -654
6882.96/6886.48	v -655 -656 -657 -658 -659 -660 -661 -662 -663 -664 665 -666 -667 -668 -669
6882.96/6886.48	v -670 -671 -672 673 -674 -675 -676 -677 -678 -679 -680 -681 -682 -683 -684
6882.96/6886.48	v -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 -699
6882.96/6886.48	v -700 -701 -702 -703 -704 -705 -706 -707 -708 -709 -710 711 -712 -713 -714
6882.96/6886.48	v -715 -716 -717 -718 -719 -720 -721 -722 -723 -724 -725 -726 -727 -728 729
6882.96/6886.48	v -730 -731 -732 -733 -734 -735 -736 -737 -738 -739 -740 -741 -742 -743 -744
6882.96/6886.48	v -745 -746 -747 -748 -749 -750 -751 -752 -753 -754 755 -756 -757 -758 -759
6882.96/6886.48	v -760 -761 -762 -763 -764 -765 -766 -767 -768 -769 -770 -771 -772 -773 -774
6882.96/6886.48	v -775 -776 -777 -778 -779 -780 -781 -782 -783 -784 -785 -786 -787 -788 -789
6882.96/6886.48	v -790 -791 -792 -793 -794 -795 -796 -797 -798 -799 -800 801 -802 -803 -804
6882.96/6886.48	v -805 -806 -807 -808 -809 -810 -811 -812 -813 -814 -815 -816 -817 -818 -819
6882.96/6886.48	v -820 -821 -822 -823 -824 -825 -826 -827 -828 -829 -830 -831 -832 833 -834
6882.96/6886.48	v -835 -836 -837 -838 -839 -840 -841 0
6882.96/6886.48	c SATZILLA_TIME=6884.100000

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773150-1241346280/watcher-1773150-1241346280 -o /tmp/evaluation-result-1773150-1241346280/solver-1773150-1241346280 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773150-1241346280.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22548
/proc/meminfo: memFree=1249264/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) R 22546 22548 22447 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=2524 CPUtime=0
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 540 0 0 0 0 0 0 0 18 0 1 0 162660681 2584576 536 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 631 536 54 138 0 490 0

[startup+0.0916841 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22548
/proc/meminfo: memFree=1249264/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=7492 CPUtime=0.08
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2167 0 0 0 7 1 0 0 19 0 1 0 162660681 7671808 1748 1992294400 134512640 135078026 4294956192 18446744073709551615 134553992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 1873 1748 55 138 0 1732 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9548

[startup+0.102684 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22548
/proc/meminfo: memFree=1249264/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=7492 CPUtime=0.1
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2167 0 0 0 9 1 0 0 19 0 1 0 162660681 7671808 1748 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 1873 1748 55 138 0 1732 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9548

[startup+0.301703 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22548
/proc/meminfo: memFree=1249264/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=7624 CPUtime=0.29
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2173 0 0 0 28 1 0 0 21 0 1 0 162660681 7806976 1754 1992294400 134512640 135078026 4294956192 18446744073709551615 134560753 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 1906 1754 55 138 0 1765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9680

[startup+0.701751 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22548
/proc/meminfo: memFree=1249264/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=7624 CPUtime=0.69
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2178 0 0 0 68 1 0 0 25 0 1 0 162660681 7806976 1759 1992294400 134512640 135078026 4294956192 18446744073709551615 134561110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 1906 1759 55 138 0 1765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9680

[startup+1.50185 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22550
/proc/meminfo: memFree=1241952/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=7476 CPUtime=1.49
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2411 0 0 0 148 1 0 0 25 0 1 0 162660681 7655424 1778 1992294400 134512640 135078026 4294956192 18446744073709551615 134538102 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 1869 1778 71 138 0 1728 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9532

[startup+3.10104 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22550
/proc/meminfo: memFree=1241888/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=8400 CPUtime=3.09
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2614 0 0 0 308 1 0 0 25 0 1 0 162660681 8601600 1981 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 2100 1981 71 138 0 1959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10456

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22550
/proc/meminfo: memFree=1240416/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=0
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162660681 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22548/statm: 514 112 96 399 0 111 0
[pid=22549] ppid=22548 vsize=9852 CPUtime=6.29
/proc/22549/stat : 22549 (mxc-sr08) R 22548 22548 22447 0 -1 4194304 2981 0 0 0 628 1 0 0 25 0 1 0 162660681 10088448 2348 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22549/statm: 2463 2348 71 138 0 2322 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11908

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22551
/proc/meminfo: memFree=1243808/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=2056 CPUtime=9.99
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 152 3360 0 0 0 0 997 2 16 0 1 0 162660681 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 514 121 104 399 0 111 0
[pid=22551] ppid=22548 vsize=7568 CPUtime=2.68
/proc/22551/stat : 22551 (picosat846) R 22548 22548 22447 0 -1 4194304 1614 0 0 0 268 0 0 0 25 0 1 0 162661681 7749632 1603 1992294400 134512640 134570484 4294956192 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22551/statm: 1892 1603 85 14 0 1558 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9624

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1233184/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=8888 CPUtime=5.05
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 1944 0 0 0 504 1 0 0 25 0 1 0 162662724 9101312 1933 1992294400 134512640 134570484 4294956192 18446744073709551615 134523466 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 2222 1933 85 14 0 1888 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 18084

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1226336/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=15744 CPUtime=30.64
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 3664 0 0 0 3060 4 0 0 25 0 1 0 162662724 16121856 3642 1992294400 134512640 134570484 4294956192 18446744073709551615 134553332 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 3936 3642 85 14 0 3602 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 24940

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1221216/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=21008 CPUtime=81.82
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 4909 0 0 0 8177 5 0 0 25 0 1 0 162662724 21512192 4887 1992294400 134512640 134570484 4294956192 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 5252 4887 85 14 0 4918 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 30204

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1217824/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=24176 CPUtime=141.77
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 5752 0 0 0 14171 6 0 0 25 0 1 0 162662724 24756224 5730 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22554/statm: 6044 5730 85 14 0 5710 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 33372

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1214048/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=27872 CPUtime=201.75
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 6698 0 0 0 20167 8 0 0 25 0 1 0 162662724 28540928 6676 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 6968 6676 85 14 0 6634 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 37068

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1212064/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=29852 CPUtime=261.71
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 7198 0 0 0 26163 8 0 0 25 0 1 0 162662724 30568448 7176 1992294400 134512640 134570484 4294956192 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 7463 7176 85 14 0 7129 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 39048

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22554
/proc/meminfo: memFree=1210016/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=32856 CPUtime=321.69
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 7702 0 0 0 32159 10 0 0 25 0 1 0 162662724 33644544 7680 1992294400 134512640 134570484 4294956192 18446744073709551615 134553118 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 8214 7680 85 14 0 7880 0
Current children cumulated CPU time (s) 342.08

################
# More data... #
################


[startup+6462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1145760/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=96680 CPUtime=6438.68
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 23669 0 0 0 643833 35 0 0 25 0 1 0 162662724 99000320 23647 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 24170 23647 85 14 0 23836 0
Current children cumulated CPU time (s) 6459.07
Current children cumulated vsize (KiB) 105876

[startup+6522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1145760/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=96680 CPUtime=6498.65
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 23669 0 0 0 649830 35 0 0 25 0 1 0 162662724 99000320 23647 1992294400 134512640 134570484 4294956192 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 24170 23647 85 14 0 23836 0
Current children cumulated CPU time (s) 6519.04
Current children cumulated vsize (KiB) 105876

[startup+6582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1145760/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=96680 CPUtime=6558.64
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 23669 0 0 0 655829 35 0 0 25 0 1 0 162662724 99000320 23647 1992294400 134512640 134570484 4294956192 18446744073709551615 134553027 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 24170 23647 85 14 0 23836 0
Current children cumulated CPU time (s) 6579.03
Current children cumulated vsize (KiB) 105876

[startup+6642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1141088/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=101696 CPUtime=6618.59
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 24924 0 0 0 661823 36 0 0 25 0 1 0 162662724 104136704 24902 1992294400 134512640 134570484 4294956192 18446744073709551615 134553015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25424 24902 85 14 0 25090 0
Current children cumulated CPU time (s) 6638.98
Current children cumulated vsize (KiB) 110892

[startup+6702.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139424/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6678.58
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 667821 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6698.97
Current children cumulated vsize (KiB) 112344

[startup+6762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139360/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6738.55
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 673818 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6758.94
Current children cumulated vsize (KiB) 112344

[startup+6822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139360/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6798.52
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 679815 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6818.91
Current children cumulated vsize (KiB) 112344

[startup+6882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6858.47
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 685810 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134553107 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6878.86
Current children cumulated vsize (KiB) 112344

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

[startup+6883.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6859.27
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 685890 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6879.66
Current children cumulated vsize (KiB) 112344

[startup+6884.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6860.87
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 686050 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6881.26
Current children cumulated vsize (KiB) 112344

[startup+6885.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6861.67
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 686130 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6882.06
Current children cumulated vsize (KiB) 112344

[startup+6885.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6862.07
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 686170 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6882.46
Current children cumulated vsize (KiB) 112344

[startup+6886.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6862.47
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 686210 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6882.86
Current children cumulated vsize (KiB) 112344

[startup+6886.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22570
/proc/meminfo: memFree=1139168/2055920 swapFree=4191900/4192956
[pid=22548] ppid=22546 vsize=9196 CPUtime=20.39
/proc/22548/stat : 22548 (SATzilla2009_I) S 22546 22548 22447 0 -1 4194304 5804 9879 0 0 315 4 1712 8 25 0 1 0 162660681 9416704 2076 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22548/statm: 2299 2076 217 399 0 1896 0
[pid=22554] ppid=22548 vsize=103148 CPUtime=6862.57
/proc/22554/stat : 22554 (picosat846) R 22548 22548 22447 0 -1 4194304 25313 0 0 0 686220 37 0 0 25 0 1 0 162662724 105623552 25291 1992294400 134512640 134570484 4294956192 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22554/statm: 25787 25291 85 14 0 25453 0
Current children cumulated CPU time (s) 6882.96
Current children cumulated vsize (KiB) 112344

Child status: 10
Real time (s): 6886.48
CPU time (s): 6883.07
CPU user time (s): 6882.55
CPU system time (s): 0.526919
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (KiB): 112344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6882.55
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41023
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= 16
involuntary context switches= 14765

runsolver used 5.53516 second user time and 19.51 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-03 12:24:40
IDJOB=1773150
IDBENCH=20491
IDSOLVER=616
FILE ID=node33/1773150-1241346280
PBS_JOBID= 9225529
Free space on /tmp= 66476 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/grieu/vmpc_29.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773150-1241346280/watcher-1773150-1241346280 -o /tmp/evaluation-result-1773150-1241346280/solver-1773150-1241346280 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773150-1241346280.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1e81246225c81a67548d334d1dfcc24b
RANDOM SEED=313331553

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

/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.212
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.212
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:       1249808 kB
Buffers:         81048 kB
Cached:         621620 kB
SwapCached:        384 kB
Active:         135992 kB
Inactive:       580060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249808 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           33112 kB
Writeback:           0 kB
Mapped:          21780 kB
Slab:            76184 kB
Committed_AS:   662492 kB
PageTables:       1388 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= 66444 MiB
End job on node33 at 2009-05-03 14:19:27