Trace number 336624

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/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

19.54/19.66	c run March_dl for 5 seconds ... 
19.54/19.66	c Bin: Executing march_dl
19.54/19.66	c child exit by a signal
19.54/19.66	c march_dl returned code 137.
19.54/19.66	c run saps for 2 seconds ... 
19.54/19.66	c Bin: Executing ubcsat2006
19.54/19.66	c child exited successfully
19.54/19.66	c ubcsat2006 returned code 0.
19.54/19.66	c satzilla computing base features
19.54/19.66	c satzilla doing unit-prop probe
19.54/19.66	c satzilla doing local search probe
19.54/19.66	c satzilla doing lobjois search-space size estimate
19.54/19.66	c satzilla's ranking:
19.54/19.66	c 1) vallst: 2.200491
19.54/19.66	c 2) eureka: 2.704241
19.54/19.66	c 3) zchaff_rand: 3.196525
19.54/19.66	c 4) minisat20: 3.797498
19.54/19.66	c 5) kcnfs: 3.950434
19.54/19.66	c 6) march_dl: 3.959500
19.54/19.66	c 7) kcnfs+P: 999.000000
19.54/19.66	c 8) march_dl+P: 999.000000
19.54/19.66	c 9) vallst+P: 999.000000
19.54/19.66	c 10) zchaff_rand+P: 999.000000
19.54/19.66	c 11) rsat+P: 999.000000
19.54/19.66	c 12) eureka+P: 999.000000
19.54/19.66	c 13) minisat20+P: 999.000000
19.54/19.66	c 14) rsat: 999.000000
19.54/19.66	c satzilla running vallst ... 
1199.38/1199.84	c Bin: Executing vallst
1199.38/1199.84	c child exit by a signal
1199.38/1199.84	c vallst returned code 137.
1199.38/1199.84	c vallst returned code 137.
1199.38/1199.84	c satzilla running eureka ... 
1199.38/1199.84	c Bin: Executing eureka
1199.38/1199.84	c eureka returned code 1.
1199.38/1199.84	c eureka returned code 1.
1199.38/1199.84	c satzilla running zchaff_rand ... 
1199.38/1199.84	c Bin: Executing zchaff_rand
1199.38/1199.84	c zchaff_rand returned code 1.
1199.38/1199.84	c zchaff_rand returned code 1.
1199.38/1199.84	c satzilla running minisat20 ... 
1199.38/1199.84	c Bin: Executing minisat20
1199.38/1199.84	c minisat20 returned code 1.
1199.38/1199.84	c minisat20 returned code 1.
1199.38/1199.84	c satzilla running kcnfs ... 
1199.38/1199.84	c Bin: Executing kcnfs
1199.38/1199.84	c kcnfs returned code 1.
1199.38/1199.84	c kcnfs returned code 1.
1199.38/1199.84	c satzilla running march_dl ... 
1199.38/1199.84	c Bin: Executing march_dl
1199.38/1199.84	c march_dl returned code 1.
1199.38/1199.84	c march_dl returned code 1.
1199.38/1199.84	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/node61/watcher-336624-1173650505 -o ROOT/results/node61/solver-336624-1173650505 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336624-1173650505/SATzilla2007_F /tmp/evaluation/336624-1173650505/instance-336624-1173650505.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.92 0.97 0.99 2/70 24690
/proc/meminfo: memFree=1863020/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=3128 CPUtime=0
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 394 0 0 0 0 0 0 0 19 0 1 0 385007545 3203072 388 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 782 388 50 118 0 661 0

