Trace number 334482

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.64 1200.03

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
MD5SUM5a3ae9766db0de00fa37fabacaa34827
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
Number of clauses of size over 50

Solver Data (download as text)

11.27/11.32	c run March_dl for 5 seconds ... 
11.27/11.32	c Bin: Executing march_dl
11.27/11.32	c child exit by a signal
11.27/11.32	c march_dl returned code 137.
11.27/11.32	c run saps for 2 seconds ... 
11.27/11.32	c Bin: Executing ubcsat2006
11.27/11.32	c child exited successfully
11.27/11.32	c ubcsat2006 returned code 0.
11.27/11.32	c satzilla computing base features
11.27/11.32	c satzilla doing unit-prop probe
11.27/11.32	c satzilla doing local search probe
11.27/11.32	c satzilla doing lobjois search-space size estimate
11.27/11.32	c satzilla's ranking:
11.27/11.32	c 1) minisat20: 3.470999
11.27/11.32	c 2) zchaff_rand: 3.654957
11.27/11.32	c 3) march_dl: 3.743193
11.27/11.32	c 4) eureka: 3.785365
11.27/11.32	c 5) vallst: 4.108899
11.27/11.32	c 6) kcnfs: 4.307585
11.27/11.32	c 7) kcnfs+P: 999.000000
11.27/11.32	c 8) march_dl+P: 999.000000
11.27/11.32	c 9) vallst+P: 999.000000
11.27/11.32	c 10) zchaff_rand+P: 999.000000
11.27/11.32	c 11) rsat+P: 999.000000
11.27/11.32	c 12) eureka+P: 999.000000
11.27/11.32	c 13) minisat20+P: 999.000000
11.27/11.32	c 14) rsat: 999.000000
11.27/11.32	c satzilla running minisat20 ... 
11.27/11.32	This is MiniSat 2.0 beta
11.27/11.32	WARNING: for repeatability, setting FPU to use double precision
11.27/11.32	============================[ Problem Statistics ]=============================
11.27/11.32	|                                                                             |
11.27/11.32	|  Number of variables:  4703                                                 |
11.27/11.32	|  Number of clauses:    45358                                                |
11.27/11.36	|  Parsing time:         0.03         s                                       |
11.27/11.36	============================[ Search Statistics ]==============================
11.27/11.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.27/11.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.27/11.36	===============================================================================
11.27/11.36	|         0 |    4508    44010   197742 |    14670        0    nan |  0.000 % |
11.27/11.38	|       101 |    4508    44010   197742 |    16137      101     11 |  4.146 % |
11.29/11.54	|       251 |    4508    44010   197742 |    17750      251     52 |  4.147 % |
11.29/11.73	|       476 |    4508    44010   197742 |    19525      476     52 |  4.146 % |
11.29/11.91	|       814 |    4508    44010   197742 |    21478      814     51 |  4.147 % |
11.95/12.07	|      1320 |    4508    44010   197742 |    23626     1320     42 |  4.146 % |
12.95/13.04	|      2080 |    4508    44010   197742 |    25988     2080     54 |  4.147 % |
13.95/14.02	|      3219 |    4508    44010   197742 |    28587     3219     56 |  4.147 % |
14.75/14.88	|      4927 |    4508    44010   197742 |    31446     4927     46 |  4.146 % |
16.85/16.93	|      7489 |    4508    44010   197742 |    34591     7489     53 |  4.147 % |
20.35/20.43	|     11333 |    4508    44010   197742 |    38050    11333     53 |  4.146 % |
26.55/26.60	|     17099 |    4508    44010   197742 |    41855    17099     54 |  4.146 % |
39.64/39.73	|     25748 |    4508    44010   197742 |    46040    25748     62 |  4.147 % |
65.23/65.32	|     38722 |    4508    44010   197742 |    50644    38722     67 |  4.147 % |
105.52/105.63	|     58184 |    4508    44010   197742 |    55709    18553     49 |  4.146 % |
154.60/154.71	|     87377 |    4507    43999   197694 |    61280    47745     59 |  4.168 % |
239.18/239.37	|    131167 |    4507    43999   197694 |    67408    41944     46 |  4.168 % |
344.25/344.45	|    196851 |    4507    43999   197694 |    74149    51052     51 |  4.168 % |
523.60/523.88	|    295378 |    4506    43621   195811 |    81563    25249     46 |  4.189 % |
745.93/746.29	|    443167 |    4506    43621   195811 |    89720    40323     51 |  4.189 % |
1171.70/1172.14	|    664850 |    4505    43610   195764 |    98692    34658     59 |  4.210 % |
1199.10/1199.51	c Bin: Executing minisat20
1199.10/1199.51	c child exit by a signal
1199.10/1199.51	c minisat20 returned code 137.
1199.10/1199.51	c minisat20 returned code 137.
1199.10/1199.51	c satzilla running zchaff_rand ... 
1199.10/1199.51	c Bin: Executing zchaff_rand
1199.10/1199.51	c zchaff_rand returned code 1.
1199.10/1199.51	c zchaff_rand returned code 1.
1199.10/1199.51	c satzilla running march_dl ... 
1199.10/1199.51	c Bin: Executing march_dl
1199.10/1199.51	c march_dl returned code 1.
1199.10/1199.51	c march_dl returned code 1.
1199.10/1199.51	c satzilla running eureka ... 
1199.10/1199.51	c Bin: Executing eureka
1199.10/1199.51	c eureka returned code 1.
1199.10/1199.51	c eureka returned code 1.
1199.10/1199.51	c satzilla running vallst ... 
1199.10/1199.51	c Bin: Executing vallst
1199.10/1199.51	c vallst returned code 1.
1199.10/1199.51	c vallst returned code 1.
1199.10/1199.51	c satzilla running kcnfs ... 
1199.10/1199.51	c Bin: Executing kcnfs
1199.10/1199.51	c kcnfs returned code 1.
1199.10/1199.51	c kcnfs returned code 1.
1199.10/1199.51	c satzilla running kcnfs with preprocessing ... 
1199.60/1200.02	c Preprocessing...
1199.60/1200.02	c Inital problem has 4703 variables, 40754 nary clauses (4604 binary clauses).
1199.60/1200.02	c Num non-binary clauses 40608, Average non-binary clause length 4.778
1199.60/1200.02	c Theory has no gaps
1199.60/1200.02	c Preprocessor runtime was 0.430 seconds.
1199.60/1200.02	c 
1199.60/1200.02	c Satisfiability of theory still undetermined.
1199.60/1200.02	c See file /tmp/Rr7Sdz for simplified theory.
1199.60/1200.02	c Bin: Executing kcnfs
1199.60/1200.02	c kcnfs returned code 1.
1199.60/1200.02	c kcnfs returned code 1.
1199.60/1200.02	c satzilla running march_dl with preprocessing ... 
1199.60/1200.02	c Bin: Executing march_dl
1199.60/1200.02	c march_dl returned code 1.
1199.60/1200.02	c march_dl returned code 1.
1199.60/1200.02	c satzilla running vallst with preprocessing ... 
1199.60/1200.02	c Bin: Executing vallst
1199.60/1200.02	c vallst returned code 1.
1199.60/1200.02	c vallst returned code 1.
1199.60/1200.02	c satzilla running zchaff_rand with preprocessing ... 
1199.60/1200.02	c Bin: Executing zchaff_rand
1199.60/1200.02	c zchaff_rand returned code 1.
1199.60/1200.02	c zchaff_rand returned code 1.
1199.60/1200.02	c satzilla running rsat with preprocessing ... 
1199.60/1200.02	c Bin: Executing rsat
1199.60/1200.02	c rsat returned code 1.
1199.60/1200.02	c rsat returned code 1.
1199.60/1200.02	c satzilla running eureka with preprocessing ... 
1199.60/1200.02	c Bin: Executing eureka
1199.60/1200.02	c eureka returned code 1.
1199.60/1200.02	c eureka returned code 1.
1199.60/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.60/1200.02	c Bin: Executing minisat20
1199.60/1200.02	c minisat20 returned code 1.
1199.60/1200.02	c minisat20 returned code 1.
1199.60/1200.02	c satzilla running rsat ... 
1199.60/1200.02	c Bin: Executing rsat
1199.60/1200.02	c rsat returned code 1.
1199.60/1200.02	c rsat returned code 1.
1199.60/1200.02	c ERROR: All Failed! 
1199.60/1200.02	c SATZILLA_TIME=1199.800000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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: 1.85 1.85 1.45 3/77 20831
/proc/meminfo: memFree=1370440/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) R 20829 20831 20410 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=1272 CPUtime=0
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 377458842 1302528 182 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 318 182 50 118 0 197 0

