Trace number 333808

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 RANDOM? (exit code) 1199.55 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.68	c run March_dl for 5 seconds ... 
10.57/10.68	c Bin: Executing march_dl
10.57/10.68	c child exit by a signal
10.57/10.68	c march_dl returned code 137.
10.57/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.68	c Bin: Executing ubcsat2006
10.57/10.68	c child exited successfully
10.57/10.68	c ubcsat2006 returned code 0.
10.57/10.68	c satzilla computing base features
10.57/10.68	c satzilla doing unit-prop probe
10.57/10.68	c satzilla doing local search probe
10.57/10.68	c satzilla doing lobjois search-space size estimate
10.57/10.68	c satzilla's ranking:
10.57/10.68	c 1) minisat20+P: 4.002080
10.57/10.68	c 2) kcnfs: 10.479175
10.57/10.68	c 3) march_dl: 63.212068
10.57/10.68	c 4) kcnfs+P: 999.000000
10.57/10.68	c 5) march_dl+P: 999.000000
10.57/10.68	c 6) vallst+P: 999.000000
10.57/10.68	c 7) zchaff_rand+P: 999.000000
10.57/10.68	c 8) vallst: 999.000000
10.57/10.68	c 9) zchaff_rand: 999.000000
10.57/10.68	c 10) minisat20: 999.000000
10.57/10.68	c satzilla running minisat20 with preprocessing ... 
10.67/10.73	This is MiniSat 2.0 beta
10.67/10.73	WARNING: for repeatability, setting FPU to use double precision
10.67/10.73	============================[ Problem Statistics ]=============================
10.67/10.73	|                                                                             |
10.67/10.73	|  Number of variables:  1192                                                 |
10.67/10.73	|  Number of clauses:    14506                                                |
10.67/10.74	|  Parsing time:         0.01         s                                       |
10.67/10.74	============================[ Search Statistics ]==============================
10.67/10.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.74	===============================================================================
10.67/10.74	|         0 |    1192    14506    43816 |     4835        0    nan |  0.000 % |
10.67/10.74	|       100 |    1192    14506    43816 |     5318      100      8 |  0.000 % |
10.67/10.75	|       250 |    1192    14506    43816 |     5850      250     10 |  0.000 % |
10.67/10.77	|       476 |    1192    14506    43816 |     6435      476     13 |  0.000 % |
10.67/10.79	|       813 |    1192    14506    43816 |     7079      813     14 |  0.000 % |
10.71/10.84	|      1320 |    1192    14506    43816 |     7787     1320     16 |  0.000 % |
10.87/10.94	|      2079 |    1192    14506    43816 |     8566     2079     18 |  0.000 % |
10.97/11.10	|      3218 |    1192    14506    43816 |     9422     3218     19 |  0.000 % |
11.27/11.36	|      4927 |    1192    14506    43816 |    10364     4927     22 |  0.000 % |
11.77/11.87	|      7489 |    1192    14506    43816 |    11401     7489     24 |  0.000 % |
12.56/12.65	|     11333 |    1192    14506    43816 |    12541    11333     27 |  0.000 % |
13.46/13.59	|     17099 |    1192    14506    43816 |    13795    10738     26 |  0.000 % |
15.37/15.47	|     25750 |    1192    14506    43816 |    15175    12428     27 |  0.000 % |
19.26/19.36	|     38725 |    1192    14506    43816 |    16692    10078     26 |  0.000 % |
24.86/24.94	|     58187 |    1192    14506    43816 |    18362    12707     31 |  0.000 % |
34.75/34.81	|     87380 |    1192    14506    43816 |    20198    14203     26 |  0.000 % |
48.65/48.78	|    131169 |    1192    14506    43816 |    22218    17345     37 |  0.000 % |
71.84/71.90	|    196853 |    1192    14506    43816 |    24440    15986     32 |  0.000 % |
101.73/101.82	|    295380 |    1192    14506    43816 |    26884    16310     25 |  0.000 % |
161.72/161.87	|    443169 |    1192    14506    43816 |    29572    15560     28 |  0.000 % |
267.69/267.86	|    664852 |    1192    14506    43816 |    32529    28728     25 |  0.000 % |
445.03/445.26	|    997378 |    1192    14506    43816 |    35782    17141     24 |  0.000 % |
745.65/745.94	|   1496167 |    1192    14506    43816 |    39360    20861     25 |  0.000 % |
1199.54/1199.90	c Preprocessing...
1199.54/1199.90	c Inital problem has 1192 variables, 14506 nary clauses (0 binary clauses).
1199.54/1199.90	c Num non-binary clauses 14506, Average non-binary clause length 3.021
1199.54/1199.90	c Theory has no gaps
1199.54/1199.90	c Preprocessor runtime was 0.030 seconds.
1199.54/1199.90	c 
1199.54/1199.90	c Satisfiability of theory still undetermined.
1199.54/1199.90	c See file /tmp/P7M1kq for simplified theory.
1199.54/1199.90	c Bin: Executing minisat20
1199.54/1199.90	c child exit by a signal
1199.54/1199.90	c minisat20 returned code 137.
1199.54/1199.90	c minisat20 returned code 137.
1199.54/1199.90	c satzilla running kcnfs ... 
1199.54/1199.90	c Bin: Executing kcnfs
1199.54/1199.90	c kcnfs returned code 1.
1199.54/1199.90	c kcnfs returned code 1.
1199.54/1199.90	c satzilla running march_dl ... 
1199.54/1199.90	c Bin: Executing march_dl
1199.54/1199.90	c march_dl returned code 1.
1199.54/1199.90	c march_dl returned code 1.
1199.54/1199.90	c satzilla running kcnfs with preprocessing ... 
1199.54/1199.90	c Bin: Executing kcnfs
1199.54/1199.90	c kcnfs returned code 1.
1199.54/1199.90	c kcnfs returned code 1.
1199.54/1199.90	c satzilla running march_dl with preprocessing ... 
1199.54/1199.90	c Bin: Executing march_dl
1199.54/1199.90	c march_dl returned code 1.
1199.54/1199.90	c march_dl returned code 1.
1199.54/1199.90	c satzilla running vallst with preprocessing ... 
1199.54/1199.90	c Bin: Executing vallst
1199.54/1199.90	c vallst returned code 1.
1199.54/1199.90	c vallst returned code 1.
1199.54/1199.90	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1199.90	c Bin: Executing zchaff_rand
1199.54/1199.90	c zchaff_rand returned code 1.
1199.54/1199.90	c zchaff_rand returned code 1.
1199.54/1199.90	c satzilla running vallst ... 
1199.54/1199.90	c Bin: Executing vallst
1199.54/1199.90	c vallst returned code 1.
1199.54/1199.90	c vallst returned code 1.
1199.54/1199.90	c satzilla running zchaff_rand ... 
1199.54/1199.90	c Bin: Executing zchaff_rand
1199.54/1199.90	c zchaff_rand returned code 1.
1199.54/1199.90	c zchaff_rand returned code 1.
1199.54/1199.90	c satzilla running minisat20 ... 
1199.54/1199.90	c Bin: Executing minisat20
1199.54/1199.90	c minisat20 returned code 1.
1199.54/1199.90	c minisat20 returned code 1.
1199.54/1199.90	c ERROR: All Failed! 
1199.54/1199.90	c SATZILLA_TIME=1199.720000

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/node7/watcher-333808-1173532763 -o ROOT/results/node7/solver-333808-1173532763 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333808-1173532763/SATzilla2007_R /tmp/evaluation/333808-1173532763/instance-333808-1173532763.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.91 0.97 0.99 3/77 21760
/proc/meminfo: memFree=1638360/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) R 21758 21760 20131 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=772 CPUtime=0
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 373231016 790528 103 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 193 103 50 118 0 72 0