[startup+0.072994 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 24690
/proc/meminfo: memFree=1863020/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=3788 CPUtime=0.06
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 630 0 0 0 6 0 0 0 19 0 1 0 385007545 3878912 624 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134637009 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 947 625 50 118 0 826 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5300

[startup+0.102997 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 24690
/proc/meminfo: memFree=1863020/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=4184 CPUtime=0.09
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 736 0 0 0 9 0 0 0 20 0 1 0 385007545 4284416 730 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134724104 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 1046 730 50 118 0 925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5696

[startup+0.303017 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 24690
/proc/meminfo: memFree=1863020/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=6428 CPUtime=0.29
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 1433 0 0 0 29 0 0 0 22 0 1 0 385007545 6582272 1427 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134781612 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 1607 1427 50 118 0 1486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7940

[startup+0.702054 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 24690
/proc/meminfo: memFree=1863020/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=17348 CPUtime=0.68
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 3252 0 0 0 67 1 0 0 24 0 1 0 385007545 17764352 2948 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544619 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 4337 2948 53 118 0 4216 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18860

[startup+1.50113 s]
/proc/loadavg: 0.92 0.97 0.99 2/72 24694
/proc/meminfo: memFree=1850680/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=17476 CPUtime=1.49
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 12125 0 0 0 143 6 0 0 25 0 1 0 385007545 17895424 3131 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134522672 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 4369 3131 57 118 0 4248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18988

[startup+3.10128 s]
/proc/loadavg: 0.93 0.97 0.99 2/72 24694
/proc/meminfo: memFree=1843448/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=0
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24691] ppid=24690 vsize=31816 CPUtime=3.09
/proc/24691/stat : 24691 (march_dl) R 24690 24690 23657 0 -1 4194304 28042 0 0 0 295 14 0 0 25 0 1 0 385007545 32579584 6243 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24691/statm: 7954 6243 73 118 0 7833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33328

[startup+6.30159 s]
/proc/loadavg: 0.93 0.97 0.99 2/72 24705
/proc/meminfo: memFree=1856952/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=1512 CPUtime=5
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 149 28042 0 0 0 0 468 32 16 0 1 0 385007545 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24690/statm: 378 125 110 260 0 84 0
[pid=24705] ppid=24690 vsize=26688 CPUtime=1.27
/proc/24705/stat : 24705 (ubcsat2006) R 24690 24690 23657 0 -1 4194304 4104 0 0 0 126 1 0 0 25 0 1 0 385008046 27328512 4086 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24705/statm: 6672 4086 156 64 0 6253 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28200

[startup+12.7012 s]
/proc/loadavg: 0.94 0.97 0.99 2/71 24727
/proc/meminfo: memFree=1846144/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18196 CPUtime=12.66
/proc/24690/stat : 24690 (SATzilla2007_F) R 24688 24690 23657 0 -1 4194304 8484 32152 0 0 518 3 711 34 25 0 1 0 385007545 18632704 4327 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134543057 0 0 4096 0 0 0 0 17 1 0 0
/proc/24690/statm: 4549 4327 137 260 0 4255 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18196

[startup+25.5024 s]
/proc/loadavg: 0.95 0.97 0.99 2/72 24742
/proc/meminfo: memFree=1828224/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=37204 CPUtime=5.82
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 4566 0 1 0 548 34 0 0 25 0 1 0 385009511 38096896 4549 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9301 4549 149 55 0 8891 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 55404

[startup+51.1029 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1828920/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=37204 CPUtime=31.39
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 4659 0 1 0 3007 132 0 0 25 0 1 0 385009511 38096896 4642 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9301 4642 149 55 0 8891 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 55404

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1828480/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=37308 CPUtime=82.58
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 4795 0 1 0 7999 259 0 0 25 0 1 0 385009511 38203392 4778 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9327 4778 149 55 0 8917 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 55508

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1827648/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=37540 CPUtime=142.55
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 4992 0 1 0 13875 380 0 0 25 0 1 0 385009511 38440960 4975 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9385 4975 149 55 0 8975 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 55740

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1826944/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=37872 CPUtime=202.54
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 5157 0 1 0 19779 475 0 0 25 0 1 0 385009511 38780928 5140 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575375 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9468 5140 149 55 0 9058 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 56072

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1826624/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=38100 CPUtime=262.53
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 5284 0 1 0 25685 568 0 0 25 0 1 0 385009511 39014400 5267 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9525 5267 149 55 0 9115 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 56300

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1826048/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=38324 CPUtime=322.52
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 5400 0 1 0 31595 657 0 0 25 0 1 0 385009511 39243776 5383 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9581 5383 149 55 0 9171 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 56524


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

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1823936/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=39260 CPUtime=502.46
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 5948 0 1 0 49349 897 0 0 25 0 1 0 385009511 40202240 5931 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586258 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9815 5931 149 55 0 9405 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 57460

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1823232/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=39624 CPUtime=562.44
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6103 0 1 0 55278 966 0 0 25 0 1 0 385009511 40574976 6086 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575321 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9906 6086 149 55 0 9496 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 57824

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1822592/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=39732 CPUtime=622.43
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6273 0 1 0 61207 1036 0 0 25 0 1 0 385009511 40685568 6256 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9933 6256 149 55 0 9523 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 57932

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1822208/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=39972 CPUtime=682.41
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6361 0 1 0 67143 1098 0 0 25 0 1 0 385009511 40931328 6344 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 9993 6344 149 55 0 9583 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 58172

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1821760/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40088 CPUtime=742.4
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6462 0 1 0 73076 1164 0 0 25 0 1 0 385009511 41050112 6445 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10022 6445 149 55 0 9612 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 58288

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1821312/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40208 CPUtime=802.38
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6573 0 1 0 79024 1214 0 0 25 0 1 0 385009511 41172992 6556 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586278 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10052 6556 149 55 0 9642 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 58408

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1821056/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40428 CPUtime=862.37
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6635 0 1 0 84972 1265 0 0 25 0 1 0 385009511 41398272 6618 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10107 6618 149 55 0 9697 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 58628

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1820800/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40548 CPUtime=922.35
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6691 0 1 0 90926 1309 0 0 25 0 1 0 385009511 41521152 6674 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10137 6674 149 55 0 9727 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 58748

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1820480/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40784 CPUtime=982.33
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6774 0 1 0 96873 1360 0 0 25 0 1 0 385009511 41762816 6757 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134578487 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10196 6757 149 55 0 9786 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 58984

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1820160/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=40908 CPUtime=1042.31
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 6835 0 1 0 102821 1410 0 0 25 0 1 0 385009511 41889792 6818 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10227 6818 149 55 0 9817 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 59108

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1819392/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=41144 CPUtime=1102.29
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 7030 0 1 0 108754 1475 0 0 25 0 1 0 385009511 42131456 7013 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585297 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10286 7013 149 55 0 9876 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 59344

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24770
/proc/meminfo: memFree=1819200/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=18200 CPUtime=19.6
/proc/24690/stat : 24690 (SATzilla2007_F) S 24688 24690 23657 0 -1 4194304 16207 32152 0 0 1208 7 711 34 25 0 1 0 385007545 18636800 4369 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24690/statm: 4550 4369 169 260 0 4256 0
[pid=24738] ppid=24690 vsize=41384 CPUtime=1162.28
/proc/24738/stat : 24738 (vallst) R 24690 24690 23657 0 -1 4194304 7080 0 1 0 114694 1534 0 0 25 0 1 0 385009511 42377216 7063 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/24738/statm: 10346 7063 149 55 0 9936 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 59584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24770
/proc/meminfo: memFree=1821000/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=50932 CPUtime=1200.09
/proc/24690/stat : 24690 (SATzilla2007_F) R 24688 24690 23657 0 -1 4194304 22948 39248 0 1 1271 11 117139 1588 24 0 1 0 385007545 52154368 10846 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134597250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24690/statm: 12733 10846 176 260 0 12439 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 50932

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: 0.99 0.97 0.99 2/65 24770
/proc/meminfo: memFree=1821000/2055920 swapFree=4174080/4192956
[pid=24690] ppid=24688 vsize=50932 CPUtime=1200.09
/proc/24690/stat : 24690 (SATzilla2007_F) R 24688 24690 23657 0 -1 4194304 22948 39248 0 1 1271 11 117139 1588 24 0 1 0 385007545 52154368 10846 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134597250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24690/statm: 12733 10846 176 260 0 12439 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 50932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1184.12
CPU system time (s): 16.0036
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 59584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1184.12
system time used= 16.0036
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62196
page faults= 1
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= 1666

runsolver used 0.864868 second user time and 2.53161 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Mar 11 22:01:46 UTC 2007

IDJOB= 336624
IDBENCH= 24679
IDSOLVER= 136
FILE ID= node61/336624-1173650505

PBS_JOBID= 4101371

Free space on /tmp= 66509 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336624-1173650505/SATzilla2007_F /tmp/evaluation/336624-1173650505/instance-336624-1173650505.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-336624-1173650505 -o ROOT/results/node61/solver-336624-1173650505 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336624-1173650505/SATzilla2007_F /tmp/evaluation/336624-1173650505/instance-336624-1173650505.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 682592245

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1863520 kB
Buffers:         17736 kB
Cached:         125880 kB
SwapCached:      12988 kB
Active:          84716 kB
Inactive:        80720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863520 kB
SwapTotal:     4192956 kB
SwapFree:      4174080 kB
Dirty:           15004 kB
Writeback:           0 kB
Mapped:          16712 kB
Slab:            12752 kB
Committed_AS:   908280 kB
PageTables:       1612 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= 66509 MiB

End job on node61 on Sun Mar 11 22:21:49 UTC 2007