Trace number 1773000

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-22UNSAT 3490.31 3491.85

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.376
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

101.88/102.06	c SATzilla is building models for class 3
101.88/102.06	c run presolver mxc-sr08 for 10 seconds ... 
101.88/102.06	c Bin: Executing mxc-sr08
101.88/102.06	c spawning binary file with 10 seconds ...
101.88/102.06	c child exit by a signal
101.88/102.06	c mxc-sr08 returned code 137.
101.88/102.06	c run presolver picosat846 for 5 seconds ... 
101.88/102.06	c Bin: Executing picosat846
101.88/102.06	c spawning binary file with 5 seconds ...
101.88/102.06	c child exit by a signal
101.88/102.06	c picosat846 returned code 137.
101.88/102.06	c Orignal number of varibales is 455627, number of clauses is 1367522 
101.88/102.06	c predicted feature computation time is 86.721397 
101.88/102.06	c Bin: Executing satelite
101.88/102.06	c spawning binary file with 240 seconds ...
101.88/102.06	c child exited successfully
101.88/102.06	c satzilla computing base features
101.88/102.06	c Number of variabe is: 120512, Number of clause is : 791939 
101.88/102.06	c Initializing...
101.88/102.06	c satzilla doing clause learning
101.88/102.06	c start clause learning features ...
101.88/102.06	c Bin: Executing zchaff07
101.88/102.06	c spawning binary file with 2 seconds ...
101.88/102.06	c child exit by a signal
101.88/102.06	c satzilla doing survey propogation probe
101.88/102.06	c do survay propogation for 2 second ...
101.88/102.06	c satzilla doing local search probe
101.88/102.06	c features are:455627 1.36752e+06 120512 791939 2.78076 0.726802 0.152173 0.375365 0.554024 1.47731 2.87428e-05 0.308379 1.65959e-05 0.000157661 1.42146 0.164295 0.586002 2.87428e-05 10.2453 8.83906e-06 0.0162424 2.98255 0.164176 0.122017 0 0.998872 3.01967 1.28145e-05 13.6504 2.52545e-06 0.0121146 1.80038 0.488194 3.0043e-05 8.91285 8.83906e-06 0.0128823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.393731 0.593157 1.2901e-10 0.999593 0.676123 0.0599503 0.596509 0.165569 0.44772 0.089937 0.558703 -1.11022e-16 0.286478 0.154642 0.0190403 0.129369 0.0507136 0.088759 19833 0 0 0 0 0 0 2.37094 0 1.28538 0 
101.88/102.06	c satzilla's ranking:
101.88/102.06	c 1) picosat846: 2.155019
101.88/102.06	c 2) minisat20SAT07: 1.601731
101.88/102.06	c 3) zchaff_rand: 0.525112
101.88/102.06	c 4) march_dl2004: 0.027367
101.88/102.06	c 5) mxc-sr08: -0.705201
101.88/102.06	c 6) SATenstein: -10000.000000
101.88/102.06	c 7) gnovelty+: -10000.000000
101.88/102.06	c 8) adaptg2wsat+: -10000.000000
101.88/102.06	c 9) adaptg2wsat0: -10000.000000
101.88/102.06	c 10) tts-4-0: -10000.000000
101.88/102.06	c 11) vallst: -10000.000000
101.88/102.06	c 12) minisat20: -10000.000000
101.88/102.06	c 13) kcnfs04SAT07: -10000.000000
101.88/102.06	c satzilla running picosat846 ... 
3490.24/3491.83	c Bin: Executing picosat846
3490.24/3491.83	c spawning binary file with 9898 seconds ...
3490.24/3491.83	c child exited successfully
3490.24/3491.83	c picosat846 returned code 20.
3490.24/3491.83	s UNSATISFIABLE
3490.24/3491.83	c SATZILLA_TIME=3490.810000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773000-1241345716/watcher-1773000-1241345716 -o /tmp/evaluation-result-1773000-1241345716/solver-1773000-1241345716 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773000-1241345716.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.00 0.99 0.99 3/64 28207
/proc/meminfo: memFree=996160/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) R 28205 28207 27982 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=25248 CPUtime=0
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 704 0 0 0 0 0 0 0 18 0 1 0 162605326 25853952 700 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 6312 706 44 138 0 6171 0

