Trace number 335951

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.54 1199.92

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv6.sat05-565.reshuffled-07.cnf
MD5SUMcd0ae54367b5a9ed0b37080c845fb42a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables792
Number of clauses2557
Sum of the clauses size6840
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2864
Number of clauses of size 31692
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

10.67/10.71	c run March_dl for 5 seconds ... 
10.67/10.71	c Bin: Executing march_dl
10.67/10.71	c child exit by a signal
10.67/10.71	c march_dl returned code 137.
10.67/10.71	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.71	c Bin: Executing ubcsat2006
10.67/10.71	c child exited successfully
10.67/10.71	c ubcsat2006 returned code 0.
10.67/10.71	c satzilla computing base features
10.67/10.71	c satzilla doing unit-prop probe
10.67/10.71	c satzilla doing local search probe
10.67/10.71	c satzilla doing lobjois search-space size estimate
10.67/10.71	c satzilla's ranking:
10.67/10.71	c 1) minisat20: 0.510957
10.67/10.71	c 2) minisat20+P: 2.188614
10.67/10.71	c 3) vallst+P: 3.447590
10.67/10.71	c 4) zchaff_rand+P: 3.460991
10.67/10.71	c 5) march_dl+P: 3.622244
10.67/10.71	c 6) march_dl: 3.700192
10.67/10.71	c 7) kcnfs+P: 999.000000
10.67/10.71	c 8) kcnfs: 999.000000
10.67/10.71	c 9) vallst: 999.000000
10.67/10.71	c 10) zchaff_rand: 999.000000
10.67/10.71	c satzilla running minisat20 ... 
10.67/10.71	This is MiniSat 2.0 beta
10.67/10.71	WARNING: for repeatability, setting FPU to use double precision
10.67/10.71	============================[ Problem Statistics ]=============================
10.67/10.71	|                                                                             |
10.67/10.71	|  Number of variables:  792                                                  |
10.67/10.71	|  Number of clauses:    2557                                                 |
10.67/10.71	|  Parsing time:         0.00         s                                       |
10.67/10.71	============================[ Search Statistics ]==============================
10.67/10.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.71	===============================================================================
10.67/10.71	|         0 |     792     2557     6840 |      852        0    nan |  0.000 % |
10.67/10.72	|       100 |     792     2557     6840 |      937      100     33 |  0.000 % |
10.67/10.72	|       250 |     792     2557     6840 |     1031      250     29 |  0.000 % |
10.67/10.74	|       476 |     792     2557     6840 |     1134      476     44 |  0.002 % |
10.67/10.75	|       814 |     792     2557     6840 |     1247      814     40 |  0.002 % |
10.67/10.79	|      1321 |     792     2557     6840 |     1372     1321     46 |  0.000 % |
10.69/10.84	|      2080 |     792     2557     6840 |     1509     1243     44 |  0.000 % |
10.87/10.92	|      3220 |     792     2557     6840 |     1660     1511     46 |  0.000 % |
10.97/11.04	|      4929 |     792     2557     6840 |     1827     1248     45 |  0.000 % |
11.17/11.23	|      7493 |     792     2557     6840 |     2009     1804     36 |  0.000 % |
11.47/11.57	|     11337 |     792     2557     6840 |     2210     1226     39 |  0.000 % |
12.07/12.12	|     17103 |     792     2557     6840 |     2431     2268     45 |  0.000 % |
12.87/12.95	|     25752 |     792     2557     6840 |     2674     1831     46 |  0.000 % |
14.27/14.36	|     38726 |     792     2557     6840 |     2942     1992     47 |  0.000 % |
16.57/16.69	|     58187 |     792     2557     6840 |     3236     2769     48 |  0.000 % |
20.06/20.15	|     87379 |     792     2557     6840 |     3560     3068     49 |  0.000 % |
25.27/25.39	|    131169 |     792     2557     6840 |     3916     3391     47 |  0.000 % |
33.26/33.31	|    196854 |     792     2557     6840 |     4308     3346     51 |  0.000 % |
47.95/48.09	|    295381 |     792     2557     6840 |     4738     4299     60 |  0.000 % |
68.95/69.08	|    443170 |     792     2557     6840 |     5212     3477     40 |  0.000 % |
100.83/100.94	|    664853 |     792     2557     6840 |     5734     4108     61 |  0.000 % |
150.92/151.05	|    997379 |     792     2557     6840 |     6307     4053     55 |  0.000 % |
233.69/233.85	|   1496168 |     792     2557     6840 |     6938     4569     48 |  0.000 % |
363.95/364.10	|   2244350 |     792     2557     6840 |     7632     4266     49 |  0.000 % |
552.20/552.44	|   3366626 |     792     2557     6840 |     8395     4595     50 |  0.000 % |
835.51/835.80	|   5050039 |     792     2557     6840 |     9234     4672     50 |  0.000 % |
1199.50/1199.90	c Bin: Executing minisat20
1199.50/1199.90	c child exit by a signal
1199.50/1199.90	c minisat20 returned code 137.
1199.50/1199.90	c minisat20 returned code 137.
1199.50/1199.90	c satzilla running minisat20 with preprocessing ... 
1199.50/1199.91	c Preprocessing...
1199.50/1199.91	c Inital problem has 792 variables, 1693 nary clauses (864 binary clauses).
1199.50/1199.91	c Num non-binary clauses 1693, Average non-binary clause length 3.019
1199.50/1199.91	c Theory has no gaps
1199.50/1199.91	c Preprocessor runtime was 0.000 seconds.
1199.50/1199.91	c 
1199.50/1199.91	c Satisfiability of theory still undetermined.
1199.50/1199.91	c See file /tmp/BzGBPn for simplified theory.
1199.50/1199.91	c Bin: Executing minisat20
1199.50/1199.91	c minisat20 returned code 1.
1199.50/1199.91	c minisat20 returned code 1.
1199.50/1199.91	c satzilla running vallst with preprocessing ... 
1199.50/1199.91	c Bin: Executing vallst
1199.50/1199.91	c vallst returned code 1.
1199.50/1199.91	c vallst returned code 1.
1199.50/1199.91	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1199.91	c Bin: Executing zchaff_rand
1199.50/1199.91	c zchaff_rand returned code 1.
1199.50/1199.91	c zchaff_rand returned code 1.
1199.50/1199.91	c satzilla running march_dl with preprocessing ... 
1199.50/1199.91	c Bin: Executing march_dl
1199.50/1199.91	c march_dl returned code 1.
1199.50/1199.91	c march_dl returned code 1.
1199.50/1199.91	c satzilla running march_dl ... 
1199.50/1199.91	c Bin: Executing march_dl
1199.50/1199.91	c march_dl returned code 1.
1199.50/1199.91	c march_dl returned code 1.
1199.50/1199.91	c satzilla running kcnfs with preprocessing ... 
1199.50/1199.91	c Bin: Executing kcnfs
1199.50/1199.91	c kcnfs returned code 1.
1199.50/1199.91	c kcnfs returned code 1.
1199.50/1199.91	c satzilla running kcnfs ... 
1199.50/1199.91	c Bin: Executing kcnfs
1199.50/1199.91	c kcnfs returned code 1.
1199.50/1199.91	c kcnfs returned code 1.
1199.50/1199.91	c satzilla running vallst ... 
1199.50/1199.91	c Bin: Executing vallst
1199.50/1199.91	c vallst returned code 1.
1199.50/1199.91	c vallst returned code 1.
1199.50/1199.91	c satzilla running zchaff_rand ... 
1199.50/1199.91	c Bin: Executing zchaff_rand
1199.50/1199.91	c zchaff_rand returned code 1.
1199.50/1199.91	c zchaff_rand returned code 1.
1199.50/1199.91	c ERROR: All Failed! 
1199.50/1199.91	c SATZILLA_TIME=1199.700000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-335951-1173637398 -o ROOT/results/node40/solver-335951-1173637398 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335951-1173637398/SATzilla2007_C /tmp/evaluation/335951-1173637398/instance-335951-1173637398.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10760
/proc/meminfo: memFree=1866100/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=636 CPUtime=0
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 90 0 0 0 0 0 0 0 20 0 1 0 20042474 651264 85 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 193 90 50 118 0 72 0

