Trace number 339018

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.61

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
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 variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data (download as text)

15.47/15.52	c run March_dl for 5 seconds ... 
15.47/15.52	c Bin: Executing march_dl
15.47/15.52	c child exit by a signal
15.47/15.52	c march_dl returned code 137.
15.47/15.52	c run saps for 2 seconds ... 
15.47/15.52	c Bin: Executing ubcsat2006
15.47/15.52	c child exited successfully
15.47/15.52	c ubcsat2006 returned code 0.
15.47/15.52	c satzilla computing base features
15.47/15.52	c satzilla doing unit-prop probe
15.47/15.52	c satzilla doing local search probe
15.47/15.52	c satzilla doing lobjois search-space size estimate
15.47/15.52	c satzilla's ranking:
15.47/15.52	c 1) eureka: 2.420153
15.47/15.52	c 2) zchaff_rand: 2.597403
15.47/15.52	c 3) vallst: 2.939570
15.47/15.52	c 4) minisat20: 3.317706
15.47/15.52	c 5) march_dl: 3.833454
15.47/15.52	c 6) kcnfs: 4.220303
15.47/15.52	c 7) kcnfs+P: 999.000000
15.47/15.52	c 8) march_dl+P: 999.000000
15.47/15.52	c 9) vallst+P: 999.000000
15.47/15.52	c 10) zchaff_rand+P: 999.000000
15.47/15.52	c 11) rsat+P: 999.000000
15.47/15.52	c 12) eureka+P: 999.000000
15.47/15.52	c 13) minisat20+P: 999.000000
15.47/15.52	c 14) rsat: 999.000000
15.47/15.52	c satzilla running eureka ... 
1199.25/1199.85	c Bin: Executing eureka
1199.25/1199.85	c child exit by a signal
1199.25/1199.85	c eureka returned code 137.
1199.25/1199.85	c eureka returned code 137.
1199.25/1199.85	c satzilla running zchaff_rand ... 
1199.25/1199.85	c Bin: Executing zchaff_rand
1199.25/1199.85	c zchaff_rand returned code 1.
1199.25/1199.85	c zchaff_rand returned code 1.
1199.25/1199.85	c satzilla running vallst ... 
1199.25/1199.85	c Bin: Executing vallst
1199.25/1199.85	c vallst returned code 1.
1199.25/1199.85	c vallst returned code 1.
1199.25/1199.85	c satzilla running minisat20 ... 
1199.25/1199.85	c Bin: Executing minisat20
1199.25/1199.85	c minisat20 returned code 1.
1199.25/1199.85	c minisat20 returned code 1.
1199.25/1199.85	c satzilla running march_dl ... 
1199.25/1199.85	c Bin: Executing march_dl
1199.25/1199.85	c march_dl returned code 1.
1199.25/1199.85	c march_dl returned code 1.
1199.25/1199.85	c satzilla running kcnfs ... 
1199.25/1199.85	c Bin: Executing kcnfs
1199.25/1199.85	c kcnfs returned code 1.
1199.25/1199.85	c kcnfs returned code 1.
1199.25/1199.85	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/node15/watcher-339018-1173696771 -o ROOT/results/node15/solver-339018-1173696771 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339018-1173696771/SATzilla2007_F /tmp/evaluation/339018-1173696771/instance-339018-1173696771.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.94 1.00 0.99 3/77 8385
/proc/meminfo: memFree=1333968/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) R 8383 8385 5687 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=3028 CPUtime=0
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 389631563 3100672 463 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 757 465 49 118 0 636 0

[startup+0.03194 s]
/proc/loadavg: 0.94 1.00 0.99 3/77 8385
/proc/meminfo: memFree=1333968/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=3632 CPUtime=0.02
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 643 0 0 0 2 0 0 0 19 0 1 0 389631563 3719168 637 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 908 637 50 118 0 787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5144

[startup+0.101951 s]
/proc/loadavg: 0.94 1.00 0.99 3/77 8385
/proc/meminfo: memFree=1333968/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=4556 CPUtime=0.09
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 927 0 0 0 9 0 0 0 19 0 1 0 389631563 4665344 921 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 1139 921 50 118 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6068

[startup+0.301985 s]
/proc/loadavg: 0.94 1.00 0.99 3/77 8385
/proc/meminfo: memFree=1333968/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=13532 CPUtime=0.29
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 2537 0 0 0 28 1 0 0 21 0 1 0 389631563 13856768 2493 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134547697 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 3383 2493 52 118 0 3262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15044

