Trace number 1737504

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.08 1199.59

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-230-100.cnf
MD5SUMd2dd2899777fd93a70e706988970ef5e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.2838
Satisfiable
(Un)Satisfiability was proved
Number of variables230
Number of clauses552
Sum of the clauses size1380
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2460
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 592
Number of clauses of size over 50

Solver Data

11.17/11.25	c run March_dl for 5 seconds ... 
11.17/11.25	c Bin: Executing march_dl
11.17/11.25	c child exit by a signal
11.17/11.25	c march_dl returned code 137.
11.17/11.25	c run saps (UBCSAT implementation) for 2 seconds ... 
11.17/11.25	c Bin: Executing ubcsat2006
11.17/11.25	c child exited successfully
11.17/11.25	c ubcsat2006 returned code 0.
11.17/11.25	c satzilla computing base features
11.17/11.25	c satzilla doing unit-prop probe
11.17/11.25	c satzilla doing local search probe
11.17/11.25	c satzilla doing lobjois search-space size estimate
11.17/11.25	c satzilla's ranking:
11.17/11.25	c 1) zchaff_rand+P: -3.724651
11.17/11.25	c 2) vallst+P: -1.798773
11.17/11.25	c 3) minisat20+P: 0.296085
11.17/11.25	c 4) march_dl: 0.978878
11.17/11.25	c 5) minisat20: 1.092928
11.17/11.25	c 6) march_dl+P: 6.034022
11.17/11.25	c 7) kcnfs+P: 999.000000
11.17/11.25	c 8) kcnfs: 999.000000
11.17/11.25	c 9) vallst: 999.000000
11.17/11.25	c 10) zchaff_rand: 999.000000
11.17/11.25	c satzilla running zchaff_rand with preprocessing ... 
1198.96/1199.58	c Preprocessing...
1198.96/1199.58	c Inital problem has 230 variables, 92 nary clauses (460 binary clauses).
1198.96/1199.58	c Num non-binary clauses 92, Average non-binary clause length 5.000
1198.96/1199.58	c Theory has no gaps
1198.96/1199.58	c Preprocessor runtime was 0.000 seconds.
1198.96/1199.58	c 
1198.96/1199.58	c Satisfiability of theory still undetermined.
1198.96/1199.58	c See file /tmp/t8eREz for simplified theory.
1198.96/1199.58	c Bin: Executing zchaff_rand
1198.96/1199.58	c child exit by a signal
1198.96/1199.58	c zchaff_rand returned code 137.
1198.96/1199.58	c zchaff_rand returned code 137.
1198.96/1199.58	c satzilla running vallst with preprocessing ... 
1198.96/1199.58	c Bin: Executing vallst
1198.96/1199.58	c vallst returned code 1.
1198.96/1199.58	c vallst returned code 1.
1198.96/1199.58	c satzilla running minisat20 with preprocessing ... 
1198.96/1199.58	c Bin: Executing minisat20
1198.96/1199.58	c minisat20 returned code 1.
1198.96/1199.58	c minisat20 returned code 1.
1198.96/1199.58	c satzilla running march_dl ... 
1198.96/1199.58	c Bin: Executing march_dl
1198.96/1199.58	c march_dl returned code 1.
1198.96/1199.58	c march_dl returned code 1.
1198.96/1199.58	c satzilla running minisat20 ... 
1198.96/1199.58	c Bin: Executing minisat20
1198.96/1199.58	c minisat20 returned code 1.
1198.96/1199.58	c minisat20 returned code 1.
1198.96/1199.58	c satzilla running march_dl with preprocessing ... 
1198.96/1199.58	c Bin: Executing march_dl
1198.96/1199.58	c march_dl returned code 1.
1198.96/1199.58	c march_dl returned code 1.
1198.96/1199.58	c satzilla running kcnfs with preprocessing ... 
1198.96/1199.58	c Bin: Executing kcnfs
1198.96/1199.58	c kcnfs returned code 1.
1198.96/1199.58	c kcnfs returned code 1.
1198.96/1199.58	c satzilla running kcnfs ... 
1198.96/1199.58	c Bin: Executing kcnfs
1198.96/1199.58	c kcnfs returned code 1.
1198.96/1199.58	c kcnfs returned code 1.
1198.96/1199.58	c satzilla running vallst ... 
1198.96/1199.58	c Bin: Executing vallst
1198.96/1199.58	c vallst returned code 1.
1198.96/1199.58	c vallst returned code 1.
1198.96/1199.58	c satzilla running zchaff_rand ... 
1198.96/1199.58	c Bin: Executing zchaff_rand
1198.96/1199.58	c zchaff_rand returned code 1.
1198.96/1199.58	c zchaff_rand returned code 1.
1198.96/1199.58	c ERROR: All Failed! 
1198.96/1199.58	c SATZILLA_TIME=1199.250000

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-1737504-1240819155/watcher-1737504-1240819155 -o /tmp/evaluation-result-1737504-1240819155/solver-1737504-1240819155 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1737504-1240819155.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.99 1.85 1.45 3/64 30393
/proc/meminfo: memFree=1449920/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) R 30391 30393 30081 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=904 CPUtime=0
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 109948790 925696 164 1992294400 134512640 134996440 4294956240 18446744073709551615 134534396 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 226 164 72 118 0 105 0

