Trace number 1785387

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 4998.9 5000.3

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark741.666
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

Solver Data

10.52/10.61	c run March_dl for 5 seconds ... 
10.52/10.61	c Bin: Executing march_dl
10.52/10.61	c child exit by a signal
10.52/10.61	c march_dl returned code 137.
10.52/10.61	c run saps (UBCSAT implementation) for 2 seconds ... 
10.52/10.61	c Bin: Executing ubcsat2006
10.52/10.61	c child exited successfully
10.52/10.61	c ubcsat2006 returned code 0.
10.52/10.61	c satzilla computing base features
10.52/10.61	c satzilla doing unit-prop probe
10.52/10.61	c satzilla doing local search probe
10.52/10.61	c satzilla doing lobjois search-space size estimate
10.52/10.61	c satzilla's ranking:
10.52/10.61	c 1) minisat20+P: -1.186724
10.52/10.61	c 2) march_dl+P: 0.657420
10.52/10.61	c 3) minisat20: 1.106701
10.52/10.61	c 4) vallst+P: 1.442264
10.52/10.61	c 5) march_dl: 1.602477
10.52/10.61	c 6) zchaff_rand+P: 5.695855
10.52/10.61	c 7) kcnfs+P: 999.000000
10.52/10.61	c 8) kcnfs: 999.000000
10.52/10.61	c 9) vallst: 999.000000
10.52/10.61	c 10) zchaff_rand: 999.000000
10.52/10.61	c satzilla running minisat20 with preprocessing ... 
10.62/10.70	This is MiniSat 2.0 beta
10.62/10.70	WARNING: for repeatability, setting FPU to use double precision
10.62/10.70	============================[ Problem Statistics ]=============================
10.62/10.70	|                                                                             |
10.62/10.70	|  Number of variables:  1321                                                 |
10.62/10.70	|  Number of clauses:    11489                                                |
10.62/10.71	|  Parsing time:         0.01         s                                       |
10.62/10.71	============================[ Search Statistics ]==============================
10.62/10.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/10.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/10.71	===============================================================================
10.62/10.71	|         0 |    1321    11489    36956 |     3829        0    nan |  0.000 % |
10.62/10.71	|       101 |    1321    11489    36956 |     4212      101     48 |  0.000 % |
10.62/10.72	|       251 |    1321    11489    36956 |     4633      251     47 |  0.000 % |
10.62/10.73	|       476 |    1321    11489    36956 |     5097      476     45 |  0.000 % |
10.62/10.74	|       813 |    1321    11489    36956 |     5607      813     35 |  0.000 % |
10.62/10.77	|      1319 |    1321    11489    36956 |     6167     1319     50 |  0.000 % |
10.62/10.80	|      2078 |    1321    11489    36956 |     6784     2078     41 |  0.000 % |
10.62/10.87	|      3219 |    1321    11489    36956 |     7462     3219     48 |  0.000 % |
10.81/10.94	|      4927 |    1321    11489    36956 |     8209     4927     40 |  0.000 % |
11.00/11.14	|      7489 |    1321    11489    36956 |     9030     7489     42 |  0.000 % |
11.30/11.44	|     11334 |    1321    11489    36956 |     9933     6710     26 |  0.000 % |
11.91/12.00	|     17100 |    1321    11489    36956 |    10926     7325     56 |  0.000 % |
12.80/12.91	|     25749 |    1321    11489    36956 |    12019    10207     50 |  0.000 % |
14.10/14.29	|     38723 |    1321    11489    36956 |    13221    10878     51 |  0.000 % |
16.70/16.83	|     58184 |    1321    11489    36956 |    14543    10154     53 |  0.000 % |
20.60/20.79	|     87376 |    1321    11489    36956 |    15997     9594     65 |  0.000 % |
29.40/29.53	|    131165 |    1321    11489    36956 |    17597    12320     79 |  0.000 % |
51.09/51.20	|    196849 |    1321    11489    36956 |    19356    14783    105 |  0.000 % |
90.98/91.14	|    295376 |    1321    11489    36956 |    21292    14206     99 |  0.000 % |
149.47/149.61	|    443165 |    1321    11489    36956 |    23421    20771    107 |  0.000 % |
251.93/252.18	|    664848 |    1321    11489    36956 |    25764    16279     81 |  0.000 % |
404.60/404.89	|    997375 |    1321    11489    36956 |    28340    21726     98 |  0.000 % |
657.63/657.91	|   1496163 |    1321    11489    36956 |    31174    16632     87 |  0.000 % |
1056.12/1056.57	|   2244345 |    1321    11489    36956 |    34291    20550     83 |  0.000 % |
1688.45/1689.01	|   3366619 |    1321    11489    36956 |    37721    31078     98 |  0.000 % |
2849.34/2850.20	|   5050030 |    1321    11489    36956 |    41493    21878     97 |  0.000 % |
4703.64/4705.04	|   7575146 |    1321    11489    36956 |    45642    41355    118 |  0.000 % |
4998.85/5000.30	c Preprocessing...
4998.85/5000.30	c Inital problem has 1473 variables, 9182 nary clauses (2381 binary clauses).
4998.85/5000.30	c Num non-binary clauses 9182, Average non-binary clause length 3.574
4998.85/5000.30	c Theory has no gaps
4998.85/5000.30	c Preprocessor runtime was 0.070 seconds.
4998.85/5000.30	c 
4998.85/5000.30	c Satisfiability of theory still undetermined.
4998.85/5000.30	c See file /tmp/AZ1vqy for simplified theory.
4998.85/5000.30	c Bin: Executing minisat20
4998.85/5000.30	c child exit by a signal
4998.85/5000.30	c minisat20 returned code 137.
4998.85/5000.30	c minisat20 returned code 137.
4998.85/5000.30	c satzilla running march_dl with preprocessing ... 
4998.85/5000.30	c Bin: Executing march_dl
4998.85/5000.30	c march_dl returned code 1.
4998.85/5000.30	c march_dl returned code 1.
4998.85/5000.30	c satzilla running minisat20 ... 
4998.85/5000.30	c Bin: Executing minisat20
4998.85/5000.30	c minisat20 returned code 1.
4998.85/5000.30	c minisat20 returned code 1.
4998.85/5000.30	c satzilla running vallst with preprocessing ... 
4998.85/5000.30	c Bin: Executing vallst
4998.85/5000.30	c vallst returned code 1.
4998.85/5000.30	c vallst returned code 1.
4998.85/5000.30	c satzilla running march_dl ... 
4998.85/5000.30	c Bin: Executing march_dl
4998.85/5000.30	c march_dl returned code 1.
4998.85/5000.30	c march_dl returned code 1.
4998.85/5000.30	c satzilla running zchaff_rand with preprocessing ... 
4998.85/5000.30	c Bin: Executing zchaff_rand
4998.85/5000.30	c zchaff_rand returned code 1.
4998.85/5000.30	c zchaff_rand returned code 1.
4998.85/5000.30	c satzilla running kcnfs with preprocessing ... 
4998.85/5000.30	c Bin: Executing kcnfs
4998.85/5000.30	c kcnfs returned code 1.
4998.85/5000.30	c kcnfs returned code 1.
4998.85/5000.30	c satzilla running kcnfs ... 
4998.85/5000.30	c Bin: Executing kcnfs
4998.85/5000.30	c kcnfs returned code 1.
4998.85/5000.30	c kcnfs returned code 1.
4998.85/5000.30	c satzilla running vallst ... 
4998.85/5000.30	c Bin: Executing vallst
4998.85/5000.30	c vallst returned code 1.
4998.85/5000.30	c vallst returned code 1.
4998.85/5000.30	c satzilla running zchaff_rand ... 
4998.85/5000.30	c Bin: Executing zchaff_rand
4998.85/5000.30	c zchaff_rand returned code 1.
4998.85/5000.30	c zchaff_rand returned code 1.
4998.85/5000.30	c ERROR: All Failed! 
4998.85/5000.30	c SATZILLA_TIME=4999.630000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785387-1241909436/watcher-1785387-1241909436 -o /tmp/evaluation-result-1785387-1241909436/solver-1785387-1241909436 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785387-1241909436.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.07 0.99 0.91 3/64 27028
/proc/meminfo: memFree=1663016/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=768 CPUtime=0
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 218976847 786432 106 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 192 106 50 118 0 71 0

