Trace number 334440

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.12 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
Number of clauses of size over 50

Solver Data (download as text)

17.08/17.12	c run March_dl for 5 seconds ... 
17.08/17.12	c Bin: Executing march_dl
17.08/17.12	c child exit by a signal
17.08/17.12	c march_dl returned code 137.
17.08/17.12	c run saps for 2 seconds ... 
17.08/17.12	c Bin: Executing ubcsat2006
17.08/17.12	c child exited successfully
17.08/17.12	c ubcsat2006 returned code 0.
17.08/17.12	c satzilla computing base features
17.08/17.12	c satzilla doing unit-prop probe
17.08/17.12	c satzilla doing local search probe
17.08/17.12	c satzilla doing lobjois search-space size estimate
17.08/17.12	c satzilla's ranking:
17.08/17.12	c 1) vallst: 3.201374
17.08/17.12	c 2) minisat20: 3.484712
17.08/17.12	c 3) zchaff_rand: 3.538630
17.08/17.12	c 4) eureka: 3.720818
17.08/17.12	c 5) kcnfs: 4.514549
17.08/17.12	c 6) march_dl: 4.573221
17.08/17.12	c 7) kcnfs+P: 999.000000
17.08/17.12	c 8) march_dl+P: 999.000000
17.08/17.12	c 9) vallst+P: 999.000000
17.08/17.12	c 10) zchaff_rand+P: 999.000000
17.08/17.12	c 11) rsat+P: 999.000000
17.08/17.12	c 12) eureka+P: 999.000000
17.08/17.12	c 13) minisat20+P: 999.000000
17.08/17.12	c 14) rsat: 999.000000
17.08/17.12	c satzilla running vallst ... 
1198.88/1199.33	c Bin: Executing vallst
1198.88/1199.33	c child exit by a signal
1198.88/1199.33	c vallst returned code 137.
1198.88/1199.33	c vallst returned code 137.
1198.88/1199.33	c satzilla running minisat20 ... 
1198.88/1199.33	c Bin: Executing minisat20
1198.88/1199.33	c minisat20 returned code 1.
1198.88/1199.33	c minisat20 returned code 1.
1198.88/1199.33	c satzilla running zchaff_rand ... 
1198.88/1199.33	c Bin: Executing zchaff_rand
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c satzilla running eureka ... 
1198.88/1199.33	c Bin: Executing eureka
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c satzilla running kcnfs ... 
1198.88/1199.33	c Bin: Executing kcnfs
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c satzilla running march_dl ... 
1198.88/1199.33	c Bin: Executing march_dl
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	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/node13/watcher-334440-1173572224 -o ROOT/results/node13/solver-334440-1173572224 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334440-1173572224/SATzilla2007_F /tmp/evaluation/334440-1173572224/instance-334440-1173572224.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/77 32348
/proc/meminfo: memFree=1449240/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) R 32346 32348 32019 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=2892 CPUtime=0
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 457 0 0 0 0 0 0 0 18 0 1 0 377176955 2961408 451 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 723 453 49 118 0 602 0

