Trace number 298223

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.69 1200.02

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1257199575-18.UNSAT.shuffled.cnf
MD5SUM5cb12367c8059b22462366f8563a334f
Bench CategoryRANDOM (random 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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.74/10.86	c run March_dl for 5 seconds ... 
10.74/10.86	c Bin: Executing march_dl
10.74/10.86	c child exit by a signal
10.74/10.86	c march_dl returned code 137.
10.74/10.86	c run saps (UBCSAT implementation) for 2 seconds ... 
10.74/10.86	c Bin: Executing ubcsat2006
10.74/10.86	c child exited successfully
10.74/10.86	c ubcsat2006 returned code 0.
10.74/10.86	c satzilla computing base features
10.74/10.86	c satzilla doing unit-prop probe
10.74/10.86	c satzilla doing local search probe
10.74/10.86	c satzilla doing lobjois search-space size estimate
10.74/10.86	c satzilla's ranking:
10.74/10.86	c 1) minisat20+P: -3.190142
10.74/10.86	c 2) minisat20: -0.438086
10.74/10.86	c 3) march_dl+P: 0.867294
10.74/10.86	c 4) march_dl: 1.483537
10.74/10.86	c 5) vallst+P: 1.637439
10.74/10.86	c 6) zchaff_rand+P: 5.492136
10.74/10.86	c 7) kcnfs+P: 999.000000
10.74/10.86	c 8) kcnfs: 999.000000
10.74/10.86	c 9) vallst: 999.000000
10.74/10.86	c 10) zchaff_rand: 999.000000
10.74/10.86	c satzilla running minisat20 with preprocessing ... 
10.84/10.87	This is MiniSat 2.0 beta
10.84/10.87	WARNING: for repeatability, setting FPU to use double precision
10.84/10.87	============================[ Problem Statistics ]=============================
10.84/10.87	|                                                                             |
10.84/10.87	|  Number of variables:  500                                                  |
10.84/10.87	|  Number of clauses:    2130                                                 |
10.84/10.87	|  Parsing time:         0.00         s                                       |
10.84/10.87	============================[ Search Statistics ]==============================
10.84/10.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.87	===============================================================================
10.84/10.87	|         0 |     500     2130     6390 |      710        0    nan |  0.000 % |
10.84/10.88	|       100 |     500     2130     6390 |      781      100     21 |  0.000 % |
10.84/10.88	|       250 |     500     2130     6390 |      859      250     21 |  0.000 % |
10.84/10.89	|       476 |     500     2130     6390 |      945      476     21 |  0.000 % |
10.84/10.90	|       813 |     500     2130     6390 |     1039      813     23 |  0.000 % |
10.84/10.92	|      1322 |     500     2130     6390 |     1143      772     21 |  0.000 % |
10.84/10.95	|      2081 |     500     2130     6390 |     1257      931     21 |  0.000 % |
10.84/10.99	|      3221 |     500     2130     6390 |     1383      769     21 |  0.000 % |
10.84/11.06	|      4931 |     500     2130     6390 |     1521     1042     21 |  0.000 % |
10.84/11.17	|      7495 |     500     2130     6390 |     1674     1250     20 |  0.000 % |
11.23/11.35	|     11339 |     500     2130     6390 |     1841     1652     20 |  0.000 % |
11.54/11.63	|     17107 |     500     2130     6390 |     2025     1736     20 |  0.000 % |
11.95/12.07	|     25757 |     500     2130     6390 |     2228     1071     18 |  0.000 % |
12.67/12.75	|     38731 |     500     2130     6390 |     2451     1491     21 |  0.000 % |
13.69/13.81	|     58193 |     500     2130     6390 |     2696     2139     22 |  0.000 % |
15.33/15.43	|     87386 |     500     2130     6390 |     2965     2484     21 |  0.000 % |
17.89/18.00	|    131175 |     500     2130     6390 |     3262     2493     22 |  0.000 % |
21.89/22.01	|    196859 |     500     2130     6390 |     3588     1760     23 |  0.000 % |
27.83/27.97	|    295385 |     500     2130     6390 |     3947     1876     22 |  0.000 % |
37.36/37.48	|    443175 |     500     2130     6390 |     4342     3705     23 |  0.000 % |
52.52/52.59	|    664859 |     500     2130     6390 |     4776     3211     23 |  0.000 % |
75.57/75.72	|    997385 |     500     2130     6390 |     5254     2941     20 |  0.000 % |
111.23/111.40	|   1496176 |     500     2130     6390 |     5779     3176     21 |  0.000 % |
168.10/168.24	|   2244359 |     500     2130     6390 |     6357     4975     24 |  0.000 % |
257.13/257.30	|   3366636 |     500     2130     6390 |     6993     5726     23 |  0.000 % |
397.71/397.90	|   5050048 |     500     2130     6390 |     7692     5614     22 |  0.000 % |
622.19/622.49	|   7575164 |     500     2130     6390 |     8461     6339     24 |  0.000 % |
973.75/974.13	|  11362840 |     500     2130     6390 |     9308     5128     22 |  0.000 % |
1199.56/1200.01	c Preprocessing...
1199.56/1200.01	c Inital problem has 500 variables, 2130 nary clauses (0 binary clauses).
1199.56/1200.01	c Num non-binary clauses 2130, Average non-binary clause length 3.000
1199.56/1200.01	c Theory has no gaps
1199.56/1200.01	c Preprocessor runtime was 0.000 seconds.
1199.56/1200.01	c 
1199.56/1200.01	c Satisfiability of theory still undetermined.
1199.56/1200.01	c See file /tmp/5zIonj for simplified theory.
1199.56/1200.01	c Bin: Executing minisat20
1199.56/1200.01	c child exit by a signal
1199.56/1200.01	c minisat20 returned code 137.
1199.56/1200.01	c minisat20 returned code 137.
1199.56/1200.01	c satzilla running minisat20 ... 
1199.56/1200.01	c Bin: Executing minisat20
1199.56/1200.01	c minisat20 returned code 1.
1199.56/1200.01	c minisat20 returned code 1.
1199.56/1200.01	c satzilla running march_dl with preprocessing ... 
1199.56/1200.01	c Bin: Executing march_dl
1199.56/1200.01	c march_dl returned code 1.
1199.56/1200.01	c march_dl returned code 1.
1199.56/1200.01	c satzilla running march_dl ... 
1199.56/1200.01	c Bin: Executing march_dl
1199.56/1200.01	c march_dl returned code 1.
1199.56/1200.01	c march_dl returned code 1.
1199.56/1200.01	c satzilla running vallst with preprocessing ... 
1199.56/1200.01	c Bin: Executing vallst
1199.56/1200.01	c vallst returned code 1.
1199.56/1200.01	c vallst returned code 1.
1199.56/1200.01	c satzilla running zchaff_rand with preprocessing ... 
1199.56/1200.01	c Bin: Executing zchaff_rand
1199.56/1200.01	c zchaff_rand returned code 1.
1199.56/1200.01	c zchaff_rand returned code 1.
1199.56/1200.01	c satzilla running kcnfs with preprocessing ... 
1199.56/1200.01	c Bin: Executing kcnfs
1199.56/1200.01	c kcnfs returned code 1.
1199.56/1200.01	c kcnfs returned code 1.
1199.56/1200.01	c satzilla running kcnfs ... 
1199.56/1200.01	c Bin: Executing kcnfs
1199.56/1200.01	c kcnfs returned code 1.
1199.56/1200.01	c kcnfs returned code 1.
1199.56/1200.01	c satzilla running vallst ... 
1199.56/1200.01	c Bin: Executing vallst
1199.56/1200.01	c vallst returned code 1.
1199.56/1200.01	c vallst returned code 1.
1199.56/1200.01	c satzilla running zchaff_rand ... 
1199.56/1200.01	c Bin: Executing zchaff_rand
1199.56/1200.01	c zchaff_rand returned code 1.
1199.56/1200.01	c zchaff_rand returned code 1.
1199.56/1200.01	c ERROR: All Failed! 
1199.56/1200.01	c SATZILLA_TIME=1199.850000

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/node34/watcher-298223-1171852253 -o ROOT/results/node34/solver-298223-1171852253 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298223-1171852253/SATzilla2007_C /tmp/evaluation/298223-1171852253/instance-298223-1171852253.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10600
/proc/meminfo: memFree=874096/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=0
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 178989168 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 110 95 260 0 84 0
[pid=10601] ppid=10600 vsize=764 CPUtime=0
/proc/10601/stat : 10601 (march_dl) R 10600 10600 6093 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 178989169 782336 101 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10601/statm: 191 102 52 118 0 70 0