[startup+0.083046 s]
/proc/loadavg: 1.07 0.99 0.91 3/64 27028
/proc/meminfo: memFree=1663016/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=2000 CPUtime=0.07
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 492 0 0 0 7 0 0 0 20 0 1 0 218976847 2048000 406 1992294400 134512640 134996440 4294956256 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 500 406 65 118 0 379 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3440

[startup+0.101046 s]
/proc/loadavg: 1.07 0.99 0.91 3/64 27028
/proc/meminfo: memFree=1663016/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=2000 CPUtime=0.09
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 530 0 0 0 9 0 0 0 20 0 1 0 218976847 2048000 406 1992294400 134512640 134996440 4294956256 18446744073709551615 134651492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 500 406 65 118 0 379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3440

[startup+0.30107 s]
/proc/loadavg: 1.07 0.99 0.91 3/64 27028
/proc/meminfo: memFree=1663016/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=5340 CPUtime=0.29
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 1323 0 0 0 29 0 0 0 20 0 1 0 218976847 5468160 1190 1992294400 134512640 134996440 4294956256 18446744073709551615 134533664 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 1335 1190 73 118 0 1214 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6780

[startup+0.701116 s]
/proc/loadavg: 1.07 0.99 0.91 3/64 27028
/proc/meminfo: memFree=1663016/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=5096 CPUtime=0.69
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 1868 0 0 0 68 1 0 0 24 0 1 0 218976847 5218304 1173 1992294400 134512640 134996440 4294956256 18446744073709551615 134671537 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 1274 1173 73 118 0 1153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6536

