Trace number 333809

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 CRAFTED? (exit code) 1199.53 1199.9

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.57/10.67	c run March_dl for 5 seconds ... 
10.57/10.67	c Bin: Executing march_dl
10.57/10.67	c child exit by a signal
10.57/10.67	c march_dl returned code 137.
10.57/10.67	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.67	c Bin: Executing ubcsat2006
10.57/10.67	c child exited successfully
10.57/10.67	c ubcsat2006 returned code 0.
10.57/10.67	c satzilla computing base features
10.57/10.67	c satzilla doing unit-prop probe
10.57/10.67	c satzilla doing local search probe
10.57/10.67	c satzilla doing lobjois search-space size estimate
10.57/10.67	c satzilla's ranking:
10.57/10.67	c 1) minisat20+P: 2.471160
10.57/10.67	c 2) march_dl+P: 2.669441
10.57/10.67	c 3) zchaff_rand+P: 3.061470
10.57/10.67	c 4) march_dl: 3.384865
10.57/10.67	c 5) minisat20: 3.547910
10.57/10.67	c 6) vallst+P: 3.994368
10.57/10.67	c 7) kcnfs+P: 999.000000
10.57/10.67	c 8) kcnfs: 999.000000
10.57/10.67	c 9) vallst: 999.000000
10.57/10.67	c 10) zchaff_rand: 999.000000
10.57/10.67	c satzilla running minisat20 with preprocessing ... 
10.66/10.72	This is MiniSat 2.0 beta
10.66/10.72	WARNING: for repeatability, setting FPU to use double precision
10.66/10.72	============================[ Problem Statistics ]=============================
10.66/10.72	|                                                                             |
10.66/10.72	|  Number of variables:  1192                                                 |
10.66/10.72	|  Number of clauses:    14506                                                |
10.66/10.73	|  Parsing time:         0.01         s                                       |
10.66/10.73	============================[ Search Statistics ]==============================
10.66/10.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.66/10.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.66/10.73	===============================================================================
10.66/10.73	|         0 |    1192    14506    43816 |     4835        0    nan |  0.000 % |
10.66/10.73	|       100 |    1192    14506    43816 |     5318      100      8 |  0.000 % |
10.66/10.74	|       250 |    1192    14506    43816 |     5850      250     10 |  0.000 % |
10.66/10.76	|       476 |    1192    14506    43816 |     6435      476     13 |  0.000 % |
10.66/10.78	|       813 |    1192    14506    43816 |     7079      813     14 |  0.000 % |
10.68/10.83	|      1320 |    1192    14506    43816 |     7787     1320     16 |  0.000 % |
10.86/10.93	|      2079 |    1192    14506    43816 |     8566     2079     18 |  0.000 % |
10.95/11.08	|      3218 |    1192    14506    43816 |     9422     3218     19 |  0.000 % |
11.25/11.36	|      4927 |    1192    14506    43816 |    10364     4927     22 |  0.000 % |
11.75/11.89	|      7489 |    1192    14506    43816 |    11401     7489     24 |  0.000 % |
12.65/12.70	|     11333 |    1192    14506    43816 |    12541    11333     27 |  0.000 % |
13.55/13.67	|     17099 |    1192    14506    43816 |    13795    10738     26 |  0.000 % |
15.54/15.62	|     25750 |    1192    14506    43816 |    15175    12428     27 |  0.000 % |
19.54/19.60	|     38725 |    1192    14506    43816 |    16692    10078     26 |  0.000 % |
25.14/25.24	|     58187 |    1192    14506    43816 |    18362    12707     31 |  0.000 % |
35.24/35.37	|     87380 |    1192    14506    43816 |    20198    14203     26 |  0.000 % |
49.53/49.62	|    131169 |    1192    14506    43816 |    22218    17345     37 |  0.000 % |
73.02/73.19	|    196853 |    1192    14506    43816 |    24440    15986     32 |  0.000 % |
103.22/103.37	|    295380 |    1192    14506    43816 |    26884    16310     25 |  0.000 % |
163.70/163.87	|    443169 |    1192    14506    43816 |    29572    15560     28 |  0.000 % |
270.46/270.61	|    664852 |    1192    14506    43816 |    32529    28728     25 |  0.000 % |
448.62/448.83	|    997378 |    1192    14506    43816 |    35782    17141     24 |  0.000 % |
750.73/751.06	|   1496167 |    1192    14506    43816 |    39360    20861     25 |  0.000 % |
1199.50/1199.90	c Preprocessing...
1199.50/1199.90	c Inital problem has 1192 variables, 14506 nary clauses (0 binary clauses).
1199.50/1199.90	c Num non-binary clauses 14506, Average non-binary clause length 3.021
1199.50/1199.90	c Theory has no gaps
1199.50/1199.90	c Preprocessor runtime was 0.020 seconds.
1199.50/1199.90	c 
1199.50/1199.90	c Satisfiability of theory still undetermined.
1199.50/1199.90	c See file /tmp/L4fP5X for simplified theory.
1199.50/1199.90	c Bin: Executing minisat20
1199.50/1199.90	c child exit by a signal
1199.50/1199.90	c minisat20 returned code 137.
1199.50/1199.90	c minisat20 returned code 137.
1199.50/1199.90	c satzilla running march_dl with preprocessing ... 
1199.50/1199.90	c Bin: Executing march_dl
1199.50/1199.90	c march_dl returned code 1.
1199.50/1199.90	c march_dl returned code 1.
1199.50/1199.90	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1199.90	c Bin: Executing zchaff_rand
1199.50/1199.90	c zchaff_rand returned code 1.
1199.50/1199.90	c zchaff_rand returned code 1.
1199.50/1199.90	c satzilla running march_dl ... 
1199.50/1199.90	c Bin: Executing march_dl
1199.50/1199.90	c march_dl returned code 1.
1199.50/1199.90	c march_dl returned code 1.
1199.50/1199.90	c satzilla running minisat20 ... 
1199.50/1199.90	c Bin: Executing minisat20
1199.50/1199.90	c minisat20 returned code 1.
1199.50/1199.90	c minisat20 returned code 1.
1199.50/1199.90	c satzilla running vallst with preprocessing ... 
1199.50/1199.90	c Bin: Executing vallst
1199.50/1199.90	c vallst returned code 1.
1199.50/1199.90	c vallst returned code 1.
1199.50/1199.90	c satzilla running kcnfs with preprocessing ... 
1199.50/1199.90	c Bin: Executing kcnfs
1199.50/1199.90	c kcnfs returned code 1.
1199.50/1199.90	c kcnfs returned code 1.
1199.50/1199.90	c satzilla running kcnfs ... 
1199.50/1199.90	c Bin: Executing kcnfs
1199.50/1199.90	c kcnfs returned code 1.
1199.50/1199.90	c kcnfs returned code 1.
1199.50/1199.90	c satzilla running vallst ... 
1199.50/1199.90	c Bin: Executing vallst
1199.50/1199.90	c vallst returned code 1.
1199.50/1199.90	c vallst returned code 1.
1199.50/1199.90	c satzilla running zchaff_rand ... 
1199.50/1199.90	c Bin: Executing zchaff_rand
1199.50/1199.90	c zchaff_rand returned code 1.
1199.50/1199.90	c zchaff_rand returned code 1.
1199.50/1199.90	c ERROR: All Failed! 
1199.50/1199.90	c SATZILLA_TIME=1199.680000

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/node1/watcher-333809-1173532807 -o ROOT/results/node1/solver-333809-1173532807 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333809-1173532807/SATzilla2007_C /tmp/evaluation/333809-1173532807/instance-333809-1173532807.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: 0.77 0.92 0.96 3/77 17283
/proc/meminfo: memFree=1666800/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=772 CPUtime=0
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 373235755 790528 103 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 193 104 50 118 0 72 0

