Trace number 1784817

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 1389.85 1390.32

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1387.39
Satisfiable
(Un)Satisfiability was proved
Number of variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.75/10.82	c run March_dl for 5 seconds ... 
10.75/10.82	c Bin: Executing march_dl
10.75/10.82	c child exit by a signal
10.75/10.82	c march_dl returned code 137.
10.75/10.82	c run saps (UBCSAT implementation) for 2 seconds ... 
10.75/10.82	c Bin: Executing ubcsat2006
10.75/10.82	c child exited successfully
10.75/10.82	c ubcsat2006 returned code 0.
10.75/10.82	c satzilla computing base features
10.75/10.82	c satzilla doing unit-prop probe
10.75/10.82	c satzilla doing local search probe
10.75/10.82	c satzilla doing lobjois search-space size estimate
10.75/10.82	c satzilla's ranking:
10.75/10.82	c 1) march_dl+P: 3.090416
10.75/10.82	c 2) minisat20: 3.638364
10.75/10.82	c 3) march_dl: 3.741585
10.75/10.82	c 4) minisat20+P: 4.256437
10.75/10.82	c 5) zchaff_rand+P: 4.279757
10.75/10.82	c 6) vallst+P: 4.519597
10.75/10.82	c 7) kcnfs+P: 999.000000
10.75/10.82	c 8) kcnfs: 999.000000
10.75/10.82	c 9) vallst: 999.000000
10.75/10.82	c 10) zchaff_rand: 999.000000
10.75/10.82	c satzilla running march_dl with preprocessing ... 
1389.81/1390.31	c Preprocessing...
1389.81/1390.31	c Inital problem has 4496 variables, 17236 nary clauses (1355 binary clauses).
1389.81/1390.31	c Num non-binary clauses 17236, Average non-binary clause length 3.000
1389.81/1390.31	c Theory has no gaps
1389.81/1390.31	c Preprocessor runtime was 0.110 seconds.
1389.81/1390.31	c 
1389.81/1390.31	c Satisfiability of theory still undetermined.
1389.81/1390.31	c See file /tmp/qokRnO for simplified theory.
1389.81/1390.31	c Bin: Executing march_dl
1389.81/1390.31	c child exited successfully
1389.81/1390.31	c march_dl returned code 20.
1389.81/1390.31	s UNSATISFIABLE
1389.81/1390.31	c SATZILLA_TIME=1390.030000

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-1784817-1241866947/watcher-1784817-1241866947 -o /tmp/evaluation-result-1784817-1241866947/solver-1784817-1241866947 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784817-1241866947.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: 0.94 0.99 0.91 3/64 20904
/proc/meminfo: memFree=1069352/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) R 20902 20904 20796 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=1064 CPUtime=0
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 214728205 1089536 152 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 266 152 50 118 0 145 0

[startup+0.0980329 s]
/proc/loadavg: 0.94 0.99 0.91 3/64 20904
/proc/meminfo: memFree=1069352/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=2296 CPUtime=0.09
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 978 0 0 0 9 0 0 0 19 0 1 0 214728205 2351104 459 1992294400 134512640 134996440 4294956256 18446744073709551615 134524993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 574 459 57 118 0 453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3736

[startup+0.101032 s]
/proc/loadavg: 0.94 0.99 0.91 3/64 20904
/proc/meminfo: memFree=1069352/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=2296 CPUtime=0.09
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 1003 0 0 0 9 0 0 0 19 0 1 0 214728205 2351104 459 1992294400 134512640 134996440 4294956256 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 574 459 57 118 0 453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3736

[startup+0.301058 s]
/proc/loadavg: 0.94 0.99 0.91 3/64 20904
/proc/meminfo: memFree=1069352/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=4672 CPUtime=0.29
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 1744 0 0 0 29 0 0 0 21 0 1 0 214728205 4784128 1025 1992294400 134512640 134996440 4294956256 18446744073709551615 134518191 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 1168 1026 57 118 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6112