[startup+0.093876 s]
/proc/loadavg: 1.85 1.85 1.45 3/77 20831
/proc/meminfo: memFree=1370440/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=3356 CPUtime=0.09
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 572 0 0 0 9 0 0 0 20 0 1 0 377458842 3436544 565 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544399 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 839 565 52 118 0 718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4868

[startup+0.101875 s]
/proc/loadavg: 1.85 1.85 1.45 3/77 20831
/proc/meminfo: memFree=1370440/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=4280 CPUtime=0.09
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 808 0 0 0 9 0 0 0 20 0 1 0 377458842 4382720 801 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 1070 801 52 118 0 949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5792

[startup+0.301899 s]
/proc/loadavg: 1.85 1.85 1.45 3/77 20831
/proc/meminfo: memFree=1370440/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=3740 CPUtime=0.28
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 2941 0 0 0 28 0 0 0 21 0 1 0 377458842 3829760 675 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617620 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 935 675 55 118 0 814 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5252

[startup+0.701946 s]
/proc/loadavg: 1.85 1.85 1.45 3/77 20831
/proc/meminfo: memFree=1370440/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=5680 CPUtime=0.69
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 8382 0 0 0 66 3 0 0 25 0 1 0 377458842 5816320 1183 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134541049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 1420 1183 69 118 0 1299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7192

