Trace number 1728837

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.78 1200.4

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
MD5SUMad341047b56d6b96e36142808d331e4f
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 variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.93/11.01	c run March_dl for 5 seconds ... 
10.93/11.01	c Bin: Executing march_dl
10.93/11.01	c child exit by a signal
10.93/11.01	c march_dl returned code 137.
10.93/11.01	c run saps (UBCSAT implementation) for 2 seconds ... 
10.93/11.01	c Bin: Executing ubcsat2006
10.93/11.01	c child exited successfully
10.93/11.01	c ubcsat2006 returned code 0.
10.93/11.01	c satzilla computing base features
10.93/11.01	c satzilla doing unit-prop probe
10.93/11.01	c satzilla doing local search probe
10.93/11.01	c satzilla doing lobjois search-space size estimate
10.93/11.01	c satzilla's ranking:
10.93/11.01	c 1) vallst+P: -2.818724
10.93/11.01	c 2) zchaff_rand+P: 0.788509
10.93/11.01	c 3) minisat20+P: 1.222763
10.93/11.01	c 4) minisat20: 2.251092
10.93/11.01	c 5) march_dl+P: 3.211342
10.93/11.01	c 6) march_dl: 3.490629
10.93/11.01	c 7) kcnfs+P: 999.000000
10.93/11.01	c 8) kcnfs: 999.000000
10.93/11.01	c 9) vallst: 999.000000
10.93/11.01	c 10) zchaff_rand: 999.000000
10.93/11.01	c satzilla running vallst with preprocessing ... 
1199.65/1200.39	c Preprocessing...
1199.65/1200.39	c Inital problem has 400 variables, 1400 nary clauses (0 binary clauses).
1199.65/1200.39	c Num non-binary clauses 1400, Average non-binary clause length 3.000
1199.65/1200.39	c Theory has no gaps
1199.65/1200.39	c Preprocessor runtime was 0.000 seconds.
1199.65/1200.39	c 
1199.65/1200.39	c Satisfiability of theory still undetermined.
1199.65/1200.39	c See file /tmp/WqjZUD for simplified theory.
1199.65/1200.39	c Bin: Executing vallst
1199.65/1200.39	c child exit by a signal
1199.65/1200.39	c vallst returned code 137.
1199.65/1200.39	c vallst returned code 137.
1199.65/1200.39	c satzilla running zchaff_rand with preprocessing ... 
1199.65/1200.39	c Bin: Executing zchaff_rand
1199.65/1200.39	c zchaff_rand returned code 1.
1199.65/1200.39	c zchaff_rand returned code 1.
1199.65/1200.39	c satzilla running minisat20 with preprocessing ... 
1199.65/1200.39	c Bin: Executing minisat20
1199.65/1200.39	c minisat20 returned code 1.
1199.65/1200.39	c minisat20 returned code 1.
1199.65/1200.39	c satzilla running minisat20 ... 
1199.65/1200.39	c Bin: Executing minisat20
1199.65/1200.39	c minisat20 returned code 1.
1199.65/1200.39	c minisat20 returned code 1.
1199.65/1200.39	c satzilla running march_dl with preprocessing ... 
1199.65/1200.39	c Bin: Executing march_dl
1199.65/1200.39	c march_dl returned code 1.
1199.65/1200.39	c march_dl returned code 1.
1199.65/1200.39	c satzilla running march_dl ... 
1199.65/1200.39	c Bin: Executing march_dl
1199.65/1200.39	c march_dl returned code 1.
1199.65/1200.39	c march_dl returned code 1.
1199.65/1200.39	c satzilla running kcnfs with preprocessing ... 
1199.65/1200.39	c Bin: Executing kcnfs
1199.65/1200.39	c kcnfs returned code 1.
1199.65/1200.39	c kcnfs returned code 1.
1199.65/1200.39	c satzilla running kcnfs ... 
1199.65/1200.39	c Bin: Executing kcnfs
1199.65/1200.39	c kcnfs returned code 1.
1199.65/1200.39	c kcnfs returned code 1.
1199.65/1200.39	c satzilla running vallst ... 
1199.76/1200.40	c Bin: Executing vallst
1199.76/1200.40	c vallst returned code 1.
1199.76/1200.40	c vallst returned code 1.
1199.76/1200.40	c satzilla running zchaff_rand ... 
1199.76/1200.40	c Bin: Executing zchaff_rand
1199.76/1200.40	c zchaff_rand returned code 1.
1199.76/1200.40	c zchaff_rand returned code 1.
1199.76/1200.40	c ERROR: All Failed! 
1199.76/1200.40	c SATZILLA_TIME=1199.940000

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-1728837-1240741793/watcher-1728837-1240741793 -o /tmp/evaluation-result-1728837-1240741793/solver-1728837-1240741793 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1728837-1240741793.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.92 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1800464/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) D 27186 27188 27027 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0

[startup+0.016562 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1800464/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) D 27186 27188 27027 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101575 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1800464/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301595 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1800464/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701642 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1800464/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 27190
/proc/meminfo: memFree=1799808/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
[pid=27190] ppid=27188 vsize=1112 CPUtime=1.47
/proc/27190/stat : 27190 (march_dl) R 27188 27188 27027 0 -1 4194304 234 0 0 0 147 0 0 0 25 0 1 0 102212960 1138688 226 1992294400 134512640 134996440 4294956240 18446744073709551615 134533052 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27190/statm: 278 226 74 118 0 157 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2552

