Trace number 1729367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.6 1199.61

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

12.27/12.31	c run March_dl for 5 seconds ... 
12.27/12.31	c Bin: Executing march_dl
12.27/12.31	c child exit by a signal
12.27/12.31	c march_dl returned code 137.
12.27/12.31	c run saps (UBCSAT implementation) for 2 seconds ... 
12.27/12.31	c Bin: Executing ubcsat2006
12.27/12.31	c child exited successfully
12.27/12.31	c ubcsat2006 returned code 0.
12.27/12.31	c satzilla computing base features
12.27/12.31	c satzilla doing unit-prop probe
12.27/12.31	c satzilla doing local search probe
12.27/12.31	c satzilla doing lobjois search-space size estimate
12.27/12.31	c satzilla's ranking:
12.27/12.31	c 1) zchaff_rand+P: 2.632639
12.27/12.31	c 2) minisat20+P: 3.096167
12.27/12.31	c 3) minisat20: 3.385291
12.27/12.31	c 4) vallst+P: 3.391068
12.27/12.31	c 5) march_dl+P: 3.565818
12.27/12.31	c 6) march_dl: 4.241568
12.27/12.31	c 7) kcnfs+P: 999.000000
12.27/12.31	c 8) kcnfs: 999.000000
12.27/12.31	c 9) vallst: 999.000000
12.27/12.31	c 10) zchaff_rand: 999.000000
12.27/12.31	c satzilla running zchaff_rand with preprocessing ... 
1199.57/1199.60	c Preprocessing...
1199.57/1199.60	c Inital problem has 1296 variables, 93960 nary clauses (1944 binary clauses).
1199.57/1199.60	c Num non-binary clauses 93960, Average non-binary clause length 4.000
1199.57/1199.60	c Theory has no gaps
1199.57/1199.60	c Preprocessor runtime was 0.310 seconds.
1199.57/1199.60	c 
1199.57/1199.60	c Satisfiability of theory still undetermined.
1199.57/1199.60	c See file /tmp/ww9Dwm for simplified theory.
1199.57/1199.60	c Bin: Executing zchaff_rand
1199.57/1199.60	c child exit by a signal
1199.57/1199.60	c zchaff_rand returned code 137.
1199.57/1199.60	c zchaff_rand returned code 137.
1199.57/1199.60	c satzilla running minisat20 with preprocessing ... 
1199.57/1199.60	c Bin: Executing minisat20
1199.57/1199.60	c minisat20 returned code 1.
1199.57/1199.60	c minisat20 returned code 1.
1199.57/1199.60	c satzilla running minisat20 ... 
1199.57/1199.60	c Bin: Executing minisat20
1199.57/1199.60	c minisat20 returned code 1.
1199.57/1199.60	c minisat20 returned code 1.
1199.57/1199.60	c satzilla running vallst with preprocessing ... 
1199.57/1199.60	c Bin: Executing vallst
1199.57/1199.60	c vallst returned code 1.
1199.57/1199.60	c vallst returned code 1.
1199.57/1199.60	c satzilla running march_dl with preprocessing ... 
1199.57/1199.60	c Bin: Executing march_dl
1199.57/1199.60	c march_dl returned code 1.
1199.57/1199.60	c march_dl returned code 1.
1199.57/1199.60	c satzilla running march_dl ... 
1199.57/1199.60	c Bin: Executing march_dl
1199.57/1199.60	c march_dl returned code 1.
1199.57/1199.60	c march_dl returned code 1.
1199.57/1199.60	c satzilla running kcnfs with preprocessing ... 
1199.57/1199.60	c Bin: Executing kcnfs
1199.57/1199.60	c kcnfs returned code 1.
1199.57/1199.60	c kcnfs returned code 1.
1199.57/1199.60	c satzilla running kcnfs ... 
1199.57/1199.60	c Bin: Executing kcnfs
1199.57/1199.60	c kcnfs returned code 1.
1199.57/1199.60	c kcnfs returned code 1.
1199.57/1199.60	c satzilla running vallst ... 
1199.57/1199.60	c Bin: Executing vallst
1199.57/1199.60	c vallst returned code 1.
1199.57/1199.60	c vallst returned code 1.
1199.57/1199.60	c satzilla running zchaff_rand ... 
1199.57/1199.60	c Bin: Executing zchaff_rand
1199.57/1199.60	c zchaff_rand returned code 1.
1199.57/1199.60	c zchaff_rand returned code 1.
1199.57/1199.60	c ERROR: All Failed! 
1199.57/1199.60	c SATZILLA_TIME=1199.770000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729367-1240748467/watcher-1729367-1240748467 -o /tmp/evaluation-result-1729367-1240748467/solver-1729367-1240748467 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1729367-1240748467.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): 1800 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.85 0.97 1.08 3/64 25022
/proc/meminfo: memFree=1706480/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) R 25020 25022 24985 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=1388 CPUtime=0
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 102880103 1421312 185 1992294400 134512640 134996440 4294956256 18446744073709551615 134600897 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 347 185 50 118 0 226 0