[startup+1.50104 s]
/proc/loadavg: 1.85 1.85 1.45 2/79 20833
/proc/meminfo: memFree=1365048/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=7520 CPUtime=1.49
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 9459 0 0 0 146 3 0 0 25 0 1 0 377458842 7700480 1389 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 1880 1389 71 118 0 1759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9032

[startup+3.10123 s]
/proc/loadavg: 1.85 1.85 1.45 2/79 20833
/proc/meminfo: memFree=1364856/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=0
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20832] ppid=20831 vsize=7520 CPUtime=3.09
/proc/20832/stat : 20832 (march_dl) R 20831 20831 20410 0 -1 4194304 9479 0 0 0 306 3 0 0 25 0 1 0 377458842 7700480 1409 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20832/statm: 1880 1409 71 118 0 1759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9032

[startup+6.30161 s]
/proc/loadavg: 1.86 1.85 1.46 2/79 20834
/proc/meminfo: memFree=1366648/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=1512 CPUtime=4.99
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 149 9524 0 0 0 0 495 4 16 0 1 0 377458842 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20831/statm: 378 125 110 260 0 84 0
[pid=20834] ppid=20831 vsize=6188 CPUtime=1.28
/proc/20834/stat : 20834 (ubcsat2006) R 20831 20831 20410 0 -1 4194304 1009 0 0 0 122 6 0 0 25 0 1 0 377459343 6336512 991 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20834/statm: 1547 991 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7014 s]
/proc/loadavg: 1.79 1.83 1.45 2/79 20835
/proc/meminfo: memFree=1362616/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=4784 CPUtime=1.36
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 1103 0 0 0 136 0 0 0 25 0 1 0 377459975 4898816 1096 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535736 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 1196 1096 59 118 0 1074 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 9704