[startup+0.0584279 s]
/proc/loadavg: 0.77 0.92 0.96 3/77 17283
/proc/meminfo: memFree=1666800/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=2092 CPUtime=0.05
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 721 0 0 0 5 0 0 0 19 0 1 0 373235755 2142208 409 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542177 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 523 410 63 118 0 402 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3532

[startup+0.101432 s]
/proc/loadavg: 0.77 0.92 0.96 3/77 17283
/proc/meminfo: memFree=1666800/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=4920 CPUtime=0.09
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 1669 0 0 0 8 1 0 0 19 0 1 0 373235755 5038080 1100 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 1230 1100 73 118 0 1109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6360

[startup+0.301455 s]
/proc/loadavg: 0.77 0.92 0.96 3/77 17283
/proc/meminfo: memFree=1666800/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=9432 CPUtime=0.29
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 2818 0 0 0 26 3 0 0 21 0 1 0 373235755 9658368 2249 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 2358 2249 73 118 0 2237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10872

[startup+0.701501 s]
/proc/loadavg: 0.77 0.92 0.96 3/77 17283
/proc/meminfo: memFree=1666800/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=11676 CPUtime=0.69
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 3378 0 0 0 62 7 0 0 25 0 1 0 373235755 11956224 2809 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 2919 2809 73 118 0 2798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13116