[startup+0.701109 s]
/proc/loadavg: 0.94 0.99 0.91 3/64 20904
/proc/meminfo: memFree=1069352/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=6388 CPUtime=0.69
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 2184 0 0 0 69 0 0 0 24 0 1 0 214728205 6541312 1465 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 1597 1465 57 118 0 1476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7828

[startup+1.50121 s]
/proc/loadavg: 0.94 0.99 0.91 2/66 20906
/proc/meminfo: memFree=1062552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=8764 CPUtime=1.49
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 2795 0 0 0 149 0 0 0 25 0 1 0 214728205 8974336 2076 1992294400 134512640 134996440 4294956256 18446744073709551615 134518240 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 2191 2076 57 118 0 2070 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10204

[startup+3.10243 s]
/proc/loadavg: 0.94 0.99 0.91 2/66 20906
/proc/meminfo: memFree=1060248/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=0
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214728205 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20904/statm: 360 110 95 260 0 84 0
[pid=20905] ppid=20904 vsize=10084 CPUtime=3.09
/proc/20905/stat : 20905 (march_dl) R 20904 20904 20796 0 -1 4194304 3111 0 0 0 308 1 0 0 25 0 1 0 214728205 10326016 2392 1992294400 134512640 134996440 4294956256 18446744073709551615 134518421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20905/statm: 2521 2392 57 118 0 2400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11524

[startup+6.30185 s]
/proc/loadavg: 0.94 0.99 0.91 2/66 20907
/proc/meminfo: memFree=1067040/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=1440 CPUtime=4.99
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 135 4193 0 0 0 0 498 1 16 0 1 0 214728205 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 360 111 96 260 0 84 0
[pid=20907] ppid=20904 vsize=6188 CPUtime=1.26
/proc/20907/stat : 20907 (ubcsat2006) R 20904 20904 20796 0 -1 4194304 529 0 4 0 112 14 0 0 25 0 1 0 214728706 6336512 516 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20907/statm: 1547 516 156 64 0 1128 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.95 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1057056/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=9292 CPUtime=1.71
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 2889 0 0 0 170 1 0 0 25 0 1 0 214729302 9515008 2181 1992294400 134512640 134996440 4294956320 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 2323 2181 57 118 0 2202 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 14988

[startup+25.5014 s]
/proc/loadavg: 0.96 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1052064/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12680 CPUtime=14.5
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4211 0 0 0 1448 2 0 0 25 0 1 0 214729302 12984320 3041 1992294400 134512640 134996440 4294956320 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3170 3041 75 118 0 3049 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 18376

[startup+51.1017 s]
/proc/loadavg: 0.97 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1052128/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12812 CPUtime=40.1
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4226 0 0 0 4007 3 0 0 25 0 1 0 214729302 13119488 3056 1992294400 134512640 134996440 4294956320 18446744073709551615 134564753 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3203 3056 75 118 0 3082 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 18508

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1052064/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12812 CPUtime=91.29
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4242 0 0 0 9126 3 0 0 25 0 1 0 214729302 13119488 3072 1992294400 134512640 134996440 4294956320 18446744073709551615 134527725 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3203 3072 75 118 0 3082 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 18508

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1051872/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12944 CPUtime=151.26
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4274 0 0 0 15123 3 0 0 25 0 1 0 214729302 13254656 3104 1992294400 134512640 134996440 4294956320 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3236 3104 75 118 0 3115 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 18640

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1051872/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12944 CPUtime=211.24
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4274 0 0 0 21121 3 0 0 25 0 1 0 214729302 13254656 3104 1992294400 134512640 134996440 4294956320 18446744073709551615 134527446 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3236 3104 75 118 0 3115 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 18640

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1051872/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12944 CPUtime=271.22
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4274 0 0 0 27119 3 0 0 25 0 1 0 214729302 13254656 3104 1992294400 134512640 134996440 4294956320 18446744073709551615 134551858 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3236 3104 75 118 0 3115 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 18640

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 20908
/proc/meminfo: memFree=1051872/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=12944 CPUtime=331.2
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4276 0 0 0 33117 3 0 0 25 0 1 0 214729302 13254656 3106 1992294400 134512640 134996440 4294956320 18446744073709551615 134521518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3236 3106 75 118 0 3115 0

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


