Trace number 302529

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
SATzilla FULL? (exit code) 1199.57 1199.93

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1582455625-10.cnf
MD5SUMe4cd06c32212546d2b88a25ebac0c1e9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark215.27
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.66	c run March_dl for 5 seconds ... 
10.54/10.66	c Bin: Executing march_dl
10.54/10.66	c child exit by a signal
10.54/10.66	c march_dl returned code 137.
10.54/10.66	c run saps for 2 seconds ... 
10.54/10.66	c Bin: Executing ubcsat2006
10.54/10.66	c child exited successfully
10.54/10.66	c ubcsat2006 returned code 0.
10.54/10.66	c satzilla computing base features
10.54/10.66	c satzilla doing unit-prop probe
10.54/10.66	c satzilla doing local search probe
10.54/10.66	c satzilla doing lobjois search-space size estimate
10.54/10.66	c satzilla's ranking:
10.54/10.66	c 1) march_dl: 4.272893
10.54/10.66	c 2) eureka: 5.274063
10.54/10.66	c 3) kcnfs: 5.937377
10.54/10.66	c 4) vallst: 7.069644
10.54/10.66	c 5) minisat20: 7.726021
10.54/10.66	c 6) zchaff_rand: 10.024142
10.54/10.66	c 7) kcnfs+P: 999.000000
10.54/10.66	c 8) march_dl+P: 999.000000
10.54/10.66	c 9) vallst+P: 999.000000
10.54/10.66	c 10) zchaff_rand+P: 999.000000
10.54/10.66	c 11) rsat+P: 999.000000
10.54/10.66	c 12) eureka+P: 999.000000
10.54/10.66	c 13) minisat20+P: 999.000000
10.54/10.66	c 14) rsat: 999.000000
10.54/10.66	c satzilla running march_dl ... 
1199.37/1199.84	c Bin: Executing march_dl
1199.37/1199.84	c child exit by a signal
1199.37/1199.84	c march_dl returned code 137.
1199.37/1199.84	c march_dl returned code 137.
1199.37/1199.84	c satzilla running eureka ... 
1199.37/1199.84	c Bin: Executing eureka
1199.37/1199.84	c eureka returned code 1.
1199.37/1199.84	c eureka returned code 1.
1199.37/1199.84	c satzilla running kcnfs ... 
1199.37/1199.84	c Bin: Executing kcnfs
1199.37/1199.84	c kcnfs returned code 1.
1199.37/1199.84	c kcnfs returned code 1.
1199.37/1199.84	c satzilla running vallst ... 
1199.37/1199.84	c Bin: Executing vallst
1199.37/1199.84	c vallst returned code 1.
1199.37/1199.84	c vallst returned code 1.
1199.37/1199.84	c satzilla running minisat20 ... 
1199.37/1199.84	c Bin: Executing minisat20
1199.37/1199.84	c minisat20 returned code 1.
1199.37/1199.84	c minisat20 returned code 1.
1199.37/1199.84	c satzilla running zchaff_rand ... 
1199.37/1199.84	c Bin: Executing zchaff_rand
1199.37/1199.84	c zchaff_rand returned code 1.
1199.37/1199.84	c zchaff_rand returned code 1.
1199.37/1199.84	c satzilla running kcnfs with preprocessing ... 
1199.47/1199.92	c Preprocessing...
1199.47/1199.92	c Inital problem has 900 variables, 18000 nary clauses (0 binary clauses).
1199.47/1199.92	c Num non-binary clauses 18000, Average non-binary clause length 5.000
1199.47/1199.92	c Theory has no gaps
1199.47/1199.92	c Preprocessor runtime was 0.050 seconds.
1199.47/1199.92	c 
1199.47/1199.92	c Satisfiability of theory still undetermined.
1199.47/1199.92	c See file /tmp/qRkuwm for simplified theory.
1199.47/1199.92	c Bin: Executing kcnfs
1199.47/1199.92	c kcnfs returned code 1.
1199.47/1199.92	c kcnfs returned code 1.
1199.47/1199.92	c satzilla running march_dl with preprocessing ... 
1199.47/1199.92	c Bin: Executing march_dl
1199.47/1199.92	c march_dl returned code 1.
1199.47/1199.92	c march_dl returned code 1.
1199.47/1199.92	c satzilla running vallst with preprocessing ... 
1199.47/1199.92	c Bin: Executing vallst
1199.47/1199.92	c vallst returned code 1.
1199.47/1199.92	c vallst returned code 1.
1199.47/1199.92	c satzilla running zchaff_rand with preprocessing ... 
1199.47/1199.93	c Bin: Executing zchaff_rand
1199.47/1199.93	c zchaff_rand returned code 1.
1199.47/1199.93	c zchaff_rand returned code 1.
1199.47/1199.93	c satzilla running rsat with preprocessing ... 
1199.47/1199.93	c Bin: Executing rsat
1199.47/1199.93	c rsat returned code 1.
1199.47/1199.93	c rsat returned code 1.
1199.47/1199.93	c satzilla running eureka with preprocessing ... 
1199.47/1199.93	c Bin: Executing eureka
1199.47/1199.93	c eureka returned code 1.
1199.47/1199.93	c eureka returned code 1.
1199.47/1199.93	c satzilla running minisat20 with preprocessing ... 
1199.47/1199.93	c Bin: Executing minisat20
1199.47/1199.93	c minisat20 returned code 1.
1199.47/1199.93	c minisat20 returned code 1.
1199.47/1199.93	c satzilla running rsat ... 
1199.47/1199.93	c Bin: Executing rsat
1199.47/1199.93	c rsat returned code 1.
1199.47/1199.93	c rsat returned code 1.
1199.47/1199.93	c ERROR: All Failed! 
1199.47/1199.93	c SATZILLA_TIME=1199.740000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node11/watcher-302529-1172013822 -o ROOT/results/node11/solver-302529-1172013822 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302529-1172013822/SATzilla2007_F /tmp/evaluation/302529-1172013822/instance-302529-1172013822.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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
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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 973
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=0
/proc/973/stat : 973 (SATzilla2007_F) R 971 973 843 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=974] ppid=973 vsize=780 CPUtime=0
/proc/974/stat : 974 (march_dl) R 973 973 843 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 221336784 798720 102 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/974/statm: 195 102 50 118 0 74 0