[startup+1.5016 s]
/proc/loadavg: 0.77 0.92 0.96 2/79 17285
/proc/meminfo: memFree=1655648/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=11976 CPUtime=1.49
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 3416 0 0 0 136 13 0 0 25 0 1 0 373235755 12263424 2847 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 2994 2847 73 118 0 2873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13416

[startup+3.10178 s]
/proc/loadavg: 0.79 0.92 0.96 2/79 17285
/proc/meminfo: memFree=1655392/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=0
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373235755 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 360 110 95 260 0 84 0
[pid=17284] ppid=17283 vsize=12288 CPUtime=3.09
/proc/17284/stat : 17284 (march_dl) R 17283 17283 17206 0 -1 4194304 3486 0 0 0 285 24 0 0 25 0 1 0 373235755 12582912 2916 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17284/statm: 3072 2916 73 118 0 2951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13728

[startup+6.30116 s]
/proc/loadavg: 0.79 0.92 0.96 2/79 17286
/proc/meminfo: memFree=1665376/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=1440 CPUtime=4.99
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 135 3556 0 0 0 0 461 38 16 0 1 0 373235755 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17283/statm: 360 111 96 260 0 84 0
[pid=17286] ppid=17283 vsize=6188 CPUtime=1.29
/proc/17286/stat : 17286 (ubcsat2006) R 17283 17283 17206 0 -1 4194304 438 0 0 0 119 10 0 0 25 0 1 0 373236256 6336512 421 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17286/statm: 1547 421 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.82 0.93 0.96 2/79 17287
/proc/meminfo: memFree=1661344/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=3924 CPUtime=1.97
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 706 0 0 0 197 0 0 0 25 0 1 0 373236827 4018176 700 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134535707 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 981 700 58 118 0 859 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8152

[startup+25.5014 s]
/proc/loadavg: 0.85 0.93 0.96 2/79 17287
/proc/meminfo: memFree=1659296/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=5376 CPUtime=14.76
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 1078 0 0 0 1475 1 0 0 25 0 1 0 373236827 5505024 1072 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 1344 1072 58 118 0 1222 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9604

[startup+51.1014 s]
/proc/loadavg: 0.90 0.93 0.96 2/79 17287
/proc/meminfo: memFree=1658016/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=6932 CPUtime=40.35
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 1478 0 0 0 4034 1 0 0 25 0 1 0 373236827 7098368 1472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 1733 1472 58 118 0 1611 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11160

[startup+102.306 s]
/proc/loadavg: 1.00 0.96 0.97 2/79 17287
/proc/meminfo: memFree=1657120/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=7620 CPUtime=91.54
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 1644 0 0 0 9152 2 0 0 25 0 1 0 373236827 7802880 1638 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519369 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 1905 1638 58 118 0 1783 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11848

[startup+162.301 s]
/proc/loadavg: 1.00 0.96 0.97 2/79 17287
/proc/meminfo: memFree=1656096/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=8712 CPUtime=151.51
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 1897 0 0 0 15149 2 0 0 25 0 1 0 373236827 8921088 1891 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 2178 1891 58 118 0 2056 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 12940

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1655584/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=9312 CPUtime=211.5
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 2017 0 0 0 21147 3 0 0 25 0 1 0 373236827 9535488 2011 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 2328 2011 58 118 0 2206 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 13540

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1655072/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=9764 CPUtime=271.48
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 2125 0 0 0 27145 3 0 0 25 0 1 0 373236827 9998336 2119 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 2441 2119 58 118 0 2319 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 13992

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1654624/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=10176 CPUtime=331.47
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 2246 0 0 0 33142 5 0 0 25 0 1 0 373236827 10420224 2240 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 2544 2240 58 118 0 2422 0

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

