Trace number 298346

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.65 1199.7

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1161940794-17.UNSAT.shuffled.cnf
MD5SUM042851b85016f1918e014c527c3c65b8
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.72/10.82	c run March_dl for 5 seconds ... 
10.72/10.82	c Bin: Executing march_dl
10.72/10.82	c child exit by a signal
10.72/10.82	c march_dl returned code 137.
10.72/10.82	c run saps (UBCSAT implementation) for 2 seconds ... 
10.72/10.82	c Bin: Executing ubcsat2006
10.72/10.82	c child exited successfully
10.72/10.82	c ubcsat2006 returned code 0.
10.72/10.82	c satzilla computing base features
10.72/10.82	c satzilla doing unit-prop probe
10.72/10.82	c satzilla doing local search probe
10.72/10.82	c satzilla doing lobjois search-space size estimate
10.72/10.82	c satzilla's ranking:
10.72/10.82	c 1) minisat20+P: -3.313344
10.72/10.82	c 2) minisat20: -0.361104
10.72/10.82	c 3) march_dl+P: 0.874257
10.72/10.82	c 4) march_dl: 1.516850
10.72/10.82	c 5) vallst+P: 1.591459
10.72/10.82	c 6) zchaff_rand+P: 5.361390
10.72/10.82	c 7) kcnfs+P: 999.000000
10.72/10.82	c 8) kcnfs: 999.000000
10.72/10.82	c 9) vallst: 999.000000
10.72/10.82	c 10) zchaff_rand: 999.000000
10.72/10.82	c satzilla running minisat20 with preprocessing ... 
10.72/10.83	This is MiniSat 2.0 beta
10.72/10.83	WARNING: for repeatability, setting FPU to use double precision
10.72/10.83	============================[ Problem Statistics ]=============================
10.72/10.83	|                                                                             |
10.72/10.83	|  Number of variables:  500                                                  |
10.72/10.83	|  Number of clauses:    2130                                                 |
10.72/10.83	|  Parsing time:         0.00         s                                       |
10.72/10.83	============================[ Search Statistics ]==============================
10.72/10.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.72/10.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.72/10.83	===============================================================================
10.72/10.83	|         0 |     500     2130     6390 |      710        0    nan |  0.000 % |
10.72/10.83	|       100 |     500     2130     6390 |      781      100     23 |  0.000 % |
10.72/10.84	|       251 |     500     2130     6390 |      859      251     23 |  0.000 % |
10.72/10.85	|       476 |     500     2130     6390 |      945      476     22 |  0.000 % |
10.72/10.86	|       813 |     500     2130     6390 |     1039      813     23 |  0.000 % |
10.79/10.88	|      1320 |     500     2130     6390 |     1143      784     20 |  0.000 % |
10.79/10.91	|      2079 |     500     2130     6390 |     1257      952     18 |  0.000 % |
10.79/10.95	|      3218 |     500     2130     6390 |     1383      788     22 |  0.000 % |
10.79/11.02	|      4927 |     500     2130     6390 |     1521     1066     23 |  0.000 % |
10.79/11.13	|      7489 |     500     2130     6390 |     1674     1274     19 |  0.000 % |
11.23/11.31	|     11335 |     500     2130     6390 |     1841     1653     20 |  0.000 % |
11.53/11.59	|     17102 |     500     2130     6390 |     2025     1724     22 |  0.000 % |
11.94/12.03	|     25751 |     500     2130     6390 |     2228     1051     19 |  0.000 % |
12.66/12.71	|     38725 |     500     2130     6390 |     2451     1517     20 |  0.000 % |
13.69/13.77	|     58187 |     500     2130     6390 |     2696     2184     21 |  0.000 % |
15.32/15.44	|     87379 |     500     2130     6390 |     2965     2450     23 |  0.000 % |
17.99/18.04	|    131168 |     500     2130     6390 |     3262     2465     23 |  0.000 % |
21.88/21.99	|    196853 |     500     2130     6390 |     3588     1774     20 |  0.000 % |
28.03/28.11	|    295380 |     500     2130     6390 |     3947     1906     23 |  0.000 % |
37.45/37.53	|    443169 |     500     2130     6390 |     4342     3869     20 |  0.000 % |
52.42/52.51	|    664852 |     500     2130     6390 |     4776     3740     21 |  0.000 % |
75.88/75.97	|    997378 |     500     2130     6390 |     5254     3039     23 |  0.000 % |
112.05/112.11	|   1496168 |     500     2130     6390 |     5779     3522     21 |  0.000 % |
169.44/169.52	|   2244350 |     500     2130     6390 |     6357     5670     21 |  0.000 % |
259.22/259.32	|   3366626 |     500     2130     6390 |     6993     3336     21 |  0.000 % |
400.83/400.96	|   5050038 |     500     2130     6390 |     7692     6445     22 |  0.000 % |
620.73/620.88	|   7575154 |     500     2130     6390 |     8461     6956     23 |  0.000 % |
972.42/972.58	|  11362829 |     500     2130     6390 |     9308     6310     24 |  0.000 % |
1199.60/1199.70	c Preprocessing...
1199.60/1199.70	c Inital problem has 500 variables, 2130 nary clauses (0 binary clauses).
1199.60/1199.70	c Num non-binary clauses 2130, Average non-binary clause length 3.000
1199.60/1199.70	c Theory has no gaps
1199.60/1199.70	c Preprocessor runtime was 0.010 seconds.
1199.60/1199.70	c 
1199.60/1199.70	c Satisfiability of theory still undetermined.
1199.60/1199.70	c See file /tmp/mGNbWy for simplified theory.
1199.60/1199.70	c Bin: Executing minisat20
1199.60/1199.70	c child exit by a signal
1199.60/1199.70	c minisat20 returned code 137.
1199.60/1199.70	c minisat20 returned code 137.
1199.60/1199.70	c satzilla running minisat20 ... 
1199.60/1199.70	c Bin: Executing minisat20
1199.60/1199.70	c minisat20 returned code 1.
1199.60/1199.70	c minisat20 returned code 1.
1199.60/1199.70	c satzilla running march_dl with preprocessing ... 
1199.60/1199.70	c Bin: Executing march_dl
1199.60/1199.70	c march_dl returned code 1.
1199.60/1199.70	c march_dl returned code 1.
1199.60/1199.70	c satzilla running march_dl ... 
1199.60/1199.70	c Bin: Executing march_dl
1199.60/1199.70	c march_dl returned code 1.
1199.60/1199.70	c march_dl returned code 1.
1199.60/1199.70	c satzilla running vallst with preprocessing ... 
1199.60/1199.70	c Bin: Executing vallst
1199.60/1199.70	c vallst returned code 1.
1199.60/1199.70	c vallst returned code 1.
1199.60/1199.70	c satzilla running zchaff_rand with preprocessing ... 
1199.60/1199.70	c Bin: Executing zchaff_rand
1199.60/1199.70	c zchaff_rand returned code 1.
1199.60/1199.70	c zchaff_rand returned code 1.
1199.60/1199.70	c satzilla running kcnfs with preprocessing ... 
1199.60/1199.70	c Bin: Executing kcnfs
1199.60/1199.70	c kcnfs returned code 1.
1199.60/1199.70	c kcnfs returned code 1.
1199.60/1199.70	c satzilla running kcnfs ... 
1199.60/1199.70	c Bin: Executing kcnfs
1199.60/1199.70	c kcnfs returned code 1.
1199.60/1199.70	c kcnfs returned code 1.
1199.60/1199.70	c satzilla running vallst ... 
1199.60/1199.70	c Bin: Executing vallst
1199.60/1199.70	c vallst returned code 1.
1199.60/1199.70	c vallst returned code 1.
1199.60/1199.70	c satzilla running zchaff_rand ... 
1199.60/1199.70	c Bin: Executing zchaff_rand
1199.60/1199.70	c zchaff_rand returned code 1.
1199.60/1199.70	c zchaff_rand returned code 1.
1199.60/1199.70	c ERROR: All Failed! 
1199.60/1199.70	c SATZILLA_TIME=1199.820000

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/node16/watcher-298346-1171854354 -o ROOT/results/node16/solver-298346-1171854354 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298346-1171854354/SATzilla2007_C /tmp/evaluation/298346-1171854354/instance-298346-1171854354.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.01 1.00 3/77 25948
/proc/meminfo: memFree=948752/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=0
/proc/25948/stat : 25948 (SATzilla2007_C) R 25946 25948 23589 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 205389769 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25948/statm: 360 110 95 260 0 84 0
[pid=25949] ppid=25948 vsize=636 CPUtime=0
/proc/25949/stat : 25949 (march_dl) R 25948 25948 23589 0 -1 4194304 80 0 0 0 0 0 0 0 19 0 1 0 205389769 651264 75 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25949/statm: 159 75 50 118 0 38 0

