Trace number 305685

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

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S251010207-06.cnf
MD5SUM91dc612395480e1b0d1bd4361bc37ee8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.3301
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.68	c run March_dl for 5 seconds ... 
10.63/10.68	c Bin: Executing march_dl
10.63/10.68	c child exit by a signal
10.63/10.68	c march_dl returned code 137.
10.63/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.63/10.68	c Bin: Executing ubcsat2006
10.63/10.68	c child exited successfully
10.63/10.68	c ubcsat2006 returned code 0.
10.63/10.68	c satzilla computing base features
10.63/10.68	c satzilla doing unit-prop probe
10.63/10.68	c satzilla doing local search probe
10.63/10.68	c satzilla doing lobjois search-space size estimate
10.63/10.68	c satzilla's ranking:
10.63/10.68	c 1) minisat20+P: 1.920983
10.63/10.68	c 2) minisat20: 1.929462
10.63/10.68	c 3) march_dl+P: 2.130133
10.63/10.68	c 4) vallst+P: 2.534755
10.63/10.68	c 5) march_dl: 3.216274
10.63/10.68	c 6) zchaff_rand+P: 3.841379
10.63/10.68	c 7) kcnfs+P: 999.000000
10.63/10.68	c 8) kcnfs: 999.000000
10.63/10.68	c 9) vallst: 999.000000
10.63/10.68	c 10) zchaff_rand: 999.000000
10.63/10.68	c satzilla running minisat20 with preprocessing ... 
10.73/10.76	This is MiniSat 2.0 beta
10.73/10.76	WARNING: for repeatability, setting FPU to use double precision
10.73/10.76	============================[ Problem Statistics ]=============================
10.73/10.76	|                                                                             |
10.73/10.76	|  Number of variables:  4000                                                 |
10.73/10.76	|  Number of clauses:    16800                                                |
10.73/10.78	|  Parsing time:         0.01         s                                       |
10.73/10.78	============================[ Search Statistics ]==============================
10.73/10.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.73/10.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.73/10.78	===============================================================================
10.73/10.78	|         0 |    4000    16800    50400 |     5600        0    nan |  0.000 % |
10.73/10.79	|       102 |    4000    16800    50400 |     6160      102     74 |  0.000 % |
10.73/10.81	|       252 |    4000    16800    50400 |     6776      252     71 |  0.000 % |
10.73/10.83	|       477 |    4000    16800    50400 |     7453      477     78 |  0.000 % |
10.74/10.88	|       816 |    4000    16800    50400 |     8198      816     95 |  0.000 % |
10.74/10.94	|      1325 |    4000    16800    50400 |     9018     1325     97 |  0.000 % |
10.74/11.04	|      2086 |    4000    16800    50400 |     9920     2086     96 |  0.000 % |
10.74/11.20	|      3225 |    4000    16800    50400 |    10912     3225     99 |  0.000 % |
11.44/11.49	|      4934 |    4000    16800    50400 |    12004     4934    106 |  0.000 % |
11.85/11.96	|      7496 |    4000    16800    50400 |    13204     7496    111 |  0.000 % |
12.77/12.82	|     11340 |    4000    16800    50400 |    14524    11340    115 |  0.000 % |
14.10/14.14	|     17106 |    4000    16800    50400 |    15977     9528    109 |  0.000 % |
16.36/16.44	|     25755 |    4000    16800    50400 |    17575     9896    113 |  0.000 % |
20.45/20.51	|     38730 |    4000    16800    50400 |    19332    13743    119 |  0.000 % |
27.84/27.89	|     58191 |    4000    16800    50400 |    21265    13259    124 |  0.000 % |
39.21/39.34	|     87383 |    4000    16800    50400 |    23392    20630    122 |  0.000 % |
59.00/59.15	|    131172 |    4000    16800    50400 |    25731    15490    115 |  0.000 % |
93.54/93.59	|    196858 |    4000    16800    50400 |    28305    26000    125 |  0.000 % |
147.85/147.98	|    295385 |    4000    16800    50400 |    31135    26307    130 |  0.000 % |
237.72/237.92	|    443175 |    4000    16800    50400 |    34249    25447    131 |  0.000 % |
378.96/379.09	|    664858 |    4000    16800    50400 |    37673    19011    120 |  0.000 % |
592.83/593.13	|    997383 |    4000    16800    50400 |    41441    31887    125 |  0.000 % |
959.36/959.87	|   1496172 |    4000    16800    50400 |    45585    27091    124 |  0.000 % |
1199.49/1200.02	c Preprocessing...
1199.49/1200.02	c Inital problem has 4000 variables, 16800 nary clauses (0 binary clauses).
1199.49/1200.02	c Num non-binary clauses 16800, Average non-binary clause length 3.000
1199.49/1200.02	c Theory has no gaps
1199.49/1200.02	c Preprocessor runtime was 0.060 seconds.
1199.49/1200.02	c 
1199.49/1200.02	c Satisfiability of theory still undetermined.
1199.49/1200.02	c See file /tmp/83GI7M for simplified theory.
1199.49/1200.02	c Bin: Executing minisat20
1199.49/1200.02	c child exit by a signal
1199.49/1200.02	c minisat20 returned code 137.
1199.49/1200.02	c minisat20 returned code 137.
1199.49/1200.02	c satzilla running minisat20 ... 
1199.49/1200.02	c Bin: Executing minisat20
1199.49/1200.02	c minisat20 returned code 1.
1199.49/1200.02	c minisat20 returned code 1.
1199.49/1200.02	c satzilla running march_dl with preprocessing ... 
1199.49/1200.02	c Bin: Executing march_dl
1199.49/1200.02	c march_dl returned code 1.
1199.49/1200.02	c march_dl returned code 1.
1199.49/1200.02	c satzilla running vallst with preprocessing ... 
1199.49/1200.02	c Bin: Executing vallst
1199.49/1200.02	c vallst returned code 1.
1199.49/1200.02	c vallst returned code 1.
1199.49/1200.02	c satzilla running march_dl ... 
1199.49/1200.02	c Bin: Executing march_dl
1199.49/1200.02	c march_dl returned code 1.
1199.49/1200.02	c march_dl returned code 1.
1199.49/1200.02	c satzilla running zchaff_rand with preprocessing ... 
1199.49/1200.02	c Bin: Executing zchaff_rand
1199.49/1200.02	c zchaff_rand returned code 1.
1199.49/1200.02	c zchaff_rand returned code 1.
1199.49/1200.02	c satzilla running kcnfs with preprocessing ... 
1199.49/1200.02	c Bin: Executing kcnfs
1199.49/1200.02	c kcnfs returned code 1.
1199.49/1200.02	c kcnfs returned code 1.
1199.49/1200.02	c satzilla running kcnfs ... 
1199.49/1200.02	c Bin: Executing kcnfs
1199.49/1200.02	c kcnfs returned code 1.
1199.49/1200.02	c kcnfs returned code 1.
1199.49/1200.02	c satzilla running vallst ... 
1199.49/1200.02	c Bin: Executing vallst
1199.49/1200.02	c vallst returned code 1.
1199.49/1200.02	c vallst returned code 1.
1199.49/1200.02	c satzilla running zchaff_rand ... 
1199.49/1200.02	c Bin: Executing zchaff_rand
1199.49/1200.02	c zchaff_rand returned code 1.
1199.49/1200.02	c zchaff_rand returned code 1.
1199.49/1200.02	c ERROR: All Failed! 
1199.49/1200.02	c SATZILLA_TIME=1199.750000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-305685-1172083781 -o ROOT/results/node19/solver-305685-1172083781 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305685-1172083781/SATzilla2007_C /tmp/evaluation/305685-1172083781/instance-305685-1172083781.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.04 3/77 21702
/proc/meminfo: memFree=1309232/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=0
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228332170 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 360 110 95 260 0 84 0
[pid=21703] ppid=21702 vsize=1048 CPUtime=0
/proc/21703/stat : 21703 (march_dl) R 21702 21702 21539 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 228332170 1073152 144 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21703/statm: 262 144 50 118 0 141 0

