Trace number 302610

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.94 1199.68

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1403172096-14.cnf
MD5SUMd431fc2ca1f52a92bf3b9c26794d0739
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.92/11.02	c run March_dl for 5 seconds ... 
10.92/11.02	c Bin: Executing march_dl
10.92/11.02	c child exit by a signal
10.92/11.02	c march_dl returned code 137.
10.92/11.02	c run saps (UBCSAT implementation) for 2 seconds ... 
10.92/11.02	c Bin: Executing ubcsat2006
10.92/11.02	c child exited successfully
10.92/11.02	c ubcsat2006 returned code 0.
10.92/11.02	c satzilla computing base features
10.92/11.02	c satzilla doing unit-prop probe
10.92/11.02	c satzilla doing local search probe
10.92/11.02	c satzilla doing lobjois search-space size estimate
10.92/11.02	c satzilla's ranking:
10.92/11.02	c 1) minisat20+P: 1.140918
10.92/11.02	c 2) minisat20: 1.276798
10.92/11.02	c 3) march_dl: 1.663953
10.92/11.02	c 4) march_dl+P: 2.703821
10.92/11.02	c 5) vallst+P: 4.866452
10.92/11.02	c 6) zchaff_rand+P: 5.872291
10.92/11.02	c 7) kcnfs+P: 999.000000
10.92/11.02	c 8) kcnfs: 999.000000
10.92/11.02	c 9) vallst: 999.000000
10.92/11.02	c 10) zchaff_rand: 999.000000
10.92/11.02	c satzilla running minisat20 with preprocessing ... 
11.02/11.13	This is MiniSat 2.0 beta
11.02/11.13	WARNING: for repeatability, setting FPU to use double precision
11.02/11.13	============================[ Problem Statistics ]=============================
11.02/11.13	|                                                                             |
11.02/11.13	|  Number of variables:  240                                                  |
11.02/11.13	|  Number of clauses:    20400                                                |
11.02/11.15	|  Parsing time:         0.02         s                                       |
11.02/11.16	============================[ Search Statistics ]==============================
11.02/11.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.02/11.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.02/11.16	===============================================================================
11.02/11.16	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.09/11.17	|       100 |     240    20400   142800 |     7480      100     64 |  0.002 % |
11.09/11.19	|       250 |     240    20400   142800 |     8228      250     66 |  0.002 % |
11.09/11.22	|       476 |     240    20400   142800 |     9050      476     67 |  0.002 % |
11.09/11.25	|       813 |     240    20400   142800 |     9955      813     66 |  0.002 % |
11.22/11.31	|      1321 |     240    20400   142800 |    10951     1321     65 |  0.002 % |
11.32/11.39	|      2082 |     240    20400   142800 |    12046     2082     65 |  0.002 % |
11.42/11.52	|      3222 |     240    20400   142800 |    13251     3222     65 |  0.002 % |
11.63/11.72	|      4930 |     240    20400   142800 |    14576     4930     66 |  0.002 % |
11.93/12.07	|      7493 |     240    20400   142800 |    16034     7493     66 |  0.002 % |
12.66/12.73	|     11338 |     240    20400   142800 |    17637    11338     67 |  0.002 % |
13.78/13.93	|     17106 |     240    20400   142800 |    19401    17106     68 |  0.002 % |
15.74/15.84	|     25756 |     240    20400   142800 |    21341    16002     67 |  0.002 % |
18.90/19.05	|     38731 |     240    20400   142800 |    23475    18256     69 |  0.002 % |
24.85/24.96	|     58193 |     240    20400   142800 |    25822    13289     69 |  0.002 % |
33.46/33.58	|     87386 |     240    20400   142800 |    28405    13985     68 |  0.002 % |
47.79/47.98	|    131175 |     240    20400   142800 |    31245    24301     70 |  0.002 % |
71.36/71.56	|    196859 |     240    20400   142800 |    34370    13120     67 |  0.002 % |
107.84/108.05	|    295385 |     240    20400   142800 |    37807    24991     68 |  0.002 % |
167.27/167.51	|    443174 |     240    20400   142800 |    41588    21267     67 |  0.002 % |
259.82/260.13	|    664857 |     240    20400   142800 |    45746    14530     64 |  0.002 % |
410.78/411.16	|    997385 |     240    20400   142800 |    50321    22984     67 |  0.002 % |
652.35/652.83	|   1496173 |     240    20400   142800 |    55353    42778     70 |  0.002 % |
1042.33/1043.08	|   2244355 |     240    20400   142800 |    60889    42981     70 |  0.002 % |
1198.81/1199.67	c Preprocessing...
1198.81/1199.67	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.81/1199.67	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.81/1199.67	c Theory has no gaps
1198.81/1199.67	c Preprocessor runtime was 0.050 seconds.
1198.81/1199.67	c 
1198.81/1199.67	c Satisfiability of theory still undetermined.
1198.81/1199.67	c See file /tmp/Adw6js for simplified theory.
1198.81/1199.67	c Bin: Executing minisat20
1198.81/1199.67	c child exit by a signal
1198.81/1199.67	c minisat20 returned code 137.
1198.81/1199.67	c minisat20 returned code 137.
1198.81/1199.67	c satzilla running minisat20 ... 
1198.81/1199.67	c Bin: Executing minisat20
1198.81/1199.67	c minisat20 returned code 1.
1198.81/1199.67	c minisat20 returned code 1.
1198.81/1199.67	c satzilla running march_dl ... 
1198.81/1199.67	c Bin: Executing march_dl
1198.81/1199.67	c march_dl returned code 1.
1198.81/1199.67	c march_dl returned code 1.
1198.81/1199.67	c satzilla running march_dl with preprocessing ... 
1198.81/1199.67	c Bin: Executing march_dl
1198.81/1199.67	c march_dl returned code 1.
1198.81/1199.67	c march_dl returned code 1.
1198.81/1199.67	c satzilla running vallst with preprocessing ... 
1198.81/1199.67	c Bin: Executing vallst
1198.81/1199.67	c vallst returned code 1.
1198.81/1199.67	c vallst returned code 1.
1198.81/1199.67	c satzilla running zchaff_rand with preprocessing ... 
1198.81/1199.67	c Bin: Executing zchaff_rand
1198.81/1199.67	c zchaff_rand returned code 1.
1198.81/1199.67	c zchaff_rand returned code 1.
1198.81/1199.67	c satzilla running kcnfs with preprocessing ... 
1198.81/1199.67	c Bin: Executing kcnfs
1198.81/1199.67	c kcnfs returned code 1.
1198.81/1199.67	c kcnfs returned code 1.
1198.81/1199.67	c satzilla running kcnfs ... 
1198.81/1199.67	c Bin: Executing kcnfs
1198.81/1199.67	c kcnfs returned code 1.
1198.81/1199.67	c kcnfs returned code 1.
1198.81/1199.67	c satzilla running vallst ... 
1198.81/1199.67	c Bin: Executing vallst
1198.81/1199.67	c vallst returned code 1.
1198.81/1199.67	c vallst returned code 1.
1198.81/1199.67	c satzilla running zchaff_rand ... 
1198.81/1199.67	c Bin: Executing zchaff_rand
1198.81/1199.67	c zchaff_rand returned code 1.
1198.81/1199.67	c zchaff_rand returned code 1.
1198.81/1199.67	c ERROR: All Failed! 
1198.81/1199.67	c SATZILLA_TIME=1199.100000

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/node24/watcher-302610-1172015445 -o ROOT/results/node24/solver-302610-1172015445 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302610-1172015445/SATzilla2007_C /tmp/evaluation/302610-1172015445/instance-302610-1172015445.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: 0.92 0.98 0.98 3/77 19688
/proc/meminfo: memFree=1484704/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=18568 CPUtime=0
/proc/19688/stat : 19688 (runsolver) R 19686 19688 19560 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 221498832 19013632 292 18446744073709551615 4194304 4293652 548682069024 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19688/statm: 4642 292 257 24 0 2626 0

