Trace number 1785117

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) 4999.16 5001.16

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
MD5SUM95e4195bdde82ec65467d8f29f037cf2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables390
Number of clauses1722
Sum of the clauses size5166
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31722
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.87/10.92	c run March_dl for 5 seconds ... 
10.87/10.92	c Bin: Executing march_dl
10.87/10.92	c child exit by a signal
10.87/10.92	c march_dl returned code 137.
10.87/10.92	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.92	c Bin: Executing ubcsat2006
10.87/10.92	c child exited successfully
10.87/10.92	c ubcsat2006 returned code 0.
10.87/10.92	c satzilla computing base features
10.87/10.92	c satzilla doing unit-prop probe
10.87/10.92	c satzilla doing local search probe
10.87/10.92	c satzilla doing lobjois search-space size estimate
10.87/10.92	c satzilla's ranking:
10.87/10.92	c 1) vallst+P: 1.041875
10.87/10.92	c 2) zchaff_rand+P: 1.741772
10.87/10.92	c 3) minisat20: 2.004697
10.87/10.92	c 4) minisat20+P: 3.295900
10.87/10.92	c 5) march_dl: 3.486362
10.87/10.92	c 6) march_dl+P: 3.513074
10.87/10.92	c 7) kcnfs+P: 999.000000
10.87/10.92	c 8) kcnfs: 999.000000
10.87/10.92	c 9) vallst: 999.000000
10.87/10.92	c 10) zchaff_rand: 999.000000
10.87/10.92	c satzilla running vallst with preprocessing ... 
4999.06/5001.16	c Preprocessing...
4999.06/5001.16	c Inital problem has 390 variables, 1722 nary clauses (0 binary clauses).
4999.06/5001.16	c Num non-binary clauses 1722, Average non-binary clause length 3.000
4999.06/5001.16	c Theory has no gaps
4999.06/5001.16	c Preprocessor runtime was 0.000 seconds.
4999.06/5001.16	c 
4999.06/5001.16	c Satisfiability of theory still undetermined.
4999.06/5001.16	c See file /tmp/kzI5oI for simplified theory.
4999.06/5001.16	c Bin: Executing vallst
4999.06/5001.16	c child exit by a signal
4999.06/5001.16	c vallst returned code 137.
4999.06/5001.16	c vallst returned code 137.
4999.06/5001.16	c satzilla running zchaff_rand with preprocessing ... 
4999.06/5001.16	c Bin: Executing zchaff_rand
4999.06/5001.16	c zchaff_rand returned code 1.
4999.06/5001.16	c zchaff_rand returned code 1.
4999.06/5001.16	c satzilla running minisat20 ... 
4999.06/5001.16	c Bin: Executing minisat20
4999.06/5001.16	c minisat20 returned code 1.
4999.06/5001.16	c minisat20 returned code 1.
4999.06/5001.16	c satzilla running minisat20 with preprocessing ... 
4999.06/5001.16	c Bin: Executing minisat20
4999.06/5001.16	c minisat20 returned code 1.
4999.06/5001.16	c minisat20 returned code 1.
4999.06/5001.16	c satzilla running march_dl ... 
4999.06/5001.16	c Bin: Executing march_dl
4999.06/5001.16	c march_dl returned code 1.
4999.06/5001.16	c march_dl returned code 1.
4999.06/5001.16	c satzilla running march_dl with preprocessing ... 
4999.06/5001.16	c Bin: Executing march_dl
4999.06/5001.16	c march_dl returned code 1.
4999.06/5001.16	c march_dl returned code 1.
4999.06/5001.16	c satzilla running kcnfs with preprocessing ... 
4999.06/5001.16	c Bin: Executing kcnfs
4999.06/5001.16	c kcnfs returned code 1.
4999.06/5001.16	c kcnfs returned code 1.
4999.06/5001.16	c satzilla running kcnfs ... 
4999.06/5001.16	c Bin: Executing kcnfs
4999.06/5001.16	c kcnfs returned code 1.
4999.06/5001.16	c kcnfs returned code 1.
4999.06/5001.16	c satzilla running vallst ... 
4999.06/5001.16	c Bin: Executing vallst
4999.06/5001.16	c vallst returned code 1.
4999.06/5001.16	c vallst returned code 1.
4999.06/5001.16	c satzilla running zchaff_rand ... 
4999.06/5001.16	c Bin: Executing zchaff_rand
4999.06/5001.16	c zchaff_rand returned code 1.
4999.06/5001.16	c zchaff_rand returned code 1.
4999.06/5001.16	c ERROR: All Failed! 
4999.06/5001.16	c SATZILLA_TIME=4999.900000

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-1785117-1241891912/watcher-1785117-1241891912 -o /tmp/evaluation-result-1785117-1241891912/solver-1785117-1241891912 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785117-1241891912.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 30856
/proc/meminfo: memFree=1608336/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) R 30854 30856 30819 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=764 CPUtime=0
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 44193093 782336 95 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 191 97 52 118 0 70 0