[startup+0.0903689 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 32348
/proc/meminfo: memFree=1449240/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=4164 CPUtime=0.08
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 793 0 0 0 8 0 0 0 19 0 1 0 377176955 4263936 787 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 1041 787 50 118 0 920 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5676

[startup+0.10137 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 32348
/proc/meminfo: memFree=1449240/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=4164 CPUtime=0.09
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 827 0 0 0 9 0 0 0 19 0 1 0 377176955 4263936 821 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 1041 822 50 118 0 920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5676

[startup+0.301398 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 32348
/proc/meminfo: memFree=1449240/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=6408 CPUtime=0.28
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 1468 0 0 0 28 0 0 0 21 0 1 0 377176955 6561792 1462 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 1602 1462 50 118 0 1481 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7920

[startup+0.70145 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 32348
/proc/meminfo: memFree=1449240/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=12984 CPUtime=0.68
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 3681 0 0 0 67 1 0 0 24 0 1 0 377176955 13295616 2378 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 3246 2378 53 118 0 3125 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14496

[startup+1.50156 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32350
/proc/meminfo: memFree=1439112/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=19240 CPUtime=1.49
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 8562 0 0 0 145 4 0 0 25 0 1 0 377176955 19701760 4034 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 4810 4034 55 118 0 4689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20752

[startup+3.10177 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32350
/proc/meminfo: memFree=1432712/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=0
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32349] ppid=32348 vsize=13168 CPUtime=3.09
/proc/32349/stat : 32349 (march_dl) R 32348 32348 32019 0 -1 4194304 15205 0 0 0 303 6 0 0 25 0 1 0 377176955 13484032 2515 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32349/statm: 3292 2515 55 118 0 3171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14680

[startup+6.3022 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32351
/proc/meminfo: memFree=1440464/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=1512 CPUtime=4.99
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 149 26690 0 0 0 0 488 11 16 0 1 0 377176955 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32348/statm: 378 125 110 260 0 84 0
[pid=32351] ppid=32348 vsize=18488 CPUtime=1.28
/proc/32351/stat : 32351 (ubcsat2006) R 32348 32348 32019 0 -1 4194304 3358 0 0 0 127 1 0 0 25 0 1 0 377177456 18931712 3340 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553135 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32351/statm: 4622 3340 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20000

[startup+12.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 32351
/proc/meminfo: memFree=1435936/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14556 CPUtime=12.68
/proc/32348/stat : 32348 (SATzilla2007_F) R 32346 32348 32019 0 -1 4194304 6151 30054 0 0 520 3 729 16 25 0 1 0 377176955 14905344 3401 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/32348/statm: 3639 3401 137 260 0 3345 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14556

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1423960/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=15912 CPUtime=8.36
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 3199 0 0 0 830 6 0 0 25 0 1 0 377178668 16293888 3071 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 3978 3071 136 55 0 3568 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 30668

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1423000/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=32340 CPUtime=33.94
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 3429 0 0 0 3384 10 0 0 25 0 1 0 377178668 33116160 3301 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134589871 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8085 3301 149 55 0 7675 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47096

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1422616/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=32816 CPUtime=85.13
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 3531 0 0 0 8493 20 0 0 25 0 1 0 377178668 33603584 3401 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8204 3401 150 55 0 7794 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 47572

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1422232/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=32960 CPUtime=145.1
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 3638 0 0 0 14475 35 0 0 25 0 1 0 377178668 33751040 3505 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134520361 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8240 3505 151 55 0 7830 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 47716

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1421784/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=33052 CPUtime=205.09
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 3746 0 0 0 20453 56 0 0 25 0 1 0 377178668 33845248 3609 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8263 3609 151 55 0 7853 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 47808

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1420568/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=33520 CPUtime=265.07
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 4043 0 0 0 26424 83 0 0 25 0 1 0 377178668 34324480 3903 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8380 3903 151 55 0 7970 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 48276

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1419544/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=33880 CPUtime=325.05
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 4302 0 0 0 32400 105 0 0 25 0 1 0 377178668 34693120 4160 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134589831 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 8470 4160 151 55 0 8060 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 48636


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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1417112/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=37076 CPUtime=504.99
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 4908 0 0 0 50336 163 0 0 25 0 1 0 377178668 37965824 4760 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134600964 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9269 4760 151 55 0 8859 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 51832

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1415960/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=37536 CPUtime=564.98
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 5203 0 0 0 56323 175 0 0 25 0 1 0 377178668 38436864 5054 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9384 5054 151 55 0 8974 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52292

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1415640/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=37788 CPUtime=624.96
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 5280 0 0 0 62307 189 0 0 25 0 1 0 377178668 38694912 5130 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9447 5130 151 55 0 9037 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 52544

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1415128/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=38248 CPUtime=684.94
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 5423 0 0 0 68277 217 0 0 25 0 1 0 377178668 39165952 5271 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9562 5271 151 55 0 9152 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 53004

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1414744/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=38704 CPUtime=744.93
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 5512 0 0 0 74256 237 0 0 25 0 1 0 377178668 39632896 5357 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134589853 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9676 5357 151 55 0 9266 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 53460

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1414360/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=38980 CPUtime=804.9
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 5608 0 0 0 80227 263 0 0 25 0 1 0 377178668 39915520 5450 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 9745 5450 151 55 0 9335 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 53736

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1411608/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=42392 CPUtime=864.88
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 6295 0 0 0 86199 289 0 0 25 0 1 0 377178668 43409408 6136 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 10598 6136 151 55 0 10188 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 57148

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1410584/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=44984 CPUtime=924.86
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 6614 0 0 0 92177 309 0 0 25 0 1 0 377178668 46063616 6454 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 11246 6454 151 55 0 10836 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 59740

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1409176/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=45300 CPUtime=984.85
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 6956 0 0 0 98159 326 0 0 25 0 1 0 377178668 46387200 6794 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134574969 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 11325 6794 151 55 0 10915 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 60056

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1407832/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=45764 CPUtime=1044.83
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 7288 0 0 0 104142 341 0 0 25 0 1 0 377178668 46862336 7126 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134578487 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 11441 7126 151 55 0 11031 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 60520

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1406360/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=48588 CPUtime=1104.8
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 7643 0 0 0 110124 356 0 0 25 0 1 0 377178668 49754112 7481 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 12147 7481 151 55 0 11737 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 63344

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 32352
/proc/meminfo: memFree=1405848/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=14756 CPUtime=17.1
/proc/32348/stat : 32348 (SATzilla2007_F) S 32346 32348 32019 0 -1 4194304 12417 30054 0 0 956 9 729 16 25 0 1 0 377176955 15110144 3493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32348/statm: 3689 3493 170 260 0 3395 0
[pid=32352] ppid=32348 vsize=49040 CPUtime=1164.79
/proc/32352/stat : 32352 (vallst) R 32348 32348 32019 0 -1 4194304 7762 0 0 0 116107 372 0 0 25 0 1 0 377178668 50216960 7600 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/32352/statm: 12260 7600 151 55 0 11850 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 63796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.15 1.00 0.98 2/78 32352
/proc/meminfo: memFree=1409696/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=51404 CPUtime=1200.09
/proc/32348/stat : 32348 (SATzilla2007_F) R 32346 32348 32019 0 -1 4194304 19077 37920 0 0 1069 13 118534 393 25 0 1 0 377176955 52637696 10002 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32348/statm: 12851 10002 177 260 0 12557 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 51404

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

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

[startup+1200.5 s]
/proc/loadavg: 1.15 1.00 0.98 2/78 32352
/proc/meminfo: memFree=1409696/2055920 swapFree=4158920/4192956
[pid=32348] ppid=32346 vsize=51404 CPUtime=1200.09
/proc/32348/stat : 32348 (SATzilla2007_F) R 32346 32348 32019 0 -1 4194304 19077 37920 0 0 1069 13 118534 393 25 0 1 0 377176955 52637696 10002 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32348/statm: 12851 10002 177 260 0 12557 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 51404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1196.04
CPU system time (s): 4.08338
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 63976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.04
system time used= 4.08338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56997
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= 28
involuntary context switches= 23878

runsolver used 1.25881 second user time and 3.11753 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar 11 00:17:05 UTC 2007

IDJOB= 334440
IDBENCH= 24627
IDSOLVER= 136
FILE ID= node13/334440-1173572224

PBS_JOBID= 4101203

Free space on /tmp= 66307 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334440-1173572224/SATzilla2007_F /tmp/evaluation/334440-1173572224/instance-334440-1173572224.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-334440-1173572224 -o ROOT/results/node13/solver-334440-1173572224 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334440-1173572224/SATzilla2007_F /tmp/evaluation/334440-1173572224/instance-334440-1173572224.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  8b466b7ef3217bdc844a579ae744d427

RANDOM SEED= 480003843

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1449648 kB
Buffers:         50504 kB
Cached:         465432 kB
SwapCached:       2156 kB
Active:         289272 kB
Inactive:       249312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449648 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:           15320 kB
Writeback:           0 kB
Mapped:          30684 kB
Slab:            53256 kB
Committed_AS:  1629796 kB
PageTables:       1744 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= 66307 MiB

End job on node13 on Sun Mar 11 00:37:08 UTC 2007