[startup+0.107228 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 19688
/proc/meminfo: memFree=1484704/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=1440 CPUtime=0
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221498832 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19688/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.515272 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 19688
/proc/meminfo: memFree=1484704/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=1440 CPUtime=0
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221498832 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19688/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.33536 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 19690
/proc/meminfo: memFree=1481360/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=1440 CPUtime=0
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221498832 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19688/statm: 360 110 95 260 0 84 0
[pid=19690] ppid=19688 vsize=5884 CPUtime=1.32
/proc/19690/stat : 19690 (march_dl) R 19688 19688 19560 0 -1 4194304 4011 0 0 0 131 1 0 0 25 0 1 0 221498833 6025216 864 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19690/statm: 1471 864 67 118 0 1350 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7324

[startup+2.97154 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 19690
/proc/meminfo: memFree=1481104/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=1440 CPUtime=0
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 221498832 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19688/statm: 360 110 95 260 0 84 0
[pid=19690] ppid=19688 vsize=6148 CPUtime=2.95
/proc/19690/stat : 19690 (march_dl) R 19688 19688 19560 0 -1 4194304 4070 0 0 0 294 1 0 0 25 0 1 0 221498833 6295552 923 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19690/statm: 1537 923 67 118 0 1416 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 7588

[startup+6.25389 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 19691
/proc/meminfo: memFree=1482320/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=1440 CPUtime=4.98
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 135 4135 0 0 0 0 497 1 16 0 1 0 221498832 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 360 111 96 260 0 84 0
[pid=19691] ppid=19688 vsize=6188 CPUtime=1.23
/proc/19691/stat : 19691 (ubcsat2006) R 19688 19688 19560 0 -1 4194304 656 0 0 0 118 5 0 0 25 0 1 0 221499333 6336512 639 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19691/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7628

[startup+12.7136 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1472976/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=6240 CPUtime=1.57
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 1389 0 0 0 156 1 0 0 25 0 1 0 221499946 6389760 1383 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 1560 1383 58 118 0 1438 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13668

[startup+25.536 s]
/proc/loadavg: 0.95 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1468304/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=10556 CPUtime=14.37
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 2461 0 0 0 1435 2 0 0 25 0 1 0 221499946 10809344 2455 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 2639 2455 58 118 0 2517 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17984

[startup+51.1738 s]
/proc/loadavg: 0.96 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1465104/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=13760 CPUtime=40
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 3238 0 0 0 3997 3 0 0 25 0 1 0 221499946 14090240 3232 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 3440 3232 58 118 0 3318 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21188

[startup+102.44 s]
/proc/loadavg: 0.98 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1463440/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=15384 CPUtime=91.22
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 3665 0 0 0 9119 3 0 0 25 0 1 0 221499946 15753216 3659 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 3846 3659 58 118 0 3724 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22812

[startup+162.531 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1461904/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=17120 CPUtime=151.27
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 4066 0 0 0 15123 4 0 0 25 0 1 0 221499946 17530880 4060 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 4280 4060 58 118 0 4158 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 24548

[startup+222.617 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1459984/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=18952 CPUtime=211.33
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 4529 0 0 0 21128 5 0 0 25 0 1 0 221499946 19406848 4523 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 4738 4523 58 118 0 4616 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 26380

[startup+282.708 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1458832/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=20276 CPUtime=271.39
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 4827 0 0 0 27134 5 0 0 25 0 1 0 221499946 20762624 4821 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 5069 4821 58 118 0 4947 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 27704

[startup+342.801 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1457872/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=21296 CPUtime=331.44
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 5081 0 0 0 33139 5 0 0 25 0 1 0 221499946 21807104 5075 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 5324 5075 58 118 0 5202 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 28724

[startup+402.891 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1457424/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=21720 CPUtime=391.49
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 5178 0 0 0 39144 5 0 0 25 0 1 0 221499946 22241280 5172 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525822 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 5430 5172 58 118 0 5308 0
Current children cumulated CPU time (s) 402.58
Current children cumulated vsize (KiB) 29148

[startup+462.983 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1455312/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=23876 CPUtime=451.55
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 5729 0 0 0 45150 5 0 0 25 0 1 0 221499946 24449024 5723 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 5969 5723 58 118 0 5847 0
Current children cumulated CPU time (s) 462.64
Current children cumulated vsize (KiB) 31304

[startup+523.069 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19692
/proc/meminfo: memFree=1455056/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=24152 CPUtime=511.6

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


[startup+763.27 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1451792/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=27104 CPUtime=751.67
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 6533 0 0 0 75145 22 0 0 25 0 1 0 221499946 27754496 6527 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 6776 6527 58 118 0 6654 0
Current children cumulated CPU time (s) 762.76
Current children cumulated vsize (KiB) 34532

[startup+823.356 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1451344/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=27596 CPUtime=811.73
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 6641 0 0 0 81151 22 0 0 25 0 1 0 221499946 28258304 6635 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 6899 6635 58 118 0 6777 0
Current children cumulated CPU time (s) 822.82
Current children cumulated vsize (KiB) 35024

[startup+883.448 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1451344/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=27724 CPUtime=871.77
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 6664 0 0 0 87155 22 0 0 25 0 1 0 221499946 28389376 6658 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 6931 6658 58 118 0 6809 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 35152

[startup+943.531 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1451216/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=27864 CPUtime=931.83
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 6695 0 0 0 93160 23 0 0 25 0 1 0 221499946 28532736 6689 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 6966 6689 58 118 0 6844 0
Current children cumulated CPU time (s) 942.92
Current children cumulated vsize (KiB) 35292

[startup+1003.62 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1451152/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=27864 CPUtime=991.89
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 6712 0 0 0 99166 23 0 0 25 0 1 0 221499946 28532736 6706 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 6966 6706 58 118 0 6844 0
Current children cumulated CPU time (s) 1002.98
Current children cumulated vsize (KiB) 35292

[startup+1063.71 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1449616/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=29316 CPUtime=1051.93
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7094 0 0 0 105170 23 0 0 25 0 1 0 221499946 30019584 7088 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7329 7088 58 118 0 7207 0
Current children cumulated CPU time (s) 1063.02
Current children cumulated vsize (KiB) 36744

[startup+1123.8 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1449168/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=29852 CPUtime=1111.98
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7203 0 0 0 111175 23 0 0 25 0 1 0 221499946 30568448 7197 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7463 7197 58 118 0 7341 0
Current children cumulated CPU time (s) 1123.07
Current children cumulated vsize (KiB) 37280

[startup+1183.88 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30172 CPUtime=1172.04
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7284 0 0 0 117181 23 0 0 25 0 1 0 221499946 30896128 7278 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7543 7278 58 118 0 7421 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 37600

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

[startup+1187.89 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1176.04
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 117581 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1187.13
Current children cumulated vsize (KiB) 37732

[startup+1194.44 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1182.59
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 118236 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1193.68
Current children cumulated vsize (KiB) 37732

[startup+1197.73 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1185.87
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 118564 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1196.96
Current children cumulated vsize (KiB) 37732

[startup+1198.55 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1186.69
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 118646 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 37732

[startup+1199.37 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1187.51
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 118728 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 37732

[startup+1199.58 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 19890
/proc/meminfo: memFree=1448848/2055920 swapFree=4144124/4192956
[pid=19688] ppid=19686 vsize=7428 CPUtime=11.09
/proc/19688/stat : 19688 (SATzilla2007_C) S 19686 19688 19560 0 -1 4194304 2961 4797 0 0 391 6 703 9 25 0 1 0 221498832 7606272 1675 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19688/statm: 1857 1675 165 260 0 1581 0
[pid=19692] ppid=19688 vsize=30304 CPUtime=1187.72
/proc/19692/stat : 19692 (minisat20) R 19688 19688 19560 0 -1 4194304 7295 0 0 0 118749 23 0 0 25 0 1 0 221499946 31031296 7289 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19692/statm: 7576 7289 58 118 0 7454 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 37732

Child status: 17
Real time (s): 1199.68
CPU time (s): 1198.94
CPU user time (s): 1198.54
CPU system time (s): 0.400939
CPU usage (%): 99.9387
Max. virtual memory (cumulated for all children) (KiB): 37732

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

runsolver used 1.10183 second user time and 3.19351 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Feb 20 23:50:45 UTC 2007

IDJOB= 302610
IDBENCH= 20087
IDSOLVER= 135
FILE ID= node24/302610-1172015445

PBS_JOBID= 3892678

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-S1403172096-14.cnf
COMMAND LINE= /tmp/evaluation/302610-1172015445/SATzilla2007_C /tmp/evaluation/302610-1172015445/instance-302610-1172015445.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-302610-1172015445 -o ROOT/results/node24/solver-302610-1172015445 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302610-1172015445/SATzilla2007_C /tmp/evaluation/302610-1172015445/instance-302610-1172015445.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  d431fc2ca1f52a92bf3b9c26794d0739

RANDOM SEED= 998285941

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1485112 kB
Buffers:         37924 kB
Cached:         442852 kB
SwapCached:       3656 kB
Active:          78012 kB
Inactive:       412112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485112 kB
SwapTotal:     4192956 kB
SwapFree:      4144124 kB
Dirty:            9028 kB
Writeback:           0 kB
Mapped:          15428 kB
Slab:            66292 kB
Committed_AS:   712676 kB
PageTables:       1732 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 node24 on Wed Feb 21 00:10:45 UTC 2007