[startup+0.0101479 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 30856
/proc/meminfo: memFree=1608336/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=860 CPUtime=0
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 44193093 880640 151 1992294400 134512640 134996440 4294956256 18446744073709551615 134658037 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 215 151 65 118 0 94 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2300

[startup+0.101156 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 30856
/proc/meminfo: memFree=1608336/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=1120 CPUtime=0.09
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 223 0 0 0 9 0 0 0 19 0 1 0 44193093 1146880 215 1992294400 134512640 134996440 4294956256 18446744073709551615 134587123 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 280 215 74 118 0 159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2560

[startup+0.301176 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 30856
/proc/meminfo: memFree=1608336/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=1120 CPUtime=0.29
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 230 0 0 0 29 0 0 0 21 0 1 0 44193093 1146880 222 1992294400 134512640 134996440 4294956256 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 280 222 74 118 0 159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2560

[startup+0.701218 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 30856
/proc/meminfo: memFree=1608336/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=1120 CPUtime=0.69
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 233 0 0 0 69 0 0 0 25 0 1 0 44193093 1146880 225 1992294400 134512640 134996440 4294956256 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 280 225 74 118 0 159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2560

[startup+1.5013 s]
/proc/loadavg: 0.91 0.95 0.94 2/66 30858
/proc/meminfo: memFree=1607296/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=1120 CPUtime=1.49
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 237 0 0 0 149 0 0 0 25 0 1 0 44193093 1146880 229 1992294400 134512640 134996440 4294956256 18446744073709551615 134527913 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 280 229 74 118 0 159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2560

[startup+3.10147 s]
/proc/loadavg: 0.91 0.95 0.94 2/66 30858
/proc/meminfo: memFree=1607296/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=0
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44193093 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30856/statm: 360 110 95 260 0 84 0
[pid=30857] ppid=30856 vsize=1252 CPUtime=3.09
/proc/30857/stat : 30857 (march_dl) R 30856 30856 30819 0 -1 4194304 241 0 0 0 309 0 0 0 25 0 1 0 44193093 1282048 233 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30857/statm: 313 233 74 118 0 192 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2692

[startup+6.3018 s]
/proc/loadavg: 0.92 0.95 0.94 2/66 30859
/proc/meminfo: memFree=1607432/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1440 CPUtime=4.99
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 135 244 0 0 0 0 499 0 16 0 1 0 44193093 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 360 111 96 260 0 84 0
[pid=30859] ppid=30856 vsize=6188 CPUtime=1.29
/proc/30859/stat : 30859 (ubcsat2006) R 30856 30856 30819 0 -1 4194304 261 0 0 0 105 24 0 0 25 0 1 0 44193593 6336512 244 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30859/statm: 1547 244 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.94 2/66 30860
/proc/meminfo: memFree=1606792/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=2764 CPUtime=1.76
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 360 0 0 0 154 22 0 0 25 0 1 0 44194186 2830336 344 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 691 344 151 55 0 281 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 4748

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.94 2/66 30860
/proc/meminfo: memFree=1606408/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3048 CPUtime=14.56
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 441 0 0 0 1377 79 0 0 25 0 1 0 44194186 3121152 425 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 762 425 151 55 0 352 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5032

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.94 2/66 30860
/proc/meminfo: memFree=1606152/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3048 CPUtime=40.14
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 493 0 0 0 3841 173 0 0 25 0 1 0 44194186 3121152 477 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 762 477 151 55 0 352 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 5032

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.94 2/66 30860
/proc/meminfo: memFree=1606024/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3136 CPUtime=91.32
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 524 0 0 0 8839 293 0 0 25 0 1 0 44194186 3211264 508 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 784 508 151 55 0 374 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 5120

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 30866
/proc/meminfo: memFree=1605640/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3252 CPUtime=151.3
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 572 0 0 0 14735 395 0 0 25 0 1 0 44194186 3330048 556 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 813 556 151 55 0 403 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 5236

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 30866
/proc/meminfo: memFree=1605512/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3448 CPUtime=211.27
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 607 0 0 0 20645 482 0 0 25 0 1 0 44194186 3530752 591 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 862 591 151 55 0 452 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 5432

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 30866
/proc/meminfo: memFree=1605384/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3640 CPUtime=271.24
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 651 0 0 0 26567 557 0 0 25 0 1 0 44194186 3727360 635 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 910 635 151 55 0 500 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 5624

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 30866
/proc/meminfo: memFree=1605256/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=3672 CPUtime=331.23
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 675 0 0 0 32486 637 0 0 25 0 1 0 44194186 3760128 659 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 918 659 151 55 0 508 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4649.51
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 460360 4591 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4660.4
Current children cumulated vsize (KiB) 14556

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.95 2/66 30876
/proc/meminfo: memFree=1594376/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4709.48
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 466306 4642 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134589858 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4720.37
Current children cumulated vsize (KiB) 14556

[startup+4782.3 s]
/proc/loadavg: 1.03 1.00 0.95 2/66 30876
/proc/meminfo: memFree=1594376/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4769.46
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 472257 4689 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134586263 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4780.35
Current children cumulated vsize (KiB) 14556

[startup+4842.3 s]
/proc/loadavg: 1.01 1.00 0.95 2/66 30876
/proc/meminfo: memFree=1594376/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4829.44
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 478204 4740 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134575664 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4840.33
Current children cumulated vsize (KiB) 14556

[startup+4902.3 s]
/proc/loadavg: 1.04 1.01 0.96 2/66 30876
/proc/meminfo: memFree=1594376/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4889.41
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 484144 4797 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4900.3
Current children cumulated vsize (KiB) 14556

[startup+4962.3 s]
/proc/loadavg: 1.09 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4949.38
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 490093 4845 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134585685 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4960.27
Current children cumulated vsize (KiB) 14556

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

[startup+4966.3 s]
/proc/loadavg: 1.09 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4953.38
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 490490 4848 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4964.27
Current children cumulated vsize (KiB) 14556

[startup+4979.1 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4966.18
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 491761 4857 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4977.07
Current children cumulated vsize (KiB) 14556

[startup+4991.9 s]
/proc/loadavg: 1.06 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4978.97
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493028 4869 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4989.86
Current children cumulated vsize (KiB) 14556

[startup+4995.11 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4982.18
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493346 4872 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4993.07
Current children cumulated vsize (KiB) 14556

[startup+4998.3 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4985.38
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493664 4874 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4996.27
Current children cumulated vsize (KiB) 14556

[startup+4999.9 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4986.97
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493823 4874 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4997.86
Current children cumulated vsize (KiB) 14556

[startup+5000.7 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4987.78
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493903 4875 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4998.67
Current children cumulated vsize (KiB) 14556

[startup+5001.1 s]
/proc/loadavg: 1.05 1.02 0.96 2/66 30876
/proc/meminfo: memFree=1594440/2055920 swapFree=4192952/4192956
[pid=30856] ppid=30854 vsize=1984 CPUtime=10.89
/proc/30856/stat : 30856 (SATzilla2007_C) S 30854 30856 30819 0 -1 4194304 631 511 0 0 308 36 700 45 25 0 1 0 44193093 2031616 306 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30856/statm: 496 306 165 260 0 220 0
[pid=30860] ppid=30856 vsize=12572 CPUtime=4988.17
/proc/30860/stat : 30860 (vallst) R 30856 30856 30819 0 -1 4194304 2959 0 0 0 493942 4875 0 0 25 0 1 0 44194186 12873728 2872 1992294400 134512640 134738160 4294956288 18446744073709551615 134575357 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/30860/statm: 3143 2872 151 55 0 2733 0
Current children cumulated CPU time (s) 4999.06
Current children cumulated vsize (KiB) 14556

Child status: 17
Real time (s): 5001.16
CPU time (s): 4999.16
CPU user time (s): 4949.58
CPU system time (s): 49.5825
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 14556

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

runsolver used 4.51031 second user time and 13.6829 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-09 19:58:32
IDJOB=1785117
IDBENCH=24702
IDSOLVER=640
FILE ID=node7/1785117-1241891912
PBS_JOBID= 9264760
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785117-1241891912/watcher-1785117-1241891912 -o /tmp/evaluation-result-1785117-1241891912/solver-1785117-1241891912 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785117-1241891912.cnf            

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

MD5SUM BENCH= 95e4195bdde82ec65467d8f29f037cf2
RANDOM SEED=424922947

node7.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.243
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.243
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:       1608824 kB
Buffers:         43092 kB
Cached:         321520 kB
SwapCached:          4 kB
Active:          91436 kB
Inactive:       286960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608824 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            8404 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            54752 kB
Committed_AS:    77084 kB
PageTables:       1444 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= 66332 MiB
End job on node7 at 2009-05-09 21:21:54