Trace number 3423216

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4092-craftedSAT 1494.72 1494.67

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_110.shuffled.cnf
MD5SUM34f8b747bfe8e7b589b8832e56ae8363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses1892
Sum of the clauses size9308
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33
Number of clauses of size 4146
Number of clauses of size 51743
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...694015/instance-3423216-1306694015.cnf
0.00/0.00	c Solving...
1494.64/1494.66	c Answer: 1
1494.64/1494.66	v -1 2 -3 4 5 -6 7 -8 9 10 11 -12 13 -14 -15 -16 -17 -18 -19 -20 21 22 23
1494.64/1494.66	v -24 25 -26 27 -28 29 30 31 32 -33 34 35 -36 37 38 -39 -40 41 -42 -43 -44
1494.64/1494.66	v 45 -46 -47 48 -49 -50 51 52 -53 54 55 -56 57 58 59 -60 -61 -62 63 64 65
1494.64/1494.66	v 66 67 -68 69 70 -71 -72 73 -74 -75 -76 77 78 -79 -80 -81 -82 83 -84 85
1494.64/1494.66	v 86 -87 -88 89 -90 91 -92 93 94 95 96 -97 98 99 100 101 -102 103 104 105
1494.64/1494.66	v -106 107 -108 -109 110 0
1494.64/1494.67	s SATISFIABLE
1494.64/1494.67	
1494.64/1494.67	c Models        : 1+    
1494.64/1494.67	c Time          : 1494.668s (Solving: 1494.66s 1st Model: 1494.66s Unsat: 0.00s)
1494.64/1494.67	c CPU Time      : 1494.710s

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3423216-1306694015/watcher-3423216-1306694015 -o /tmp/evaluation-result-3423216-1306694015/solver-3423216-1306694015 -C 5000 -W 5100 -M 15500 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423216-1306694015.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 2/436 22576
/proc/meminfo: memFree=11405596/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=12612 CPUtime=0.01 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 537 0 0 0 1 0 0 0 25 0 1 0 780999363 12914688 478 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3153 478 365 180 0 163 0

[startup+0.111456 s]
/proc/loadavg: 2.05 2.03 2.00 2/436 22576
/proc/meminfo: memFree=11405596/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=12744 CPUtime=0.11 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 596 0 0 0 11 0 0 0 25 0 1 0 780999363 13049856 537 33554432000 4194304 4929204 140735702759616 18446744073709551615 4329432 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3186 537 366 180 0 196 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12744

[startup+0.200442 s]
/proc/loadavg: 2.05 2.03 2.00 2/436 22576
/proc/meminfo: memFree=11405596/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=12876 CPUtime=0.19 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 623 0 0 0 19 0 0 0 25 0 1 0 780999363 13185024 564 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3219 564 366 180 0 229 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12876

[startup+0.300423 s]
/proc/loadavg: 2.05 2.03 2.00 2/436 22576
/proc/meminfo: memFree=11405596/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=13008 CPUtime=0.29 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 648 0 0 0 29 0 0 0 25 0 1 0 780999363 13320192 589 33554432000 4194304 4929204 140735702759616 18446744073709551615 4327209 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3252 589 366 180 0 262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13008

[startup+0.700348 s]
/proc/loadavg: 2.05 2.03 2.00 2/436 22576
/proc/meminfo: memFree=11405596/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=13140 CPUtime=0.69 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 702 0 0 0 69 0 0 0 25 0 1 0 780999363 13455360 643 33554432000 4194304 4929204 140735702759616 18446744073709551615 4375151 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3285 643 366 180 0 295 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13140