[startup+25.5019 s]
/proc/loadavg: 1.61 1.79 1.45 2/79 20835
/proc/meminfo: memFree=1358904/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=8508 CPUtime=14.16
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 2009 0 0 0 1415 1 0 0 25 0 1 0 377459975 8712192 2002 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 2127 2002 59 118 0 2005 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13428

[startup+51.1019 s]
/proc/loadavg: 1.40 1.73 1.43 2/79 20835
/proc/meminfo: memFree=1353528/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=13796 CPUtime=39.74
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 3347 0 0 0 3971 3 0 0 25 0 1 0 377459975 14127104 3340 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 3449 3340 59 118 0 3327 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 18716

[startup+102.306 s]
/proc/loadavg: 1.17 1.61 1.41 2/79 20835
/proc/meminfo: memFree=1348088/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=19296 CPUtime=90.93
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 4703 0 0 0 9088 5 0 0 25 0 1 0 377459975 19759104 4696 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 4824 4696 59 118 0 4702 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 24216

[startup+162.302 s]
/proc/loadavg: 1.06 1.50 1.38 2/79 20835
/proc/meminfo: memFree=1348152/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=19296 CPUtime=150.91
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 4703 0 0 0 15086 5 0 0 25 0 1 0 377459975 19759104 4696 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 4824 4696 59 118 0 4702 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 24216

[startup+222.301 s]
/proc/loadavg: 1.02 1.41 1.35 2/79 20835
/proc/meminfo: memFree=1345592/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=21828 CPUtime=210.89
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 5320 0 0 0 21082 7 0 0 25 0 1 0 377459975 22351872 5313 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 5457 5313 59 118 0 5335 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 26748

[startup+282.301 s]
/proc/loadavg: 1.01 1.33 1.33 2/79 20835
/proc/meminfo: memFree=1345016/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=22492 CPUtime=270.88
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 5485 0 0 0 27080 8 0 0 25 0 1 0 377459975 23031808 5478 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 5623 5478 59 118 0 5501 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 27412

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.31 2/79 20835
/proc/meminfo: memFree=1344056/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=23284 CPUtime=330.86
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 5684 0 0 0 33078 8 0 0 25 0 1 0 377459975 23842816 5677 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 5821 5677 59 118 0 5699 0

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

/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=28336 CPUtime=750.73
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 6902 0 0 0 75061 12 0 0 25 0 1 0 377459975 29016064 6895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 7084 6895 59 118 0 6962 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 33256

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/79 20835
/proc/meminfo: memFree=1339320/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=28336 CPUtime=810.72
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 6902 0 0 0 81059 13 0 0 25 0 1 0 377459975 29016064 6895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 7084 6895 59 118 0 6962 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 33256

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/79 20835
/proc/meminfo: memFree=1336248/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=31332 CPUtime=870.7
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 7657 0 0 0 87056 14 0 0 25 0 1 0 377459975 32083968 7650 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 7833 7650 59 118 0 7711 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 36252

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/79 20835
/proc/meminfo: memFree=1336248/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=31332 CPUtime=930.68
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 7659 0 0 0 93053 15 0 0 25 0 1 0 377459975 32083968 7652 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 7833 7652 59 118 0 7711 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 36252

[startup+1002.3 s]
/proc/loadavg: 1.04 1.03 1.14 2/79 20835
/proc/meminfo: memFree=1335480/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=32136 CPUtime=990.66
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 7860 0 0 0 99051 15 0 0 25 0 1 0 377459975 32907264 7853 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528302 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 8034 7853 59 118 0 7912 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 37056

[startup+1062.3 s]
/proc/loadavg: 1.05 1.04 1.13 2/79 20835
/proc/meminfo: memFree=1334328/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=33324 CPUtime=1050.65
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8139 0 0 0 105049 16 0 0 25 0 1 0 377459975 34123776 8132 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 8331 8132 59 118 0 8209 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 38244