[startup+0.107885 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10600
/proc/meminfo: memFree=874096/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=0
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 178989168 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 110 95 260 0 84 0
[pid=10601] ppid=10600 vsize=1188 CPUtime=0.1
/proc/10601/stat : 10601 (march_dl) R 10600 10600 6093 0 -1 4194304 253 0 0 0 10 0 0 0 20 0 1 0 178989169 1216512 245 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10601/statm: 297 245 74 118 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2628

[startup+0.51792 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10600
/proc/meminfo: memFree=874096/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=0
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 178989168 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 110 95 260 0 84 0
[pid=10601] ppid=10600 vsize=1320 CPUtime=0.51
/proc/10601/stat : 10601 (march_dl) R 10600 10600 6093 0 -1 4194304 267 0 0 0 51 0 0 0 23 0 1 0 178989169 1351680 259 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134588200 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10601/statm: 330 259 74 118 0 209 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2760

[startup+1.34599 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10602
/proc/meminfo: memFree=873184/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=0
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 178989168 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 110 95 260 0 84 0
[pid=10601] ppid=10600 vsize=1320 CPUtime=1.34
/proc/10601/stat : 10601 (march_dl) R 10600 10600 6093 0 -1 4194304 273 0 0 0 134 0 0 0 25 0 1 0 178989169 1351680 265 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553652 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10601/statm: 330 265 74 118 0 209 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2760

[startup+2.98212 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10602
/proc/meminfo: memFree=873056/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=0
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 178989168 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 110 95 260 0 84 0
[pid=10601] ppid=10600 vsize=1320 CPUtime=2.97
/proc/10601/stat : 10601 (march_dl) R 10600 10600 6093 0 -1 4194304 281 0 0 0 297 0 0 0 25 0 1 0 178989169 1351680 273 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10601/statm: 330 273 74 118 0 209 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2760

[startup+6.25838 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10603
/proc/meminfo: memFree=873192/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=1440 CPUtime=4.98
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 135 285 0 0 0 0 498 0 16 0 1 0 178989168 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 360 111 96 260 0 84 0
[pid=10603] ppid=10600 vsize=6188 CPUtime=1.24
/proc/10603/stat : 10603 (ubcsat2006) R 10600 10600 6093 0 -1 4194304 270 0 0 0 100 24 0 0 25 0 1 0 178989669 6336512 253 18446744073709551615 134512640 134777720 4294956512 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10603/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7139 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10604
/proc/meminfo: memFree=872360/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=2208 CPUtime=1.83
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 239 0 0 0 183 0 0 0 25 0 1 0 178990256 2260992 233 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 552 233 58 118 0 430 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4236

[startup+25.5189 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10604
/proc/meminfo: memFree=871784/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=2860 CPUtime=14.63
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 386 0 0 0 1463 0 0 0 25 0 1 0 178990256 2928640 380 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134528524 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 715 380 58 118 0 593 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4888

[startup+51.149 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10604
/proc/meminfo: memFree=871208/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=3256 CPUtime=40.24
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 512 0 0 0 4024 0 0 0 25 0 1 0 178990256 3334144 506 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 814 506 58 118 0 692 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5284

[startup+102.39 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10604
/proc/meminfo: memFree=870760/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=3784 CPUtime=91.47
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 635 0 0 0 9147 0 0 0 25 0 1 0 178990256 3874816 629 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 946 629 58 118 0 824 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 5812

[startup+162.452 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=870184/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=4300 CPUtime=151.51
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 762 0 0 0 15151 0 0 0 25 0 1 0 178990256 4403200 756 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134528551 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1075 756 58 118 0 953 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 6328

[startup+222.509 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=869736/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=4696 CPUtime=211.55
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 855 0 0 0 21155 0 0 0 25 0 1 0 178990256 4808704 849 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1174 849 58 118 0 1052 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 6724

[startup+282.567 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=869480/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=4960 CPUtime=271.6
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 932 0 0 0 27160 0 0 0 25 0 1 0 178990256 5079040 926 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1240 926 58 118 0 1118 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 6988

[startup+342.624 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=869288/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=5216 CPUtime=331.64
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 990 0 0 0 33163 1 0 0 25 0 1 0 178990256 5341184 984 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1304 984 58 118 0 1182 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 7244

[startup+402.685 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=868968/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=5480 CPUtime=391.69
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1053 0 0 0 39168 1 0 0 25 0 1 0 178990256 5611520 1047 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1370 1047 58 118 0 1248 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 7508

[startup+462.741 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10604
/proc/meminfo: memFree=868776/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=5756 CPUtime=451.73
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1120 0 0 0 45172 1 0 0 25 0 1 0 178990256 5894144 1114 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1439 1114 58 118 0 1317 0
Current children cumulated CPU time (s) 462.57

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


[startup+763.031 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867944/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=6540 CPUtime=751.94
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1320 0 0 0 75192 2 0 0 25 0 1 0 178990256 6696960 1314 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1635 1314 58 118 0 1513 0
Current children cumulated CPU time (s) 762.78
Current children cumulated vsize (KiB) 8568

[startup+823.095 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867816/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=6680 CPUtime=811.99
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1350 0 0 0 81197 2 0 0 25 0 1 0 178990256 6840320 1344 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1670 1344 58 118 0 1548 0
Current children cumulated CPU time (s) 822.83
Current children cumulated vsize (KiB) 8708

[startup+883.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867752/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=6820 CPUtime=872.03
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1368 0 0 0 87201 2 0 0 25 0 1 0 178990256 6983680 1362 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1705 1362 58 118 0 1583 0
Current children cumulated CPU time (s) 882.87
Current children cumulated vsize (KiB) 8848

[startup+943.207 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867624/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=6820 CPUtime=932.07
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1400 0 0 0 93205 2 0 0 25 0 1 0 178990256 6983680 1394 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1705 1394 58 118 0 1583 0
Current children cumulated CPU time (s) 942.91
Current children cumulated vsize (KiB) 8848

[startup+1003.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867432/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7092 CPUtime=992.11
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1444 0 0 0 99209 2 0 0 25 0 1 0 178990256 7262208 1438 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1773 1438 58 118 0 1651 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 9120

[startup+1063.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867304/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7092 CPUtime=1052.15
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1466 0 0 0 105213 2 0 0 25 0 1 0 178990256 7262208 1460 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1773 1460 58 118 0 1651 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 9120

[startup+1123.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867304/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7224 CPUtime=1112.19
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1483 0 0 0 111217 2 0 0 25 0 1 0 178990256 7397376 1477 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1806 1477 58 118 0 1684 0
Current children cumulated CPU time (s) 1123.03
Current children cumulated vsize (KiB) 9252

[startup+1183.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867176/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1172.23
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1506 0 0 0 117221 2 0 0 25 0 1 0 178990256 7532544 1500 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1500 58 118 0 1717 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 9384

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

[startup+1187.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867176/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1176.02
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1506 0 0 0 117600 2 0 0 25 0 1 0 178990256 7532544 1500 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1500 58 118 0 1717 0
Current children cumulated CPU time (s) 1186.86
Current children cumulated vsize (KiB) 9384

[startup+1193.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867176/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1182.57
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1506 0 0 0 118255 2 0 0 25 0 1 0 178990256 7532544 1500 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134535681 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1500 58 118 0 1717 0
Current children cumulated CPU time (s) 1193.41
Current children cumulated vsize (KiB) 9384

[startup+1197.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867112/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1185.85
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1510 0 0 0 118583 2 0 0 25 0 1 0 178990256 7532544 1504 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1504 58 118 0 1717 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 9384

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867112/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1187.49
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1510 0 0 0 118747 2 0 0 25 0 1 0 178990256 7532544 1504 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1504 58 118 0 1717 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 9384

[startup+1199.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867112/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1188.32
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1510 0 0 0 118830 2 0 0 25 0 1 0 178990256 7532544 1504 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1504 58 118 0 1717 0
Current children cumulated CPU time (s) 1199.16
Current children cumulated vsize (KiB) 9384

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10604
/proc/meminfo: memFree=867112/2055920 swapFree=4183096/4192956
[pid=10600] ppid=10598 vsize=2028 CPUtime=10.84
/proc/10600/stat : 10600 (SATzilla2007_C) S 10598 10600 6093 0 -1 4194304 669 561 0 0 310 28 699 47 25 0 1 0 178989168 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10600/statm: 507 331 165 260 0 231 0
[pid=10604] ppid=10600 vsize=7356 CPUtime=1188.72
/proc/10604/stat : 10604 (minisat20) R 10600 10600 6093 0 -1 4194304 1510 0 0 0 118870 2 0 0 25 0 1 0 178990256 7532544 1504 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525512 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10604/statm: 1839 1504 58 118 0 1717 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 9384

Child status: 17
Real time (s): 1200.02
CPU time (s): 1199.69
CPU user time (s): 1198.9
CPU system time (s): 0.78688
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 9384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.9
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2753
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= 27
involuntary context switches= 1389

runsolver used 0.858869 second user time and 2.45163 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Feb 19 02:30:54 UTC 2007

IDJOB= 298223
IDBENCH= 19980
IDSOLVER= 135
FILE ID= node34/298223-1171852253

PBS_JOBID= 3839651

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1257199575-18.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298223-1171852253/SATzilla2007_C /tmp/evaluation/298223-1171852253/instance-298223-1171852253.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-298223-1171852253 -o ROOT/results/node34/solver-298223-1171852253 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298223-1171852253/SATzilla2007_C /tmp/evaluation/298223-1171852253/instance-298223-1171852253.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  5cb12367c8059b22462366f8563a334f

RANDOM SEED= 325373034

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        874504 kB
Buffers:         43748 kB
Cached:        1037388 kB
SwapCached:       4688 kB
Active:         769652 kB
Inactive:       322376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874504 kB
SwapTotal:     4192956 kB
SwapFree:      4183096 kB
Dirty:            8416 kB
Writeback:           0 kB
Mapped:          15816 kB
Slab:            75456 kB
Committed_AS:   491044 kB
PageTables:       1396 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= 66556 MiB

End job on node34 on Mon Feb 19 02:50:54 UTC 2007