[startup+0.107133 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 25948
/proc/meminfo: memFree=948752/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=0
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 205389769 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 360 110 95 260 0 84 0
[pid=25949] ppid=25948 vsize=1188 CPUtime=0.1
/proc/25949/stat : 25949 (march_dl) R 25948 25948 23589 0 -1 4194304 256 0 0 0 10 0 0 0 22 0 1 0 205389769 1216512 248 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25949/statm: 297 248 74 118 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2628

[startup+0.515085 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 25948
/proc/meminfo: memFree=948752/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=0
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 205389769 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 360 110 95 260 0 84 0
[pid=25949] ppid=25948 vsize=1320 CPUtime=0.5
/proc/25949/stat : 25949 (march_dl) R 25948 25948 23589 0 -1 4194304 271 0 0 0 50 0 0 0 25 0 1 0 205389769 1351680 263 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25949/statm: 330 263 74 118 0 209 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2760

[startup+1.33599 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25950
/proc/meminfo: memFree=947776/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=0
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 205389769 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 360 110 95 260 0 84 0
[pid=25949] ppid=25948 vsize=1320 CPUtime=1.33
/proc/25949/stat : 25949 (march_dl) R 25948 25948 23589 0 -1 4194304 276 0 0 0 133 0 0 0 25 0 1 0 205389769 1351680 268 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25949/statm: 330 268 74 118 0 209 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2760

[startup+2.9768 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25950
/proc/meminfo: memFree=947648/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=0
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 205389769 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 360 110 95 260 0 84 0
[pid=25949] ppid=25948 vsize=1320 CPUtime=2.97
/proc/25949/stat : 25949 (march_dl) R 25948 25948 23589 0 -1 4194304 283 0 0 0 297 0 0 0 25 0 1 0 205389769 1351680 275 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134573462 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25949/statm: 330 275 74 118 0 209 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2760

[startup+6.25243 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25951
/proc/meminfo: memFree=947840/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=1440 CPUtime=4.99
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 135 289 0 0 0 0 499 0 16 0 1 0 205389769 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25948/statm: 360 111 96 260 0 84 0
[pid=25951] ppid=25948 vsize=6188 CPUtime=1.24
/proc/25951/stat : 25951 (ubcsat2006) R 25948 25948 23589 0 -1 4194304 270 0 0 0 101 23 0 0 25 0 1 0 205390269 6336512 253 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25951/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7137 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25952
/proc/meminfo: memFree=946944/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=2212 CPUtime=1.87
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 241 0 0 0 187 0 0 0 25 0 1 0 205390852 2265088 235 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134662429 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 553 235 58 118 0 431 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4240

[startup+25.5192 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25952
/proc/meminfo: memFree=946304/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=2872 CPUtime=14.68
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 385 0 0 0 1468 0 0 0 25 0 1 0 205390852 2940928 379 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 718 379 58 118 0 596 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4900

[startup+51.1413 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=945984/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=3272 CPUtime=40.3
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 508 0 0 0 4030 0 0 0 25 0 1 0 205390852 3350528 502 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528453 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 818 502 58 118 0 696 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5300

[startup+102.377 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=945472/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=3800 CPUtime=91.52
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 639 0 0 0 9152 0 0 0 25 0 1 0 205390852 3891200 633 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 950 633 58 118 0 828 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 5828

[startup+162.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=945096/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=4200 CPUtime=151.59
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 737 0 0 0 15158 1 0 0 25 0 1 0 205390852 4300800 731 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1050 731 58 118 0 928 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 6228

[startup+222.489 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=944648/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=4592 CPUtime=211.63
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 835 0 0 0 21162 1 0 0 25 0 1 0 205390852 4702208 829 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1148 829 58 118 0 1026 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 6620

[startup+282.542 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=944264/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=4988 CPUtime=271.69
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 920 0 0 0 27167 2 0 0 25 0 1 0 205390852 5107712 914 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1247 914 58 118 0 1125 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 7016

[startup+342.587 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=944072/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=5124 CPUtime=331.73
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 970 0 0 0 33171 2 0 0 25 0 1 0 205390852 5246976 964 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1281 964 58 118 0 1159 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 7152

[startup+402.641 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=943752/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=5516 CPUtime=391.78
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1047 0 0 0 39175 3 0 0 25 0 1 0 205390852 5648384 1041 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525645 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1379 1041 58 118 0 1257 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 7544

[startup+462.691 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=943496/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=5652 CPUtime=451.82
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1105 0 0 0 45179 3 0 0 25 0 1 0 205390852 5787648 1099 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1413 1099 58 118 0 1291 0
Current children cumulated CPU time (s) 462.61

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


[startup+823.004 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25952
/proc/meminfo: memFree=942536/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=6732 CPUtime=812.12
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1359 0 0 0 81206 6 0 0 25 0 1 0 205390852 6893568 1353 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1683 1353 58 118 0 1561 0
Current children cumulated CPU time (s) 822.91
Current children cumulated vsize (KiB) 8760

[startup+883.057 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 25952
/proc/meminfo: memFree=942472/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=6732 CPUtime=872.18
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1377 0 0 0 87211 7 0 0 25 0 1 0 205390852 6893568 1371 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1683 1371 58 118 0 1561 0
Current children cumulated CPU time (s) 882.97
Current children cumulated vsize (KiB) 8760

[startup+943.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=942344/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=6864 CPUtime=932.22
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1398 0 0 0 93215 7 0 0 25 0 1 0 205390852 7028736 1392 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1716 1392 58 118 0 1594 0
Current children cumulated CPU time (s) 943.01
Current children cumulated vsize (KiB) 8892

[startup+1003.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=942216/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=6992 CPUtime=992.27
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1433 0 0 0 99219 8 0 0 25 0 1 0 205390852 7159808 1427 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1748 1427 58 118 0 1626 0
Current children cumulated CPU time (s) 1003.06
Current children cumulated vsize (KiB) 9020

[startup+1063.2 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 25952
/proc/meminfo: memFree=942088/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7136 CPUtime=1052.31
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1463 0 0 0 105223 8 0 0 25 0 1 0 205390852 7307264 1457 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1784 1457 58 118 0 1662 0
Current children cumulated CPU time (s) 1063.1
Current children cumulated vsize (KiB) 9164

[startup+1123.25 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 25952
/proc/meminfo: memFree=941960/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7276 CPUtime=1112.36
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1499 0 0 0 111227 9 0 0 25 0 1 0 205390852 7450624 1493 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1819 1493 58 118 0 1697 0
Current children cumulated CPU time (s) 1123.15
Current children cumulated vsize (KiB) 9304

[startup+1183.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941896/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1172.41
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1518 0 0 0 117231 10 0 0 25 0 1 0 205390852 7589888 1512 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528820 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1512 58 118 0 1731 0
Current children cumulated CPU time (s) 1183.2
Current children cumulated vsize (KiB) 9440

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

[startup+1187.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941896/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1176.21
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1518 0 0 0 117611 10 0 0 25 0 1 0 205390852 7589888 1512 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1512 58 118 0 1731 0
Current children cumulated CPU time (s) 1187
Current children cumulated vsize (KiB) 9440

[startup+1193.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941896/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1182.76
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1518 0 0 0 118266 10 0 0 25 0 1 0 205390852 7589888 1512 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1512 58 118 0 1731 0
Current children cumulated CPU time (s) 1193.55
Current children cumulated vsize (KiB) 9440

[startup+1196.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941832/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1186.04
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1522 0 0 0 118594 10 0 0 25 0 1 0 205390852 7589888 1516 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1516 58 118 0 1731 0
Current children cumulated CPU time (s) 1196.83
Current children cumulated vsize (KiB) 9440

[startup+1198.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941832/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1187.68
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1522 0 0 0 118758 10 0 0 25 0 1 0 205390852 7589888 1516 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1516 58 118 0 1731 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 9440

[startup+1199.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941832/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1188.5
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1522 0 0 0 118840 10 0 0 25 0 1 0 205390852 7589888 1516 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1516 58 118 0 1731 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 9440

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941832/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1188.71
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1522 0 0 0 118861 10 0 0 25 0 1 0 205390852 7589888 1516 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1516 58 118 0 1731 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 9440

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 25952
/proc/meminfo: memFree=941832/2055920 swapFree=4192812/4192956
[pid=25948] ppid=25946 vsize=2028 CPUtime=10.79
/proc/25948/stat : 25948 (SATzilla2007_C) S 25946 25948 23589 0 -1 4194304 669 565 0 0 309 28 700 42 25 0 1 0 205389769 2076672 331 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25948/statm: 507 331 165 260 0 231 0
[pid=25952] ppid=25948 vsize=7412 CPUtime=1188.81
/proc/25952/stat : 25952 (minisat20) R 25948 25948 23589 0 -1 4194304 1522 0 0 0 118871 10 0 0 25 0 1 0 205390852 7589888 1516 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25952/statm: 1853 1516 58 118 0 1731 0
Current children cumulated CPU time (s) 1199.6
Current children cumulated vsize (KiB) 9440

Child status: 17
Real time (s): 1199.7
CPU time (s): 1199.65
CPU user time (s): 1198.82
CPU system time (s): 0.824874
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 9440

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

runsolver used 1.18882 second user time and 3.07553 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Feb 19 03:05:54 UTC 2007

IDJOB= 298346
IDBENCH= 19983
IDSOLVER= 135
FILE ID= node16/298346-1171854354

PBS_JOBID= 3839396

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  042851b85016f1918e014c527c3c65b8

RANDOM SEED= 444164528

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:        949160 kB
Buffers:         68804 kB
Cached:         904752 kB
SwapCached:          0 kB
Active:         359800 kB
Inactive:       667284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        949160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8404 kB
Writeback:           0 kB
Mapped:          72424 kB
Slab:            65328 kB
Committed_AS:   929740 kB
PageTables:       1720 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= 66542 MiB

End job on node16 on Mon Feb 19 03:25:54 UTC 2007