[startup+0.0393399 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 21760
/proc/meminfo: memFree=1638360/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=1884 CPUtime=0.03
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 369 0 0 0 3 0 0 0 19 0 1 0 373231016 1929216 323 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 471 326 55 118 0 350 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3324

[startup+0.101347 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 21760
/proc/meminfo: memFree=1638360/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=4920 CPUtime=0.09
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 1669 0 0 0 9 0 0 0 19 0 1 0 373231016 5038080 1100 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134656045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 1230 1100 73 118 0 1109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6360

[startup+0.301368 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 21760
/proc/meminfo: memFree=1638360/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=9432 CPUtime=0.29
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 2807 0 0 0 26 3 0 0 21 0 1 0 373231016 9658368 2238 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 2358 2238 73 118 0 2237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10872

[startup+0.70141 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 21760
/proc/meminfo: memFree=1638360/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=11676 CPUtime=0.68
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 3378 0 0 0 64 4 0 0 24 0 1 0 373231016 11956224 2809 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 2919 2809 73 118 0 2798 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13116

[startup+1.50149 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 21762
/proc/meminfo: memFree=1627144/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=11976 CPUtime=1.49
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 3416 0 0 0 139 10 0 0 25 0 1 0 373231016 12263424 2847 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 2994 2847 73 118 0 2873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13416

[startup+3.10266 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 21762
/proc/meminfo: memFree=1626888/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=0
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 373231016 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 110 95 260 0 84 0
[pid=21761] ppid=21760 vsize=12156 CPUtime=3.09
/proc/21761/stat : 21761 (march_dl) R 21760 21760 20131 0 -1 4194304 3481 0 0 0 290 19 0 0 25 0 1 0 373231016 12447744 2911 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21761/statm: 3039 2911 73 118 0 2918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13596

[startup+6.302 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 21763
/proc/meminfo: memFree=1636744/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=1440 CPUtime=4.99
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 135 3556 0 0 0 0 468 31 16 0 1 0 373231016 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21760/statm: 360 111 96 260 0 84 0
[pid=21763] ppid=21760 vsize=6188 CPUtime=1.28
/proc/21763/stat : 21763 (ubcsat2006) R 21760 21760 20131 0 -1 4194304 437 0 0 0 116 12 0 0 25 0 1 0 373231517 6336512 420 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21763/statm: 1547 420 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 3/79 21764
/proc/meminfo: memFree=1632776/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=3924 CPUtime=1.95
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 721 0 0 0 195 0 0 0 25 0 1 0 373232089 4018176 715 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134649152 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 981 715 58 118 0 859 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8152

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 21764
/proc/meminfo: memFree=1630856/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=5376 CPUtime=14.75
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 1078 0 0 0 1475 0 0 0 25 0 1 0 373232089 5505024 1072 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 1344 1072 58 118 0 1222 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9604

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 21764
/proc/meminfo: memFree=1629128/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=6932 CPUtime=40.34
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 1480 0 0 0 4033 1 0 0 25 0 1 0 373232089 7098368 1474 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525452 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 1733 1474 58 118 0 1611 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11160

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 21764
/proc/meminfo: memFree=1628552/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=7620 CPUtime=91.53
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 1644 0 0 0 9152 1 0 0 25 0 1 0 373232089 7802880 1638 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 1905 1638 58 118 0 1783 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11848

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 21764
/proc/meminfo: memFree=1627464/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=8712 CPUtime=151.51
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 1906 0 0 0 15149 2 0 0 25 0 1 0 373232089 8921088 1900 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 2178 1900 58 118 0 2056 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 12940

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 21764
/proc/meminfo: memFree=1626952/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=9312 CPUtime=211.49
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 2017 0 0 0 21147 2 0 0 25 0 1 0 373232089 9535488 2011 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 2328 2011 58 118 0 2206 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 13540

[startup+282.302 s]
/proc/loadavg: 1.05 0.99 0.99 3/79 21764
/proc/meminfo: memFree=1626504/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=9764 CPUtime=271.47
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 2125 0 0 0 27144 3 0 0 25 0 1 0 373232089 9998336 2119 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 2441 2119 58 118 0 2319 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 13992

[startup+342.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1625992/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=10176 CPUtime=331.46
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 2246 0 0 0 33142 4 0 0 25 0 1 0 373232089 10420224 2240 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 2544 2240 58 118 0 2422 0

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

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

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1623624/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=12692 CPUtime=751.34
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 2849 0 0 0 75127 7 0 0 25 0 1 0 373232089 12996608 2843 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3173 2843 58 118 0 3051 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 16920

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1622920/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=13324 CPUtime=811.32
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3004 0 0 0 81124 8 0 0 25 0 1 0 373232089 13643776 2998 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3331 2998 58 118 0 3209 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 17552

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1622856/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=13456 CPUtime=871.3
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3056 0 0 0 87122 8 0 0 25 0 1 0 373232089 13778944 3050 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3364 3050 58 118 0 3242 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 17684

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1622344/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14048 CPUtime=931.28
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3166 0 0 0 93120 8 0 0 25 0 1 0 373232089 14385152 3160 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3512 3160 58 118 0 3390 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 18276

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1622088/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14344 CPUtime=991.27
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3235 0 0 0 99118 9 0 0 25 0 1 0 373232089 14688256 3229 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3586 3229 58 118 0 3464 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 18572

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621832/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14488 CPUtime=1051.26
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3289 0 0 0 105116 10 0 0 25 0 1 0 373232089 14835712 3283 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3622 3283 58 118 0 3500 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 18716

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621768/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14620 CPUtime=1111.24
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3319 0 0 0 111114 10 0 0 25 0 1 0 373232089 14970880 3313 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3655 3313 58 118 0 3533 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 18848

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1171.21
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 117111 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1181.92
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.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1179.21
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 117911 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 18980

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1185.61
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 118551 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 18980

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1187.21
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 118711 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 18980

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1188.01
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 118791 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 18980

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=10.71
/proc/21760/stat : 21760 (SATzilla2007_R) S 21758 21760 20131 0 -1 4194304 1524 3999 0 0 335 13 671 52 25 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
[pid=21764] ppid=21760 vsize=14752 CPUtime=1188.41
/proc/21764/stat : 21764 (minisat20) R 21760 21760 20131 0 -1 4194304 3346 0 0 0 118831 10 0 0 25 0 1 0 373232089 15106048 3340 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21764/statm: 3688 3340 58 118 0 3566 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 18980

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 21764
/proc/meminfo: memFree=1621576/2055920 swapFree=4147416/4192956
[pid=21760] ppid=21758 vsize=4228 CPUtime=1199.54
/proc/21760/stat : 21760 (SATzilla2007_R) R 21758 21760 20131 0 -1 4194304 1532 7345 0 0 335 13 119542 64 16 0 1 0 373231016 4329472 880 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135222781 0 0 4096 0 0 0 0 17 0 0 0
/proc/21760/statm: 1057 880 164 260 0 781 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 4228

Child status: 17
Real time (s): 1199.9
CPU time (s): 1199.55
CPU user time (s): 1198.78
CPU system time (s): 0.773882
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 18980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.78
system time used= 0.773882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8882
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= 24
involuntary context switches= 1837

runsolver used 1.3368 second user time and 3.03754 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Mar 10 13:19:23 UTC 2007

IDJOB= 333808
IDBENCH= 24612
IDSOLVER= 134
FILE ID= node7/333808-1173532763

PBS_JOBID= 4101147

Free space on /tmp= 66527 MiB

SOLVER NAME= SATzilla RANDOM
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/333808-1173532763/SATzilla2007_R /tmp/evaluation/333808-1173532763/instance-333808-1173532763.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-333808-1173532763 -o ROOT/results/node7/solver-333808-1173532763 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333808-1173532763/SATzilla2007_R /tmp/evaluation/333808-1173532763/instance-333808-1173532763.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  378c3c007a4c6e49e4da1e6f32094183

RANDOM SEED= 534152822

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1638768 kB
Buffers:         50412 kB
Cached:         276212 kB
SwapCached:       8480 kB
Active:         172172 kB
Inactive:       177620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638768 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:            8608 kB
Writeback:           0 kB
Mapped:          30092 kB
Slab:            52888 kB
Committed_AS:  1249592 kB
PageTables:       1764 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= 66527 MiB

End job on node7 on Sat Mar 10 13:39:23 UTC 2007