Trace number 336246

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, and are wall clock time (not CPU 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
SATzilla FULL? (TO) 1200.1 1200.71

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2217
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data (download as text)

17.88/18.01	c run March_dl for 5 seconds ... 
17.88/18.01	c Bin: Executing march_dl
17.88/18.01	c child exit by a signal
17.88/18.01	c march_dl returned code 137.
17.88/18.01	c run saps for 2 seconds ... 
17.88/18.01	c Bin: Executing ubcsat2006
17.88/18.01	c child exited successfully
17.88/18.01	c ubcsat2006 returned code 0.
17.88/18.01	c satzilla computing base features
17.88/18.01	c satzilla doing unit-prop probe
17.88/18.01	c satzilla doing local search probe
17.88/18.01	c satzilla doing lobjois search-space size estimate
17.88/18.01	c satzilla's ranking:
17.88/18.01	c 1) eureka: 2.172937
17.88/18.01	c 2) zchaff_rand: 3.405140
17.88/18.01	c 3) vallst: 5.024289
17.88/18.01	c 4) minisat20: 5.395872
17.88/18.01	c 5) kcnfs: 5.628331
17.88/18.01	c 6) march_dl: 5.905267
17.88/18.01	c 7) kcnfs+P: 999.000000
17.88/18.01	c 8) march_dl+P: 999.000000
17.88/18.01	c 9) vallst+P: 999.000000
17.88/18.01	c 10) zchaff_rand+P: 999.000000
17.88/18.01	c 11) rsat+P: 999.000000
17.88/18.01	c 12) eureka+P: 999.000000
17.88/18.01	c 13) minisat20+P: 999.000000
17.88/18.01	c 14) rsat: 999.000000
17.88/18.01	c satzilla running eureka ... 
1199.65/1200.35	c Bin: Executing eureka
1199.65/1200.35	c child exit by a signal
1199.65/1200.35	c eureka returned code 137.
1199.65/1200.35	c eureka returned code 137.
1199.65/1200.35	c satzilla running zchaff_rand ... 
1199.65/1200.35	c Bin: Executing zchaff_rand
1199.65/1200.35	c zchaff_rand returned code 1.
1199.65/1200.35	c zchaff_rand returned code 1.
1199.65/1200.35	c satzilla running vallst ... 
1199.65/1200.35	c Bin: Executing vallst
1199.65/1200.35	c vallst returned code 1.
1199.65/1200.35	c vallst returned code 1.
1199.65/1200.35	c satzilla running minisat20 ... 
1199.65/1200.35	c Bin: Executing minisat20
1199.65/1200.35	c minisat20 returned code 1.
1199.65/1200.35	c minisat20 returned code 1.
1199.65/1200.35	c satzilla running kcnfs ... 
1199.65/1200.35	c Bin: Executing kcnfs
1199.65/1200.35	c kcnfs returned code 1.
1199.65/1200.35	c kcnfs returned code 1.
1199.65/1200.35	c satzilla running march_dl ... 
1199.65/1200.35	c Bin: Executing march_dl
1199.65/1200.35	c march_dl returned code 1.
1199.65/1200.35	c march_dl returned code 1.
1199.65/1200.35	c satzilla running kcnfs with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-336246-1173642874 -o ROOT/results/node42/solver-336246-1173642874 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336246-1173642874/SATzilla2007_F /tmp/evaluation/336246-1173642874/instance-336246-1173642874.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): 2400 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.97 0.97 3/64 6147
/proc/meminfo: memFree=1889944/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=3780 CPUtime=0
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 542 0 0 0 0 0 0 0 19 0 1 0 90240936 3870720 536 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134778233 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 945 537 50 118 0 824 0