[startup+0.701054 s]
/proc/loadavg: 0.94 1.00 0.99 3/77 8385
/proc/meminfo: memFree=1333968/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=10500 CPUtime=0.69
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 3660 0 0 0 68 1 0 0 24 0 1 0 389631563 10752000 1727 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 2625 1727 55 118 0 2504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12012

[startup+1.50119 s]
/proc/loadavg: 0.94 1.00 0.99 2/79 8387
/proc/meminfo: memFree=1325312/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=19332 CPUtime=1.49
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 8648 0 0 0 146 3 0 0 25 0 1 0 389631563 19795968 3860 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559653 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 4833 3860 65 118 0 4712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20844

[startup+3.10147 s]
/proc/loadavg: 0.94 1.00 0.99 2/79 8387
/proc/meminfo: memFree=1316864/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=0
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8386] ppid=8385 vsize=20108 CPUtime=3.08
/proc/8386/stat : 8386 (march_dl) R 8385 8385 5687 0 -1 4194304 12827 0 0 0 303 5 0 0 25 0 1 0 389631563 20590592 4107 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8386/statm: 5027 4107 65 118 0 4906 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21620

[startup+6.30201 s]
/proc/loadavg: 0.94 1.00 0.99 2/79 8388
/proc/meminfo: memFree=1323136/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=1512 CPUtime=4.99
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 149 19808 0 0 0 0 484 15 16 0 1 0 389631563 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8385/statm: 378 125 110 260 0 84 0
[pid=8388] ppid=8385 vsize=18488 CPUtime=1.28
/proc/8388/stat : 8388 (ubcsat2006) R 8385 8385 5687 0 -1 4194304 2807 0 0 0 127 1 0 0 25 0 1 0 389632064 18931712 2789 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8388/statm: 4622 2789 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20000

[startup+12.7011 s]
/proc/loadavg: 0.95 1.00 0.99 2/78 8388
/proc/meminfo: memFree=1323016/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=23636 CPUtime=12.67
/proc/8385/stat : 8385 (SATzilla2007_F) R 8383 8385 5687 0 -1 4194304 7731 22621 0 0 532 4 711 20 25 0 1 0 389631563 24203264 5344 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 5909 5344 164 260 0 5615 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23636

[startup+25.5013 s]
/proc/loadavg: 0.96 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1309120/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=17772 CPUtime=9.96
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 9808 16 0 0 989 7 0 0 25 0 1 0 389633116 18198528 3814 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134572476 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 4443 3814 177 116 0 3982 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 29344

[startup+51.1017 s]
/proc/loadavg: 0.97 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1307456/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=19448 CPUtime=35.55
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 15653 16 0 0 3545 10 0 0 25 0 1 0 389633116 19914752 4237 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 4862 4237 177 116 0 4401 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 31020

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1298496/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=28628 CPUtime=86.73
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 25323 16 0 0 8656 17 0 0 25 0 1 0 389633116 29315072 6449 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 7157 6449 177 116 0 6696 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 40200

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1286848/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=40708 CPUtime=146.72
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 39551 16 0 0 14643 29 0 0 25 0 1 0 389633116 41684992 9349 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 10177 9349 177 116 0 9716 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 52280

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1275904/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=51464 CPUtime=206.69
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 51865 16 0 0 20631 38 0 0 25 0 1 0 389633116 52699136 12047 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 12866 12047 177 116 0 12405 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 63036

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1270592/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=56264 CPUtime=266.67
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 59558 16 0 0 26624 43 0 0 25 0 1 0 389633116 57614336 13320 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 14066 13320 177 116 0 13605 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 67836

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8391
/proc/meminfo: memFree=1267072/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=59596 CPUtime=326.66
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 67956 16 0 0 32617 49 0 0 25 0 1 0 389633116 61026304 14176 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562364 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 14899 14176 177 116 0 14438 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 71168


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

