Trace number 302651

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) 1198.99 1199.31

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S788797920-13.cnf
MD5SUM1a3e4a32f1ced60c9a6caa04c9b79230
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

Solver Data (download as text)

10.93/11.05	c run March_dl for 5 seconds ... 
10.93/11.05	c Bin: Executing march_dl
10.93/11.05	c child exit by a signal
10.93/11.05	c march_dl returned code 137.
10.93/11.05	c run saps (UBCSAT implementation) for 2 seconds ... 
10.93/11.05	c Bin: Executing ubcsat2006
10.93/11.05	c child exited successfully
10.93/11.05	c ubcsat2006 returned code 0.
10.93/11.05	c satzilla computing base features
10.93/11.05	c satzilla doing unit-prop probe
10.93/11.05	c satzilla doing local search probe
10.93/11.05	c satzilla doing lobjois search-space size estimate
10.93/11.05	c satzilla's ranking:
10.93/11.05	c 1) minisat20+P: 1.056654
10.93/11.05	c 2) minisat20: 1.187621
10.93/11.05	c 3) march_dl: 1.651793
10.93/11.05	c 4) march_dl+P: 2.756220
10.93/11.05	c 5) vallst+P: 4.838548
10.93/11.05	c 6) zchaff_rand+P: 5.952840
10.93/11.05	c 7) kcnfs+P: 999.000000
10.93/11.05	c 8) kcnfs: 999.000000
10.93/11.05	c 9) vallst: 999.000000
10.93/11.05	c 10) zchaff_rand: 999.000000
10.93/11.05	c satzilla running minisat20 with preprocessing ... 
11.14/11.17	This is MiniSat 2.0 beta
11.14/11.17	WARNING: for repeatability, setting FPU to use double precision
11.14/11.17	============================[ Problem Statistics ]=============================
11.14/11.17	|                                                                             |
11.14/11.17	|  Number of variables:  240                                                  |
11.14/11.17	|  Number of clauses:    20400                                                |
11.14/11.19	|  Parsing time:         0.02         s                                       |
11.14/11.19	============================[ Search Statistics ]==============================
11.14/11.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.14/11.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.14/11.19	===============================================================================
11.14/11.19	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.14/11.21	|       102 |     240    20400   142800 |     7480      102     60 |  0.002 % |
11.14/11.22	|       252 |     240    20400   142800 |     8228      252     66 |  0.002 % |
11.14/11.25	|       477 |     240    20400   142800 |     9050      477     64 |  0.002 % |
11.24/11.29	|       814 |     240    20400   142800 |     9955      814     64 |  0.002 % |
11.24/11.34	|      1322 |     240    20400   142800 |    10951     1322     65 |  0.002 % |
11.34/11.41	|      2081 |     240    20400   142800 |    12046     2081     66 |  0.002 % |
11.44/11.53	|      3221 |     240    20400   142800 |    13251     3221     67 |  0.002 % |
11.64/11.72	|      4929 |     240    20400   142800 |    14576     4929     67 |  0.002 % |
11.95/12.05	|      7491 |     240    20400   142800 |    16034     7491     67 |  0.002 % |
12.56/12.65	|     11336 |     240    20400   142800 |    17637    11336     67 |  0.002 % |
13.80/13.89	|     17102 |     240    20400   142800 |    19401    17102     68 |  0.002 % |
15.75/15.81	|     25751 |     240    20400   142800 |    21341    15998     68 |  0.002 % |
19.02/19.11	|     38725 |     240    20400   142800 |    23475    18252     67 |  0.002 % |
24.56/24.61	|     58186 |     240    20400   142800 |    25822    13288     67 |  0.002 % |
32.86/32.94	|     87381 |     240    20400   142800 |    28405    13732     67 |  0.002 % |
47.09/47.16	|    131172 |     240    20400   142800 |    31245    24362     68 |  0.002 % |
70.05/70.13	|    196857 |     240    20400   142800 |    34370    13894     68 |  0.002 % |
105.61/105.73	|    295384 |     240    20400   142800 |    37807    24964     68 |  0.002 % |
171.10/171.18	|    443174 |     240    20400   142800 |    41588    21915     67 |  0.002 % |
267.22/267.41	|    664857 |     240    20400   142800 |    45746    15772     66 |  0.002 % |
419.92/420.09	|    997382 |     240    20400   142800 |    50321    26056     69 |  0.002 % |
663.21/663.43	|   1496170 |     240    20400   142800 |    55353    45887     70 |  0.002 % |
1082.26/1082.59	|   2244352 |     240    20400   142800 |    60889    45155     70 |  0.002 % |
1198.89/1199.30	c Preprocessing...
1198.89/1199.30	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.89/1199.30	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.89/1199.30	c Theory has no gaps
1198.89/1199.30	c Preprocessor runtime was 0.070 seconds.
1198.89/1199.30	c 
1198.89/1199.30	c Satisfiability of theory still undetermined.
1198.89/1199.30	c See file /tmp/IfJKNn for simplified theory.
1198.89/1199.30	c Bin: Executing minisat20
1198.89/1199.30	c child exit by a signal
1198.89/1199.30	c minisat20 returned code 137.
1198.89/1199.30	c minisat20 returned code 137.
1198.89/1199.30	c satzilla running minisat20 ... 
1198.89/1199.30	c Bin: Executing minisat20
1198.89/1199.30	c minisat20 returned code 1.
1198.89/1199.30	c minisat20 returned code 1.
1198.89/1199.30	c satzilla running march_dl ... 
1198.89/1199.30	c Bin: Executing march_dl
1198.89/1199.30	c march_dl returned code 1.
1198.89/1199.30	c march_dl returned code 1.
1198.89/1199.30	c satzilla running march_dl with preprocessing ... 
1198.89/1199.30	c Bin: Executing march_dl
1198.89/1199.30	c march_dl returned code 1.
1198.89/1199.30	c march_dl returned code 1.
1198.89/1199.30	c satzilla running vallst with preprocessing ... 
1198.89/1199.30	c Bin: Executing vallst
1198.89/1199.30	c vallst returned code 1.
1198.89/1199.30	c vallst returned code 1.
1198.89/1199.30	c satzilla running zchaff_rand with preprocessing ... 
1198.89/1199.30	c Bin: Executing zchaff_rand
1198.89/1199.30	c zchaff_rand returned code 1.
1198.89/1199.30	c zchaff_rand returned code 1.
1198.89/1199.30	c satzilla running kcnfs with preprocessing ... 
1198.89/1199.30	c Bin: Executing kcnfs
1198.89/1199.30	c kcnfs returned code 1.
1198.89/1199.30	c kcnfs returned code 1.
1198.89/1199.30	c satzilla running kcnfs ... 
1198.89/1199.30	c Bin: Executing kcnfs
1198.89/1199.30	c kcnfs returned code 1.
1198.89/1199.30	c kcnfs returned code 1.
1198.89/1199.30	c satzilla running vallst ... 
1198.89/1199.30	c Bin: Executing vallst
1198.89/1199.30	c vallst returned code 1.
1198.89/1199.30	c vallst returned code 1.
1198.89/1199.30	c satzilla running zchaff_rand ... 
1198.89/1199.30	c Bin: Executing zchaff_rand
1198.89/1199.30	c zchaff_rand returned code 1.
1198.89/1199.30	c zchaff_rand returned code 1.
1198.89/1199.30	c ERROR: All Failed! 
1198.89/1199.30	c SATZILLA_TIME=1199.160000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-302651-1172016439 -o ROOT/results/node22/solver-302651-1172016439 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302651-1172016439/SATzilla2007_C /tmp/evaluation/302651-1172016439/instance-302651-1172016439.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 24792
/proc/meminfo: memFree=1678048/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=0
/proc/24792/stat : 24792 (SATzilla2007_C) R 24790 24792 24425 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 221597842 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/24792/statm: 360 110 95 260 0 84 0
[pid=24793] ppid=24792 vsize=796 CPUtime=0
/proc/24793/stat : 24793 (march_dl) R 24792 24792 24425 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 221597843 815104 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24793/statm: 199 94 50 118 0 78 0