[startup+0.0643729 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28207
/proc/meminfo: memFree=996160/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=46608 CPUtime=0.05
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 11382 0 0 0 0 5 0 0 19 0 1 0 162605326 47726592 11378 1992294400 134512640 135078026 4294956192 18446744073709551615 134734635 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 11652 11386 50 138 0 11511 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48664

[startup+0.101374 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28207
/proc/meminfo: memFree=996160/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=76432 CPUtime=0.09
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 15770 0 0 0 2 7 0 0 19 0 1 0 162605326 78266368 15766 1992294400 134512640 135078026 4294956192 18446744073709551615 134536717 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 19108 15771 50 138 0 18967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78488

[startup+0.301391 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28207
/proc/meminfo: memFree=996160/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=119280 CPUtime=0.29
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 26013 0 0 0 18 11 0 0 22 0 1 0 162605326 122142720 25865 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 29820 25866 54 138 0 29679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121336

[startup+0.701429 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 28207
/proc/meminfo: memFree=996160/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=145380 CPUtime=0.69
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 32329 0 0 0 56 13 0 0 25 0 1 0 162605326 148869120 32181 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 36345 32182 54 138 0 36204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147436

[startup+1.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28209
/proc/meminfo: memFree=847344/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=166020 CPUtime=1.49
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 43465 0 0 0 131 18 0 0 25 0 1 0 162605326 170004480 37188 1992294400 134512640 135078026 4294956192 18446744073709551615 134560762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 41505 37188 55 138 0 41364 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168076

[startup+3.10165 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28209
/proc/meminfo: memFree=838512/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=193760 CPUtime=3.09
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 49218 0 0 0 288 21 0 0 25 0 1 0 162605326 198410240 42941 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 48440 42941 55 138 0 48299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 195816

[startup+6.30194 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28209
/proc/meminfo: memFree=795376/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=0
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 162605326 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28207/statm: 514 112 96 399 0 111 0
[pid=28208] ppid=28207 vsize=231008 CPUtime=6.29
/proc/28208/stat : 28208 (mxc-sr08) R 28207 28207 27982 0 -1 4194304 59282 0 0 0 601 28 0 0 25 0 1 0 162605326 236552192 53005 1992294400 134512640 135078026 4294956192 18446744073709551615 134553795 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28208/statm: 57752 53005 55 138 0 57611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 233064

[startup+12.7025 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28210
/proc/meminfo: memFree=922680/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=10.02
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 152 68508 0 0 0 0 966 36 16 0 1 0 162605326 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 514 121 104 399 0 111 0
[pid=28210] ppid=28207 vsize=78420 CPUtime=2.63
/proc/28210/stat : 28210 (picosat846) R 28207 28207 27982 0 -1 4194304 18580 0 0 0 254 9 0 0 25 0 1 0 162606330 80302080 18569 1992294400 134512640 134570484 4294956192 18446744073709551615 134522463 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28210/statm: 19605 18569 85 14 0 19271 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 80476

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28211
/proc/meminfo: memFree=781880/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=2056 CPUtime=15.03
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 179 87725 0 0 0 0 1456 47 16 0 1 0 162605326 2105344 138 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 514 138 120 399 0 111 0
[pid=28211] ppid=28207 vsize=212028 CPUtime=10.42
/proc/28211/stat : 28211 (satelite) R 28207 28207 27982 0 -1 4194304 49873 0 0 0 1001 41 0 0 25 0 1 0 162606833 217116672 48723 1992294400 134512640 135037501 4294956176 18446744073709551615 134550714 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28211/statm: 53007 48723 67 128 0 52876 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 214084

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 28211
/proc/meminfo: memFree=903616/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=79824 CPUtime=51.02
/proc/28207/stat : 28207 (SATzilla2009_I) R 28205 28207 27982 0 -1 4194304 18912 146552 0 0 1334 9 3649 110 25 0 1 0 162605326 81739776 18863 1992294400 134512640 136149169 4294956224 18446744073709551615 134535500 0 0 4096 0 0 0 0 17 0 0 0
/proc/28207/statm: 19956 18863 135 399 0 19553 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 79824

[startup+102.307 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28213
/proc/meminfo: memFree=899768/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=36136 CPUtime=0.23
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 8697 0 0 0 19 4 0 0 19 0 1 0 162615532 37003264 8686 1992294400 134512640 134570484 4294956192 18446744073709551615 7362171 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 9034 8686 83 14 0 8700 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 88596

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28213
/proc/meminfo: memFree=849336/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=91600 CPUtime=60.2
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 20050 0 0 0 6010 10 0 0 25 0 1 0 162615532 93798400 19974 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 22900 19974 85 14 0 22566 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 144060

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28213
/proc/meminfo: memFree=847992/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=92956 CPUtime=120.16
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 20399 0 0 0 12006 10 0 0 25 0 1 0 162615532 95186944 20323 1992294400 134512640 134570484 4294956192 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 23239 20323 85 14 0 22905 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 145416

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28213
/proc/meminfo: memFree=845880/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=95140 CPUtime=180.15
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 20945 0 0 0 18004 11 0 0 25 0 1 0 162615532 97423360 20869 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 23785 20869 85 14 0 23451 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 147600

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28213
/proc/meminfo: memFree=844472/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=96472 CPUtime=240.12
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 21268 0 0 0 24001 11 0 0 25 0 1 0 162615532 98787328 21192 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 24118 21192 85 14 0 23784 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 148932

[startup+402.301 s]

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


[startup+3162.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3058.92
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 305860 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3160.87
Current children cumulated vsize (KiB) 217000

[startup+3222.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3118.9
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 311858 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134552304 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3220.85
Current children cumulated vsize (KiB) 217000

[startup+3282.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3178.87
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 317855 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134560373 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 217000

[startup+3342.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3238.84
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 323852 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3340.79
Current children cumulated vsize (KiB) 217000

[startup+3402.31 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3298.83
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 329851 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134552857 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3400.78
Current children cumulated vsize (KiB) 217000

[startup+3462.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3358.79
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 335847 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134526550 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3460.74
Current children cumulated vsize (KiB) 217000

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

[startup+3468.7 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775800/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=164540 CPUtime=3365.19
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38332 0 0 0 336487 32 0 0 25 0 1 0 162615532 168488960 38256 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41135 38256 85 14 0 40801 0
Current children cumulated CPU time (s) 3467.14
Current children cumulated vsize (KiB) 217000

[startup+3481.51 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=165052 CPUtime=3377.99
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38410 0 0 0 337767 32 0 0 25 0 1 0 162615532 169013248 38334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552931 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41263 38334 85 14 0 40929 0
Current children cumulated CPU time (s) 3479.94
Current children cumulated vsize (KiB) 217512

[startup+3487.9 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=165052 CPUtime=3384.38
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38410 0 0 0 338406 32 0 0 25 0 1 0 162615532 169013248 38334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41263 38334 85 14 0 40929 0
Current children cumulated CPU time (s) 3486.33
Current children cumulated vsize (KiB) 217512

[startup+3489.5 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=165052 CPUtime=3385.98
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38410 0 0 0 338566 32 0 0 25 0 1 0 162615532 169013248 38334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41263 38334 85 14 0 40929 0
Current children cumulated CPU time (s) 3487.93
Current children cumulated vsize (KiB) 217512

[startup+3491.1 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=165052 CPUtime=3387.58
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38410 0 0 0 338726 32 0 0 25 0 1 0 162615532 169013248 38334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41263 38334 85 14 0 40929 0
Current children cumulated CPU time (s) 3489.53
Current children cumulated vsize (KiB) 217512

[startup+3491.5 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=165052 CPUtime=3387.98
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38467 0 0 0 338766 32 0 0 25 0 1 0 162615532 169013248 38391 1992294400 134512640 134570484 4294956192 18446744073709551615 134550347 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41263 38391 85 14 0 40929 0
Current children cumulated CPU time (s) 3489.93
Current children cumulated vsize (KiB) 217512

[startup+3491.7 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=166080 CPUtime=3388.18
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38509 0 0 0 338786 32 0 0 25 0 1 0 162615532 170065920 38433 1992294400 134512640 134570484 4294956192 18446744073709551615 134514920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 41520 38433 85 14 0 41186 0
Current children cumulated CPU time (s) 3490.13
Current children cumulated vsize (KiB) 218540

[startup+3491.8 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 28221
/proc/meminfo: memFree=775672/2055920 swapFree=4181256/4192956
[pid=28207] ppid=28205 vsize=52460 CPUtime=101.95
/proc/28207/stat : 28207 (SATzilla2009_I) S 28205 28207 27982 0 -1 4194304 46822 163613 0 0 6205 30 3841 119 25 0 1 0 162605326 53719040 12619 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28207/statm: 13115 12619 216 399 0 12712 0
[pid=28213] ppid=28207 vsize=161548 CPUtime=3388.29
/proc/28213/stat : 28213 (picosat846) R 28207 28207 27982 0 -1 4194304 38509 0 0 0 338796 33 0 0 25 0 1 0 162615532 165425152 37330 1992294400 134512640 134570484 4294956192 18446744073709551615 7360040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28213/statm: 40387 37330 85 14 0 40053 0
Current children cumulated CPU time (s) 3490.24
Current children cumulated vsize (KiB) 214008

Child status: 20
Real time (s): 3491.85
CPU time (s): 3490.31
CPU user time (s): 3488.44
CPU system time (s): 1.87271
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 275512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3488.44
system time used= 1.87271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248957
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= 46
involuntary context switches= 11157

runsolver used 3.23451 second user time and 9.47256 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-03 12:15:18
IDJOB=1773000
IDBENCH=20424
IDSOLVER=616
FILE ID=node14/1773000-1241345716
PBS_JOBID= 9225500
Free space on /tmp= 66528 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773000-1241345716/watcher-1773000-1241345716 -o /tmp/evaluation-result-1773000-1241345716/solver-1773000-1241345716 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773000-1241345716.cnf

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=2086428661

node14.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.256
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	: 5931.00
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.256
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:        996704 kB
Buffers:         88784 kB
Cached:         862388 kB
SwapCached:       5520 kB
Active:         196808 kB
Inactive:       762276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        996704 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           55968 kB
Writeback:           0 kB
Mapped:          13604 kB
Slab:            86164 kB
Committed_AS:   643296 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= 66496 MiB
End job on node14 at 2009-05-03 13:13:30