[startup+1.5002 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 22577
/proc/meminfo: memFree=11403260/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=13540 CPUtime=1.49 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 801 0 0 0 149 0 0 0 25 0 1 0 780999363 13864960 742 33554432000 4194304 4929204 140735702759616 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3385 742 366 180 0 395 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13540

[startup+3.1009 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 22577
/proc/meminfo: memFree=11402148/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=13948 CPUtime=3.09 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 904 0 0 0 309 0 0 0 25 0 1 0 780999363 14282752 845 33554432000 4194304 4929204 140735702759616 18446744073709551615 4639162 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3487 845 366 180 0 497 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13948

[startup+6.30031 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 22577
/proc/meminfo: memFree=11401280/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=14500 CPUtime=6.29 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1036 0 0 0 629 0 0 0 25 0 1 0 780999363 14848000 977 33554432000 4194304 4929204 140735702759616 18446744073709551615 4638476 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3625 977 366 180 0 635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14500

[startup+12.7001 s]
/proc/loadavg: 2.11 2.04 2.01 3/437 22577
/proc/meminfo: memFree=11399932/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=15332 CPUtime=12.69 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1213 0 0 0 1269 0 0 0 25 0 1 0 780999363 15699968 1154 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633685 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 3833 1154 366 180 0 843 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15332

[startup+25.5008 s]
/proc/loadavg: 2.09 2.04 2.01 3/437 22578
/proc/meminfo: memFree=11399436/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=16036 CPUtime=25.49 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1410 0 0 0 2549 0 0 0 25 0 1 0 780999363 16420864 1351 33554432000 4194304 4929204 140735702759616 18446744073709551615 4638459 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4009 1351 366 180 0 1019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16036

[startup+51.101 s]
/proc/loadavg: 2.06 2.03 2.00 3/437 22578
/proc/meminfo: memFree=11397556/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=17108 CPUtime=51.09 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1643 0 0 0 5109 0 0 0 25 0 1 0 780999363 17518592 1584 33554432000 4194304 4929204 140735702759616 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4277 1584 366 180 0 1287 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17108

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 22580
/proc/meminfo: memFree=11395680/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=18144 CPUtime=102.31 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1877 0 0 0 10231 0 0 0 25 0 1 0 780999363 18579456 1818 33554432000 4194304 4929204 140735702759616 18446744073709551615 4340429 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4536 1818 366 180 0 1546 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 18144

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/437 22581
/proc/meminfo: memFree=11395176/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=18432 CPUtime=162.3 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 1958 0 0 0 16230 0 0 0 25 0 1 0 780999363 18874368 1899 33554432000 4194304 4929204 140735702759616 18446744073709551615 4637448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4608 1899 366 180 0 1618 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 18432

[startup+222.315 s]
/proc/loadavg: 2.08 2.04 2.00 3/437 22583
/proc/meminfo: memFree=11381776/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=18568 CPUtime=222.31 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2004 0 0 0 22231 0 0 0 25 0 1 0 780999363 19013632 1945 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316277 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4642 1945 366 180 0 1652 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 18568

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/437 22585
/proc/meminfo: memFree=11381512/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=18856 CPUtime=282.3 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2063 0 0 0 28230 0 0 0 25 0 1 0 780999363 19308544 2004 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4714 2004 366 180 0 1724 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 18856

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 22586
/proc/meminfo: memFree=11381748/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=18996 CPUtime=342.3 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2109 0 0 0 34230 0 0 0 25 0 1 0 780999363 19451904 2050 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316137 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4749 2050 366 180 0 1759 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 18996

[startup+402.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 22588
/proc/meminfo: memFree=11382484/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19144 CPUtime=402.3 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2136 0 0 0 40230 0 0 0 25 0 1 0 780999363 19603456 2077 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316283 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4786 2077 366 180 0 1796 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 19144

[startup+462.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/437 22589
/proc/meminfo: memFree=11382604/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19144 CPUtime=462.31 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2145 0 0 0 46231 0 0 0 25 0 1 0 780999363 19603456 2086 33554432000 4194304 4929204 140735702759616 18446744073709551615 4658483 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4786 2086 366 180 0 1796 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 19144

[startup+522.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/437 22591
/proc/meminfo: memFree=11382844/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19144 CPUtime=522.31 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2146 0 0 0 52231 0 0 0 25 0 1 0 780999363 19603456 2087 33554432000 4194304 4929204 140735702759616 18446744073709551615 4637470 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4786 2087 366 180 0 1796 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 19144

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 2.00 3/437 22593
/proc/meminfo: memFree=11382088/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19292 CPUtime=582.31 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2161 0 0 0 58231 0 0 0 25 0 1 0 780999363 19755008 2102 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633827 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4823 2102 366 180 0 1833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 19292

[startup+642.301 s]

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

/proc/meminfo: memFree=11372876/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19292 CPUtime=762.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2178 0 0 0 76233 0 0 0 25 0 1 0 780999363 19755008 2119 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4823 2119 366 180 0 1833 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 19292

[startup+822.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 22599
/proc/meminfo: memFree=11372372/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19292 CPUtime=822.32 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2179 0 0 0 82232 0 0 0 25 0 1 0 780999363 19755008 2120 33554432000 4194304 4929204 140735702759616 18446744073709551615 4319970 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4823 2120 366 180 0 1833 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 19292

[startup+882.316 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 22601
/proc/meminfo: memFree=11372112/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19292 CPUtime=882.34 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2182 0 0 0 88234 0 0 0 25 0 1 0 780999363 19755008 2123 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4823 2123 366 180 0 1833 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 19292

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 22602
/proc/meminfo: memFree=11372960/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19444 CPUtime=942.32 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2198 0 0 0 94232 0 0 0 25 0 1 0 780999363 19910656 2139 33554432000 4194304 4929204 140735702759616 18446744073709551615 4628067 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4861 2139 366 180 0 1871 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 19444

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 22604
/proc/meminfo: memFree=11372704/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19444 CPUtime=1002.32 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2214 0 0 0 100232 0 0 0 25 0 1 0 780999363 19910656 2155 33554432000 4194304 4929204 140735702759616 18446744073709551615 4660840 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4861 2155 366 180 0 1871 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 19444

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22605
/proc/meminfo: memFree=11372700/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19592 CPUtime=1062.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2237 0 0 0 106233 0 0 0 25 0 1 0 780999363 20062208 2178 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633802 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4898 2178 366 180 0 1908 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 19592

[startup+1122.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/437 22607
/proc/meminfo: memFree=11346272/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19592 CPUtime=1122.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2247 0 0 0 112233 0 0 0 25 0 1 0 780999363 20062208 2188 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4898 2188 366 180 0 1908 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 19592

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 22609
/proc/meminfo: memFree=11316376/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19592 CPUtime=1182.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2255 0 0 0 118233 0 0 0 25 0 1 0 780999363 20062208 2196 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4898 2196 366 180 0 1908 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 19592

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 22610
/proc/meminfo: memFree=11309292/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19592 CPUtime=1242.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2256 0 0 0 124233 0 0 0 25 0 1 0 780999363 20062208 2197 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4898 2197 366 180 0 1908 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 19592

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/437 22612
/proc/meminfo: memFree=11308912/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1302.33 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2264 0 0 0 130233 0 0 0 25 0 1 0 780999363 20217856 2205 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2205 366 180 0 1946 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 19744

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 22613
/proc/meminfo: memFree=11309776/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1362.34 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2272 0 0 0 136234 0 0 0 25 0 1 0 780999363 20217856 2213 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2213 366 180 0 1946 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 19744

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 22615
/proc/meminfo: memFree=11309764/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1422.35 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2282 0 0 0 142235 0 0 0 25 0 1 0 780999363 20217856 2223 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2223 366 180 0 1946 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 19744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11309500/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1482.34 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 148234 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4375189 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 19744

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

[startup+1484.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11309500/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1484.84 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 148484 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1484.84
Current children cumulated vsize (KiB) 19744

[startup+1491.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11309500/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1491.24 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 149124 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4638495 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1491.24
Current children cumulated vsize (KiB) 19744

[startup+1492.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11310616/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1492.86 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 149286 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4357450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1492.86
Current children cumulated vsize (KiB) 19744

[startup+1493.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11310616/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1493.64 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 149364 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4629027 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1493.64
Current children cumulated vsize (KiB) 19744

[startup+1494.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11310616/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1494.44 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 149444 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4636672 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1494.44
Current children cumulated vsize (KiB) 19744

[startup+1494.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 22617
/proc/meminfo: memFree=11310616/32951124 swapFree=62199376/67111528
[pid=22576] ppid=22574 vsize=19744 CPUtime=1494.64 cores=1,3,5,7
/proc/22576/stat : 22576 (clasp) R 22574 22576 22327 0 -1 4202496 2289 0 0 0 149464 0 0 0 25 0 1 0 780999363 20217856 2230 33554432000 4194304 4929204 140735702759616 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/22576/statm: 4936 2230 366 180 0 1946 0
Current children cumulated CPU time (s) 1494.64
Current children cumulated vsize (KiB) 19744

Child status: 10
Real time (s): 1494.67
CPU time (s): 1494.72
CPU user time (s): 1494.71
CPU system time (s): 0.004999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 19744

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

runsolver used 5.96009 second user time and 14.4208 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-29 20:33:35
IDJOB=3423216
IDBENCH=87455
IDSOLVER=1917
FILE ID=node135/3423216-1306694015
RUNJOBID= node135-1306690591-22346
PBS_JOBID= 13471855
Free space on /tmp= 73532 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_110.shuffled.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3423216-1306694015/watcher-3423216-1306694015 -o /tmp/evaluation-result-3423216-1306694015/solver-3423216-1306694015 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423216-1306694015.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 34f8b747bfe8e7b589b8832e56ae8363
RANDOM SEED=2124759679

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11405876 kB
Buffers:        361048 kB
Cached:        8031780 kB
SwapCached:      84472 kB
Active:       14282956 kB
Inactive:      6965064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11405876 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:    12776004 kB
Mapped:          26696 kB
Slab:           165512 kB
PageTables:      66476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124662548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73532 MiB
End job on node135 at 2011-05-29 20:58:30