[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=62844 CPUtime=446.62
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 79148 16 0 0 44605 57 0 0 25 0 1 0 389633116 64352256 14840 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 15711 14840 177 116 0 15250 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 74416

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/85 8503
/proc/meminfo: memFree=1262288/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=63240 CPUtime=506.54
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 86077 16 0 0 50593 61 0 0 25 0 1 0 389633116 64757760 15018 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562804 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 15810 15018 177 116 0 15349 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 74812

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1262648/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=63504 CPUtime=566.47
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 92039 16 0 0 56580 67 0 0 25 0 1 0 389633116 65028096 15166 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 15876 15166 177 116 0 15415 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 75076

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1262016/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=63768 CPUtime=626.45
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 99999 16 0 0 62573 72 0 0 25 0 1 0 389633116 65298432 15333 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 15942 15333 177 116 0 15481 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 75340

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1261760/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=64032 CPUtime=686.43
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 105920 16 0 0 68567 76 0 0 25 0 1 0 389633116 65568768 15389 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16008 15389 177 116 0 15547 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 75604

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1261120/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=66452 CPUtime=746.41
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 111957 16 0 0 74561 80 0 0 25 0 1 0 389633116 68046848 15538 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16613 15538 177 116 0 16152 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 78024

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 3/79 8589
/proc/meminfo: memFree=1260480/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=66712 CPUtime=806.39
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 117043 16 0 0 80555 84 0 0 25 0 1 0 389633116 68313088 15699 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16678 15699 177 116 0 16217 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 78284

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1259200/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=66988 CPUtime=866.37
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 122309 16 0 0 86548 89 0 0 25 0 1 0 389633116 68595712 16023 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16747 16023 177 116 0 16286 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 78560

[startup+942.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1258752/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=67256 CPUtime=926.35
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 128346 16 0 0 92542 93 0 0 25 0 1 0 389633116 68870144 16114 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134560073 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16814 16114 177 116 0 16353 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 78828

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1258496/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=67404 CPUtime=986.33
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 134349 16 0 0 98536 97 0 0 25 0 1 0 389633116 69021696 16169 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134562956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16851 16169 177 116 0 16390 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 78976

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1258176/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=67536 CPUtime=1046.31
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 140393 16 0 0 104530 101 0 0 25 0 1 0 389633116 69156864 16243 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134563210 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16884 16243 177 116 0 16423 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 79108

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1257856/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=67812 CPUtime=1106.3
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 146452 16 0 0 110524 106 0 0 25 0 1 0 389633116 69439488 16316 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 16953 16316 177 116 0 16492 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 79384

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/79 8589
/proc/meminfo: memFree=1257280/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=11572 CPUtime=15.49
/proc/8385/stat : 8385 (SATzilla2007_F) S 8383 8385 5687 0 -1 4194304 9939 22621 0 0 811 7 711 20 25 0 1 0 389631563 11849728 2684 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8385/statm: 2893 2684 170 260 0 2599 0
[pid=8389] ppid=8385 vsize=70352 CPUtime=1166.27
/proc/8389/stat : 8389 (eureka) R 8385 8385 5687 0 -1 0 152592 16 0 0 116518 109 0 0 25 0 1 0 389633116 72040448 16454 18446744073709551615 134512640 134990004 4294956736 18446744073709551615 134584297 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8389/statm: 17588 16454 177 116 0 17127 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 81924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 8589
/proc/meminfo: memFree=1302280/2055920 swapFree=4152672/4192956
[pid=8385] ppid=8383 vsize=41952 CPUtime=1200.07
/proc/8385/stat : 8385 (SATzilla2007_F) R 8383 8385 5687 0 -1 4194304 15199 176424 0 0 882 11 118982 132 24 0 1 0 389631563 42958848 7820 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 10488 7820 177 260 0 10194 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 41952

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.1
CPU user time (s): 1198.65
CPU system time (s): 1.44478
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 83324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.65
system time used= 1.44478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191623
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= 38
involuntary context switches= 9265

runsolver used 1.26981 second user time and 3.10853 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Mar 12 10:52:52 UTC 2007

IDJOB= 339018
IDBENCH= 24736
IDSOLVER= 136
FILE ID= node15/339018-1173696771

PBS_JOBID= 4101473

Free space on /tmp= 66516 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339018-1173696771/SATzilla2007_F /tmp/evaluation/339018-1173696771/instance-339018-1173696771.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-339018-1173696771 -o ROOT/results/node15/solver-339018-1173696771 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339018-1173696771/SATzilla2007_F /tmp/evaluation/339018-1173696771/instance-339018-1173696771.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  531549e214a293ad3adf6ddff17eb882

RANDOM SEED= 606616107

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1334440 kB
Buffers:         58452 kB
Cached:         567284 kB
SwapCached:       2924 kB
Active:         418688 kB
Inactive:       230380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334440 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           13296 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            57920 kB
Committed_AS:  1400292 kB
PageTables:       1800 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= 66516 MiB

End job on node15 on Mon Mar 12 11:12:55 UTC 2007