[startup+3.10192 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 27190
/proc/meminfo: memFree=1799680/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=0
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 102212958 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 110 95 260 0 84 0
[pid=27190] ppid=27188 vsize=1112 CPUtime=3.07
/proc/27190/stat : 27190 (march_dl) R 27188 27188 27027 0 -1 4194304 235 0 0 0 307 0 0 0 25 0 1 0 102212960 1138688 227 1992294400 134512640 134996440 4294956240 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27190/statm: 278 227 74 118 0 157 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 2552

[startup+6.30229 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27191
/proc/meminfo: memFree=1799744/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1440 CPUtime=4.99
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 135 237 0 0 0 0 499 0 18 0 1 0 102212958 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27188/statm: 360 111 96 260 0 84 0
[pid=27191] ppid=27188 vsize=6188 CPUtime=1.25
/proc/27191/stat : 27191 (ubcsat2006) R 27188 27188 27027 0 -1 4194304 259 0 0 0 100 25 0 0 25 0 1 0 102213462 6336512 242 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27191/statm: 1547 242 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1798400/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=2740 CPUtime=1.62
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 347 0 5 0 141 21 0 0 25 0 1 0 102214061 2805760 336 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 685 336 151 55 0 275 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 4680

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1798080/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=2740 CPUtime=14.41
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 442 0 5 0 1349 92 0 0 25 0 1 0 102214061 2805760 431 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 685 431 151 55 0 275 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 4680

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797952/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=2852 CPUtime=39.99
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 449 0 5 0 3804 195 0 0 25 0 1 0 102214061 2920448 438 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 713 438 151 55 0 303 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 4792

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797696/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=3064 CPUtime=91.16
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 520 0 5 0 8792 324 0 0 25 0 1 0 102214061 3137536 509 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 766 509 151 55 0 356 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 5004

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797440/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=3320 CPUtime=151.13
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 571 0 5 0 14675 438 0 0 25 0 1 0 102214061 3399680 560 1992294400 134512640 134738160 4294956272 18446744073709551615 134598706 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 830 560 151 55 0 420 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 5260

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797312/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=3480 CPUtime=211.11
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 611 0 5 0 20572 539 0 0 25 0 1 0 102214061 3563520 599 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 870 599 151 55 0 460 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 5420

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797120/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=3584 CPUtime=271.09
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 640 0 5 0 26486 623 0 0 25 0 1 0 102214061 3670016 628 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 896 628 151 55 0 486 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 5524

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1797120/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=3700 CPUtime=331.06
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 656 0 5 0 32380 726 0 0 25 0 1 0 102214061 3788800 644 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 925 644 151 55 0 515 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 5640

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27192
/proc/meminfo: memFree=1791360/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=9580 CPUtime=391.03
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2133 0 5 0 38335 768 0 0 25 0 1 0 102214061 9809920 2116 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 2395 2116 151 55 0 1985 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 11520


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

/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 14856

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787520/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=810.86
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 80017 1069 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 14856

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787520/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=870.84
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 85919 1165 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 14856

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787456/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=930.81
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 91818 1263 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 14856

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787392/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=990.8
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 97731 1349 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 14856

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787392/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1050.77
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 103638 1439 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 14856

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787328/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1110.75
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 109547 1528 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 14856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1170.73
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 115488 1585 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 14856

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1178.73
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 116286 1587 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 14856

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1185.12
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 116924 1588 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1196.06
Current children cumulated vsize (KiB) 14856

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1186.72
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 117084 1588 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1197.66
Current children cumulated vsize (KiB) 14856

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1187.51
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 117163 1588 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 14856

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1188.31
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 117243 1588 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 14856

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=10.94
/proc/27188/stat : 27188 (SATzilla2007_C) S 27186 27188 27027 0 -1 4194304 613 502 0 0 306 35 700 53 18 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
[pid=27192] ppid=27188 vsize=12916 CPUtime=1188.71
/proc/27192/stat : 27192 (vallst) R 27188 27188 27027 0 -1 4194304 2973 0 5 0 117283 1588 0 0 25 0 1 0 102214061 13225984 2956 1992294400 134512640 134738160 4294956272 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27192/statm: 3229 2956 151 55 0 2819 0
Current children cumulated CPU time (s) 1199.65
Current children cumulated vsize (KiB) 14856

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27194
/proc/meminfo: memFree=1787264/2055920 swapFree=4191900/4192956
[pid=27188] ppid=27186 vsize=1940 CPUtime=1199.76
/proc/27188/stat : 27188 (SATzilla2007_C) D 27186 27188 27027 0 -1 4194304 621 3475 0 5 306 35 117993 1642 16 0 1 0 102212958 1986560 295 1992294400 134512640 135579813 4294956208 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/27188/statm: 485 295 165 260 0 209 0
Current children cumulated CPU time (s) 1199.76
Current children cumulated vsize (KiB) 1940

Child status: 17
Real time (s): 1200.4
CPU time (s): 1199.78
CPU user time (s): 1183
CPU system time (s): 16.7794
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 14856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1183
system time used= 16.7794
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4101
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 4515

runsolver used 1.07384 second user time and 3.2985 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-26 12:29:53
IDJOB=1728837
IDBENCH=24685
IDSOLVER=558
FILE ID=node11/1728837-1240741793
PBS_JOBID= 9187033
Free space on /tmp= 66104 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728837-1240741793/watcher-1728837-1240741793 -o /tmp/evaluation-result-1728837-1240741793/solver-1728837-1240741793 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1728837-1240741793.cnf            

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=535245936

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1801008 kB
Buffers:         26016 kB
Cached:         152360 kB
SwapCached:        260 kB
Active:          25648 kB
Inactive:       165972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801008 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8380 kB
Writeback:           0 kB
Mapped:          21768 kB
Slab:            49304 kB
Committed_AS:   396844 kB
PageTables:       1448 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= 66096 MiB
End job on node11 at 2009-04-26 12:49:54