Trace number 1737398

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) 1198.95 1199.28

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-290-100.cnf
MD5SUM46069fd95a12b364b1f1ad67bf25128f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark408.046
Satisfiable
(Un)Satisfiability was proved
Number of variables290
Number of clauses696
Sum of the clauses size1740
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2580
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5116
Number of clauses of size over 50

Solver Data

11.07/11.13	c run March_dl for 5 seconds ... 
11.07/11.13	c Bin: Executing march_dl
11.07/11.13	c child exit by a signal
11.07/11.13	c march_dl returned code 137.
11.07/11.13	c run saps (UBCSAT implementation) for 2 seconds ... 
11.07/11.13	c Bin: Executing ubcsat2006
11.07/11.13	c child exited successfully
11.07/11.13	c ubcsat2006 returned code 0.
11.07/11.13	c satzilla computing base features
11.07/11.13	c satzilla doing unit-prop probe
11.07/11.13	c satzilla doing local search probe
11.07/11.13	c satzilla doing lobjois search-space size estimate
11.07/11.13	c satzilla's ranking:
11.07/11.13	c 1) zchaff_rand+P: -2.157911
11.07/11.13	c 2) vallst+P: -0.488499
11.07/11.13	c 3) march_dl: 1.027902
11.07/11.13	c 4) minisat20: 1.082720
11.07/11.13	c 5) minisat20+P: 1.219688
11.07/11.13	c 6) march_dl+P: 1.622803
11.07/11.13	c 7) kcnfs+P: 999.000000
11.07/11.13	c 8) kcnfs: 999.000000
11.07/11.13	c 9) vallst: 999.000000
11.07/11.13	c 10) zchaff_rand: 999.000000
11.07/11.13	c satzilla running zchaff_rand with preprocessing ... 
1198.83/1199.28	c Preprocessing...
1198.83/1199.28	c Inital problem has 290 variables, 116 nary clauses (580 binary clauses).
1198.83/1199.28	c Num non-binary clauses 116, Average non-binary clause length 5.000
1198.83/1199.28	c Theory has no gaps
1198.83/1199.28	c Preprocessor runtime was 0.000 seconds.
1198.83/1199.28	c 
1198.83/1199.28	c Satisfiability of theory still undetermined.
1198.83/1199.28	c See file /tmp/8AzIJN for simplified theory.
1198.83/1199.28	c Bin: Executing zchaff_rand
1198.83/1199.28	c child exit by a signal
1198.83/1199.28	c zchaff_rand returned code 137.
1198.83/1199.28	c zchaff_rand returned code 137.
1198.83/1199.28	c satzilla running vallst with preprocessing ... 
1198.83/1199.28	c Bin: Executing vallst
1198.83/1199.28	c vallst returned code 1.
1198.83/1199.28	c vallst returned code 1.
1198.83/1199.28	c satzilla running march_dl ... 
1198.83/1199.28	c Bin: Executing march_dl
1198.83/1199.28	c march_dl returned code 1.
1198.83/1199.28	c march_dl returned code 1.
1198.83/1199.28	c satzilla running minisat20 ... 
1198.83/1199.28	c Bin: Executing minisat20
1198.83/1199.28	c minisat20 returned code 1.
1198.83/1199.28	c minisat20 returned code 1.
1198.83/1199.28	c satzilla running minisat20 with preprocessing ... 
1198.83/1199.28	c Bin: Executing minisat20
1198.83/1199.28	c minisat20 returned code 1.
1198.83/1199.28	c minisat20 returned code 1.
1198.83/1199.28	c satzilla running march_dl with preprocessing ... 
1198.83/1199.28	c Bin: Executing march_dl
1198.83/1199.28	c march_dl returned code 1.
1198.83/1199.28	c march_dl returned code 1.
1198.83/1199.28	c satzilla running kcnfs with preprocessing ... 
1198.83/1199.28	c Bin: Executing kcnfs
1198.83/1199.28	c kcnfs returned code 1.
1198.83/1199.28	c kcnfs returned code 1.
1198.83/1199.28	c satzilla running kcnfs ... 
1198.83/1199.28	c Bin: Executing kcnfs
1198.83/1199.28	c kcnfs returned code 1.
1198.83/1199.28	c kcnfs returned code 1.
1198.83/1199.28	c satzilla running vallst ... 
1198.83/1199.28	c Bin: Executing vallst
1198.83/1199.28	c vallst returned code 1.
1198.83/1199.28	c vallst returned code 1.
1198.83/1199.28	c satzilla running zchaff_rand ... 
1198.83/1199.28	c Bin: Executing zchaff_rand
1198.83/1199.28	c zchaff_rand returned code 1.
1198.83/1199.28	c zchaff_rand returned code 1.
1198.83/1199.28	c ERROR: All Failed! 
1198.83/1199.28	c SATZILLA_TIME=1199.120000

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-1737398-1240817478/watcher-1737398-1240817478 -o /tmp/evaluation-result-1737398-1240817478/solver-1737398-1240817478 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1737398-1240817478.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: 1.00 1.00 1.07 3/64 4719
/proc/meminfo: memFree=1598948/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=772 CPUtime=0
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 109780364 790528 121 1992294400 134512640 134996440 4294956240 18446744073709551615 134559793 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 193 121 65 118 0 72 0

