Trace number 1786131

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 CRAFTEDUNSAT 218.633 218.74

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5391
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

15.18/15.26	c run March_dl for 5 seconds ... 
15.18/15.26	c Bin: Executing march_dl
15.18/15.26	c child exit by a signal
15.18/15.26	c march_dl returned code 137.
15.18/15.26	c run saps (UBCSAT implementation) for 2 seconds ... 
15.18/15.26	c Bin: Executing ubcsat2006
15.18/15.26	c child exited successfully
15.18/15.26	c ubcsat2006 returned code 0.
15.18/15.26	c satzilla computing base features
15.18/15.26	c satzilla doing unit-prop probe
15.18/15.26	c satzilla doing local search probe
15.18/15.26	c satzilla doing lobjois search-space size estimate
15.18/15.26	c satzilla's ranking:
15.18/15.26	c 1) minisat20+P: 2.986387
15.18/15.26	c 2) zchaff_rand+P: 3.443803
15.18/15.26	c 3) minisat20: 4.125978
15.18/15.26	c 4) march_dl+P: 4.172901
15.18/15.26	c 5) march_dl: 4.673468
15.18/15.26	c 6) vallst+P: 4.686789
15.18/15.26	c 7) kcnfs+P: 999.000000
15.18/15.26	c 8) kcnfs: 999.000000
15.18/15.26	c 9) vallst: 999.000000
15.18/15.26	c 10) zchaff_rand: 999.000000
15.18/15.26	c satzilla running minisat20 with preprocessing ... 
18.88/18.91	This is MiniSat 2.0 beta
18.88/18.91	WARNING: for repeatability, setting FPU to use double precision
18.88/18.91	============================[ Problem Statistics ]=============================
18.88/18.91	|                                                                             |
18.88/18.91	|  Number of variables:  5532                                                 |
18.88/18.91	|  Number of clauses:    54924                                                |
18.88/18.95	|  Parsing time:         0.03         s                                       |
18.88/18.95	============================[ Search Statistics ]==============================
18.88/18.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.88/18.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.88/18.95	===============================================================================
18.88/18.95	|         0 |    5532    54924   172065 |    18308        0    nan |  0.000 % |
18.88/18.96	|       101 |    5532    54924   172065 |    20138      101     10 |  0.000 % |
18.88/18.98	|       252 |    5532    54924   172065 |    22152      252     14 |  0.002 % |
18.89/19.02	|       478 |    5532    54924   172065 |    24367      478     19 |  0.002 % |
18.89/19.07	|       815 |    5532    54924   172065 |    26804      815     23 |  0.002 % |
18.89/19.15	|      1321 |    5532    54924   172065 |    29485     1321     27 |  0.002 % |
18.89/19.27	|      2082 |    5532    54924   172065 |    32433     2082     30 |  0.000 % |
18.89/19.49	|      3221 |    5532    54924   172065 |    35677     3221     31 |  0.002 % |
19.77/19.85	|      4929 |    5532    54924   172065 |    39244     4929     31 |  0.002 % |
20.26/20.37	|      7492 |    5532    54924   172065 |    43169     7492     31 |  0.002 % |
21.26/21.37	|     11336 |    5532    54924   172065 |    47486    11336     31 |  0.002 % |
23.07/23.16	|     17102 |    5532    54924   172065 |    52234    17102     30 |  0.002 % |
26.16/26.30	|     25752 |    5532    54924   172065 |    57458    25752     30 |  0.002 % |
32.86/32.99	|     38726 |    5532    54924   172065 |    63204    38726     31 |  0.002 % |
46.54/46.63	|     58187 |    5532    54924   172065 |    69524    58187     32 |  0.002 % |
63.34/63.42	|     87379 |    5524    51022   159977 |    76477    14189     30 |  0.145 % |
85.03/85.15	|    131171 |    5524    51022   159977 |    84124    57981     33 |  0.145 % |
125.91/126.02	|    196856 |    5524    51022   159977 |    92537    56525     29 |  0.145 % |
189.09/189.25	|    295383 |    5524    51022   159977 |   101790    81420     33 |  0.147 % |
218.57/218.73	===============================================================================
218.57/218.73	restarts              : 19
218.57/218.73	conflicts             : 334643         (1676 /sec)
218.57/218.73	decisions             : 561190         (1.44 % random) (2810 /sec)
218.57/218.73	propagations          : 128166664      (641865 /sec)
218.57/218.73	conflict literals     : 11000752       (47.60 % deleted)
218.57/218.73	Memory used           : 20.74 MB
218.57/218.73	CPU time              : 199.679 s
218.57/218.73	
218.57/218.73	c Preprocessing...
218.57/218.73	c Inital problem has 8484 variables, 59209 nary clauses (15431 binary clauses).
218.57/218.73	c Num non-binary clauses 59209, Average non-binary clause length 3.585
218.57/218.73	c Theory has no gaps
218.57/218.73	c Preprocessor runtime was 3.540 seconds.
218.57/218.73	c 
218.57/218.73	c Satisfiability of theory still undetermined.
218.57/218.73	c See file /tmp/2lDyz2 for simplified theory.
218.57/218.73	c Bin: Executing minisat20
218.57/218.73	c child exited successfully
218.57/218.73	c minisat20 returned code 20.
218.57/218.73	s UNSATISFIABLE
218.57/218.73	c SATZILLA_TIME=218.640000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1786131-1241948561/watcher-1786131-1241948561 -o /tmp/evaluation-result-1786131-1241948561/solver-1786131-1241948561 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1786131-1241948561.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.00 1.00 1.00 3/64 4000
/proc/meminfo: memFree=1382040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) R 3998 4000 3881 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=1648 CPUtime=0
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222890096 1687552 265 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 445 266 50 118 0 324 0