[startup+1122.3 s]
/proc/loadavg: 1.02 1.03 1.12 2/79 20835
/proc/meminfo: memFree=1334264/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=33324 CPUtime=1110.62
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8140 0 0 0 111046 16 0 0 25 0 1 0 377459975 34123776 8133 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 8331 8133 59 118 0 8209 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 38244

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1170.61
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 117043 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 41152

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1178.61
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 117843 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1189.9
Current children cumulated vsize (KiB) 41152

[startup+1196.7 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1185.01
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 118483 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1196.3
Current children cumulated vsize (KiB) 41152

[startup+1198.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1186.61
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 118643 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525954 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 41152

[startup+1199.1 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1187.41
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 118723 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 41152

[startup+1199.5 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=4920 CPUtime=11.29
/proc/20831/stat : 20831 (SATzilla2007_F) S 20829 20831 20410 0 -1 4194304 3389 10539 0 0 405 6 704 14 25 0 1 0 377458842 5038080 1045 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20831/statm: 1230 1045 169 260 0 936 0
[pid=20835] ppid=20831 vsize=36232 CPUtime=1187.81
/proc/20835/stat : 20835 (minisat20) R 20831 20831 20410 0 -1 4194304 8868 0 0 0 118763 18 0 0 25 0 1 0 377459975 37101568 8861 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/20835/statm: 9058 8861 59 118 0 8936 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 41152

[startup+1199.9 s]
/proc/loadavg: 1.00 1.02 1.10 2/79 20835
/proc/meminfo: memFree=1331384/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=14152 CPUtime=1199.5
/proc/20831/stat : 20831 (SATzilla2007_F) R 20829 20831 20410 0 -1 4194304 5294 19407 0 0 442 8 119468 32 21 0 1 0 377458842 14491648 2798 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 134597976 0 0 4096 0 0 0 0 17 0 0 0
/proc/20831/statm: 3538 2798 176 260 0 3244 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 14152

[startup+1200 s]
/proc/loadavg: 1.00 1.02 1.10 2/78 20835
/proc/meminfo: memFree=1358720/2055920 swapFree=4169972/4192956
[pid=20831] ppid=20829 vsize=12268 CPUtime=1199.6
/proc/20831/stat : 20831 (SATzilla2007_F) R 20829 20831 20410 0 -1 4194304 5307 19407 0 0 452 8 119468 32 22 0 1 0 377458842 12562432 2785 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/20831/statm: 3067 2785 176 260 0 2773 0
Current children cumulated CPU time (s) 1199.6
Current children cumulated vsize (KiB) 12268

Child status: 17
Real time (s): 1200.03
CPU time (s): 1199.64
CPU user time (s): 1199.22
CPU system time (s): 0.423935
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 41152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.22
system time used= 0.423935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24720
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= 28
involuntary context switches= 25888

runsolver used 1.2968 second user time and 3.07753 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 01:04:03 UTC 2007

IDJOB= 334482
IDBENCH= 24628
IDSOLVER= 136
FILE ID= node11/334482-1173575043

PBS_JOBID= 4101207

Free space on /tmp= 66342 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334482-1173575043/SATzilla2007_F /tmp/evaluation/334482-1173575043/instance-334482-1173575043.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-334482-1173575043 -o ROOT/results/node11/solver-334482-1173575043 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334482-1173575043/SATzilla2007_F /tmp/evaluation/334482-1173575043/instance-334482-1173575043.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  5a3ae9766db0de00fa37fabacaa34827

RANDOM SEED= 192630936

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:       1370912 kB
Buffers:         53816 kB
Cached:         540024 kB
SwapCached:       2248 kB
Active:         261856 kB
Inactive:       354904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370912 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           11280 kB
Writeback:           0 kB
Mapped:          30876 kB
Slab:            53776 kB
Committed_AS:  1196756 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= 66342 MiB

End job on node11 on Sun Mar 11 01:24:03 UTC 2007