[startup+1.50121 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 27030
/proc/meminfo: memFree=1657752/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=6424 CPUtime=1.49
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 2305 0 0 0 148 1 0 0 25 0 1 0 218976847 6578176 1340 1992294400 134512640 134996440 4294956256 18446744073709551615 134514250 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 1606 1340 75 118 0 1485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7864

[startup+3.10139 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 27030
/proc/meminfo: memFree=1657368/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=0
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218976847 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 110 95 260 0 84 0
[pid=27029] ppid=27028 vsize=7468 CPUtime=3.09
/proc/27029/stat : 27029 (march_dl) R 27028 27028 26837 0 -1 4194304 2560 0 0 0 308 1 0 0 25 0 1 0 218976847 7647232 1593 1992294400 134512640 134996440 4294956256 18446744073709551615 134527282 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27029/statm: 1867 1593 75 118 0 1746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8908

[startup+6.30277 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 27031
/proc/meminfo: memFree=1660824/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=1440 CPUtime=4.99
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 135 2609 0 0 0 0 497 2 16 0 1 0 218976847 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 360 111 96 260 0 84 0
[pid=27031] ppid=27028 vsize=6188 CPUtime=1.24
/proc/27031/stat : 27031 (ubcsat2006) R 27028 27028 26837 0 -1 4194304 399 0 10 0 113 11 0 0 25 0 1 0 218977348 6336512 392 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27031/statm: 1547 392 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 1.06 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1655640/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=5564 CPUtime=1.98
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 1121 0 0 0 198 0 0 0 25 0 1 0 218977918 5697536 1116 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 1391 1116 59 118 0 1269 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 9680

[startup+25.502 s]
/proc/loadavg: 1.05 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1651672/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=8644 CPUtime=14.77
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 1878 0 0 0 1477 0 0 0 25 0 1 0 218977918 8851456 1873 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 2161 1873 59 118 0 2039 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 12760

[startup+51.102 s]
/proc/loadavg: 1.03 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1646936/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=13408 CPUtime=40.37
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 3075 0 0 0 4035 2 0 0 25 0 1 0 218977918 13729792 3070 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 3352 3070 59 118 0 3230 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 17524

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1644120/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=16212 CPUtime=91.56
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 3776 0 0 0 9153 3 0 0 25 0 1 0 218977918 16601088 3771 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 4053 3771 59 118 0 3931 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 20328

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1642136/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=18200 CPUtime=151.54
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 4268 0 0 0 15150 4 0 0 25 0 1 0 218977918 18636800 4263 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 4550 4263 59 118 0 4428 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 22316

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1641496/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=18784 CPUtime=211.52
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 4412 0 0 0 21148 4 0 0 25 0 1 0 218977918 19234816 4407 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 4696 4407 59 118 0 4574 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 22900

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1639512/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=20824 CPUtime=271.5
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 4895 0 0 0 27145 5 0 0 25 0 1 0 218977918 21323776 4890 1992294400 134512640 134998072 4294956304 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 5206 4890 59 118 0 5084 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 24940

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27032
/proc/meminfo: memFree=1639256/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=20968 CPUtime=331.49
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 4949 0 0 0 33143 6 0 0 25 0 1 0 218977918 21471232 4944 1992294400 134512640 134998072 4294956304 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 5242 4944 59 118 0 5120 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1615576/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=43544 CPUtime=4650.33
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 10415 0 0 0 465003 30 0 0 25 0 1 0 218977918 44589056 10410 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 10886 10410 59 118 0 10764 0
Current children cumulated CPU time (s) 4660.95
Current children cumulated vsize (KiB) 47660

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1614168/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=44864 CPUtime=4710.32
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 10759 0 0 0 471001 31 0 0 25 0 1 0 218977918 45940736 10754 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11216 10754 59 118 0 11094 0
Current children cumulated CPU time (s) 4720.94
Current children cumulated vsize (KiB) 48980

[startup+4782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612504/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4770.3
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11161 0 0 0 476999 31 0 0 25 0 1 0 218977918 47730688 11156 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11156 59 118 0 11531 0
Current children cumulated CPU time (s) 4780.92
Current children cumulated vsize (KiB) 50728

[startup+4842.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612504/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4830.28
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11164 0 0 0 482997 31 0 0 25 0 1 0 218977918 47730688 11159 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11159 59 118 0 11531 0
Current children cumulated CPU time (s) 4840.9
Current children cumulated vsize (KiB) 50728

[startup+4902.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612440/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4890.26
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 488995 31 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4900.88
Current children cumulated vsize (KiB) 50728

[startup+4962.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612440/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4950.25
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 494993 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4960.87
Current children cumulated vsize (KiB) 50728

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

[startup+4966.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612440/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4954.25
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 495393 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4964.87
Current children cumulated vsize (KiB) 50728

[startup+4979.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4967.04
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 496672 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4977.66
Current children cumulated vsize (KiB) 50728

[startup+4991.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4979.84
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 497952 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4990.46
Current children cumulated vsize (KiB) 50728

[startup+4995.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4983.04
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 498272 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4993.66
Current children cumulated vsize (KiB) 50728

[startup+4998.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4986.24
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 498592 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4996.86
Current children cumulated vsize (KiB) 50728

[startup+4999.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4987.04
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 498672 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4997.66
Current children cumulated vsize (KiB) 50728

[startup+4999.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=46612 CPUtime=4987.84
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4194304 11167 0 0 0 498752 32 0 0 25 0 1 0 218977918 47730688 11162 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 11653 11162 59 118 0 11531 0
Current children cumulated CPU time (s) 4998.46
Current children cumulated vsize (KiB) 50728

[startup+5000.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27046
/proc/meminfo: memFree=1612376/2055920 swapFree=4121000/4192956
[pid=27028] ppid=27026 vsize=4116 CPUtime=10.62
/proc/27028/stat : 27028 (SATzilla2007_C) S 27026 27028 26837 0 -1 4194304 1420 3014 0 10 327 16 699 20 25 0 1 0 218976847 4214784 823 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27028/statm: 1029 823 164 260 0 753 0
[pid=27032] ppid=27028 vsize=0 CPUtime=4988.23
/proc/27032/stat : 27032 (minisat20) R 27028 27028 26837 0 -1 4195332 11167 0 0 0 498791 32 0 0 25 0 1 0 218977918 0 0 1992294400 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/27032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4998.85
Current children cumulated vsize (KiB) 4116

Child status: 17
Real time (s): 5000.3
CPU time (s): 4998.9
CPU user time (s): 4998.19
CPU system time (s): 0.707892
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 50728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.19
system time used= 0.707892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15614
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 9377

runsolver used 5.9121 second user time and 11.9592 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-10 00:50:36
IDJOB=1785387
IDBENCH=70907
IDSOLVER=640
FILE ID=node20/1785387-1241909436
PBS_JOBID= 9264778
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_7_3_6_cmp.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785387-1241909436/watcher-1785387-1241909436 -o /tmp/evaluation-result-1785387-1241909436/solver-1785387-1241909436 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785387-1241909436.cnf            

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c848a5766cfcc1d1c3f26c7818e48eb2
RANDOM SEED=165804905

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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	: 5931.00
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.214
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:       1663496 kB
Buffers:         50696 kB
Cached:         211412 kB
SwapCached:      66264 kB
Active:          82744 kB
Inactive:       247340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663496 kB
SwapTotal:     4192956 kB
SwapFree:      4121000 kB
Dirty:            8564 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            48404 kB
Committed_AS:   821448 kB
PageTables:       1396 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= 66332 MiB
End job on node20 at 2009-05-10 02:13:57