[startup+0.107577 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 973
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=0
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=974] ppid=973 vsize=2828 CPUtime=0.09
/proc/974/stat : 974 (march_dl) R 973 973 843 0 -1 4194304 1855 0 0 0 9 0 0 0 19 0 1 0 221336784 2895872 565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/974/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4340

[startup+0.516624 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 973
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=0
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=974] ppid=973 vsize=3776 CPUtime=0.5
/proc/974/stat : 974 (march_dl) R 973 973 843 0 -1 4194304 2514 0 0 0 50 0 0 0 24 0 1 0 221336784 3866624 606 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/974/statm: 944 606 67 118 0 823 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5288

[startup+1.34472 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 975
/proc/meminfo: memFree=1614504/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=0
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=974] ppid=973 vsize=3908 CPUtime=1.33
/proc/974/stat : 974 (march_dl) R 973 973 843 0 -1 4194304 2553 0 0 0 133 0 0 0 25 0 1 0 221336784 4001792 645 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/974/statm: 977 645 67 118 0 856 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5420

[startup+2.98392 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 975
/proc/meminfo: memFree=1595816/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=0
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=974] ppid=973 vsize=23968 CPUtime=2.97
/proc/974/stat : 974 (march_dl) R 973 973 843 0 -1 4194304 8073 0 0 0 268 29 0 0 25 0 1 0 221336784 24543232 5685 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/974/statm: 5992 5685 72 118 0 5871 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 25480

