Trace number 335195

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.67 1200

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
MD5SUMc664e54e8911dc74e630e966a3a9b6ae
Bench CategoryCRAFTED (crafted 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 variables942
Number of clauses16562
Sum of the clauses size74896
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38565
Number of clauses of size 471
Number of clauses of size 5103
Number of clauses of size over 56710

Solver Data (download as text)

10.68/10.75	c run March_dl for 5 seconds ... 
10.68/10.75	c Bin: Executing march_dl
10.68/10.75	c child exit by a signal
10.68/10.75	c march_dl returned code 137.
10.68/10.75	c run saps (UBCSAT implementation) for 2 seconds ... 
10.68/10.75	c Bin: Executing ubcsat2006
10.68/10.75	c child exited successfully
10.68/10.75	c ubcsat2006 returned code 0.
10.68/10.75	c satzilla computing base features
10.68/10.75	c satzilla doing unit-prop probe
10.68/10.75	c satzilla doing local search probe
10.68/10.75	c satzilla doing lobjois search-space size estimate
10.68/10.75	c satzilla's ranking:
10.68/10.75	c 1) minisat20+P: 1.771330
10.68/10.75	c 2) minisat20: 2.410765
10.68/10.75	c 3) vallst+P: 2.433644
10.68/10.75	c 4) march_dl: 2.565914
10.68/10.75	c 5) march_dl+P: 2.656268
10.68/10.75	c 6) zchaff_rand+P: 3.220157
10.68/10.75	c 7) kcnfs+P: 999.000000
10.68/10.75	c 8) kcnfs: 999.000000
10.68/10.75	c 9) vallst: 999.000000
10.68/10.75	c 10) zchaff_rand: 999.000000
10.68/10.75	c satzilla running minisat20 with preprocessing ... 
10.77/10.85	This is MiniSat 2.0 beta
10.77/10.85	WARNING: for repeatability, setting FPU to use double precision
10.77/10.85	============================[ Problem Statistics ]=============================
10.77/10.85	|                                                                             |
10.77/10.85	|  Number of variables:  886                                                  |
10.77/10.85	|  Number of clauses:    12238                                                |
10.77/10.86	|  Parsing time:         0.01         s                                       |
10.77/10.86	============================[ Search Statistics ]==============================
10.77/10.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.77/10.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.77/10.86	===============================================================================
10.77/10.86	|         0 |     886    12238    59700 |     4079        0    nan |  0.000 % |
10.77/10.87	|       101 |     886    12238    59700 |     4487      101     19 |  0.000 % |
10.77/10.87	|       251 |     886    12238    59700 |     4935      251     23 |  0.000 % |
10.77/10.88	|       477 |     886    12238    59700 |     5429      477     26 |  0.000 % |
10.77/10.90	|       814 |     886    12238    59700 |     5972      814     26 |  0.003 % |
10.87/10.93	|      1321 |     886    12238    59700 |     6569     1321     27 |  0.002 % |
10.87/10.97	|      2080 |     886    12238    59700 |     7226     2080     27 |  0.002 % |
10.97/11.05	|      3220 |     886    12238    59700 |     7949     3220     26 |  0.000 % |
11.17/11.22	|      4929 |     886    12238    59700 |     8744     4929     30 |  0.003 % |
11.37/11.48	|      7491 |     886    12238    59700 |     9618     7491     30 |  0.003 % |
11.86/11.94	|     11335 |     886    12238    59700 |    10580     6448     25 |  0.000 % |
12.66/12.75	|     17101 |     886    12238    59700 |    11638     6835     31 |  0.000 % |
13.96/14.02	|     25751 |     886    12238    59700 |    12802     9601     23 |  0.002 % |
15.96/16.01	|     38725 |     886    12238    59700 |    14082     9645     24 |  0.003 % |
19.26/19.31	|     58186 |     886    12238    59700 |    15491     7806     21 |  0.003 % |
25.36/25.43	|     87379 |     886    12238    59700 |    17040    13573     25 |  0.003 % |
34.25/34.34	|    131169 |     886    12238    59700 |    18744    14461     25 |  0.000 % |
48.25/48.34	|    196853 |     886    12238    59700 |    20618    14086     26 |  0.000 % |
70.04/70.15	|    295381 |     886    12238    59700 |    22680    19262     39 |  0.003 % |
105.23/105.37	|    443170 |     886    12238    59700 |    24948    18784     29 |  0.000 % |
167.11/167.27	|    664854 |     886    12238    59700 |    27443    14849     23 |  0.002 % |
267.39/267.60	|    997379 |     886    12238    59700 |    30188    15572     26 |  0.003 % |
426.85/427.02	|   1496167 |     886    12238    59700 |    33206    18336     26 |  0.000 % |
676.39/676.70	|   2244349 |     886    12238    59700 |    36527    29010     25 |  0.007 % |
1086.18/1086.57	|   3366625 |     886    12238    59700 |    40180    24271     25 |  0.000 % |
1199.54/1199.99	c Preprocessing...
1199.54/1199.99	c Inital problem has 942 variables, 15484 nary clauses (1078 binary clauses).
1199.54/1199.99	c Num non-binary clauses 15449, Average non-binary clause length 4.706
1199.54/1199.99	c Theory has no gaps
1199.54/1199.99	c Preprocessor runtime was 0.070 seconds.
1199.54/1199.99	c 
1199.54/1199.99	c Satisfiability of theory still undetermined.
1199.54/1199.99	c See file /tmp/P9MGWJ for simplified theory.
1199.54/1199.99	c Bin: Executing minisat20
1199.54/1199.99	c child exit by a signal
1199.54/1199.99	c minisat20 returned code 137.
1199.54/1199.99	c minisat20 returned code 137.
1199.54/1199.99	c satzilla running minisat20 ... 
1199.54/1199.99	c Bin: Executing minisat20
1199.54/1199.99	c minisat20 returned code 1.
1199.54/1199.99	c minisat20 returned code 1.
1199.54/1199.99	c satzilla running vallst with preprocessing ... 
1199.54/1199.99	c Bin: Executing vallst
1199.54/1199.99	c vallst returned code 1.
1199.54/1199.99	c vallst returned code 1.
1199.54/1199.99	c satzilla running march_dl ... 
1199.54/1199.99	c Bin: Executing march_dl
1199.54/1199.99	c march_dl returned code 1.
1199.54/1199.99	c march_dl returned code 1.
1199.54/1199.99	c satzilla running march_dl with preprocessing ... 
1199.54/1199.99	c Bin: Executing march_dl
1199.54/1199.99	c march_dl returned code 1.
1199.54/1199.99	c march_dl returned code 1.
1199.54/1199.99	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1199.99	c Bin: Executing zchaff_rand
1199.54/1199.99	c zchaff_rand returned code 1.
1199.54/1199.99	c zchaff_rand returned code 1.
1199.54/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.54/1199.99	c Bin: Executing kcnfs
1199.54/1199.99	c kcnfs returned code 1.
1199.54/1199.99	c kcnfs returned code 1.
1199.54/1199.99	c satzilla running kcnfs ... 
1199.54/1199.99	c Bin: Executing kcnfs
1199.54/1199.99	c kcnfs returned code 1.
1199.54/1199.99	c kcnfs returned code 1.
1199.54/1199.99	c satzilla running vallst ... 
1199.54/1199.99	c Bin: Executing vallst
1199.54/1199.99	c vallst returned code 1.
1199.54/1199.99	c vallst returned code 1.
1199.54/1199.99	c satzilla running zchaff_rand ... 
1199.54/1199.99	c Bin: Executing zchaff_rand
1199.54/1199.99	c zchaff_rand returned code 1.
1199.54/1199.99	c zchaff_rand returned code 1.
1199.54/1199.99	c ERROR: All Failed! 
1199.54/1199.99	c SATZILLA_TIME=1199.840000

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/node3/watcher-335195-1173615119 -o ROOT/results/node3/solver-335195-1173615119 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335195-1173615119/SATzilla2007_C /tmp/evaluation/335195-1173615119/instance-335195-1173615119.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.98 3/77 7882
/proc/meminfo: memFree=1651560/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=768 CPUtime=0
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 381466828 786432 102 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 192 103 50 118 0 71 0