[startup+0.10693 s]
/proc/loadavg: 1.00 1.00 1.04 3/77 21702
/proc/meminfo: memFree=1309232/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=0
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228332170 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 360 110 95 260 0 84 0
[pid=21703] ppid=21702 vsize=2292 CPUtime=0.09
/proc/21703/stat : 21703 (march_dl) R 21702 21702 21539 0 -1 4194304 996 0 0 0 9 0 0 0 20 0 1 0 228332170 2347008 448 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134644058 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21703/statm: 573 448 57 118 0 452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3732

[startup+0.514973 s]
/proc/loadavg: 1.00 1.00 1.04 3/77 21702
/proc/meminfo: memFree=1309232/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=0
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228332170 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 360 110 95 260 0 84 0
[pid=21703] ppid=21702 vsize=5400 CPUtime=0.51
/proc/21703/stat : 21703 (march_dl) R 21702 21702 21539 0 -1 4194304 2323 0 0 0 50 1 0 0 24 0 1 0 228332170 5529600 1219 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134531248 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21703/statm: 1350 1219 74 118 0 1229 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6840

[startup+1.33506 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 21704
/proc/meminfo: memFree=1304352/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=0
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228332170 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 360 110 95 260 0 84 0
[pid=21703] ppid=21702 vsize=5792 CPUtime=1.33
/proc/21703/stat : 21703 (march_dl) R 21702 21702 21539 0 -1 4194304 2374 0 0 0 132 1 0 0 25 0 1 0 228332170 5931008 1270 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21703/statm: 1448 1270 74 118 0 1327 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7232

[startup+2.97124 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 21704
/proc/meminfo: memFree=1304160/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=0
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228332170 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 360 110 95 260 0 84 0
[pid=21703] ppid=21702 vsize=5924 CPUtime=2.96
/proc/21703/stat : 21703 (march_dl) R 21702 21702 21539 0 -1 4194304 2401 0 0 0 295 1 0 0 25 0 1 0 228332170 6066176 1297 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134571279 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21703/statm: 1481 1297 74 118 0 1360 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7364

[startup+6.2476 s]
/proc/loadavg: 1.08 1.02 1.04 2/79 21705
/proc/meminfo: memFree=1307488/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=1440 CPUtime=4.99
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 135 2424 0 0 0 0 498 1 16 0 1 0 228332170 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21702/statm: 360 111 96 260 0 84 0
[pid=21705] ppid=21702 vsize=6188 CPUtime=1.23
/proc/21705/stat : 21705 (ubcsat2006) R 21702 21702 21539 0 -1 4194304 505 0 0 0 114 9 0 0 25 0 1 0 228332671 6336512 488 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21705/statm: 1547 488 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7093 s]
/proc/loadavg: 1.07 1.02 1.04 2/79 21706
/proc/meminfo: memFree=1298272/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=8064 CPUtime=1.93
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 1811 0 0 0 192 1 0 0 25 0 1 0 228333247 8257536 1805 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 2016 1805 59 118 0 1894 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13428

[startup+25.5277 s]
/proc/loadavg: 1.06 1.01 1.04 2/79 21706
/proc/meminfo: memFree=1292000/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=13712 CPUtime=14.75
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 3207 0 0 0 1473 2 0 0 25 0 1 0 228333247 14041088 3201 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 3428 3201 59 118 0 3306 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19076

[startup+51.1565 s]
/proc/loadavg: 1.04 1.01 1.04 2/79 21706
/proc/meminfo: memFree=1288736/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=17012 CPUtime=40.37
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 4028 0 0 0 4034 3 0 0 25 0 1 0 228333247 17420288 4022 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 4253 4022 59 118 0 4131 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 22376

[startup+102.411 s]
/proc/loadavg: 1.01 1.01 1.03 2/79 21706
/proc/meminfo: memFree=1285408/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=20740 CPUtime=91.6
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 4957 0 0 0 9156 4 0 0 25 0 1 0 228333247 21237760 4951 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 5185 4951 59 118 0 5063 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 26104

[startup+162.486 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 21706
/proc/meminfo: memFree=1282720/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=22984 CPUtime=151.67
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 5525 0 0 0 15161 6 0 0 25 0 1 0 228333247 23535616 5519 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 5746 5519 59 118 0 5624 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 28348

[startup+222.556 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 21706
/proc/meminfo: memFree=1280992/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=24692 CPUtime=211.72
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 5942 0 0 0 21165 7 0 0 25 0 1 0 228333247 25284608 5936 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 6173 5936 59 118 0 6051 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 30056

[startup+282.627 s]
/proc/loadavg: 1.06 1.02 1.02 2/79 21706
/proc/meminfo: memFree=1277472/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=28784 CPUtime=271.77
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 6964 0 0 0 27169 8 0 0 25 0 1 0 228333247 29474816 6958 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519464 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 7196 6958 59 118 0 7074 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 34148

[startup+342.697 s]
/proc/loadavg: 1.02 1.01 1.01 2/79 21706
/proc/meminfo: memFree=1276576/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=29056 CPUtime=331.83
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 7063 0 0 0 33174 9 0 0 25 0 1 0 228333247 29753344 7055 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 7264 7055 59 118 0 7142 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 34420

[startup+402.775 s]
/proc/loadavg: 1.01 1.00 1.01 2/79 21706
/proc/meminfo: memFree=1276512/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=29056 CPUtime=391.89
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 7066 0 0 0 39180 9 0 0 25 0 1 0 228333247 29753344 7058 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 7264 7058 59 118 0 7142 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 34420

[startup+462.845 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21706
/proc/meminfo: memFree=1275232/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=30508 CPUtime=451.94
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 7401 0 0 0 45184 10 0 0 25 0 1 0 228333247 31240192 7393 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525613 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 7627 7393 59 118 0 7505 0
Current children cumulated CPU time (s) 462.68

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


[startup+823.33 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 21904
/proc/meminfo: memFree=1270112/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=35404 CPUtime=812.23
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 8622 0 0 0 81209 14 0 0 25 0 1 0 228333247 36253696 8614 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 8851 8614 59 118 0 8729 0
Current children cumulated CPU time (s) 822.97
Current children cumulated vsize (KiB) 40768

[startup+883.402 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1269472/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=36000 CPUtime=872.29
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 8787 0 0 0 87214 15 0 0 25 0 1 0 228333247 36864000 8774 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9000 8774 59 118 0 8878 0
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (KiB) 41364

[startup+943.473 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1269472/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=35952 CPUtime=932.33
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 8787 0 0 0 93218 15 0 0 25 0 1 0 228333247 36814848 8762 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 8988 8762 59 118 0 8866 0
Current children cumulated CPU time (s) 943.07
Current children cumulated vsize (KiB) 41316

[startup+1003.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21904
/proc/meminfo: memFree=1267488/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38064 CPUtime=992.38
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9294 0 0 0 99222 16 0 0 25 0 1 0 228333247 38977536 9269 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9516 9269 59 118 0 9394 0
Current children cumulated CPU time (s) 1003.12
Current children cumulated vsize (KiB) 43428

[startup+1063.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21904
/proc/meminfo: memFree=1267488/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38056 CPUtime=1052.44
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9294 0 0 0 105228 16 0 0 25 0 1 0 228333247 38969344 9269 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9514 9269 59 118 0 9392 0
Current children cumulated CPU time (s) 1063.18
Current children cumulated vsize (KiB) 43420

[startup+1123.69 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1112.5
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 111232 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1123.24
Current children cumulated vsize (KiB) 44212

[startup+1183.76 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1172.55
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 117237 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134530040 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (KiB) 44212

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

[startup+1187.55 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1176.34
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 117616 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525628 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1187.08
Current children cumulated vsize (KiB) 44212

[startup+1194.11 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1182.9
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118272 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1193.64
Current children cumulated vsize (KiB) 44212

[startup+1197.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1186.18
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118600 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1196.92
Current children cumulated vsize (KiB) 44212

[startup+1199.04 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1187.82
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118764 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 44212

[startup+1199.44 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1188.23
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118805 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 44212

[startup+1199.85 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1188.64
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118846 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 44212

[startup+1199.96 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 21904
/proc/meminfo: memFree=1266848/2055920 swapFree=4192812/4192956
[pid=21702] ppid=21700 vsize=5364 CPUtime=10.74
/proc/21702/stat : 21702 (SATzilla2007_C) S 21700 21702 21539 0 -1 4194304 2128 2935 0 0 344 9 701 20 25 0 1 0 228332170 5492736 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21702/statm: 1341 1128 164 260 0 1065 0
[pid=21706] ppid=21702 vsize=38848 CPUtime=1188.75
/proc/21706/stat : 21706 (minisat20) R 21702 21702 21539 0 -1 4194304 9497 0 0 0 118857 18 0 0 25 0 1 0 228333247 39780352 9472 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21706/statm: 9712 9472 59 118 0 9590 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 44212

Child status: 17
Real time (s): 1200.03
CPU time (s): 1199.58
CPU user time (s): 1199.09
CPU system time (s): 0.489925
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 44212

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

runsolver used 1.17282 second user time and 3.09253 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 21 18:49:41 UTC 2007

IDJOB= 305685
IDBENCH= 20162
IDSOLVER= 135
FILE ID= node19/305685-1172083781

PBS_JOBID= 3865331

Free space on /tmp= 66536 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S251010207-06.cnf
COMMAND LINE= /tmp/evaluation/305685-1172083781/SATzilla2007_C /tmp/evaluation/305685-1172083781/instance-305685-1172083781.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-305685-1172083781 -o ROOT/results/node19/solver-305685-1172083781 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305685-1172083781/SATzilla2007_C /tmp/evaluation/305685-1172083781/instance-305685-1172083781.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  91dc612395480e1b0d1bd4361bc37ee8

RANDOM SEED= 915621775

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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:       1309704 kB
Buffers:         60592 kB
Cached:         566028 kB
SwapCached:          0 kB
Active:         312996 kB
Inactive:       357100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8664 kB
Writeback:           0 kB
Mapped:          62400 kB
Slab:            61652 kB
Committed_AS:   952172 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= 66536 MiB

End job on node19 on Wed Feb 21 19:09:42 UTC 2007