[startup+6.2603 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 976
/proc/meminfo: memFree=1615016/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=1512 CPUtime=5
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 149 9513 0 0 0 0 469 31 16 0 1 0 221336784 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/973/statm: 378 125 110 260 0 84 0
[pid=976] ppid=973 vsize=6188 CPUtime=1.24
/proc/976/stat : 976 (ubcsat2006) R 973 973 843 0 -1 4194304 547 0 0 0 118 6 0 0 25 0 1 0 221337285 6336512 529 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/976/statm: 1547 529 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7161 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 977
/proc/meminfo: memFree=1594040/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=23208 CPUtime=2.04
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 7348 0 0 0 182 22 0 0 25 0 1 0 221337850 23764992 5274 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 5802 5274 72 118 0 5681 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26452

[startup+25.5216 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 977
/proc/meminfo: memFree=1586808/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=30792 CPUtime=14.84
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 11180 0 0 0 1451 33 0 0 25 0 1 0 221337850 31531008 7386 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532973 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 7698 7386 74 118 0 7577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34036

[startup+51.1536 s]
/proc/loadavg: 1.04 0.99 0.99 2/79 977
/proc/meminfo: memFree=1577080/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=41504 CPUtime=40.46
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 13322 0 0 0 4011 35 0 0 25 0 1 0 221337850 42500096 9528 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 10376 9528 74 118 0 10255 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 44748

[startup+102.434 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 977
/proc/meminfo: memFree=1571960/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=46364 CPUtime=91.73
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 14584 0 0 0 9136 37 0 0 25 0 1 0 221337850 47476736 10790 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 11591 10790 74 118 0 11470 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 49608

[startup+162.51 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 977
/proc/meminfo: memFree=1569080/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=49112 CPUtime=151.79
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 15284 0 0 0 15141 38 0 0 25 0 1 0 221337850 50290688 11490 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 12278 11490 74 118 0 12157 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 52356

[startup+222.582 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 977
/proc/meminfo: memFree=1567416/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=50812 CPUtime=211.85
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 15705 0 0 0 21145 40 0 0 25 0 1 0 221337850 52031488 11911 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 12703 11911 74 118 0 12582 0
Current children cumulated CPU time (s) 222.49
Current children cumulated vsize (KiB) 54056

[startup+282.659 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1565880/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=52260 CPUtime=271.9
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 16080 0 0 0 27150 40 0 0 25 0 1 0 221337850 53514240 12286 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 13065 12286 74 118 0 12944 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 55504

[startup+342.734 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1564408/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=53712 CPUtime=331.96
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 16435 0 0 0 33155 41 0 0 25 0 1 0 221337850 55001088 12641 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 13428 12641 74 118 0 13307 0
Current children cumulated CPU time (s) 342.6
Current children cumulated vsize (KiB) 56956

[startup+402.811 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1563512/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=54504 CPUtime=392.02
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 16651 0 0 0 39160 42 0 0 25 0 1 0 221337850 55812096 12857 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 13626 12857 74 118 0 13505 0
Current children cumulated CPU time (s) 402.66
Current children cumulated vsize (KiB) 57748

[startup+462.885 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1563000/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=55164 CPUtime=452.08
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 16830 0 0 0 45165 43 0 0 25 0 1 0 221337850 56487936 13036 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 13791 13036 74 118 0 13670 0
Current children cumulated CPU time (s) 462.72

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

/proc/977/statm: 14418 13657 74 118 0 14297 0
Current children cumulated CPU time (s) 702.95
Current children cumulated vsize (KiB) 60916

[startup+763.265 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1559928/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=58200 CPUtime=752.36
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 17572 0 0 0 75190 46 0 0 25 0 1 0 221337850 59596800 13778 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14550 13778 74 118 0 14429 0
Current children cumulated CPU time (s) 763
Current children cumulated vsize (KiB) 61444

[startup+823.342 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1559544/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=58596 CPUtime=812.43
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 17680 0 0 0 81196 47 0 0 25 0 1 0 221337850 60002304 13886 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537781 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14649 13886 74 118 0 14528 0
Current children cumulated CPU time (s) 823.07
Current children cumulated vsize (KiB) 61840

[startup+883.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1559096/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=58992 CPUtime=872.47
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 17774 0 0 0 87200 47 0 0 25 0 1 0 221337850 60407808 13980 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14748 13980 74 118 0 14627 0
Current children cumulated CPU time (s) 883.11
Current children cumulated vsize (KiB) 62236

[startup+943.479 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1558840/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=59256 CPUtime=932.53
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 17850 0 0 0 93205 48 0 0 25 0 1 0 221337850 60678144 14056 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134564329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14814 14056 74 118 0 14693 0
Current children cumulated CPU time (s) 943.17
Current children cumulated vsize (KiB) 62500

[startup+1003.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 977
/proc/meminfo: memFree=1558456/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=59652 CPUtime=992.58
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 17934 0 0 0 99209 49 0 0 25 0 1 0 221337850 61083648 14140 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14913 14140 74 118 0 14792 0
Current children cumulated CPU time (s) 1003.22
Current children cumulated vsize (KiB) 62896

[startup+1063.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1558136/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=59916 CPUtime=1052.63
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18022 0 0 0 105214 49 0 0 25 0 1 0 221337850 61353984 14228 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 14979 14228 74 118 0 14858 0
Current children cumulated CPU time (s) 1063.27
Current children cumulated vsize (KiB) 63160

[startup+1123.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557816/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60312 CPUtime=1112.68
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18101 0 0 0 111218 50 0 0 25 0 1 0 221337850 61759488 14307 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15078 14307 74 118 0 14957 0
Current children cumulated CPU time (s) 1123.32
Current children cumulated vsize (KiB) 63556

[startup+1183.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557560/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60576 CPUtime=1172.73
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18180 0 0 0 117223 50 0 0 25 0 1 0 221337850 62029824 14386 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15144 14386 74 118 0 15023 0
Current children cumulated CPU time (s) 1183.37
Current children cumulated vsize (KiB) 63820

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

[startup+1187.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557496/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60576 CPUtime=1176.53
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18184 0 0 0 117602 51 0 0 25 0 1 0 221337850 62029824 14390 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15144 14390 74 118 0 15023 0
Current children cumulated CPU time (s) 1187.17
Current children cumulated vsize (KiB) 63820

[startup+1194.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557496/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60576 CPUtime=1183.09
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18188 0 0 0 118258 51 0 0 25 0 1 0 221337850 62029824 14394 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15144 14394 74 118 0 15023 0
Current children cumulated CPU time (s) 1193.73
Current children cumulated vsize (KiB) 63820

[startup+1197.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557496/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60708 CPUtime=1186.36
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18193 0 0 0 118585 51 0 0 25 0 1 0 221337850 62164992 14399 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15177 14399 74 118 0 15056 0
Current children cumulated CPU time (s) 1197
Current children cumulated vsize (KiB) 63952

[startup+1199.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557432/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60708 CPUtime=1188.01
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18197 0 0 0 118750 51 0 0 25 0 1 0 221337850 62164992 14403 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15177 14403 74 118 0 15056 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 63952

[startup+1199.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 979
/proc/meminfo: memFree=1557432/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3244 CPUtime=10.64
/proc/973/stat : 973 (SATzilla2007_F) S 971 973 843 0 -1 4194304 1579 10066 0 0 336 13 672 43 25 0 1 0 221336784 3321856 617 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 811 617 169 260 0 517 0
[pid=977] ppid=973 vsize=60708 CPUtime=1188.42
/proc/977/stat : 977 (march_dl) R 973 973 843 0 -1 4194304 18197 0 0 0 118791 51 0 0 25 0 1 0 221337850 62164992 14403 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/977/statm: 15177 14403 74 118 0 15056 0
Current children cumulated CPU time (s) 1199.06
Current children cumulated vsize (KiB) 63952

[startup+1199.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 979
/proc/meminfo: memFree=1614720/2055920 swapFree=4192812/4192956
[pid=973] ppid=971 vsize=3248 CPUtime=1199.47
/proc/973/stat : 973 (SATzilla2007_F) R 971 973 843 0 -1 4194304 1684 28263 0 0 337 13 119502 95 18 0 1 0 221336784 3325952 620 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135168641 0 0 4096 0 0 0 0 17 1 0 0
/proc/973/statm: 812 620 170 260 0 518 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 3248

Child status: 17
Real time (s): 1199.93
CPU time (s): 1199.57
CPU user time (s): 1198.47
CPU system time (s): 1.10383
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 63952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.47
system time used= 1.10383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30634
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= 26
involuntary context switches= 23141

runsolver used 1.14383 second user time and 3.11952 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Feb 20 23:23:42 UTC 2007

IDJOB= 302529
IDBENCH= 20085
IDSOLVER= 136
FILE ID= node11/302529-1172013822

PBS_JOBID= 3849156

Free space on /tmp= 66535 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v900/unif-k5-r20-v900-c18000-S1582455625-10.cnf
COMMAND LINE= /tmp/evaluation/302529-1172013822/SATzilla2007_F /tmp/evaluation/302529-1172013822/instance-302529-1172013822.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-302529-1172013822 -o ROOT/results/node11/solver-302529-1172013822 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302529-1172013822/SATzilla2007_F /tmp/evaluation/302529-1172013822/instance-302529-1172013822.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  e4cd06c32212546d2b88a25ebac0c1e9

RANDOM SEED= 616029359

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.243
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.243
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:       1617360 kB
Buffers:         55480 kB
Cached:         267996 kB
SwapCached:          0 kB
Active:         176164 kB
Inactive:       190444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10552 kB
Writeback:           0 kB
Mapped:          62040 kB
Slab:            57496 kB
Committed_AS:   715000 kB
PageTables:       1756 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= 66535 MiB

End job on node11 on Tue Feb 20 23:43:42 UTC 2007