[startup+0.0490029 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6147
/proc/meminfo: memFree=1889944/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=4440 CPUtime=0.04
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 742 0 0 0 4 0 0 0 19 0 1 0 90240936 4546560 736 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 1110 737 50 118 0 989 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5952

[startup+0.102013 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6147
/proc/meminfo: memFree=1889944/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=5232 CPUtime=0.09
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 982 0 0 0 9 0 0 0 19 0 1 0 90240936 5357568 976 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 1308 976 50 118 0 1187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6744

[startup+0.301049 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6147
/proc/meminfo: memFree=1889944/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=8004 CPUtime=0.29
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 1885 0 0 0 28 1 0 0 20 0 1 0 90240936 8196096 1879 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 2001 1880 50 118 0 1880 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9516

[startup+0.701126 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 6147
/proc/meminfo: memFree=1889944/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=15444 CPUtime=0.69
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 3637 0 0 0 67 2 0 0 24 0 1 0 90240936 15814656 2306 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 3861 2306 53 118 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16956

[startup+1.50128 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6149
/proc/meminfo: memFree=1874184/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=15440 CPUtime=1.49
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 7530 0 0 0 146 3 0 0 25 0 1 0 90240936 15810560 2406 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 3860 2406 55 118 0 3739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16952

[startup+3.10259 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6149
/proc/meminfo: memFree=1879432/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=0
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6148] ppid=6147 vsize=15432 CPUtime=3.09
/proc/6148/stat : 6148 (march_dl) R 6147 6147 5963 0 -1 4194304 15482 0 0 0 301 8 0 0 25 0 1 0 90240936 15802368 2377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6148/statm: 3858 2378 55 118 0 3737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16944

[startup+6.30119 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6150
/proc/meminfo: memFree=1883464/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=1512 CPUtime=5
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 149 26338 0 0 0 0 487 13 16 0 1 0 90240936 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6147/statm: 378 125 110 260 0 84 0
[pid=6150] ppid=6147 vsize=22588 CPUtime=1.2
/proc/6150/stat : 6150 (ubcsat2006) R 6147 6147 5963 0 -1 4194304 3868 0 13 0 118 2 0 0 25 0 1 0 90241436 23130112 3863 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6150/statm: 5647 3863 156 64 0 5228 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 24100

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6150
/proc/meminfo: memFree=1875096/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15012 CPUtime=12.58
/proc/6147/stat : 6147 (SATzilla2007_F) R 6145 6147 5963 0 -1 4194304 8023 30212 0 13 516 3 721 18 25 0 1 0 90240936 15372288 3531 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134528669 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 3753 3531 137 260 0 3459 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 15012

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1829968/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=28248 CPUtime=7.47
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 13185 16 0 0 740 7 0 0 25 0 1 0 90242737 28925952 6261 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562232 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 7062 6261 177 116 0 6601 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 43516

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1847952/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=29964 CPUtime=33.06
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 39986 16 0 0 3285 21 0 0 25 0 1 0 90242737 30683136 6785 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 7491 6785 177 116 0 7030 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 45232

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1840848/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=37688 CPUtime=84.24
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 73098 16 0 0 8388 36 0 0 25 0 1 0 90242737 38592512 8669 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134608759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 9422 8669 177 116 0 8961 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 52956

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1838480/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=39608 CPUtime=144.22
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 102841 16 0 0 14372 50 0 0 25 0 1 0 90242737 40558592 9108 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 9902 9108 177 116 0 9441 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 54876

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1836176/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=41400 CPUtime=204.19
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 128438 16 0 0 20357 62 0 0 25 0 1 0 90242737 42393600 9665 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 10350 9665 177 116 0 9889 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 56668

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1834768/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=42984 CPUtime=264.18
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 150818 16 0 0 26345 73 0 0 25 0 1 0 90242737 44015616 9992 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560054 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 10746 9992 177 116 0 10285 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 58252

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6153
/proc/meminfo: memFree=1833104/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=44640 CPUtime=324.15
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 173572 16 0 0 32331 84 0 0 25 0 1 0 90242737 45711360 10394 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 11160 10394 177 116 0 10699 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 59908


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

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1829840/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=46940 CPUtime=503.99
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 232070 16 0 0 50283 116 0 0 25 0 1 0 90242737 48066560 11032 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 11735 11032 177 116 0 11274 0
Current children cumulated CPU time (s) 521.88
Current children cumulated vsize (KiB) 62208

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1829072/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=47144 CPUtime=563.97
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 250088 16 0 0 56272 125 0 0 25 0 1 0 90242737 48275456 11220 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 11786 11220 177 116 0 11325 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 62412

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1828240/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=48840 CPUtime=623.95
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 268247 16 0 0 62262 133 0 0 25 0 1 0 90242737 50012160 11423 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12210 11423 177 116 0 11749 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 64108

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1827088/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=49068 CPUtime=683.93
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 286606 16 0 0 68251 142 0 0 25 0 1 0 90242737 50245632 11696 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12267 11696 177 116 0 11806 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 64336

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1826448/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=49296 CPUtime=743.91
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 304928 16 0 0 74240 151 0 0 25 0 1 0 90242737 50479104 11834 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12324 11834 177 116 0 11863 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 64564

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1824912/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=50936 CPUtime=803.9
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 321433 16 0 0 80230 160 0 0 25 0 1 0 90242737 52158464 11896 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12734 11896 177 116 0 12273 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 66204

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1825680/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=51084 CPUtime=863.87
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 336236 16 0 0 86220 167 0 0 25 0 1 0 90242737 52310016 12011 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12771 12011 177 116 0 12310 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 66352

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1825104/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=51248 CPUtime=923.85
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 352953 16 0 0 92210 175 0 0 25 0 1 0 90242737 52477952 12142 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12812 12142 177 116 0 12351 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 66516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1824336/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=51352 CPUtime=983.83
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 369813 16 0 0 98201 182 0 0 25 0 1 0 90242737 52584448 12329 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 12838 12329 177 116 0 12377 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 66620

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1823824/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=53080 CPUtime=1043.81
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 386663 16 0 0 104190 191 0 0 25 0 1 0 90242737 54353920 12437 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560164 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 13270 12437 177 116 0 12809 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 68348

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1823440/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=53188 CPUtime=1103.79
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 401662 16 0 0 110181 198 0 0 25 0 1 0 90242737 54464512 12503 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 13297 12503 177 116 0 12836 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 68456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 6351
/proc/meminfo: memFree=1823056/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=15268 CPUtime=17.89
/proc/6147/stat : 6147 (SATzilla2007_F) S 6145 6147 5963 0 -1 4194304 14976 30212 0 13 1041 9 721 18 25 0 1 0 90240936 15634432 3628 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6147/statm: 3817 3628 170 260 0 3523 0
[pid=6151] ppid=6147 vsize=53340 CPUtime=1163.77
/proc/6151/stat : 6151 (eureka) R 6147 6147 5963 0 -1 0 416722 16 0 0 116173 204 0 0 25 0 1 0 90242737 54620160 12574 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6151/statm: 13335 12574 177 116 0 12874 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 68608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6351
/proc/meminfo: memFree=1859096/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=29328 CPUtime=1200.07
/proc/6147/stat : 6147 (SATzilla2007_F) R 6145 6147 5963 0 -1 4194304 18644 450712 0 13 1073 11 118697 226 21 0 1 0 90240936 30031872 7030 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134580708 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 7332 7030 172 260 0 7038 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29328

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 6351
/proc/meminfo: memFree=1859096/2055920 swapFree=4182364/4192956
[pid=6147] ppid=6145 vsize=29328 CPUtime=1200.07
/proc/6147/stat : 6147 (SATzilla2007_F) R 6145 6147 5963 0 -1 4194304 18644 450712 0 13 1073 11 118697 226 21 0 1 0 90240936 30031872 7030 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134580708 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 7332 7030 172 260 0 7038 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.1
CPU user time (s): 1197.71
CPU system time (s): 2.38464
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 70712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.71
system time used= 2.38464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469356
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 1787

runsolver used 0.832873 second user time and 2.57361 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Mar 11 19:54:35 UTC 2007

IDJOB= 336246
IDBENCH= 24670
IDSOLVER= 136
FILE ID= node42/336246-1173642874

PBS_JOBID= 4101360

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336246-1173642874/SATzilla2007_F /tmp/evaluation/336246-1173642874/instance-336246-1173642874.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-336246-1173642874 -o ROOT/results/node42/solver-336246-1173642874 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336246-1173642874/SATzilla2007_F /tmp/evaluation/336246-1173642874/instance-336246-1173642874.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 924151020

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.263
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.263
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:       1890416 kB
Buffers:         15616 kB
Cached:         111532 kB
SwapCached:       4772 kB
Active:          51928 kB
Inactive:        86664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890416 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:           14188 kB
Writeback:           0 kB
Mapped:          15212 kB
Slab:            12988 kB
Committed_AS:   133404 kB
PageTables:       1408 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= 66551 MiB

End job on node42 on Sun Mar 11 20:14:38 UTC 2007