Trace number 1594739

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.2 1199.68

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.788
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data

12.34/12.57	c run March_dl for 5 seconds ... 
12.34/12.57	c Bin: Executing march_dl
12.34/12.57	c child exit by a signal
12.34/12.57	c march_dl returned code 137.
12.34/12.57	c run saps (UBCSAT implementation) for 2 seconds ... 
12.34/12.57	c Bin: Executing ubcsat2006
12.34/12.57	c child exited successfully
12.34/12.57	c ubcsat2006 returned code 0.
12.34/12.57	c satzilla computing base features
12.34/12.57	c satzilla doing unit-prop probe
12.34/12.57	c satzilla doing local search probe
12.34/12.57	c satzilla doing lobjois search-space size estimate
12.34/12.57	c satzilla's ranking:
12.34/12.57	c 1) zchaff_rand+P: -6.169394
12.34/12.57	c 2) vallst+P: -0.835294
12.34/12.57	c 3) minisat20+P: 1.760880
12.34/12.57	c 4) minisat20: 2.951207
12.34/12.57	c 5) march_dl: 4.668767
12.34/12.57	c 6) march_dl+P: 5.580096
12.34/12.57	c 7) kcnfs+P: 999.000000
12.34/12.57	c 8) kcnfs: 999.000000
12.34/12.57	c 9) vallst: 999.000000
12.34/12.57	c 10) zchaff_rand: 999.000000
12.34/12.57	c satzilla running zchaff_rand with preprocessing ... 
1199.09/1199.67	c Preprocessing...
1199.09/1199.67	c Inital problem has 526 variables, 144059 nary clauses (2476 binary clauses).
1199.09/1199.67	c Num non-binary clauses 143995, Average non-binary clause length 5.930
1199.09/1199.67	c Theory has no gaps
1199.09/1199.67	c Preprocessor runtime was 0.610 seconds.
1199.09/1199.67	c 
1199.09/1199.67	c Satisfiability of theory still undetermined.
1199.09/1199.67	c See file /tmp/bog8BR for simplified theory.
1199.09/1199.67	c Bin: Executing zchaff_rand
1199.09/1199.67	c child exit by a signal
1199.09/1199.67	c zchaff_rand returned code 137.
1199.09/1199.67	c zchaff_rand returned code 137.
1199.09/1199.67	c satzilla running vallst with preprocessing ... 
1199.09/1199.67	c Bin: Executing vallst
1199.09/1199.67	c vallst returned code 1.
1199.09/1199.67	c vallst returned code 1.
1199.09/1199.67	c satzilla running minisat20 with preprocessing ... 
1199.09/1199.67	c Bin: Executing minisat20
1199.09/1199.67	c minisat20 returned code 1.
1199.09/1199.67	c minisat20 returned code 1.
1199.09/1199.67	c satzilla running minisat20 ... 
1199.09/1199.67	c Bin: Executing minisat20
1199.09/1199.67	c minisat20 returned code 1.
1199.09/1199.67	c minisat20 returned code 1.
1199.09/1199.67	c satzilla running march_dl ... 
1199.09/1199.67	c Bin: Executing march_dl
1199.09/1199.67	c march_dl returned code 1.
1199.09/1199.67	c march_dl returned code 1.
1199.09/1199.67	c satzilla running march_dl with preprocessing ... 
1199.09/1199.67	c Bin: Executing march_dl
1199.09/1199.67	c march_dl returned code 1.
1199.09/1199.67	c march_dl returned code 1.
1199.09/1199.67	c satzilla running kcnfs with preprocessing ... 
1199.09/1199.67	c Bin: Executing kcnfs
1199.09/1199.67	c kcnfs returned code 1.
1199.09/1199.67	c kcnfs returned code 1.
1199.09/1199.67	c satzilla running kcnfs ... 
1199.09/1199.67	c Bin: Executing kcnfs
1199.09/1199.67	c kcnfs returned code 1.
1199.09/1199.67	c kcnfs returned code 1.
1199.09/1199.67	c satzilla running vallst ... 
1199.09/1199.67	c Bin: Executing vallst
1199.09/1199.67	c vallst returned code 1.
1199.09/1199.67	c vallst returned code 1.
1199.09/1199.67	c satzilla running zchaff_rand ... 
1199.09/1199.67	c Bin: Executing zchaff_rand
1199.09/1199.67	c zchaff_rand returned code 1.
1199.09/1199.67	c zchaff_rand returned code 1.
1199.09/1199.67	c ERROR: All Failed! 
1199.09/1199.67	c SATZILLA_TIME=1199.360000

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-1594739-1239279699/watcher-1594739-1239279699 -o /tmp/evaluation-result-1594739-1239279699/solver-1594739-1239279699 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594739-1239279699.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.99 0.60 0.25 2/73 25667
/proc/meminfo: memFree=1343304/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) R 25665 25667 25603 0 -1 4194304 126 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=1788 CPUtime=0
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 233 0 0 0 0 0 0 0 21 0 1 0 1200633862 1830912 228 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 447 228 50 118 0 326 0