[startup+0.0945901 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10760
/proc/meminfo: memFree=1866100/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1524 CPUtime=0.09
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 329 0 0 0 9 0 0 0 20 0 1 0 20042474 1560576 320 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 381 320 75 118 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2964

[startup+0.10259 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10760
/proc/meminfo: memFree=1866100/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1524 CPUtime=0.09
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 329 0 0 0 9 0 0 0 20 0 1 0 20042474 1560576 320 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134663600 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 381 320 75 118 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2964

[startup+0.302616 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10760
/proc/meminfo: memFree=1866100/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1524 CPUtime=0.29
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 337 0 0 0 29 0 0 0 21 0 1 0 20042474 1560576 328 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551143 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 381 328 75 118 0 260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.701668 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 10760
/proc/meminfo: memFree=1866100/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1524 CPUtime=0.69
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 341 0 0 0 69 0 0 0 25 0 1 0 20042474 1560576 332 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567858 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 381 332 75 118 0 260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2964

[startup+1.50177 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 10762
/proc/meminfo: memFree=1865048/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1656 CPUtime=1.49
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 345 0 0 0 149 0 0 0 25 0 1 0 20042474 1695744 336 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551829 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 414 336 75 118 0 293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3096

[startup+3.10198 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 10762
/proc/meminfo: memFree=1864920/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=0
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 20042473 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 360 110 95 260 0 84 0
[pid=10761] ppid=10760 vsize=1656 CPUtime=3.09
/proc/10761/stat : 10761 (march_dl) R 10760 10760 9427 0 -1 4194304 349 0 0 0 309 0 0 0 25 0 1 0 20042474 1695744 340 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10761/statm: 414 340 75 118 0 293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3096

[startup+6.30139 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 10763
/proc/meminfo: memFree=1865368/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1440 CPUtime=4.99
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 135 352 0 0 0 0 499 0 16 0 1 0 20042473 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10760/statm: 360 111 96 260 0 84 0
[pid=10763] ppid=10760 vsize=6188 CPUtime=1.29
/proc/10763/stat : 10763 (ubcsat2006) R 10760 10760 9427 0 -1 4194304 277 0 0 0 111 18 0 0 25 0 1 0 20042974 6336512 260 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10763/statm: 1547 260 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 10764
/proc/meminfo: memFree=1864600/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=2604 CPUtime=1.98
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 326 0 0 0 198 0 0 0 25 0 1 0 20043545 2666496 320 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 651 320 58 118 0 529 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4364

[startup+25.5029 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 10764
/proc/meminfo: memFree=1863960/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=3144 CPUtime=14.77
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 449 0 0 0 1477 0 0 0 25 0 1 0 20043545 3219456 443 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 786 443 58 118 0 664 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 4904

[startup+51.1022 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 10764
/proc/meminfo: memFree=1863576/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=3656 CPUtime=40.36
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 591 0 0 0 4036 0 0 0 25 0 1 0 20043545 3743744 585 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134530028 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 914 585 58 118 0 792 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 5416

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10764
/proc/meminfo: memFree=1862744/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=4504 CPUtime=91.55
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 791 0 0 0 9155 0 0 0 25 0 1 0 20043545 4612096 785 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1126 785 58 118 0 1004 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 6264

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1862424/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=4748 CPUtime=151.53
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 868 0 0 0 15153 0 0 0 25 0 1 0 20043545 4861952 862 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527624 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1187 862 58 118 0 1065 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 6508

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1862040/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=5140 CPUtime=211.51
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 961 0 0 0 21151 0 0 0 25 0 1 0 20043545 5263360 955 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527463 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1285 955 58 118 0 1163 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 6900

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1861976/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=5140 CPUtime=271.49
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 969 0 0 0 27149 0 0 0 25 0 1 0 20043545 5263360 963 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1285 963 58 118 0 1163 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 6900

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1861656/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=5468 CPUtime=331.47
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1047 0 0 0 33147 0 0 0 25 0 1 0 20043545 5599232 1041 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1367 1041 58 118 0 1245 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1859672/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7352 CPUtime=751.34
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1525 0 0 0 75133 1 0 0 25 0 1 0 20043545 7528448 1508 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1838 1508 58 118 0 1716 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 9112

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1859608/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7448 CPUtime=811.32
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1537 0 0 0 81131 1 0 0 25 0 1 0 20043545 7626752 1520 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528423 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1862 1520 58 118 0 1740 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 9208

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1859224/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7712 CPUtime=871.31
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1629 0 0 0 87129 2 0 0 25 0 1 0 20043545 7897088 1612 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134532355 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1928 1612 58 118 0 1806 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 9472

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858968/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7976 CPUtime=931.29
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1673 0 0 0 93127 2 0 0 25 0 1 0 20043545 8167424 1656 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1994 1656 58 118 0 1872 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 9736

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1859032/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7976 CPUtime=991.27
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1673 0 0 0 99125 2 0 0 25 0 1 0 20043545 8167424 1656 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1994 1656 58 118 0 1872 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 9736

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1859032/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=7976 CPUtime=1051.25
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1673 0 0 0 105123 2 0 0 25 0 1 0 20043545 8167424 1656 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 1994 1656 58 118 0 1872 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 9736

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8164 CPUtime=1111.23
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1746 0 0 0 111121 2 0 0 25 0 1 0 20043545 8359936 1728 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2041 1728 58 118 0 1919 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 9924

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8164 CPUtime=1171.22
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1752 0 0 0 117119 3 0 0 25 0 1 0 20043545 8359936 1728 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535786 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2041 1728 58 118 0 1919 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 9924

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8164 CPUtime=1179.21
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1752 0 0 0 117918 3 0 0 25 0 1 0 20043545 8359936 1728 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2041 1728 58 118 0 1919 0
Current children cumulated CPU time (s) 1189.9
Current children cumulated vsize (KiB) 9924

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8296 CPUtime=1185.62
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1765 0 0 0 118559 3 0 0 25 0 1 0 20043545 8495104 1741 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2074 1741 58 118 0 1952 0
Current children cumulated CPU time (s) 1196.31
Current children cumulated vsize (KiB) 10056

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8296 CPUtime=1187.21
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1765 0 0 0 118718 3 0 0 25 0 1 0 20043545 8495104 1741 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2074 1741 58 118 0 1952 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 10056

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8296 CPUtime=1188.01
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1765 0 0 0 118798 3 0 0 25 0 1 0 20043545 8495104 1741 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2074 1741 58 118 0 1952 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 10056

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8296 CPUtime=1188.41
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1765 0 0 0 118838 3 0 0 25 0 1 0 20043545 8495104 1741 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2074 1741 58 118 0 1952 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 10056

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10764
/proc/meminfo: memFree=1858712/2055920 swapFree=4154300/4192956
[pid=10760] ppid=10758 vsize=1760 CPUtime=10.69
/proc/10760/stat : 10760 (SATzilla2007_C) S 10758 10760 9427 0 -1 4194304 614 635 0 0 307 28 700 34 25 0 1 0 20042473 1802240 266 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10760/statm: 440 266 157 260 0 164 0
[pid=10764] ppid=10760 vsize=8296 CPUtime=1188.81
/proc/10764/stat : 10764 (minisat20) R 10760 10760 9427 0 -1 4194304 1765 0 0 0 118878 3 0 0 25 0 1 0 20043545 8495104 1741 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10764/statm: 2074 1741 58 118 0 1952 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 10056

Child status: 17
Real time (s): 1199.92
CPU time (s): 1199.54
CPU user time (s): 1198.87
CPU system time (s): 0.672897
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 10056

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

runsolver used 0.791879 second user time and 2.51462 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Mar 11 18:23:19 UTC 2007

IDJOB= 335951
IDBENCH= 24663
IDSOLVER= 135
FILE ID= node40/335951-1173637398

PBS_JOBID= 4101284

Free space on /tmp= 66508 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv6.sat05-565.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335951-1173637398/SATzilla2007_C /tmp/evaluation/335951-1173637398/instance-335951-1173637398.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-335951-1173637398 -o ROOT/results/node40/solver-335951-1173637398 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335951-1173637398/SATzilla2007_C /tmp/evaluation/335951-1173637398/instance-335951-1173637398.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  cd0ae54367b5a9ed0b37080c845fb42a

RANDOM SEED= 373439298

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866624 kB
Buffers:         14540 kB
Cached:         108012 kB
SwapCached:      33100 kB
Active:          49928 kB
Inactive:       112808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866624 kB
SwapTotal:     4192956 kB
SwapFree:      4154300 kB
Dirty:            8384 kB
Writeback:           0 kB
Mapped:          15772 kB
Slab:            12616 kB
Committed_AS:    63648 kB
PageTables:       1416 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= 66508 MiB

End job on node40 on Sun Mar 11 18:43:19 UTC 2007