[startup+0.0738261 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 30393
/proc/meminfo: memFree=1449920/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=0.07
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 199 0 0 0 7 0 0 0 19 0 1 0 109948790 1064960 191 1992294400 134512640 134996440 4294956240 18446744073709551615 134587160 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 191 74 118 0 139 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2480

[startup+0.101828 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 30393
/proc/meminfo: memFree=1449920/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=0.09
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 201 0 0 0 9 0 0 0 19 0 1 0 109948790 1064960 193 1992294400 134512640 134996440 4294956240 18446744073709551615 134528378 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 193 74 118 0 139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2480

[startup+0.301849 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 30393
/proc/meminfo: memFree=1449920/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=0.29
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 204 0 0 0 29 0 0 0 21 0 1 0 109948790 1064960 196 1992294400 134512640 134996440 4294956240 18446744073709551615 134528836 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 196 74 118 0 139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2480

[startup+0.701892 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 30393
/proc/meminfo: memFree=1449920/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=0.69
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 206 0 0 0 69 0 0 0 25 0 1 0 109948790 1064960 198 1992294400 134512640 134996440 4294956240 18446744073709551615 134551648 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 198 74 118 0 139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2480

[startup+1.50198 s]
/proc/loadavg: 1.99 1.85 1.45 2/66 30395
/proc/meminfo: memFree=1449328/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=1.49
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 208 0 0 0 149 0 0 0 25 0 1 0 109948790 1064960 200 1992294400 134512640 134996440 4294956240 18446744073709551615 134567196 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 200 74 118 0 139 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2480

[startup+3.10115 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 30395
/proc/meminfo: memFree=1449200/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=0
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 109948790 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30393/statm: 360 110 95 260 0 84 0
[pid=30394] ppid=30393 vsize=1040 CPUtime=3.09
/proc/30394/stat : 30394 (march_dl) R 30393 30393 30081 0 -1 4194304 211 0 0 0 309 0 0 0 25 0 1 0 109948790 1064960 203 1992294400 134512640 134996440 4294956240 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30394/statm: 260 203 74 118 0 139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2480

[startup+6.30149 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 30396
/proc/meminfo: memFree=1449200/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1440 CPUtime=4.99
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 135 213 0 0 0 0 499 0 16 0 1 0 109948790 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 360 111 96 260 0 84 0
[pid=30396] ppid=30393 vsize=6188 CPUtime=1.29
/proc/30396/stat : 30396 (ubcsat2006) R 30393 30393 30081 0 -1 4194304 243 0 0 0 94 35 0 0 25 0 1 0 109949290 6336512 226 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30396/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 30397
/proc/meminfo: memFree=1447216/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=5360 CPUtime=1.42
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 985 0 0 0 140 2 0 0 25 0 1 0 109949916 5488640 856 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 1340 856 112 208 0 1112 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7052

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 30397
/proc/meminfo: memFree=1440944/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=11544 CPUtime=14.21
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 2843 0 0 0 1412 9 0 0 25 0 1 0 109949916 11821056 2232 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 2886 2232 112 208 0 2658 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13236

[startup+51.1013 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 30397
/proc/meminfo: memFree=1437552/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=19224 CPUtime=39.8
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 4323 0 0 0 3961 19 0 0 25 0 1 0 109949916 19685376 3071 1992294400 134512640 135365884 4294956272 18446744073709551615 134553819 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 4806 3071 112 208 0 4578 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20916

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.40 2/66 30397
/proc/meminfo: memFree=1433328/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=25256 CPUtime=90.99
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 6650 0 0 0 9062 37 0 0 25 0 1 0 109949916 25862144 4117 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 6314 4117 112 208 0 6086 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 26948

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 30403
/proc/meminfo: memFree=1429808/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=25896 CPUtime=150.95
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 7526 0 0 0 15042 53 0 0 25 0 1 0 109949916 26517504 4993 1992294400 134512640 135365884 4294956272 18446744073709551615 134543598 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 6474 4993 112 208 0 6246 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 27588

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 30403
/proc/meminfo: memFree=1426224/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=36616 CPUtime=210.93
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 10973 0 0 0 21024 69 0 0 25 0 1 0 109949916 37494784 5879 1992294400 134512640 135365884 4294956272 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 9154 5879 112 208 0 8926 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 38308

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 30403
/proc/meminfo: memFree=1423408/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=36936 CPUtime=270.9
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 11679 0 0 0 27006 84 0 0 25 0 1 0 109949916 37822464 6585 1992294400 134512640 135365884 4294956272 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 9234 6585 112 208 0 9006 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 38628

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 30403
/proc/meminfo: memFree=1420272/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=37416 CPUtime=330.88
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 12458 0 0 0 32990 98 0 0 25 0 1 0 109949916 38313984 7364 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 9354 7364 112 208 0 9126 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 30403
/proc/meminfo: memFree=1402736/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=59340 CPUtime=750.71
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 21911 0 0 0 74882 189 0 0 25 0 1 0 109949916 60764160 11696 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 14835 11696 112 208 0 14607 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 61032

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 30403
/proc/meminfo: memFree=1400688/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=59692 CPUtime=810.69
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 22442 0 0 0 80868 201 0 0 25 0 1 0 109949916 61124608 12227 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 14923 12227 112 208 0 14695 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 61384

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 30403
/proc/meminfo: memFree=1398512/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=59692 CPUtime=870.66
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 22991 0 0 0 86852 214 0 0 25 0 1 0 109949916 61124608 12776 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 14923 12776 112 208 0 14695 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 61384

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 30403
/proc/meminfo: memFree=1396400/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=60012 CPUtime=930.64
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 23507 0 0 0 92837 227 0 0 25 0 1 0 109949916 61452288 13292 1992294400 134512640 135365884 4294956272 18446744073709551615 134553785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 15003 13292 112 208 0 14775 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 61704

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 30403
/proc/meminfo: memFree=1394352/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=60012 CPUtime=990.62
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 24022 0 0 0 98824 238 0 0 25 0 1 0 109949916 61452288 13807 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 15003 13807 112 208 0 14775 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 61704

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 30403
/proc/meminfo: memFree=1392432/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=60172 CPUtime=1050.59
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 24519 0 0 0 104810 249 0 0 25 0 1 0 109949916 61616128 14304 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 15043 14304 112 208 0 14815 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 61864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 30403
/proc/meminfo: memFree=1390320/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1110.57
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35265 0 0 0 110789 268 0 0 25 0 1 0 109949916 103755776 14809 1992294400 134512640 135365884 4294956272 18446744073709551615 134543594 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 14809 112 208 0 25103 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 103016

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388592/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1170.55
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35708 0 0 0 116774 281 0 0 25 0 1 0 109949916 103755776 15252 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15252 112 208 0 25103 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 103016

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388272/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1178.54
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35765 0 0 0 117571 283 0 0 25 0 1 0 109949916 103755776 15309 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15309 112 208 0 25103 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 103016

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388208/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1181.74
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35789 0 0 0 117890 284 0 0 25 0 1 0 109949916 103755776 15333 1992294400 134512640 135365884 4294956272 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15333 112 208 0 25103 0
Current children cumulated CPU time (s) 1192.97
Current children cumulated vsize (KiB) 103016

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388144/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1184.94
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35813 0 0 0 118210 284 0 0 25 0 1 0 109949916 103755776 15357 1992294400 134512640 135365884 4294956272 18446744073709551615 134542837 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15357 112 208 0 25103 0
Current children cumulated CPU time (s) 1196.17
Current children cumulated vsize (KiB) 103016

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388080/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1186.54
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35824 0 0 0 118369 285 0 0 25 0 1 0 109949916 103755776 15368 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15368 112 208 0 25103 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 103016

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388080/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1187.33
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35830 0 0 0 118448 285 0 0 25 0 1 0 109949916 103755776 15374 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15374 112 208 0 25103 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 103016

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 30403
/proc/meminfo: memFree=1388080/2055920 swapFree=4181324/4192956
[pid=30393] ppid=30391 vsize=1692 CPUtime=11.23
/proc/30393/stat : 30393 (SATzilla2007_C) S 30391 30393 30081 0 -1 4194304 543 462 0 0 302 51 700 70 25 0 1 0 109948790 1732608 249 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30393/statm: 423 249 165 260 0 147 0
[pid=30397] ppid=30393 vsize=101324 CPUtime=1187.73
/proc/30397/stat : 30397 (zchaff_rand) R 30393 30393 30081 0 -1 4194304 35832 0 0 0 118488 285 0 0 25 0 1 0 109949916 103755776 15376 1992294400 134512640 135365884 4294956272 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30397/statm: 25331 15376 112 208 0 25103 0
Current children cumulated CPU time (s) 1198.96
Current children cumulated vsize (KiB) 103016

Child status: 17
Real time (s): 1199.59
CPU time (s): 1199.08
CPU user time (s): 1195
CPU system time (s): 4.08838
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 103016

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

runsolver used 0.893864 second user time and 3.47547 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-27 09:59:15
IDJOB=1737504
IDBENCH=71789
IDSOLVER=558
FILE ID=node19/1737504-1240819155
PBS_JOBID= 9187467
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= d2dd2899777fd93a70e706988970ef5e
RANDOM SEED=959237492

node19.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1450464 kB
Buffers:         78348 kB
Cached:         445396 kB
SwapCached:       5500 kB
Active:         260100 kB
Inactive:       271620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450464 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            8368 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            59760 kB
Committed_AS:   422276 kB
PageTables:       1452 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= 66300 MiB
End job on node19 at 2009-04-27 10:19:15