[startup+0.101097 s]
/proc/loadavg: 0.99 0.60 0.25 2/73 25667
/proc/meminfo: memFree=1343304/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=3240 CPUtime=0.09
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 619 0 0 0 9 0 0 0 22 0 1 0 1200633862 3317760 614 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 810 614 50 118 0 689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4680

[startup+0.201105 s]
/proc/loadavg: 0.99 0.60 0.25 2/73 25667
/proc/meminfo: memFree=1343304/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=4560 CPUtime=0.19
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 1020 0 0 0 19 0 0 0 23 0 1 0 1200633862 4669440 1015 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 1140 1015 50 118 0 1019 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6000

[startup+0.301115 s]
/proc/loadavg: 0.99 0.60 0.25 2/73 25667
/proc/meminfo: memFree=1343304/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=6012 CPUtime=0.29
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 1423 0 0 0 29 0 0 0 24 0 1 0 1200633862 6156288 1418 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 1503 1419 50 118 0 1382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7452

[startup+0.701155 s]
/proc/loadavg: 0.99 0.60 0.25 2/73 25667
/proc/meminfo: memFree=1343304/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=8852 CPUtime=0.69
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 9706 0 0 0 65 4 0 0 25 0 1 0 1200633862 9064448 1579 1992294400 134512640 134996440 4294956256 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 2213 1579 57 118 0 2092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10292

[startup+1.50124 s]
/proc/loadavg: 0.99 0.60 0.25 2/75 25669
/proc/meminfo: memFree=1334968/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=14888 CPUtime=1.49
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 17864 0 0 0 141 8 0 0 25 0 1 0 1200633862 15245312 2189 1992294400 134512640 134996440 4294956256 18446744073709551615 134583431 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 3722 2189 67 118 0 3601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16328

[startup+3.10139 s]
/proc/loadavg: 0.99 0.60 0.25 2/75 25669
/proc/meminfo: memFree=1334392/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=0
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 128 0 0 0 0 0 0 0 21 0 1 0 1200633862 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25667/statm: 360 110 95 260 0 84 0
[pid=25668] ppid=25667 vsize=14888 CPUtime=3.09
/proc/25668/stat : 25668 (march_dl) R 25667 25667 25603 0 -1 4194304 17874 0 0 0 301 8 0 0 25 0 1 0 1200633862 15245312 2199 1992294400 134512640 134996440 4294956256 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25668/statm: 3722 2199 67 118 0 3601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16328

[startup+6.30172 s]
/proc/loadavg: 0.99 0.61 0.25 2/75 25670
/proc/meminfo: memFree=1331512/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=1440 CPUtime=4.99
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 135 17884 0 0 0 0 491 8 16 0 1 0 1200633862 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 360 111 96 260 0 84 0
[pid=25670] ppid=25667 vsize=18488 CPUtime=1.16
/proc/25670/stat : 25670 (ubcsat2006) R 25667 25667 25603 0 -1 4194304 2924 0 0 0 113 3 0 0 25 0 1 0 1200634363 18931712 2907 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25670/statm: 4622 2907 156 64 0 4203 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 19928

[startup+12.7024 s]
/proc/loadavg: 0.99 0.61 0.26 2/74 25670
/proc/meminfo: memFree=1331456/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=15848 CPUtime=12.54
/proc/25667/stat : 25667 (SATzilla2007_C) R 25665 25667 25603 0 -1 4194304 12460 20814 0 0 512 10 720 12 25 0 1 0 1200633862 16228352 3769 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/25667/statm: 3962 3770 156 260 0 3686 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 15848

