Trace number 455797

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) 9998.08 10000.6

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.76/10.86	c run March_dl for 5 seconds ... 
10.76/10.86	c Bin: Executing march_dl
10.76/10.86	c child exit by a signal
10.76/10.86	c march_dl returned code 137.
10.76/10.86	c run saps (UBCSAT implementation) for 2 seconds ... 
10.76/10.86	c Bin: Executing ubcsat2006
10.76/10.86	c child exited successfully
10.76/10.86	c ubcsat2006 returned code 0.
10.76/10.86	c satzilla computing base features
10.76/10.86	c satzilla doing unit-prop probe
10.76/10.86	c satzilla doing local search probe
10.76/10.86	c satzilla doing lobjois search-space size estimate
10.76/10.86	c satzilla's ranking:
10.76/10.86	c 1) minisat20+P: -0.126694
10.76/10.86	c 2) march_dl: 2.299530
10.76/10.86	c 3) march_dl+P: 3.143344
10.76/10.86	c 4) vallst+P: 3.240057
10.76/10.86	c 5) minisat20: 3.579122
10.76/10.86	c 6) zchaff_rand+P: 4.044766
10.76/10.86	c 7) kcnfs+P: 999.000000
10.76/10.86	c 8) kcnfs: 999.000000
10.76/10.86	c 9) vallst: 999.000000
10.76/10.86	c 10) zchaff_rand: 999.000000
10.76/10.86	c satzilla running minisat20 with preprocessing ... 
11.46/11.59	This is MiniSat 2.0 beta
11.46/11.59	WARNING: for repeatability, setting FPU to use double precision
11.46/11.59	============================[ Problem Statistics ]=============================
11.46/11.59	|                                                                             |
11.46/11.59	|  Number of variables:  7543                                                 |
11.46/11.59	|  Number of clauses:    39274                                                |
11.55/11.61	|  Parsing time:         0.02         s                                       |
11.55/11.61	============================[ Search Statistics ]==============================
11.55/11.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.55/11.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.55/11.61	===============================================================================
11.55/11.61	|         0 |    7543    39274    97447 |    13091        0    nan |  0.000 % |
11.55/11.63	|       100 |    7543    39274    97447 |    14400      100     17 |  0.000 % |
11.55/11.65	|       250 |    7543    39274    97447 |    15840      250     26 |  0.000 % |
11.55/11.67	|       476 |    7543    39274    97447 |    17424      476     40 |  0.000 % |
11.55/11.74	|       813 |    7543    39274    97447 |    19167      813     40 |  0.000 % |
11.55/11.80	|      1320 |    7543    39274    97447 |    21083     1320     49 |  0.000 % |
11.55/11.99	|      2079 |    7543    39274    97447 |    23192     2079     48 |  0.000 % |
12.15/12.27	|      3220 |    7543    39274    97447 |    25511     3220     53 |  0.000 % |
12.74/12.81	|      4928 |    7543    39274    97447 |    28062     4928     60 |  0.000 % |
13.65/13.73	|      7493 |    7543    39274    97447 |    30868     7493     69 |  0.000 % |
15.45/15.58	|     11337 |    7543    39274    97447 |    33955    11337     72 |  0.000 % |
18.45/18.51	|     17105 |    7543    39274    97447 |    37351    17105     78 |  0.000 % |
22.44/22.57	|     25754 |    7543    39274    97447 |    41086    25754     77 |  0.000 % |
31.24/31.36	|     38728 |    7543    39274    97447 |    45194    38728     95 |  0.000 % |
46.04/46.14	|     58189 |    7543    39274    97447 |    49714    26175     70 |  0.000 % |
66.63/66.78	|     87381 |    7543    39274    97447 |    54685    18137    118 |  0.000 % |
98.43/98.53	|    131171 |    7543    39274    97447 |    60154    22693     60 |  0.000 % |
139.72/139.80	|    196858 |    7543    39274    97447 |    66169    42926     81 |  0.000 % |
232.79/232.98	|    295385 |    7543    39274    97447 |    72786    43700     78 |  0.000 % |
380.77/380.93	|    443174 |    7543    39274    97447 |    80065    22183     93 |  0.000 % |
621.41/621.62	|    664859 |    7543    39274    97447 |    88071    55243     97 |  0.000 % |
1033.02/1033.40	|    997384 |    7543    39274    97447 |    96879    34526     84 |  0.000 % |
1709.87/1710.37	|   1496174 |    7543    39274    97447 |   106567    70970    109 |  0.000 % |
2707.56/2708.33	|   2244359 |    7543    39274    97447 |   117223   108624    166 |  0.000 % |
4334.20/4335.31	|   3366634 |    7540    39268    97433 |   128946    26957    106 |  0.040 % |
6740.36/6742.12	|   5050045 |    7538    39242    97377 |   141840    68650    142 |  0.066 % |
9998.01/10000.64	c Preprocessing...
9998.01/10000.64	c Inital problem has 8920 variables, 16553 nary clauses (15331 binary clauses).
9998.01/10000.64	c Num non-binary clauses 16552, Average non-binary clause length 3.205
9998.01/10000.64	c Theory has no gaps
9998.01/10000.64	c Preprocessor runtime was 0.680 seconds.
9998.01/10000.64	c 
9998.01/10000.64	c Satisfiability of theory still undetermined.
9998.01/10000.64	c See file /tmp/6lw4le for simplified theory.
9998.01/10000.64	c Bin: Executing minisat20
9998.01/10000.64	c child exit by a signal
9998.01/10000.64	c minisat20 returned code 137.
9998.01/10000.64	c minisat20 returned code 137.
9998.01/10000.64	c satzilla running march_dl ... 
9998.01/10000.64	c Bin: Executing march_dl
9998.01/10000.64	c march_dl returned code 1.
9998.01/10000.64	c march_dl returned code 1.
9998.01/10000.64	c satzilla running march_dl with preprocessing ... 
9998.01/10000.64	c Bin: Executing march_dl
9998.01/10000.64	c march_dl returned code 1.
9998.01/10000.64	c march_dl returned code 1.
9998.01/10000.64	c satzilla running vallst with preprocessing ... 
9998.01/10000.64	c Bin: Executing vallst
9998.01/10000.64	c vallst returned code 1.
9998.01/10000.64	c vallst returned code 1.
9998.01/10000.64	c satzilla running minisat20 ... 
9998.01/10000.64	c Bin: Executing minisat20
9998.01/10000.64	c minisat20 returned code 1.
9998.01/10000.64	c minisat20 returned code 1.
9998.01/10000.64	c satzilla running zchaff_rand with preprocessing ... 
9998.01/10000.64	c Bin: Executing zchaff_rand
9998.01/10000.64	c zchaff_rand returned code 1.
9998.01/10000.64	c zchaff_rand returned code 1.
9998.01/10000.64	c satzilla running kcnfs with preprocessing ... 
9998.01/10000.64	c Bin: Executing kcnfs
9998.01/10000.64	c kcnfs returned code 1.
9998.01/10000.64	c kcnfs returned code 1.
9998.01/10000.64	c satzilla running kcnfs ... 
9998.01/10000.64	c Bin: Executing kcnfs
9998.01/10000.64	c kcnfs returned code 1.
9998.01/10000.64	c kcnfs returned code 1.
9998.01/10000.64	c satzilla running vallst ... 
9998.01/10000.64	c Bin: Executing vallst
9998.01/10000.64	c vallst returned code 1.
9998.01/10000.64	c vallst returned code 1.
9998.01/10000.64	c satzilla running zchaff_rand ... 
9998.01/10000.64	c Bin: Executing zchaff_rand
9998.01/10000.64	c zchaff_rand returned code 1.
9998.01/10000.64	c zchaff_rand returned code 1.
9998.01/10000.64	c ERROR: All Failed! 
9998.01/10000.64	c SATZILLA_TIME=9999.580000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-455797-1178580430 -o ROOT/results/node52/solver-455797-1178580430 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455797-1178580430/SATzilla2007_C /tmp/evaluation/455797-1178580430/instance-455797-1178580430.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.78 0.95 0.98 3/64 14047
/proc/meminfo: memFree=1665612/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=1408 CPUtime=0
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 233 0 0 0 0 0 0 0 19 0 1 0 212888064 1441792 228 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 352 228 50 118 0 231 0