[startup+0.0849411 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 7882
/proc/meminfo: memFree=1651560/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=1968 CPUtime=0.08
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 419 0 0 0 8 0 0 0 19 0 1 0 381466828 2015232 361 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 492 361 61 118 0 371 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3408

[startup+0.101942 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 7882
/proc/meminfo: memFree=1651560/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=2232 CPUtime=0.09
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 494 0 0 0 9 0 0 0 19 0 1 0 381466828 2285568 436 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560237 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 558 436 65 118 0 437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3672

[startup+0.301959 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 7882
/proc/meminfo: memFree=1651560/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=3056 CPUtime=0.29
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 663 0 0 0 29 0 0 0 20 0 1 0 381466828 3129344 517 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 764 517 67 118 0 643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4496

[startup+0.701991 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 7882
/proc/meminfo: memFree=1651560/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=4884 CPUtime=0.69
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 1634 0 0 0 69 0 0 0 24 0 1 0 381466828 5001216 1107 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 1221 1107 72 118 0 1100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6324

[startup+1.50106 s]
/proc/loadavg: 0.92 0.97 0.98 2/79 7884
/proc/meminfo: memFree=1647128/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=5860 CPUtime=1.49
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 1766 0 0 0 149 0 0 0 25 0 1 0 381466828 6000640 1149 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 1465 1149 74 118 0 1344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7300

[startup+3.10219 s]
/proc/loadavg: 0.92 0.97 0.98 2/79 7884
/proc/meminfo: memFree=1647000/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=0
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 381466828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 360 110 95 260 0 84 0
[pid=7883] ppid=7882 vsize=5860 CPUtime=3.09
/proc/7883/stat : 7883 (march_dl) R 7882 7882 7515 0 -1 4194304 1766 0 0 0 309 0 0 0 25 0 1 0 381466828 6000640 1149 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7883/statm: 1465 1149 74 118 0 1344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7300

[startup+6.30145 s]
/proc/loadavg: 0.93 0.97 0.98 2/79 7885
/proc/meminfo: memFree=1649752/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=1440 CPUtime=4.99
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 135 1824 0 0 0 0 499 0 16 0 1 0 381466828 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7882/statm: 360 111 96 260 0 84 0
[pid=7885] ppid=7882 vsize=6188 CPUtime=1.29
/proc/7885/stat : 7885 (ubcsat2006) R 7882 7882 7515 0 -1 4194304 509 0 0 0 122 7 0 0 25 0 1 0 381467328 6336512 492 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7885/statm: 1547 492 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.98 2/79 7886
/proc/meminfo: memFree=1644376/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=4096 CPUtime=1.83
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 764 0 0 0 183 0 0 0 25 0 1 0 381467914 4194304 758 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 1024 758 58 118 0 902 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9416

[startup+25.501 s]
/proc/loadavg: 0.95 0.97 0.98 2/79 7886
/proc/meminfo: memFree=1643096/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=5296 CPUtime=14.63
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 1051 0 0 0 1463 0 0 0 25 0 1 0 381467914 5423104 1045 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 1324 1045 58 118 0 1202 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10616

[startup+51.1011 s]
/proc/loadavg: 1.04 0.99 0.98 2/79 7886
/proc/meminfo: memFree=1641752/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=6564 CPUtime=40.22
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 1391 0 0 0 4021 1 0 0 25 0 1 0 381467914 6721536 1385 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525822 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 1641 1385 58 118 0 1519 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11884

[startup+102.305 s]
/proc/loadavg: 1.08 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1640280/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=8148 CPUtime=91.4
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 1764 0 0 0 9139 1 0 0 25 0 1 0 381467914 8343552 1758 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 2037 1758 58 118 0 1915 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13468

[startup+162.301 s]
/proc/loadavg: 1.06 1.01 0.99 2/79 7886
/proc/meminfo: memFree=1639768/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=8556 CPUtime=151.38
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 1882 0 0 0 15137 1 0 0 25 0 1 0 381467914 8761344 1876 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525567 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 2139 1876 58 118 0 2017 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 13876

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 0.99 2/79 7886
/proc/meminfo: memFree=1637784/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=10588 CPUtime=211.37
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2360 0 0 0 21135 2 0 0 25 0 1 0 381467914 10842112 2354 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 2647 2354 58 118 0 2525 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 15908

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1637720/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=10588 CPUtime=271.36
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2364 0 0 0 27133 3 0 0 25 0 1 0 381467914 10842112 2358 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 2647 2358 58 118 0 2525 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 15908

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1637592/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=10736 CPUtime=331.34
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2386 0 0 0 33131 3 0 0 25 0 1 0 381467914 10993664 2380 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525675 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 2684 2380 58 118 0 2562 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1635992/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=12140 CPUtime=751.23
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2722 0 0 0 75117 6 0 0 25 0 1 0 381467914 12431360 2716 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3035 2716 58 118 0 2913 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 17460

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1635864/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=12272 CPUtime=811.21
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2749 0 0 0 81115 6 0 0 25 0 1 0 381467914 12566528 2743 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3068 2743 58 118 0 2946 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 17592

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1635736/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=12272 CPUtime=871.2
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2775 0 0 0 87113 7 0 0 25 0 1 0 381467914 12566528 2769 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3068 2769 58 118 0 2946 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 17592

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1635608/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=12432 CPUtime=931.18
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 2792 0 0 0 93111 7 0 0 25 0 1 0 381467914 12730368 2786 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3108 2786 58 118 0 2986 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 17752

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634520/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=991.17
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3052 0 0 0 99109 8 0 0 25 0 1 0 381467914 13832192 3046 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3046 58 118 0 3255 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 18828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634456/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1051.15
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3053 0 0 0 105107 8 0 0 25 0 1 0 381467914 13832192 3047 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3047 58 118 0 3255 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 18828

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634392/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1111.14
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 111105 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525431 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 18828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634392/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1171.12
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 117103 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 18828

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1179.12
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 117903 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1189.95
Current children cumulated vsize (KiB) 18828

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1185.52
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 118543 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1196.35
Current children cumulated vsize (KiB) 18828

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1187.11
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 118702 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1197.94
Current children cumulated vsize (KiB) 18828

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1187.91
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 118782 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1198.74
Current children cumulated vsize (KiB) 18828

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1188.31
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 118822 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 18828

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 7886
/proc/meminfo: memFree=1634328/2055920 swapFree=4158660/4192956
[pid=7882] ppid=7880 vsize=5320 CPUtime=10.83
/proc/7882/stat : 7882 (SATzilla2007_C) S 7880 7882 7515 0 -1 4194304 2102 2339 0 0 357 12 702 12 25 0 1 0 381466828 5447680 1153 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7882/statm: 1330 1153 165 260 0 1054 0
[pid=7886] ppid=7882 vsize=13508 CPUtime=1188.71
/proc/7886/stat : 7886 (minisat20) R 7882 7882 7515 0 -1 4194304 3058 0 0 0 118862 9 0 0 25 0 1 0 381467914 13832192 3052 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7886/statm: 3377 3052 58 118 0 3255 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 18828

Child status: 17
Real time (s): 1200
CPU time (s): 1199.67
CPU user time (s): 1199.31
CPU system time (s): 0.359945
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 18828

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

runsolver used 1.16082 second user time and 3.21451 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Mar 11 12:12:00 UTC 2007

IDJOB= 335195
IDBENCH= 24645
IDSOLVER= 135
FILE ID= node3/335195-1173615119

PBS_JOBID= 4101261

Free space on /tmp= 66344 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335195-1173615119/SATzilla2007_C /tmp/evaluation/335195-1173615119/instance-335195-1173615119.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-335195-1173615119 -o ROOT/results/node3/solver-335195-1173615119 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335195-1173615119/SATzilla2007_C /tmp/evaluation/335195-1173615119/instance-335195-1173615119.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  c664e54e8911dc74e630e966a3a9b6ae

RANDOM SEED= 194016070

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1652032 kB
Buffers:         19172 kB
Cached:         294976 kB
SwapCached:       2120 kB
Active:         226124 kB
Inactive:       110624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652032 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            8788 kB
Writeback:           0 kB
Mapped:          30772 kB
Slab:            52824 kB
Committed_AS:  1556036 kB
PageTables:       1656 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= 66344 MiB

End job on node3 on Sun Mar 11 12:32:00 UTC 2007