[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 20908
/proc/meminfo: memFree=1051680/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=991
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4332 0 0 0 99095 5 0 0 25 0 1 0 214729302 13524992 3162 1992294400 134512640 134996440 4294956320 18446744073709551615 134528148 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3162 75 118 0 3181 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 18904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 20908
/proc/meminfo: memFree=1051616/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1050.98
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4336 0 0 0 105093 5 0 0 25 0 1 0 214729302 13524992 3166 1992294400 134512640 134996440 4294956320 18446744073709551615 134570227 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3166 75 118 0 3181 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 18904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051680/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1110.96
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4337 0 0 0 111091 5 0 0 25 0 1 0 214729302 13524992 3167 1992294400 134512640 134996440 4294956320 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3167 75 118 0 3181 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 18904

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051616/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1170.94
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4337 0 0 0 117089 5 0 0 25 0 1 0 214729302 13524992 3167 1992294400 134512640 134996440 4294956320 18446744073709551615 134570201 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3167 75 118 0 3181 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 18904

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1230.92
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4337 0 0 0 123087 5 0 0 25 0 1 0 214729302 13524992 3167 1992294400 134512640 134996440 4294956320 18446744073709551615 134532983 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3167 75 118 0 3181 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 18904

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1290.91
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 129086 5 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134551077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 18904

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051616/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1350.89
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 135083 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134551863 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 18904

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

[startup+1369.51 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1358.1
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 135804 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1369.02
Current children cumulated vsize (KiB) 18904

[startup+1382.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1370.89
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137083 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1381.81
Current children cumulated vsize (KiB) 18904

[startup+1385.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1374.09
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137403 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134552202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1385.01
Current children cumulated vsize (KiB) 18904

[startup+1388.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1377.28
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137722 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1388.2
Current children cumulated vsize (KiB) 18904

[startup+1389.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1378.09
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137803 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134531188 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1389.01
Current children cumulated vsize (KiB) 18904

[startup+1389.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1378.49
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137843 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134587563 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1389.41
Current children cumulated vsize (KiB) 18904

[startup+1390.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 20908
/proc/meminfo: memFree=1051552/2055920 swapFree=4181380/4192956
[pid=20904] ppid=20902 vsize=5696 CPUtime=10.92
/proc/20904/stat : 20904 (SATzilla2007_C) S 20902 20904 20796 0 -1 4194304 3092 4728 0 4 354 9 701 28 25 0 1 0 214728205 5832704 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1424 1206 165 260 0 1148 0
[pid=20908] ppid=20904 vsize=13208 CPUtime=1378.89
/proc/20908/stat : 20908 (march_dl) R 20904 20904 20796 0 -1 4194304 4338 0 0 0 137883 6 0 0 25 0 1 0 214729302 13524992 3168 1992294400 134512640 134996440 4294956320 18446744073709551615 134527412 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20908/statm: 3302 3168 75 118 0 3181 0
Current children cumulated CPU time (s) 1389.81
Current children cumulated vsize (KiB) 18904

Child status: 20
Real time (s): 1390.32
CPU time (s): 1389.85
CPU user time (s): 1389.4
CPU system time (s): 0.447931
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 18904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1389.4
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12168
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 2403

runsolver used 1.69274 second user time and 3.35349 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-09 13:02:27
IDJOB=1784817
IDBENCH=24622
IDSOLVER=640
FILE ID=node13/1784817-1241866947
PBS_JOBID= 9264599
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l3.sat05-520.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784817-1241866947/watcher-1784817-1241866947 -o /tmp/evaluation-result-1784817-1241866947/solver-1784817-1241866947 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784817-1241866947.cnf            

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=178017605

node13.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.227
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.227
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:       1069832 kB
Buffers:         74664 kB
Cached:         821272 kB
SwapCached:       5336 kB
Active:         291900 kB
Inactive:       612404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1069832 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            8668 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            67800 kB
Committed_AS:   664656 kB
PageTables:       1460 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= 66364 MiB
End job on node13 at 2009-05-09 13:25:38