[startup+0.0427789 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 14047
/proc/meminfo: memFree=1665612/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=1804 CPUtime=0.03
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 374 0 0 0 3 0 0 0 19 0 1 0 212888064 1847296 369 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 451 370 50 118 0 330 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3244

[startup+0.102782 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 14047
/proc/meminfo: memFree=1665612/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=3196 CPUtime=0.09
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 1242 0 0 0 9 0 0 0 19 0 1 0 212888064 3272704 618 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134644039 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 799 618 55 118 0 678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4636

[startup+0.301795 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 14047
/proc/meminfo: memFree=1665612/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=7104 CPUtime=0.29
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 3468 0 0 0 28 1 0 0 20 0 1 0 212888064 7274496 1564 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134560125 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 1776 1564 69 118 0 1655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8544

[startup+0.702822 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 14047
/proc/meminfo: memFree=1665612/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=11260 CPUtime=0.69
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 4749 0 0 0 68 1 0 0 24 0 1 0 212888064 11530240 2602 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542527 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 2815 2602 73 118 0 2694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12700

[startup+1.50188 s]
/proc/loadavg: 0.78 0.95 0.98 2/66 14049
/proc/meminfo: memFree=1655100/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=12100 CPUtime=1.49
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 4865 0 0 0 148 1 0 0 25 0 1 0 212888064 12390400 2676 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134513791 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 3025 2676 75 118 0 2904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13540

[startup+3.10199 s]
/proc/loadavg: 0.78 0.95 0.98 2/66 14049
/proc/meminfo: memFree=1654588/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=0
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212888064 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 360 110 95 260 0 84 0
[pid=14048] ppid=14047 vsize=13792 CPUtime=3.09
/proc/14048/stat : 14048 (march_dl) R 14047 14047 13991 0 -1 4194304 5254 0 0 0 308 1 0 0 25 0 1 0 212888064 14123008 3065 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587281 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14048/statm: 3448 3065 75 118 0 3327 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15232

[startup+6.30121 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 14050
/proc/meminfo: memFree=1662780/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=1440 CPUtime=4.99
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 134 5442 0 0 0 0 497 2 16 0 1 0 212888064 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14047/statm: 360 111 96 260 0 84 0
[pid=14050] ppid=14047 vsize=6188 CPUtime=1.28
/proc/14050/stat : 14050 (ubcsat2006) R 14047 14047 13991 0 -1 4194304 743 0 0 0 118 10 0 0 25 0 1 0 212888564 6336512 726 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14050/statm: 1547 726 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 0.81 0.95 0.98 2/66 14051
/proc/meminfo: memFree=1652220/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=4992 CPUtime=1.1
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 1172 0 0 0 110 0 0 0 25 0 1 0 212889223 5111808 1166 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 1248 1166 59 118 0 1126 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15420

[startup+25.5015 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 14051
/proc/meminfo: memFree=1641532/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=15316 CPUtime=13.89
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 3723 0 0 0 1386 3 0 0 25 0 1 0 212889223 15683584 3717 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 3829 3717 59 118 0 3707 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25744

[startup+51.1013 s]
/proc/loadavg: 0.90 0.96 0.98 2/66 14051
/proc/meminfo: memFree=1633916/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=22820 CPUtime=39.49
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 5587 0 0 0 3944 5 0 0 25 0 1 0 212889223 23367680 5581 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 5705 5581 59 118 0 5583 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 33248

[startup+102.306 s]
/proc/loadavg: 1.03 0.98 0.99 2/66 14051
/proc/meminfo: memFree=1629052/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=27544 CPUtime=90.68
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 6792 0 0 0 9062 6 0 0 25 0 1 0 212889223 28205056 6786 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 6886 6786 59 118 0 6764 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 37972

[startup+162.302 s]
/proc/loadavg: 1.01 0.98 0.99 2/66 14051
/proc/meminfo: memFree=1628988/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=27664 CPUtime=150.66
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 6803 0 0 0 15060 6 0 0 25 0 1 0 212889223 28327936 6797 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/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: 1.00 0.98 0.99 2/66 14051
/proc/meminfo: memFree=1628732/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=27972 CPUtime=210.65
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 6867 0 0 0 21059 6 0 0 25 0 1 0 212889223 28643328 6861 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 6993 6861 59 118 0 6871 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 38400

[startup+282.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 14051
/proc/meminfo: memFree=1625212/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=31436 CPUtime=270.63
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 7737 0 0 0 27056 7 0 0 25 0 1 0 212889223 32190464 7731 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 7859 7731 59 118 0 7737 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 41864

[startup+342.301 s]
/proc/loadavg: 1.11 1.01 1.00 2/66 14051
/proc/meminfo: memFree=1622268/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=34404 CPUtime=330.63
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 8461 0 0 0 33054 9 0 0 25 0 1 0 212889223 35229696 8455 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 8601 8455 59 118 0 8479 0

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


[startup+9702.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 15125
/proc/meminfo: memFree=1526140/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=128524 CPUtime=9688.22
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32139 0 0 0 968766 56 0 0 25 0 1 0 212889223 131608576 31766 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32131 31766 59 118 0 32009 0
Current children cumulated CPU time (s) 9699.77
Current children cumulated vsize (KiB) 138952

[startup+9762.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 15125
/proc/meminfo: memFree=1526140/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=128524 CPUtime=9748.21
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32139 0 0 0 974765 56 0 0 25 0 1 0 212889223 131608576 31766 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32131 31766 59 118 0 32009 0
Current children cumulated CPU time (s) 9759.76
Current children cumulated vsize (KiB) 138952

[startup+9822.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 15127
/proc/meminfo: memFree=1523964/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=130636 CPUtime=9808.19
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32682 0 0 0 980762 57 0 0 25 0 1 0 212889223 133771264 32309 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32659 32309 59 118 0 32537 0
Current children cumulated CPU time (s) 9819.74
Current children cumulated vsize (KiB) 141064

[startup+9882.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 15127
/proc/meminfo: memFree=1523836/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=130800 CPUtime=9868.18
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32719 0 0 0 986761 57 0 0 25 0 1 0 212889223 133939200 32346 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32700 32346 59 118 0 32578 0
Current children cumulated CPU time (s) 9879.73
Current children cumulated vsize (KiB) 141228

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523388/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9928.16
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32837 0 0 0 992759 57 0 0 25 0 1 0 212889223 134561792 32464 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32464 59 118 0 32730 0
Current children cumulated CPU time (s) 9939.71
Current children cumulated vsize (KiB) 141836

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9944.17
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32860 0 0 0 994359 58 0 0 25 0 1 0 212889223 134561792 32487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32487 59 118 0 32730 0
Current children cumulated CPU time (s) 9955.72
Current children cumulated vsize (KiB) 141836

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523260/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9969.76
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 996918 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9981.31
Current children cumulated vsize (KiB) 141836

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9976.16
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 997558 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9987.71
Current children cumulated vsize (KiB) 141836

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9982.56
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998198 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9994.11
Current children cumulated vsize (KiB) 141836

[startup+9998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9984.16
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998358 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527624 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9995.71
Current children cumulated vsize (KiB) 141836

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9985.76
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998518 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9997.31
Current children cumulated vsize (KiB) 141836

[startup+10000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9986.16
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998558 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9997.71
Current children cumulated vsize (KiB) 141836

[startup+10000.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9986.36
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998578 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134536234 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9997.91
Current children cumulated vsize (KiB) 141836

[startup+10000.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15127
/proc/meminfo: memFree=1523324/2055920 swapFree=4183124/4192956
[pid=14047] ppid=14045 vsize=10428 CPUtime=11.55
/proc/14047/stat : 14047 (SATzilla2007_C) S 14045 14047 13991 0 -1 4194304 3981 6191 0 0 421 11 700 23 25 0 1 0 212888064 10678272 2276 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14047/statm: 2607 2276 165 260 0 2331 0
[pid=14051] ppid=14047 vsize=131408 CPUtime=9986.46
/proc/14051/stat : 14051 (minisat20) R 14047 14047 13991 0 -1 4194304 32861 0 0 0 998588 58 0 0 25 0 1 0 212889223 134561792 32488 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14051/statm: 32852 32488 59 118 0 32730 0
Current children cumulated CPU time (s) 9998.01
Current children cumulated vsize (KiB) 141836

Child status: 17
Real time (s): 10000.6
CPU time (s): 9998.08
CPU user time (s): 9997.12
CPU system time (s): 0.962853
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 141836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9997.12
system time used= 0.962853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43046
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= 30
involuntary context switches= 16401

runsolver used 7.80381 second user time and 19.657 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Mon May  7 23:27:10 UTC 2007

IDJOB= 455797
IDBENCH= 20402
IDSOLVER= 179
FILE ID= node52/455797-1178580430

PBS_JOBID= 5217905

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0acd143a4e60b38309663b5993b5ded9

RANDOM SEED= 402121528

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1666084 kB
Buffers:         28520 kB
Cached:         254904 kB
SwapCached:       3808 kB
Active:          40932 kB
Inactive:       251916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666084 kB
SwapTotal:     4192956 kB
SwapFree:      4183124 kB
Dirty:            9036 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            83024 kB
Committed_AS:  5368380 kB
PageTables:       1484 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 node52 on Tue May  8 02:13:51 UTC 2007