[startup+0.043981 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4000
/proc/meminfo: memFree=1382040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=2176 CPUtime=0.04
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 425 0 0 0 4 0 0 0 19 0 1 0 222890096 2228224 420 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 544 421 50 118 0 423 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3616

[startup+0.102984 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4000
/proc/meminfo: memFree=1382040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=2968 CPUtime=0.09
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 659 0 0 0 9 0 0 0 19 0 1 0 222890096 3039232 654 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 742 654 50 118 0 621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4408

[startup+0.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4000
/proc/meminfo: memFree=1382040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=8700 CPUtime=0.29
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 2989 0 0 0 28 1 0 0 21 0 1 0 222890096 8908800 1827 1992294400 134512640 134996440 4294956256 18446744073709551615 134546313 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 2175 1827 55 118 0 2054 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10140

[startup+0.702032 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4000
/proc/meminfo: memFree=1382040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=8688 CPUtime=0.69
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 2989 0 0 0 68 1 0 0 25 0 1 0 222890096 8896512 1824 1992294400 134512640 134996440 4294956256 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 2172 1824 55 118 0 2051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10128

[startup+1.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1374600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=11440 CPUtime=1.49
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 3847 0 0 0 148 1 0 0 25 0 1 0 222890096 11714560 2525 1992294400 134512640 134996440 4294956256 18446744073709551615 134658062 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 2860 2525 69 118 0 2739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12880

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4002
/proc/meminfo: memFree=1363848/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=0
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222890096 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4000/statm: 360 110 95 260 0 84 0
[pid=4001] ppid=4000 vsize=44320 CPUtime=3.09
/proc/4001/stat : 4001 (march_dl) R 4000 4000 3881 0 -1 4194304 11125 0 0 0 297 12 0 0 25 0 1 0 222890096 45383680 9353 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4001/statm: 11080 9353 73 118 0 10959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45760

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4003
/proc/meminfo: memFree=1376904/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=1440 CPUtime=5
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 135 11786 0 0 0 0 481 19 16 0 1 0 222890096 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 360 111 96 260 0 84 0
[pid=4003] ppid=4000 vsize=10288 CPUtime=1.28
/proc/4003/stat : 4003 (ubcsat2006) R 4000 4000 3881 0 -1 4194304 1348 0 0 0 122 6 0 0 25 0 1 0 222890597 10534912 1331 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4003/statm: 2572 1331 156 64 0 2153 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11728

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4003
/proc/meminfo: memFree=1377040/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=14156 CPUtime=12.68
/proc/4000/stat : 4000 (SATzilla2007_C) R 3998 4000 3881 0 -1 4194304 3696 13140 0 0 541 3 692 32 25 0 1 0 222890096 14495744 2555 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/4000/statm: 3539 2555 150 260 0 3263 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14156

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1355208/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=8236 CPUtime=6.57
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 1970 0 0 0 657 0 0 0 25 0 1 0 222891987 8433664 1965 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 2059 1965 58 118 0 1937 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 30272

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1348488/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=15088 CPUtime=32.15
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 3647 0 0 0 3212 3 0 0 25 0 1 0 222891987 15450112 3642 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 3772 3642 58 118 0 3650 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 37124

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1343816/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=19712 CPUtime=83.34
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 4784 0 0 0 8331 3 0 0 25 0 1 0 222891987 20185088 4779 1992294400 134512640 134998072 4294956304 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 4928 4779 58 118 0 4806 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 41748

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342728/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21056 CPUtime=143.31
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5056 0 0 0 14327 4 0 0 25 0 1 0 222891987 21561344 5051 1992294400 134512640 134998072 4294956304 18446744073709551615 134527424 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5264 5051 58 118 0 5142 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 43092

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342664/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=160.1
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5092 0 0 0 16006 4 0 0 25 0 1 0 222891987 21745664 5087 1992294400 134512640 134998072 4294956304 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5087 58 118 0 5187 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 43272

[startup+204.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=185.69
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5093 0 0 0 18565 4 0 0 25 0 1 0 222891987 21745664 5088 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5088 58 118 0 5187 0
Current children cumulated CPU time (s) 204.58
Current children cumulated vsize (KiB) 43272

[startup+211.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=192.09
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5094 0 0 0 19205 4 0 0 25 0 1 0 222891987 21745664 5089 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5089 58 118 0 5187 0
Current children cumulated CPU time (s) 210.98
Current children cumulated vsize (KiB) 43272

[startup+214.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=195.28
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5109 0 0 0 19524 4 0 0 25 0 1 0 222891987 21745664 5104 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5104 58 118 0 5187 0
Current children cumulated CPU time (s) 214.17
Current children cumulated vsize (KiB) 43272

[startup+215.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=196.88
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5110 0 0 0 19684 4 0 0 25 0 1 0 222891987 21745664 5105 1992294400 134512640 134998072 4294956304 18446744073709551615 134536253 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5105 58 118 0 5187 0
Current children cumulated CPU time (s) 215.77
Current children cumulated vsize (KiB) 43272

[startup+217.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=198.48
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5110 0 0 0 19844 4 0 0 25 0 1 0 222891987 21745664 5105 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5105 58 118 0 5187 0
Current children cumulated CPU time (s) 217.37
Current children cumulated vsize (KiB) 43272

[startup+218.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=199.28
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5110 0 0 0 19924 4 0 0 25 0 1 0 222891987 21745664 5105 1992294400 134512640 134998072 4294956304 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5105 58 118 0 5187 0
Current children cumulated CPU time (s) 218.17
Current children cumulated vsize (KiB) 43272

[startup+218.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4004
/proc/meminfo: memFree=1342600/2055920 swapFree=4191900/4192956
[pid=4000] ppid=3998 vsize=22036 CPUtime=18.89
/proc/4000/stat : 4000 (SATzilla2007_C) S 3998 4000 3881 0 -1 4194304 8373 13140 0 0 1154 11 692 32 25 0 1 0 222890096 22564864 4585 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4000/statm: 5509 4585 165 260 0 5233 0
[pid=4004] ppid=4000 vsize=21236 CPUtime=199.68
/proc/4004/stat : 4004 (minisat20) R 4000 4000 3881 0 -1 4194304 5110 0 0 0 19964 4 0 0 25 0 1 0 222891987 21745664 5105 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/4004/statm: 5309 5105 58 118 0 5187 0
Current children cumulated CPU time (s) 218.57
Current children cumulated vsize (KiB) 43272

Child status: 20
Real time (s): 218.74
CPU time (s): 218.633
CPU user time (s): 218.145
CPU system time (s): 0.487925
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 50180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.145
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26642
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= 10
involuntary context switches= 683

runsolver used 0.187971 second user time and 0.620905 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-10 11:42:41
IDJOB=1786131
IDBENCH=71629
IDSOLVER=640
FILE ID=node3/1786131-1241948561
PBS_JOBID= 9265016
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=555650807

node3.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.212
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.212
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:       1382584 kB
Buffers:         57636 kB
Cached:         521736 kB
SwapCached:        260 kB
Active:         147740 kB
Inactive:       445388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382584 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9784 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            66324 kB
Committed_AS:   797420 kB
PageTables:       1372 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= 66200 MiB
End job on node3 at 2009-05-10 11:46:20