[startup+25.5016 s]
/proc/loadavg: 0.99 0.63 0.27 2/75 25671
/proc/meminfo: memFree=1300984/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=19376 CPUtime=11.99
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 4055 0 0 0 1180 19 0 0 25 0 1 0 1200635212 19841024 2803 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 4844 2803 112 208 0 4616 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 56480

[startup+51.1012 s]
/proc/loadavg: 0.99 0.66 0.29 2/75 25671
/proc/meminfo: memFree=1296312/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=21236 CPUtime=37.56
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 5215 0 0 0 3721 35 0 0 25 0 1 0 1200635212 21745664 3963 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 5309 3963 112 208 0 5081 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 58340

[startup+102.301 s]
/proc/loadavg: 0.99 0.71 0.32 2/75 25671
/proc/meminfo: memFree=1290808/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=31924 CPUtime=88.76
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 6586 0 0 0 8821 55 0 0 25 0 1 0 1200635212 32690176 5334 1992294400 134512640 135365884 4294956288 18446744073709551615 134544055 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 7981 5334 112 208 0 7753 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 69028

[startup+162.301 s]
/proc/loadavg: 0.99 0.76 0.36 2/75 25671
/proc/meminfo: memFree=1285816/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=39368 CPUtime=148.73
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 9109 0 0 0 14801 72 0 0 25 0 1 0 1200635212 40312832 6576 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 9842 6576 112 208 0 9614 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 76472

[startup+222.306 s]
/proc/loadavg: 0.99 0.80 0.40 2/75 25671
/proc/meminfo: memFree=1282488/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=41000 CPUtime=208.72
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 9933 0 0 0 20788 84 0 0 25 0 1 0 1200635212 41984000 7400 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 10250 7400 112 208 0 10022 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 78104

[startup+282.301 s]
/proc/loadavg: 0.99 0.83 0.43 2/75 25671
/proc/meminfo: memFree=1278904/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=42524 CPUtime=268.71
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 10816 0 0 0 26776 95 0 0 25 0 1 0 1200635212 43544576 8283 1992294400 134512640 135365884 4294956288 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 10631 8283 112 208 0 10403 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 79628

[startup+342.302 s]
/proc/loadavg: 0.99 0.86 0.46 2/75 25671
/proc/meminfo: memFree=1275640/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=44016 CPUtime=328.69
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 11626 0 0 0 32762 107 0 0 25 0 1 0 1200635212 45072384 9093 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 11004 9093 112 208 0 10776 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 81120


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


[startup+762.302 s]
/proc/loadavg: 0.99 0.95 0.64 2/75 25671
/proc/meminfo: memFree=1261624/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=66372 CPUtime=748.58
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 15139 0 0 0 74696 162 0 0 25 0 1 0 1200635212 67964928 12540 1992294400 134512640 135365884 4294956288 18446744073709551615 134544105 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 16593 12540 112 208 0 16365 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 103476

[startup+822.302 s]
/proc/loadavg: 0.99 0.96 0.66 2/75 25671
/proc/meminfo: memFree=1260216/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=67084 CPUtime=808.56
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 15574 0 0 0 80687 169 0 0 25 0 1 0 1200635212 68694016 12909 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 16771 12909 112 208 0 16543 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 104188

[startup+882.307 s]
/proc/loadavg: 0.99 0.96 0.68 2/75 25671
/proc/meminfo: memFree=1258488/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=67800 CPUtime=868.54
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 16024 0 0 0 86677 177 0 0 25 0 1 0 1200635212 69427200 13326 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 16950 13326 112 208 0 16722 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 104904

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.70 2/75 25671
/proc/meminfo: memFree=1256952/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=68840 CPUtime=928.52
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 16436 0 0 0 92670 182 0 0 25 0 1 0 1200635212 70492160 13705 1992294400 134512640 135365884 4294956288 18446744073709551615 134543659 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 17210 13705 112 208 0 16982 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 105944

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.71 2/75 25671
/proc/meminfo: memFree=1255160/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=80156 CPUtime=988.5
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 19487 0 0 0 98662 188 0 0 25 0 1 0 1200635212 82079744 14162 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20039 14162 112 208 0 19811 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 117260

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/75 25671
/proc/meminfo: memFree=1253688/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=80932 CPUtime=1048.48
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 19878 0 0 0 104654 194 0 0 25 0 1 0 1200635212 82874368 14520 1992294400 134512640 135365884 4294956288 18446744073709551615 134543707 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20233 14520 112 208 0 20005 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 118036

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.74 2/75 25671
/proc/meminfo: memFree=1252408/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=81576 CPUtime=1108.47
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20228 0 0 0 110646 201 0 0 25 0 1 0 1200635212 83533824 14837 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20394 14837 112 208 0 20166 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 118680

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.75 2/75 25671
/proc/meminfo: memFree=1251000/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=81900 CPUtime=1168.45
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20584 0 0 0 116639 206 0 0 25 0 1 0 1200635212 83865600 15193 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20475 15193 112 208 0 20247 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 119004

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