[startup+0.107193 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 24792
/proc/meminfo: memFree=1678048/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=0
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221597842 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24792/statm: 360 110 95 260 0 84 0
[pid=24793] ppid=24792 vsize=3176 CPUtime=0.09
/proc/24793/stat : 24793 (march_dl) R 24792 24792 24425 0 -1 4194304 1514 0 0 0 9 0 0 0 19 0 1 0 221597843 3252224 643 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24793/statm: 794 643 57 118 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4616

[startup+0.515222 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 24792
/proc/meminfo: memFree=1678048/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=0
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221597842 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24792/statm: 360 110 95 260 0 84 0
[pid=24793] ppid=24792 vsize=5884 CPUtime=0.5
/proc/24793/stat : 24793 (march_dl) R 24792 24792 24425 0 -1 4194304 4003 0 0 0 49 1 0 0 23 0 1 0 221597843 6025216 856 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24793/statm: 1471 856 67 118 0 1350 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7324

[startup+1.33528 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24794
/proc/meminfo: memFree=1674768/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=0
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221597842 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24792/statm: 360 110 95 260 0 84 0
[pid=24793] ppid=24792 vsize=5884 CPUtime=1.32
/proc/24793/stat : 24793 (march_dl) R 24792 24792 24425 0 -1 4194304 4011 0 0 0 131 1 0 0 25 0 1 0 221597843 6025216 864 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24793/statm: 1471 864 67 118 0 1350 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7324

[startup+2.9714 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24794
/proc/meminfo: memFree=1674512/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=0
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221597842 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24792/statm: 360 110 95 260 0 84 0
[pid=24793] ppid=24792 vsize=6016 CPUtime=2.96
/proc/24793/stat : 24793 (march_dl) R 24792 24792 24425 0 -1 4194304 4061 0 0 0 294 2 0 0 25 0 1 0 221597843 6160384 914 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24793/statm: 1504 914 67 118 0 1383 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7456

[startup+6.25364 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24795
/proc/meminfo: memFree=1675664/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=1440 CPUtime=4.99
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 135 4126 0 0 0 0 497 2 16 0 1 0 221597842 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24792/statm: 360 111 96 260 0 84 0
[pid=24795] ppid=24792 vsize=6188 CPUtime=1.24
/proc/24795/stat : 24795 (ubcsat2006) R 24792 24792 24425 0 -1 4194304 656 0 0 0 120 4 0 0 25 0 1 0 221598343 6336512 639 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24795/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7051 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1666256/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=6388 CPUtime=1.52
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 1412 0 0 0 152 0 0 0 25 0 1 0 221598960 6541312 1406 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 1597 1406 58 118 0 1475 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13820

[startup+25.5211 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1661840/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=10428 CPUtime=14.33
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 2408 0 0 0 1432 1 0 0 25 0 1 0 221598960 10678272 2402 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 2607 2402 58 118 0 2485 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17860

[startup+51.152 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1658896/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=13368 CPUtime=39.94
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 3157 0 0 0 3992 2 0 0 25 0 1 0 221598960 13688832 3151 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 3342 3151 58 118 0 3220 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20800

[startup+102.405 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1657104/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=15372 CPUtime=91.18
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 3634 0 0 0 9115 3 0 0 25 0 1 0 221598960 15740928 3628 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 3843 3628 58 118 0 3721 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 22804

[startup+162.472 s]
/proc/loadavg: 1.04 1.01 0.98 2/79 24796
/proc/meminfo: memFree=1655120/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=17256 CPUtime=151.24
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 4107 0 0 0 15119 5 0 0 25 0 1 0 221598960 17670144 4101 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 4314 4101 58 118 0 4192 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 24688

[startup+222.538 s]
/proc/loadavg: 1.01 1.01 0.98 2/79 24796
/proc/meminfo: memFree=1653328/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=19076 CPUtime=211.29
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 4538 0 0 0 21123 6 0 0 25 0 1 0 221598960 19533824 4532 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 4769 4532 58 118 0 4647 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 26508

[startup+282.605 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1651856/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=20672 CPUtime=271.34
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 4952 0 0 0 27127 7 0 0 25 0 1 0 221598960 21168128 4946 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 5168 4946 58 118 0 5046 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 28104

[startup+342.671 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1650768/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=21728 CPUtime=331.4
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 5194 0 0 0 33132 8 0 0 25 0 1 0 221598960 22249472 5188 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 5432 5188 58 118 0 5310 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 29160

[startup+402.744 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1650704/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=21872 CPUtime=391.45
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 5231 0 0 0 39137 8 0 0 25 0 1 0 221598960 22396928 5225 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 5468 5225 58 118 0 5346 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 29304

[startup+462.813 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1648848/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=23644 CPUtime=451.5
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 5671 0 0 0 45141 9 0 0 25 0 1 0 221598960 24211456 5665 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 5911 5665 58 118 0 5789 0
Current children cumulated CPU time (s) 462.65

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


[startup+823.234 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1645392/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=27072 CPUtime=811.83
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 6509 0 0 0 81171 12 0 0 25 0 1 0 221598960 27721728 6503 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 6768 6503 58 118 0 6646 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 34504

[startup+883.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1645136/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=27388 CPUtime=871.89
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 6576 0 0 0 87177 12 0 0 25 0 1 0 221598960 28045312 6570 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 6847 6570 58 118 0 6725 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 34820

[startup+943.373 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1644816/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=27736 CPUtime=931.95
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 6649 0 0 0 93182 13 0 0 25 0 1 0 221598960 28401664 6643 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 6934 6643 58 118 0 6812 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 35168

[startup+1003.44 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1644624/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=27880 CPUtime=991.99
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 6694 0 0 0 99186 13 0 0 25 0 1 0 221598960 28549120 6688 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525580 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 6970 6688 58 118 0 6848 0
Current children cumulated CPU time (s) 1003.14
Current children cumulated vsize (KiB) 35312

[startup+1063.51 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1644560/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=28056 CPUtime=1052.06
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 6715 0 0 0 105192 14 0 0 25 0 1 0 221598960 28729344 6709 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7014 6709 58 118 0 6892 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 35488

[startup+1123.58 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642768/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=29772 CPUtime=1112.1
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7160 0 0 0 111196 14 0 0 25 0 1 0 221598960 30486528 7154 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7443 7154 58 118 0 7321 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 37204

[startup+1183.65 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642192/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30372 CPUtime=1172.16
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7317 0 0 0 117201 15 0 0 25 0 1 0 221598960 31100928 7311 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7593 7311 58 118 0 7471 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 37804

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

[startup+1187.45 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642128/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1175.96
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7327 0 0 0 117581 15 0 0 25 0 1 0 221598960 31264768 7321 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7321 58 118 0 7511 0
Current children cumulated CPU time (s) 1187.11
Current children cumulated vsize (KiB) 37964

[startup+1194 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642128/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1182.51
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7328 0 0 0 118236 15 0 0 25 0 1 0 221598960 31264768 7322 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7322 58 118 0 7511 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 37964

[startup+1197.29 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642064/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1185.79
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7340 0 0 0 118564 15 0 0 25 0 1 0 221598960 31264768 7334 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7334 58 118 0 7511 0
Current children cumulated CPU time (s) 1196.94
Current children cumulated vsize (KiB) 37964

[startup+1198.11 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642064/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1186.61
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7340 0 0 0 118646 15 0 0 25 0 1 0 221598960 31264768 7334 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7334 58 118 0 7511 0
Current children cumulated CPU time (s) 1197.76
Current children cumulated vsize (KiB) 37964

[startup+1198.93 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642064/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1187.43
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7340 0 0 0 118728 15 0 0 25 0 1 0 221598960 31264768 7334 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7334 58 118 0 7511 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 37964

[startup+1199.13 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642064/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1187.64
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7340 0 0 0 118749 15 0 0 25 0 1 0 221598960 31264768 7334 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7334 58 118 0 7511 0
Current children cumulated CPU time (s) 1198.79
Current children cumulated vsize (KiB) 37964

[startup+1199.23 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 24796
/proc/meminfo: memFree=1642064/2055920 swapFree=4147160/4192956
[pid=24792] ppid=24790 vsize=7432 CPUtime=11.15
/proc/24792/stat : 24792 (SATzilla2007_C) S 24790 24792 24425 0 -1 4194304 2960 4788 0 0 395 8 703 9 25 0 1 0 221597842 7610368 1674 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24792/statm: 1858 1674 165 260 0 1582 0
[pid=24796] ppid=24792 vsize=30532 CPUtime=1187.74
/proc/24796/stat : 24796 (minisat20) R 24792 24792 24425 0 -1 4194304 7340 0 0 0 118759 15 0 0 25 0 1 0 221598960 31264768 7334 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24796/statm: 7633 7334 58 118 0 7511 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 37964

Child status: 17
Real time (s): 1199.31
CPU time (s): 1198.99
CPU user time (s): 1198.65
CPU system time (s): 0.339948
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 37964

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

runsolver used 1.13883 second user time and 3.12252 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 21 00:07:19 UTC 2007

IDJOB= 302651
IDBENCH= 20088
IDSOLVER= 135
FILE ID= node22/302651-1172016439

PBS_JOBID= 3892672

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S788797920-13.cnf
COMMAND LINE= /tmp/evaluation/302651-1172016439/SATzilla2007_C /tmp/evaluation/302651-1172016439/instance-302651-1172016439.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-302651-1172016439 -o ROOT/results/node22/solver-302651-1172016439 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302651-1172016439/SATzilla2007_C /tmp/evaluation/302651-1172016439/instance-302651-1172016439.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  1a3e4a32f1ced60c9a6caa04c9b79230

RANDOM SEED= 405789455

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1678520 kB
Buffers:         38388 kB
Cached:         255800 kB
SwapCached:      11948 kB
Active:         213400 kB
Inactive:       103480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678520 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            8964 kB
Writeback:           0 kB
Mapped:          29756 kB
Slab:            46200 kB
Committed_AS:   666028 kB
PageTables:       1668 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= 66554 MiB

End job on node22 on Wed Feb 21 00:27:19 UTC 2007