/proc/17287/statm: 3104 2776 58 118 0 2982 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 16644

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1652256/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=12560 CPUtime=751.35
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 2819 0 0 0 75126 9 0 0 25 0 1 0 373236827 12861440 2813 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3140 2813 58 118 0 3018 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 16788

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1651488/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=13324 CPUtime=811.32
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3004 0 0 0 81122 10 0 0 25 0 1 0 373236827 13643776 2998 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3331 2998 58 118 0 3209 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 17552

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1651360/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=13456 CPUtime=871.31
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3046 0 0 0 87120 11 0 0 25 0 1 0 373236827 13778944 3040 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3364 3040 58 118 0 3242 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 17684

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1651232/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=13652 CPUtime=931.29
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3090 0 0 0 93118 11 0 0 25 0 1 0 373236827 13979648 3084 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3413 3084 58 118 0 3291 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 17880

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650592/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14344 CPUtime=991.27
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3234 0 0 0 99115 12 0 0 25 0 1 0 373236827 14688256 3228 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134529046 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3586 3228 58 118 0 3464 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 18572

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650400/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14488 CPUtime=1051.25
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3289 0 0 0 105113 12 0 0 25 0 1 0 373236827 14835712 3283 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3622 3283 58 118 0 3500 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 18716

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650336/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14620 CPUtime=1111.23
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3318 0 0 0 111110 13 0 0 25 0 1 0 373236827 14970880 3312 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3655 3312 58 118 0 3533 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 18848

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1171.22
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 117108 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 18980

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1179.22
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 117908 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519436 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1189.9
Current children cumulated vsize (KiB) 18980

[startup+1196.7 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1185.62
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 118548 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528698 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1196.3
Current children cumulated vsize (KiB) 18980

[startup+1198.3 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1187.22
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 118708 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 18980

[startup+1199.1 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1188.02
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 118788 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 18980

[startup+1199.5 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=10.68
/proc/17283/stat : 17283 (SATzilla2007_C) S 17281 17283 17206 0 -1 4194304 1525 4000 0 0 334 11 664 59 25 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
[pid=17287] ppid=17283 vsize=14752 CPUtime=1188.42
/proc/17287/stat : 17287 (minisat20) R 17283 17283 17206 0 -1 4194304 3346 0 0 0 118828 14 0 0 25 0 1 0 373236827 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17287/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 18980

[startup+1199.9 s]
/proc/loadavg: 1.00 0.97 0.97 2/79 17287
/proc/meminfo: memFree=1650208/2055920 swapFree=4159120/4192956
[pid=17283] ppid=17281 vsize=4228 CPUtime=1199.5
/proc/17283/stat : 17283 (SATzilla2007_C) R 17281 17283 17206 0 -1 4194304 1533 7346 0 0 334 11 119532 73 16 0 1 0 373235755 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135222781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17283/statm: 1057 880 164 260 0 781 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 4228

Child status: 17
Real time (s): 1199.9
CPU time (s): 1199.53
CPU user time (s): 1198.67
CPU system time (s): 0.857869
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 18980

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

runsolver used 1.24581 second user time and 3.12752 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Mar 10 13:20:07 UTC 2007

IDJOB= 333809
IDBENCH= 24612
IDSOLVER= 135
FILE ID= node1/333809-1173532807

PBS_JOBID= 4101159

Free space on /tmp= 66435 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333809-1173532807/SATzilla2007_C /tmp/evaluation/333809-1173532807/instance-333809-1173532807.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-333809-1173532807 -o ROOT/results/node1/solver-333809-1173532807 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333809-1173532807/SATzilla2007_C /tmp/evaluation/333809-1173532807/instance-333809-1173532807.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  378c3c007a4c6e49e4da1e6f32094183

RANDOM SEED= 596707048

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1667272 kB
Buffers:         41148 kB
Cached:         273632 kB
SwapCached:      13660 kB
Active:         160988 kB
Inactive:       176432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667272 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            8816 kB
Writeback:           0 kB
Mapped:          29396 kB
Slab:            36816 kB
Committed_AS:  1178300 kB
PageTables:       1740 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= 66435 MiB

End job on node1 on Sat Mar 10 13:40:07 UTC 2007