[startup+1190.4 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250808/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82032 CPUtime=1176.55
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20620 0 0 0 117448 207 0 0 25 0 1 0 1200635212 84000768 15229 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20508 15229 112 208 0 20280 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 119136

[startup+1193.61 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250808/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82032 CPUtime=1179.76
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20626 0 0 0 117768 208 0 0 25 0 1 0 1200635212 84000768 15235 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20508 15235 112 208 0 20280 0
Current children cumulated CPU time (s) 1193.1
Current children cumulated vsize (KiB) 119136

[startup+1196.8 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250616/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82164 CPUtime=1182.95
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20663 0 0 0 118087 208 0 0 25 0 1 0 1200635212 84135936 15272 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20541 15272 112 208 0 20313 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 119268

[startup+1198.4 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250616/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82424 CPUtime=1184.54
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20706 0 0 0 118246 208 0 0 25 0 1 0 1200635212 84402176 15315 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20606 15315 112 208 0 20378 0
Current children cumulated CPU time (s) 1197.88
Current children cumulated vsize (KiB) 119528

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250488/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82424 CPUtime=1185.35
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20709 0 0 0 118326 209 0 0 25 0 1 0 1200635212 84402176 15318 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20606 15318 112 208 0 20378 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 119528

[startup+1199.6 s]
/proc/loadavg: 0.99 0.97 0.76 2/75 25671
/proc/meminfo: memFree=1250488/2055920 swapFree=4177520/4192956
[pid=25667] ppid=25665 vsize=37104 CPUtime=13.34
/proc/25667/stat : 25667 (SATzilla2007_C) S 25665 25667 25603 0 -1 4194304 16304 20814 0 0 589 13 720 12 25 0 1 0 1200633862 37994496 7394 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25667/statm: 9276 7394 164 260 0 9000 0
[pid=25671] ppid=25667 vsize=82424 CPUtime=1185.75
/proc/25671/stat : 25671 (zchaff_rand) R 25667 25667 25603 0 -1 4194304 20711 0 0 0 118366 209 0 0 25 0 1 0 1200635212 84402176 15320 1992294400 134512640 135365884 4294956288 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25671/statm: 20606 15320 112 208 0 20378 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 119528

Child status: 17
Real time (s): 1199.68
CPU time (s): 1199.2
CPU user time (s): 1196.83
CPU system time (s): 2.36964
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 119528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.83
system time used= 2.36964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57843
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= 12
involuntary context switches= 1333

runsolver used 1.25481 second user time and 3.12153 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-09 14:21:39
IDJOB=1594739
IDBENCH=71153
IDSOLVER=558
FILE ID=node84/1594739-1239279699
PBS_JOBID= 9115381
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594739-1239279699/watcher-1594739-1239279699 -o /tmp/evaluation-result-1594739-1239279699/solver-1594739-1239279699 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594739-1239279699.cnf            

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1178082166

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1343784 kB
Buffers:         78224 kB
Cached:         548112 kB
SwapCached:       7220 kB
Active:         307628 kB
Inactive:       328016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343784 kB
SwapTotal:     4192956 kB
SwapFree:      4177520 kB
Dirty:           12464 kB
Writeback:           0 kB
Mapped:          14784 kB
Slab:            61704 kB
Committed_AS:  3287552 kB
PageTables:       1980 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= 66548 MiB
End job on node84 at 2009-04-09 14:41:39