Trace number 314890

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.43 1199.79

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
Bench CategoryINDUST (industrial 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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data (download as text)

10.77/10.87	c run March_dl for 5 seconds ... 
10.77/10.87	c Bin: Executing march_dl
10.77/10.87	c child exit by a signal
10.77/10.87	c march_dl returned code 137.
10.77/10.87	c run saps (UBCSAT implementation) for 2 seconds ... 
10.77/10.87	c Bin: Executing ubcsat2006
10.77/10.87	c child exited successfully
10.77/10.87	c ubcsat2006 returned code 0.
10.77/10.87	c satzilla computing base features
10.77/10.87	c satzilla doing unit-prop probe
10.77/10.87	c satzilla doing local search probe
10.77/10.87	c satzilla doing lobjois search-space size estimate
10.77/10.87	c satzilla's ranking:
10.77/10.87	c 1) minisat20+P: 0.145581
10.77/10.87	c 2) march_dl: 2.334307
10.77/10.87	c 3) march_dl+P: 3.173152
10.77/10.87	c 4) vallst+P: 3.291526
10.77/10.87	c 5) minisat20: 3.507437
10.77/10.87	c 6) zchaff_rand+P: 4.044845
10.77/10.87	c 7) kcnfs+P: 999.000000
10.77/10.87	c 8) kcnfs: 999.000000
10.77/10.87	c 9) vallst: 999.000000
10.77/10.87	c 10) zchaff_rand: 999.000000
10.77/10.87	c satzilla running minisat20 with preprocessing ... 
11.56/11.60	This is MiniSat 2.0 beta
11.56/11.60	WARNING: for repeatability, setting FPU to use double precision
11.56/11.60	============================[ Problem Statistics ]=============================
11.56/11.60	|                                                                             |
11.56/11.60	|  Number of variables:  7543                                                 |
11.56/11.60	|  Number of clauses:    39274                                                |
11.56/11.63	|  Parsing time:         0.02         s                                       |
11.56/11.63	============================[ Search Statistics ]==============================
11.56/11.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.56/11.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.56/11.63	===============================================================================
11.56/11.63	|         0 |    7543    39274    97447 |    13091        0    nan |  0.000 % |
11.56/11.64	|       100 |    7543    39274    97447 |    14400      100     17 |  0.000 % |
11.56/11.67	|       250 |    7543    39274    97447 |    15840      250     26 |  0.000 % |
11.56/11.69	|       476 |    7543    39274    97447 |    17424      476     40 |  0.000 % |
11.57/11.74	|       813 |    7543    39274    97447 |    19167      813     40 |  0.000 % |
11.57/11.80	|      1320 |    7543    39274    97447 |    21083     1320     49 |  0.000 % |
11.57/11.97	|      2079 |    7543    39274    97447 |    23192     2079     48 |  0.000 % |
12.15/12.24	|      3220 |    7543    39274    97447 |    25511     3220     53 |  0.000 % |
12.65/12.77	|      4928 |    7543    39274    97447 |    28062     4928     60 |  0.000 % |
13.55/13.67	|      7493 |    7543    39274    97447 |    30868     7493     69 |  0.000 % |
15.35/15.47	|     11337 |    7543    39274    97447 |    33955    11337     72 |  0.000 % |
18.15/18.30	|     17105 |    7543    39274    97447 |    37351    17105     78 |  0.000 % |
22.15/22.25	|     25754 |    7543    39274    97447 |    41086    25754     77 |  0.000 % |
30.85/30.97	|     38728 |    7543    39274    97447 |    45194    38728     95 |  0.000 % |
45.44/45.55	|     58189 |    7543    39274    97447 |    49714    26175     70 |  0.000 % |
65.94/66.02	|     87381 |    7543    39274    97447 |    54685    18137    118 |  0.000 % |
97.33/97.44	|    131171 |    7543    39274    97447 |    60154    22693     60 |  0.000 % |
138.02/138.16	|    196858 |    7543    39274    97447 |    66169    42926     81 |  0.000 % |
230.39/230.58	|    295385 |    7543    39274    97447 |    72786    43700     78 |  0.000 % |
377.44/377.66	|    443174 |    7543    39274    97447 |    80065    22183     93 |  0.000 % |
616.97/617.24	|    664859 |    7543    39274    97447 |    88071    55243     97 |  0.000 % |
1027.45/1027.84	|    997384 |    7543    39274    97447 |    96879    34526     84 |  0.000 % |
1199.30/1199.79	c Preprocessing...
1199.30/1199.79	c Inital problem has 8920 variables, 16553 nary clauses (15331 binary clauses).
1199.30/1199.79	c Num non-binary clauses 16552, Average non-binary clause length 3.205
1199.30/1199.79	c Theory has no gaps
1199.30/1199.79	c Preprocessor runtime was 0.690 seconds.
1199.30/1199.79	c 
1199.30/1199.79	c Satisfiability of theory still undetermined.
1199.30/1199.79	c See file /tmp/MVbogK for simplified theory.
1199.30/1199.79	c Bin: Executing minisat20
1199.30/1199.79	c child exit by a signal
1199.30/1199.79	c minisat20 returned code 137.
1199.30/1199.79	c minisat20 returned code 137.
1199.30/1199.79	c satzilla running march_dl ... 
1199.30/1199.79	c Bin: Executing march_dl
1199.30/1199.79	c march_dl returned code 1.
1199.30/1199.79	c march_dl returned code 1.
1199.30/1199.79	c satzilla running march_dl with preprocessing ... 
1199.30/1199.79	c Bin: Executing march_dl
1199.30/1199.79	c march_dl returned code 1.
1199.30/1199.79	c march_dl returned code 1.
1199.30/1199.79	c satzilla running vallst with preprocessing ... 
1199.30/1199.79	c Bin: Executing vallst
1199.30/1199.79	c vallst returned code 1.
1199.30/1199.79	c vallst returned code 1.
1199.30/1199.79	c satzilla running minisat20 ... 
1199.30/1199.79	c Bin: Executing minisat20
1199.30/1199.79	c minisat20 returned code 1.
1199.30/1199.79	c minisat20 returned code 1.
1199.30/1199.79	c satzilla running zchaff_rand with preprocessing ... 
1199.30/1199.79	c Bin: Executing zchaff_rand
1199.30/1199.79	c zchaff_rand returned code 1.
1199.30/1199.79	c zchaff_rand returned code 1.
1199.30/1199.79	c satzilla running kcnfs with preprocessing ... 
1199.30/1199.79	c Bin: Executing kcnfs
1199.30/1199.79	c kcnfs returned code 1.
1199.30/1199.79	c kcnfs returned code 1.
1199.30/1199.79	c satzilla running kcnfs ... 
1199.30/1199.79	c Bin: Executing kcnfs
1199.30/1199.79	c kcnfs returned code 1.
1199.30/1199.79	c kcnfs returned code 1.
1199.30/1199.79	c satzilla running vallst ... 
1199.30/1199.79	c Bin: Executing vallst
1199.30/1199.79	c vallst returned code 1.
1199.30/1199.79	c vallst returned code 1.
1199.30/1199.79	c satzilla running zchaff_rand ... 
1199.30/1199.79	c Bin: Executing zchaff_rand
1199.30/1199.79	c zchaff_rand returned code 1.
1199.30/1199.79	c zchaff_rand returned code 1.
1199.30/1199.79	c ERROR: All Failed! 
1199.30/1199.79	c SATZILLA_TIME=1199.590000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-314890-1172644569 -o ROOT/results/node20/solver-314890-1172644569 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314890-1172644569/SATzilla2007_C /tmp/evaluation/314890-1172644569/instance-314890-1172644569.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29401
/proc/meminfo: memFree=1425488/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=1408 CPUtime=0
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 234 0 0 0 0 0 0 0 20 0 1 0 284410885 1441792 229 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134775833 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 352 229 50 118 0 231 0