[startup+0.028637 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 4719
/proc/meminfo: memFree=1598948/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1036 CPUtime=0.02
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 218 0 0 0 2 0 0 0 19 0 1 0 109780364 1060864 210 1992294400 134512640 134996440 4294956240 18446744073709551615 134532983 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 259 210 74 118 0 138 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2476

[startup+0.101645 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 4719
/proc/meminfo: memFree=1598948/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1168 CPUtime=0.1
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 223 0 0 0 10 0 0 0 20 0 1 0 109780364 1196032 215 1992294400 134512640 134996440 4294956240 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 292 215 74 118 0 171 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2608

[startup+0.301665 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 4719
/proc/meminfo: memFree=1598948/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1168 CPUtime=0.3
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 225 0 0 0 30 0 0 0 22 0 1 0 109780364 1196032 217 1992294400 134512640 134996440 4294956240 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 292 217 74 118 0 171 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2608

[startup+0.701711 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 4719
/proc/meminfo: memFree=1598948/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1168 CPUtime=0.7
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 228 0 0 0 70 0 0 0 25 0 1 0 109780364 1196032 220 1992294400 134512640 134996440 4294956240 18446744073709551615 134528099 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 292 220 74 118 0 171 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2608

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4721
/proc/meminfo: memFree=1598228/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1168 CPUtime=1.5
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 231 0 0 0 150 0 0 0 25 0 1 0 109780364 1196032 223 1992294400 134512640 134996440 4294956240 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 292 223 74 118 0 171 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2608

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4721
/proc/meminfo: memFree=1598100/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=0
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109780364 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 110 95 260 0 84 0
[pid=4720] ppid=4719 vsize=1168 CPUtime=3.1
/proc/4720/stat : 4720 (march_dl) R 4719 4719 4182 0 -1 4194304 233 0 0 0 310 0 0 0 25 0 1 0 109780364 1196032 225 1992294400 134512640 134996440 4294956240 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4720/statm: 292 225 74 118 0 171 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2608

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4722
/proc/meminfo: memFree=1598228/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1440 CPUtime=4.99
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 135 235 0 0 0 0 499 0 19 0 1 0 109780364 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 360 111 96 260 0 84 0
[pid=4722] ppid=4719 vsize=6188 CPUtime=1.28
/proc/4722/stat : 4722 (ubcsat2006) R 4719 4719 4182 0 -1 4194304 246 0 0 0 100 28 0 0 25 0 1 0 109780864 6336512 229 1992294400 134512640 134777720 4294956096 18446744073709551615 2543249 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4722/statm: 1547 229 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4723
/proc/meminfo: memFree=1595988/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=5692 CPUtime=1.55
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 1017 0 0 0 152 3 0 0 25 0 1 0 109781477 5828608 888 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 1423 888 112 208 0 1195 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7452

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4723
/proc/meminfo: memFree=1589716/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=11848 CPUtime=14.35
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 2926 0 0 0 1424 11 0 0 25 0 1 0 109781477 12132352 2315 1992294400 134512640 135365884 4294956272 18446744073709551615 134544066 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 2962 2315 112 208 0 2734 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13608

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 4723
/proc/meminfo: memFree=1586644/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=19924 CPUtime=39.94
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 4327 0 0 0 3972 22 0 0 25 0 1 0 109781477 20402176 3075 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 4981 3075 112 208 0 4753 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 21684

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 4723
/proc/meminfo: memFree=1582164/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=25908 CPUtime=91.13
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 6701 0 0 0 9072 41 0 0 25 0 1 0 109781477 26529792 4168 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 6477 4168 112 208 0 6249 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 27668

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 4723
/proc/meminfo: memFree=1578388/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=26340 CPUtime=151.12
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 7663 0 0 0 15048 64 0 0 25 0 1 0 109781477 26972160 5130 1992294400 134512640 135365884 4294956272 18446744073709551615 134543598 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 6585 5130 112 208 0 6357 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 28100

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 4723
/proc/meminfo: memFree=1575124/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=36884 CPUtime=211.1
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 11025 0 0 0 21025 85 0 0 25 0 1 0 109781477 37769216 5931 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 9221 5931 112 208 0 8993 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 38644

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 4723
/proc/meminfo: memFree=1572116/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=36884 CPUtime=271.08
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 11784 0 0 0 27006 102 0 0 25 0 1 0 109781477 37769216 6690 1992294400 134512640 135365884 4294956272 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 9221 6690 112 208 0 8993 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 38644

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 4723
/proc/meminfo: memFree=1569180/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=37044 CPUtime=331.07
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 12513 0 0 0 32986 121 0 0 25 0 1 0 109781477 37933056 7419 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 9261 7419 112 208 0 9033 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1547740/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=59444 CPUtime=810.94
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 22957 0 0 0 80840 254 0 0 25 0 1 0 109781477 60870656 12742 1992294400 134512640 135365884 4294956272 18446744073709551615 134576800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 14861 12742 112 208 0 14633 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 61204

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1545500/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=59444 CPUtime=870.92
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 23511 0 0 0 86823 269 0 0 25 0 1 0 109781477 60870656 13296 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 14861 13296 112 208 0 14633 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 61204

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1543196/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=59764 CPUtime=930.91
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 24098 0 0 0 92806 285 0 0 25 0 1 0 109781477 61198336 13883 1992294400 134512640 135365884 4294956272 18446744073709551615 134543954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 14941 13883 112 208 0 14713 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 61524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1540956/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=100884 CPUtime=990.89
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 34880 0 0 0 98788 301 0 0 25 0 1 0 109781477 103305216 14424 1992294400 134512640 135365884 4294956272 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25221 14424 112 208 0 24993 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 102644

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1538716/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101044 CPUtime=1050.88
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 35437 0 0 0 104773 315 0 0 25 0 1 0 109781477 103469056 14981 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25261 14981 112 208 0 25033 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 102804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1536156/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101204 CPUtime=1110.86
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36070 0 0 0 110757 329 0 0 25 0 1 0 109781477 103632896 15614 1992294400 134512640 135365884 4294956272 18446744073709551615 135090391 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25301 15614 112 208 0 25073 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 102964

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1534108/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1170.84
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36583 0 0 0 116741 343 0 0 25 0 1 0 109781477 103960576 16127 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16127 112 208 0 25153 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 103284

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533788/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1178.84
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36650 0 0 0 117539 345 0 0 25 0 1 0 109781477 103960576 16194 1992294400 134512640 135365884 4294956272 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16194 112 208 0 25153 0
Current children cumulated CPU time (s) 1189.94
Current children cumulated vsize (KiB) 103284

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533724/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1182.05
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36675 0 0 0 117859 346 0 0 25 0 1 0 109781477 103960576 16219 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16219 112 208 0 25153 0
Current children cumulated CPU time (s) 1193.15
Current children cumulated vsize (KiB) 103284

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533596/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1185.25
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36701 0 0 0 118178 347 0 0 25 0 1 0 109781477 103960576 16245 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16245 112 208 0 25153 0
Current children cumulated CPU time (s) 1196.35
Current children cumulated vsize (KiB) 103284

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533596/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1186.84
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36718 0 0 0 118337 347 0 0 25 0 1 0 109781477 103960576 16262 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16262 112 208 0 25153 0
Current children cumulated CPU time (s) 1197.94
Current children cumulated vsize (KiB) 103284

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533596/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1187.24
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36722 0 0 0 118377 347 0 0 25 0 1 0 109781477 103960576 16266 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16266 112 208 0 25153 0
Current children cumulated CPU time (s) 1198.34
Current children cumulated vsize (KiB) 103284

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533532/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1187.64
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36731 0 0 0 118417 347 0 0 25 0 1 0 109781477 103960576 16275 1992294400 134512640 135365884 4294956272 18446744073709551615 134543979 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16275 112 208 0 25153 0
Current children cumulated CPU time (s) 1198.74
Current children cumulated vsize (KiB) 103284

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4725
/proc/meminfo: memFree=1533532/2055920 swapFree=4181272/4192956
[pid=4719] ppid=4717 vsize=1760 CPUtime=11.1
/proc/4719/stat : 4719 (SATzilla2007_C) S 4717 4719 4182 0 -1 4194304 555 487 0 0 303 45 700 62 25 0 1 0 109780364 1802240 258 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4719/statm: 440 258 165 260 0 164 0
[pid=4723] ppid=4719 vsize=101524 CPUtime=1187.73
/proc/4723/stat : 4723 (zchaff_rand) R 4719 4719 4182 0 -1 4194304 36732 0 0 0 118426 347 0 0 25 0 1 0 109781477 103960576 16276 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4723/statm: 25381 16276 112 208 0 25153 0
Current children cumulated CPU time (s) 1198.83
Current children cumulated vsize (KiB) 103284

Child status: 17
Real time (s): 1199.28
CPU time (s): 1198.95
CPU user time (s): 1194.38
CPU system time (s): 4.57131
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 143448

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

runsolver used 1.01984 second user time and 3.34949 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-27 09:31:18
IDJOB=1737398
IDBENCH=71787
IDSOLVER=558
FILE ID=node35/1737398-1240817478
PBS_JOBID= 9187458
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-290-100.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737398-1240817478/watcher-1737398-1240817478 -o /tmp/evaluation-result-1737398-1240817478/solver-1737398-1240817478 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1737398-1240817478.cnf            

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

MD5SUM BENCH= 46069fd95a12b364b1f1ad67bf25128f
RANDOM SEED=182004677

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1599492 kB
Buffers:         62656 kB
Cached:         335088 kB
SwapCached:       5700 kB
Active:         176020 kB
Inactive:       229828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599492 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            8368 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            36664 kB
Committed_AS:   525652 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node35 at 2009-04-27 09:51:17