[startup+0.0450081 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 25022
/proc/meminfo: memFree=1706480/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=2048 CPUtime=0.04
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 360 0 0 0 4 0 0 0 18 0 1 0 102880103 2097152 355 1992294400 134512640 134996440 4294956256 18446744073709551615 134775950 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 512 355 50 118 0 391 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3488

[startup+0.102991 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 25022
/proc/meminfo: memFree=1706480/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=2840 CPUtime=0.09
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 604 0 0 0 9 0 0 0 19 0 1 0 102880103 2908160 599 1992294400 134512640 134996440 4294956256 18446744073709551615 134637061 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 710 599 50 118 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4280

[startup+0.302933 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 25022
/proc/meminfo: memFree=1706480/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=5636 CPUtime=0.29
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 2250 0 0 0 28 1 0 0 22 0 1 0 102880103 5771264 973 1992294400 134512640 134996440 4294956256 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 1409 973 55 118 0 1288 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7076

[startup+0.70282 s]
/proc/loadavg: 0.85 0.97 1.08 3/64 25022
/proc/meminfo: memFree=1706480/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=8540 CPUtime=0.69
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 9542 0 0 0 66 3 0 0 25 0 1 0 102880103 8744960 1699 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 2135 1707 65 118 0 2014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9980

[startup+1.50159 s]
/proc/loadavg: 0.85 0.97 1.08 2/66 25024
/proc/meminfo: memFree=1699360/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=11320 CPUtime=1.49
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 11087 0 0 0 145 4 0 0 25 0 1 0 102880103 11591680 1844 1992294400 134512640 134996440 4294956256 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 2830 1844 67 118 0 2709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12760

[startup+3.10114 s]
/proc/loadavg: 0.85 0.97 1.08 2/66 25024
/proc/meminfo: memFree=1698912/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=0
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102880103 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25022/statm: 360 110 95 260 0 84 0
[pid=25023] ppid=25022 vsize=11716 CPUtime=3.09
/proc/25023/stat : 25023 (march_dl) R 25022 25022 24985 0 -1 4194304 11195 0 0 0 304 5 0 0 25 0 1 0 102880103 11997184 1952 1992294400 134512640 134996440 4294956256 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25023/statm: 2929 1952 67 118 0 2808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13156

[startup+6.30124 s]
/proc/loadavg: 0.86 0.97 1.08 2/66 25025
/proc/meminfo: memFree=1700000/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=1440 CPUtime=4.99
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 135 13305 0 0 0 0 493 6 16 0 1 0 102880103 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 360 111 96 260 0 84 0
[pid=25025] ppid=25022 vsize=10288 CPUtime=1.28
/proc/25025/stat : 25025 (ubcsat2006) R 25022 25022 24985 0 -1 4194304 1658 0 0 0 126 2 0 0 25 0 1 0 102880603 10534912 1641 1992294400 134512640 134777720 4294956112 18446744073709551615 134704294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25025/statm: 2572 1641 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 1.08 2/65 25025
/proc/meminfo: memFree=1699376/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20312 CPUtime=12.67
/proc/25022/stat : 25022 (SATzilla2007_C) R 25020 25022 24985 0 -1 4194304 9136 14969 0 0 537 9 710 11 25 0 1 0 102880103 20799488 4894 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/25022/statm: 5078 4894 164 260 0 4802 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20312

[startup+25.5028 s]
/proc/loadavg: 0.90 0.97 1.08 2/66 25026
/proc/meminfo: memFree=1674024/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=21448 CPUtime=12.7
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 4178 0 0 0 1247 23 0 0 25 0 1 0 102881382 21962752 2926 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 5362 2926 112 208 0 5134 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41756

[startup+51.1025 s]
/proc/loadavg: 1.01 0.99 1.08 2/66 25026
/proc/meminfo: memFree=1668904/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=23532 CPUtime=38.3
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 5462 0 0 0 3774 56 0 0 25 0 1 0 102881382 24096768 4210 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 5883 4210 112 208 0 5655 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43840

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 1.07 2/66 25026
/proc/meminfo: memFree=1665320/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=32236 CPUtime=89.49
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 6342 0 0 0 8849 100 0 0 25 0 1 0 102881382 33009664 5090 1992294400 134512640 135365884 4294956288 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 8059 5090 112 208 0 7831 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52544

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 1.07 2/66 25026
/proc/meminfo: memFree=1663016/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=37608 CPUtime=149.49
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 8189 0 0 0 14793 156 0 0 25 0 1 0 102881382 38510592 5656 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 9402 5656 112 208 0 9174 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 57916

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 1.06 2/66 25026
/proc/meminfo: memFree=1660392/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=38504 CPUtime=209.5
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 8843 0 0 0 20744 206 0 0 25 0 1 0 102881382 39428096 6310 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 9626 6310 112 208 0 9398 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 58812

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 1.06 2/66 25026
/proc/meminfo: memFree=1657448/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=39136 CPUtime=269.5
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 9587 0 0 0 26695 255 0 0 25 0 1 0 102881382 40075264 7054 1992294400 134512640 135365884 4294956288 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 9784 7054 112 208 0 9556 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 59444

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 1.05 2/66 25026
/proc/meminfo: memFree=1655784/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=49496 CPUtime=329.5
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 12567 0 0 0 32638 312 0 0 25 0 1 0 102881382 50683904 7473 1992294400 134512640 135365884 4294956288 18446744073709551615 134550694 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 12374 7473 112 208 0 12146 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 69804


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


[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25026
/proc/meminfo: memFree=1641128/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=71644 CPUtime=809.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 21246 0 0 0 80245 706 0 0 25 0 1 0 102881382 73363456 11031 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 17911 11031 112 208 0 17683 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 91952

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1639400/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=71644 CPUtime=869.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 21633 0 0 0 86194 757 0 0 25 0 1 0 102881382 73363456 11418 1992294400 134512640 135365884 4294956288 18446744073709551615 134551669 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 17911 11418 112 208 0 17683 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 91952

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1638056/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=71772 CPUtime=929.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 21995 0 0 0 92146 805 0 0 25 0 1 0 102881382 73494528 11780 1992294400 134512640 135365884 4294956288 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 17943 11780 112 208 0 17715 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 92080

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1636584/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=71772 CPUtime=989.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 22365 0 0 0 98098 853 0 0 25 0 1 0 102881382 73494528 12150 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 17943 12150 112 208 0 17715 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 92080

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1635112/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=71900 CPUtime=1049.52
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 22745 0 0 0 104054 898 0 0 25 0 1 0 102881382 73625600 12530 1992294400 134512640 135365884 4294956288 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 17975 12530 112 208 0 17747 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 92208

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1633704/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1109.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23110 0 0 0 110013 938 0 0 25 0 1 0 102881382 74027008 12895 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 12895 112 208 0 17845 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 92600

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1632360/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1169.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23440 0 0 0 115971 980 0 0 25 0 1 0 102881382 74027008 13225 1992294400 134512640 135365884 4294956288 18446744073709551615 134550641 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13225 112 208 0 17845 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 92600

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1632168/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1177.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23485 0 0 0 116765 986 0 0 25 0 1 0 102881382 74027008 13270 1992294400 134512640 135365884 4294956288 18446744073709551615 134525474 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13270 112 208 0 17845 0
Current children cumulated CPU time (s) 1190.27
Current children cumulated vsize (KiB) 92600

[startup+1193.51 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1632040/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1180.71
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23501 0 0 0 117084 987 0 0 25 0 1 0 102881382 74027008 13286 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13286 112 208 0 17845 0
Current children cumulated CPU time (s) 1193.47
Current children cumulated vsize (KiB) 92600

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1631976/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1183.91
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23516 0 0 0 117402 989 0 0 25 0 1 0 102881382 74027008 13301 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13301 112 208 0 17845 0
Current children cumulated CPU time (s) 1196.67
Current children cumulated vsize (KiB) 92600

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1631912/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1185.51
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23525 0 0 0 117561 990 0 0 25 0 1 0 102881382 74027008 13310 1992294400 134512640 135365884 4294956288 18446744073709551615 134551153 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13310 112 208 0 17845 0
Current children cumulated CPU time (s) 1198.27
Current children cumulated vsize (KiB) 92600

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1631912/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1186.31
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23529 0 0 0 117640 991 0 0 25 0 1 0 102881382 74027008 13314 1992294400 134512640 135365884 4294956288 18446744073709551615 134550631 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13314 112 208 0 17845 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 92600

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1631912/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=72292 CPUtime=1186.71
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4194304 23531 0 0 0 117680 991 0 0 25 0 1 0 102881382 74027008 13316 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 18073 13316 112 208 0 17845 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 92600

[startup+1199.6 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 25028
/proc/meminfo: memFree=1631912/2055920 swapFree=4181368/4192956
[pid=25022] ppid=25020 vsize=20308 CPUtime=12.76
/proc/25022/stat : 25022 (SATzilla2007_C) S 25020 25022 24985 0 -1 4194304 9139 14969 0 0 546 9 710 11 25 0 1 0 102880103 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25022/statm: 5077 4893 164 260 0 4801 0
[pid=25026] ppid=25022 vsize=0 CPUtime=1186.81
/proc/25026/stat : 25026 (zchaff_rand) R 25022 25022 24985 0 -1 4195332 23531 0 0 0 117690 991 0 0 25 0 1 0 102881382 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/25026/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 20308

Child status: 17
Real time (s): 1199.61
CPU time (s): 1199.6
CPU user time (s): 1189.47
CPU system time (s): 10.1385
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 92600

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

runsolver used 1.06184 second user time and 3.3095 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-26 14:21:07
IDJOB=1729367
IDBENCH=24701
IDSOLVER=558
FILE ID=node16/1729367-1240748467
PBS_JOBID= 9187088
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729367-1240748467/watcher-1729367-1240748467 -o /tmp/evaluation-result-1729367-1240748467/solver-1729367-1240748467 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1729367-1240748467.cnf            

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

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=740538474

node16.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.234
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.234
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:       1707032 kB
Buffers:         40780 kB
Cached:         253764 kB
SwapCached:       5472 kB
Active:         125684 kB
Inactive:       176772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707032 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           10392 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            32592 kB
Committed_AS:   402660 kB
PageTables:       1436 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= 66312 MiB
End job on node16 at 2009-04-26 14:41:07