[startup+0.0396911 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29401
/proc/meminfo: memFree=1425488/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=1804 CPUtime=0.03
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 372 0 0 0 3 0 0 0 20 0 1 0 284410885 1847296 367 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 451 367 50 118 0 330 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3244

[startup+0.102699 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29401
/proc/meminfo: memFree=1425488/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=3196 CPUtime=0.09
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 1242 0 0 0 9 0 0 0 20 0 1 0 284410885 3272704 618 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 799 618 55 118 0 678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4636

[startup+0.301722 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29401
/proc/meminfo: memFree=1425488/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=7104 CPUtime=0.29
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 3469 0 0 0 28 1 0 0 22 0 1 0 284410885 7274496 1565 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559918 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 1776 1565 69 118 0 1655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8544

[startup+0.70277 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29401
/proc/meminfo: memFree=1425488/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=11524 CPUtime=0.69
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 4799 0 0 0 67 2 0 0 25 0 1 0 284410885 11800576 2652 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 2881 2652 73 118 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12964

[startup+1.50288 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 29403
/proc/meminfo: memFree=1414912/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=12100 CPUtime=1.49
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 4865 0 0 0 147 2 0 0 25 0 1 0 284410885 12390400 2676 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134531610 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 3025 2676 75 118 0 2904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13540

[startup+3.10106 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 29403
/proc/meminfo: memFree=1414464/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=0
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284410885 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 360 110 95 260 0 84 0
[pid=29402] ppid=29401 vsize=13792 CPUtime=3.09
/proc/29402/stat : 29402 (march_dl) R 29401 29401 28029 0 -1 4194304 5260 0 0 0 307 2 0 0 25 0 1 0 284410885 14123008 3071 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134568041 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29402/statm: 3448 3071 75 118 0 3327 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15232

[startup+6.30145 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 29404
/proc/meminfo: memFree=1422720/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=1440 CPUtime=4.99
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 135 5445 0 0 0 0 497 2 16 0 1 0 284410885 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29401/statm: 360 111 96 260 0 84 0
[pid=29404] ppid=29401 vsize=6188 CPUtime=1.28
/proc/29404/stat : 29404 (ubcsat2006) R 29401 29401 28029 0 -1 4194304 743 0 0 0 118 10 0 0 25 0 1 0 284411386 6336512 726 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29404/statm: 1547 726 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1411968/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=5124 CPUtime=1.08
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 1183 0 0 0 108 0 0 0 25 0 1 0 284412046 5246976 1177 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 1281 1177 59 118 0 1159 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15552

[startup+25.5018 s]
/proc/loadavg: 0.95 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1400896/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=15580 CPUtime=13.87
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 3809 0 0 0 1384 3 0 0 25 0 1 0 284412046 15953920 3803 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 3895 3803 59 118 0 3773 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 26008

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1393536/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=22820 CPUtime=39.47
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 5587 0 0 0 3941 6 0 0 25 0 1 0 284412046 23367680 5581 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 5705 5581 59 118 0 5583 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 33248

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1388672/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=27544 CPUtime=90.66
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 6792 0 0 0 9058 8 0 0 25 0 1 0 284412046 28205056 6786 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 6886 6786 59 118 0 6764 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 37972

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1388608/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=27664 CPUtime=150.64
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 6803 0 0 0 15056 8 0 0 25 0 1 0 284412046 28327936 6797 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 6916 6797 59 118 0 6794 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 38092

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1388288/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=27972 CPUtime=210.62
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 6867 0 0 0 21053 9 0 0 25 0 1 0 284412046 28643328 6861 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 6993 6861 59 118 0 6871 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 38400

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29405
/proc/meminfo: memFree=1384832/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=31436 CPUtime=270.6
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 7737 0 0 0 27050 10 0 0 25 0 1 0 284412046 32190464 7731 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 7859 7731 59 118 0 7737 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 41864

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 3/79 29405
/proc/meminfo: memFree=1381888/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=34404 CPUtime=330.58
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 8463 0 0 0 33047 11 0 0 25 0 1 0 284412046 35229696 8457 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 8601 8457 59 118 0 8479 0

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


[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29407
/proc/meminfo: memFree=1365440/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=750.47
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12523 0 0 0 75027 20 0 0 25 0 1 0 284412046 51941376 12517 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12517 59 118 0 12559 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 61152

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29407
/proc/meminfo: memFree=1365376/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=810.44
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12524 0 0 0 81024 20 0 0 25 0 1 0 284412046 51941376 12518 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12518 59 118 0 12559 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 61152

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29407
/proc/meminfo: memFree=1365440/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=870.43
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12524 0 0 0 87022 21 0 0 25 0 1 0 284412046 51941376 12518 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12518 59 118 0 12559 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 61152

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29407
/proc/meminfo: memFree=1365376/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=930.4
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12524 0 0 0 93019 21 0 0 25 0 1 0 284412046 51941376 12518 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12518 59 118 0 12559 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 61152

[startup+1002.3 s]
/proc/loadavg: 1.03 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365440/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=990.39
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12524 0 0 0 99017 22 0 0 25 0 1 0 284412046 51941376 12518 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12518 59 118 0 12559 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 61152

[startup+1062.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365376/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50724 CPUtime=1050.37
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12524 0 0 0 105015 22 0 0 25 0 1 0 284412046 51941376 12518 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12681 12518 59 118 0 12559 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 61152

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365376/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1110.35
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12535 0 0 0 111012 23 0 0 25 0 1 0 284412046 52125696 12529 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12529 59 118 0 12604 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 61332

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1170.34
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12535 0 0 0 117010 24 0 0 25 0 1 0 284412046 52125696 12529 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12529 59 118 0 12604 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 61332

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1178.34
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12536 0 0 0 117810 24 0 0 25 0 1 0 284412046 52125696 12530 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12530 59 118 0 12604 0
Current children cumulated CPU time (s) 1189.91
Current children cumulated vsize (KiB) 61332

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1184.74
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12536 0 0 0 118450 24 0 0 25 0 1 0 284412046 52125696 12530 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12530 59 118 0 12604 0
Current children cumulated CPU time (s) 1196.31
Current children cumulated vsize (KiB) 61332

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1186.33
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12536 0 0 0 118609 24 0 0 25 0 1 0 284412046 52125696 12530 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12530 59 118 0 12604 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 61332

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=50904 CPUtime=1187.13
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12536 0 0 0 118689 24 0 0 25 0 1 0 284412046 52125696 12530 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12726 12530 59 118 0 12604 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 61332

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=51036 CPUtime=1187.53
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12550 0 0 0 118729 24 0 0 25 0 1 0 284412046 52260864 12544 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12759 12544 59 118 0 12637 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 61464

[startup+1199.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 29407
/proc/meminfo: memFree=1365312/2055920 swapFree=4133840/4192956
[pid=29401] ppid=29399 vsize=10428 CPUtime=11.57
/proc/29401/stat : 29401 (SATzilla2007_C) S 29399 29401 28029 0 -1 4194304 3982 6194 0 0 421 11 702 23 25 0 1 0 284410885 10678272 2276 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 2607 2276 165 260 0 2331 0
[pid=29405] ppid=29401 vsize=51036 CPUtime=1187.73
/proc/29405/stat : 29405 (minisat20) R 29401 29401 28029 0 -1 4194304 12561 0 0 0 118749 24 0 0 25 0 1 0 284412046 52260864 12555 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29405/statm: 12759 12555 59 118 0 12637 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 61464

Child status: 17
Real time (s): 1199.79
CPU time (s): 1199.43
CPU user time (s): 1198.82
CPU system time (s): 0.604908
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 61464

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

runsolver used 1.16982 second user time and 3.19851 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 28 06:36:09 UTC 2007

IDJOB= 314890
IDBENCH= 20402
IDSOLVER= 135
FILE ID= node20/314890-1172644569

PBS_JOBID= 3981139

Free space on /tmp= 66537 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= /tmp/evaluation/314890-1172644569/SATzilla2007_C /tmp/evaluation/314890-1172644569/instance-314890-1172644569.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-314890-1172644569 -o ROOT/results/node20/solver-314890-1172644569 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314890-1172644569/SATzilla2007_C /tmp/evaluation/314890-1172644569/instance-314890-1172644569.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  0acd143a4e60b38309663b5993b5ded9

RANDOM SEED= 848603454

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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:       1425896 kB
Buffers:         35104 kB
Cached:         513540 kB
SwapCached:      24256 kB
Active:         178320 kB
Inactive:       409236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425896 kB
SwapTotal:     4192956 kB
SwapFree:      4133840 kB
Dirty:            8876 kB
Writeback:           0 kB
Mapped:          30292 kB
Slab:            28108 kB
Committed_AS:   669448 kB
PageTables:       1704 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= 66537 MiB

End job on node20 on Wed Feb 28 06:56:09 UTC 2007