Trace number 3423005

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-crafted? (TO) 5000.1 5000.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...684472/instance-3423005-1306684472.cnf
1.79/1.82	c Solving...
5000.09/5000.01	
5000.09/5000.01	*** INTERRUPTED! ***
5000.09/5000.01	s UNKNOWN
5000.09/5000.01	
5000.09/5000.01	c INTERRUPTED   : 1
5000.09/5000.01	c Models        : 0+    
5000.09/5000.01	c Time          : 5000.016s (Solving: 4998.19s 1st Model: 0.00s Unsat: 0.00s)
5000.09/5000.01	c CPU Time      : 5000.090s

Verifier Data

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

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-3423005-1306684472/watcher-3423005-1306684472 -o /tmp/evaluation-result-3423005-1306684472/solver-3423005-1306684472 -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-3423005-1306684472.cnf 

running on 4 cores: 0,2,4,6

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: 1.45 1.85 1.95 3/494 18005
/proc/meminfo: memFree=28465496/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=14964 CPUtime=0.01 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 1280 0 0 0 1 0 0 0 21 0 1 0 780046856 15323136 1031 33554432000 4194304 4929204 140736503065440 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 3741 1032 327 180 0 751 0

[startup+0.0794869 s]
/proc/loadavg: 1.45 1.85 1.95 3/494 18005
/proc/meminfo: memFree=28465496/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=27464 CPUtime=0.07 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 5348 0 0 0 7 0 0 0 21 0 1 0 780046856 28123136 4095 33554432000 4194304 4929204 140736503065440 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 6866 4095 336 180 0 3876 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27464

[startup+0.100455 s]
/proc/loadavg: 1.45 1.85 1.95 3/494 18005
/proc/meminfo: memFree=28465496/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=31004 CPUtime=0.09 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 6281 0 0 0 9 0 0 0 21 0 1 0 780046856 31748096 5028 33554432000 4194304 4929204 140736503065440 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 7751 5030 336 180 0 4761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31004

[startup+0.300448 s]
/proc/loadavg: 1.45 1.85 1.95 3/494 18005
/proc/meminfo: memFree=28465496/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=31268 CPUtime=0.29 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 6371 0 0 0 29 0 0 0 22 0 1 0 780046856 32018432 5118 33554432000 4194304 4929204 140736503065440 18446744073709551615 4582288 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 7817 5118 337 180 0 4827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31268

[startup+0.700391 s]
/proc/loadavg: 1.45 1.85 1.95 3/494 18005
/proc/meminfo: memFree=28465496/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=31268 CPUtime=0.69 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 6371 0 0 0 69 0 0 0 23 0 1 0 780046856 32018432 5118 33554432000 4194304 4929204 140736503065440 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 7817 5118 337 180 0 4827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31268

[startup+1.50026 s]
/proc/loadavg: 1.50 1.86 1.95 3/499 18010
/proc/meminfo: memFree=28422964/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=34568 CPUtime=1.49 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 7197 0 0 0 149 0 0 0 25 0 1 0 780046856 35397632 5944 33554432000 4194304 4929204 140736503065440 18446744073709551615 4574906 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 8642 5944 339 180 0 5652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34568

[startup+3.17864 s]
/proc/loadavg: 1.50 1.86 1.95 3/499 18010
/proc/meminfo: memFree=28417880/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=33336 CPUtime=3.18 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 7500 0 0 0 317 1 0 0 25 0 1 0 780046856 34136064 5650 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633656 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 8334 5650 367 180 0 5344 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 33336

[startup+6.30044 s]
/proc/loadavg: 1.50 1.86 1.95 3/499 18010
/proc/meminfo: memFree=28417508/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=33336 CPUtime=6.29 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 7500 0 0 0 628 1 0 0 25 0 1 0 780046856 34136064 5650 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 8334 5650 367 180 0 5344 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33336

[startup+12.7004 s]
/proc/loadavg: 1.80 1.91 1.96 3/499 18010
/proc/meminfo: memFree=28417244/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=33336 CPUtime=12.69 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 7500 0 0 0 1268 1 0 0 25 0 1 0 780046856 34136064 5650 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 8334 5650 367 180 0 5344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33336

[startup+25.5182 s]
/proc/loadavg: 1.84 1.91 1.96 3/499 18011
/proc/meminfo: memFree=28415832/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=34332 CPUtime=25.51 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 7752 0 0 0 2550 1 0 0 25 0 1 0 780046856 35155968 5902 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 8583 5902 367 180 0 5593 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 34332

[startup+51.1009 s]
/proc/loadavg: 1.89 1.92 1.96 3/499 18011
/proc/meminfo: memFree=28406452/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=38716 CPUtime=51.09 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 8865 0 0 0 5108 1 0 0 25 0 1 0 780046856 39645184 7015 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 9679 7015 367 180 0 6689 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38716

[startup+102.3 s]
/proc/loadavg: 1.95 1.93 1.96 3/499 18013
/proc/meminfo: memFree=28399136/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=41532 CPUtime=102.29 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 9565 0 0 0 10228 1 0 0 25 0 1 0 780046856 42528768 7715 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633762 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 10383 7715 367 180 0 7393 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41532

[startup+162.301 s]
/proc/loadavg: 1.98 1.94 1.96 3/499 18014
/proc/meminfo: memFree=28389084/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=46304 CPUtime=162.3 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 10701 0 0 0 16228 2 0 0 25 0 1 0 780046856 47415296 8851 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 11576 8851 367 180 0 8586 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46304

[startup+222.301 s]
/proc/loadavg: 1.99 1.95 1.96 3/499 18016
/proc/meminfo: memFree=28378524/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=53152 CPUtime=222.31 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 12421 0 0 0 22229 2 0 0 25 0 1 0 780046856 54427648 10571 33554432000 4194304 4929204 140736503065440 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 13288 10571 369 180 0 10298 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 53152

[startup+282.301 s]
/proc/loadavg: 1.99 1.95 1.96 3/499 18017
/proc/meminfo: memFree=28373056/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=54872 CPUtime=282.29 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 12839 0 0 0 28227 2 0 0 25 0 1 0 780046856 56188928 10989 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 13718 10989 369 180 0 10728 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54872

[startup+342.319 s]
/proc/loadavg: 1.99 1.96 1.96 3/499 18019
/proc/meminfo: memFree=28373400/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=55692 CPUtime=342.31 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 13039 0 0 0 34229 2 0 0 25 0 1 0 780046856 57028608 11189 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 13923 11189 369 180 0 10933 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 55692

[startup+402.301 s]
/proc/loadavg: 2.12 2.01 1.98 3/499 18030
/proc/meminfo: memFree=28366184/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=60096 CPUtime=402.29 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 14141 0 0 0 40227 2 0 0 25 0 1 0 780046856 61538304 12291 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 15024 12291 369 180 0 12034 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 60096

[startup+462.301 s]
/proc/loadavg: 2.08 2.02 1.98 3/499 18031
/proc/meminfo: memFree=28360844/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=62956 CPUtime=462.3 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 14859 0 0 0 46227 3 0 0 25 0 1 0 780046856 64466944 13009 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316192 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 15739 13009 369 180 0 12749 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 62956

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/499 18033
/proc/meminfo: memFree=28358340/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=64672 CPUtime=522.3 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 15281 0 0 0 52227 3 0 0 25 0 1 0 780046856 66224128 13431 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 16168 13431 369 180 0 13178 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 64672

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/499 18034
/proc/meminfo: memFree=28354860/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=65996 CPUtime=582.3 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 15609 0 0 0 58227 3 0 0 25 0 1 0 780046856 67579904 13759 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 16499 13759 369 180 0 13509 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 65996

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/499 18139
/proc/meminfo: memFree=28245652/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117492 CPUtime=4062.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28241 0 0 0 406231 5 0 0 25 0 1 0 780046856 120311808 26391 33554432000 4194304 4929204 140736503065440 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29373 26391 369 180 0 26383 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 117492

[startup+4122.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/499 18141
/proc/meminfo: memFree=28245140/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117492 CPUtime=4122.37 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28241 0 0 0 412232 5 0 0 25 0 1 0 780046856 120311808 26391 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29373 26391 369 180 0 26383 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 117492

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 18142
/proc/meminfo: memFree=28244124/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117492 CPUtime=4182.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28241 0 0 0 418231 5 0 0 25 0 1 0 780046856 120311808 26391 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29373 26391 369 180 0 26383 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 117492

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18144
/proc/meminfo: memFree=28242872/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117492 CPUtime=4242.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28241 0 0 0 424231 5 0 0 25 0 1 0 780046856 120311808 26391 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29373 26391 369 180 0 26383 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 117492

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18149
/proc/meminfo: memFree=28243220/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117492 CPUtime=4302.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28241 0 0 0 430231 5 0 0 25 0 1 0 780046856 120311808 26391 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29373 26391 369 180 0 26383 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 117492

[startup+4362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/499 18150
/proc/meminfo: memFree=28243004/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=117808 CPUtime=4362.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28323 0 0 0 436231 5 0 0 25 0 1 0 780046856 120635392 26473 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29452 26473 369 180 0 26462 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 117808

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 18152
/proc/meminfo: memFree=28241244/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=118280 CPUtime=4422.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28425 0 0 0 442231 5 0 0 25 0 1 0 780046856 121118720 26575 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29570 26575 369 180 0 26580 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 118280

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18153
/proc/meminfo: memFree=28239504/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=118940 CPUtime=4482.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28591 0 0 0 448231 5 0 0 25 0 1 0 780046856 121794560 26741 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29735 26741 369 180 0 26745 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 118940

[startup+4542.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/499 18155
/proc/meminfo: memFree=28239104/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=119240 CPUtime=4542.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28669 0 0 0 454231 5 0 0 25 0 1 0 780046856 122101760 26819 33554432000 4194304 4929204 140736503065440 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 29810 26819 369 180 0 26820 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 119240

[startup+4602.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/499 18157
/proc/meminfo: memFree=28236240/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=120580 CPUtime=4602.37 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 28965 0 0 0 460232 5 0 0 25 0 1 0 780046856 123473920 27115 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30145 27115 369 180 0 27155 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 120580

[startup+4662.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/499 18158
/proc/meminfo: memFree=28235484/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=120876 CPUtime=4662.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 29049 0 0 0 466231 5 0 0 25 0 1 0 780046856 123777024 27199 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30219 27199 369 180 0 27229 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 120876

[startup+4722.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 18160
/proc/meminfo: memFree=28235964/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=121704 CPUtime=4722.38 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 29237 0 0 0 472233 5 0 0 25 0 1 0 780046856 124624896 27387 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30426 27387 369 180 0 27436 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 121704

[startup+4782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 18161
/proc/meminfo: memFree=28235216/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=122652 CPUtime=4782.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 29475 0 0 0 478231 5 0 0 25 0 1 0 780046856 125595648 27625 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30663 27625 369 180 0 27673 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 122652

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 18163
/proc/meminfo: memFree=28234076/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=123312 CPUtime=4842.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 29647 0 0 0 484231 5 0 0 25 0 1 0 780046856 126271488 27797 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30828 27797 369 180 0 27838 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 123312

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18165
/proc/meminfo: memFree=28234440/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=123312 CPUtime=4902.36 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 29647 0 0 0 490231 5 0 0 25 0 1 0 780046856 126271488 27797 33554432000 4194304 4929204 140736503065440 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 30828 27797 369 180 0 27838 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 123312

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 18166
/proc/meminfo: memFree=28232680/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=125028 CPUtime=4962.37 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 30066 0 0 0 496231 6 0 0 25 0 1 0 780046856 128028672 28216 33554432000 4194304 4929204 140736503065440 18446744073709551615 4316300 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 31257 28216 369 180 0 28267 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 125028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 18167
/proc/meminfo: memFree=28232676/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=125028 CPUtime=5000.09 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 30066 0 0 0 500003 6 0 0 25 0 1 0 780046856 128028672 28216 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 31257 28216 369 180 0 28267 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 125028

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 18167
/proc/meminfo: memFree=28232676/32951132 swapFree=59085548/67111528
[pid=18005] ppid=18003 vsize=125028 CPUtime=5000.09 cores=0,2,4,6
/proc/18005/stat : 18005 (clasp) R 18003 18005 16699 0 -1 4202496 30066 0 0 0 500003 6 0 0 25 0 1 0 780046856 128028672 28216 33554432000 4194304 4929204 140736503065440 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18005/statm: 31257 28216 369 180 0 28267 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 125028

Child status: 0
Real time (s): 5000.02
CPU time (s): 5000.1
CPU user time (s): 5000.04
CPU system time (s): 0.06499
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 125028

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

runsolver used 26.56 second user time and 57.2493 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-29 17:54:32
IDJOB=3423005
IDBENCH=71603
IDSOLVER=1917
FILE ID=node129/3423005-1306684472
RUNJOBID= node129-1306684472-17989
PBS_JOBID= 13471768
Free space on /tmp= 73140 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.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-3423005-1306684472/watcher-3423005-1306684472 -o /tmp/evaluation-result-3423005-1306684472/solver-3423005-1306684472 -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-3423005-1306684472.cnf

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=1412454842

node129.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.831
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.66
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.831
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.831
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.831
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	: 5332.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28465660 kB
Buffers:        217744 kB
Cached:        1706264 kB
SwapCached:      74212 kB
Active:         516364 kB
Inactive:      3744120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28465660 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            9320 kB
Writeback:           0 kB
AnonPages:     2272860 kB
Mapped:          17744 kB
Slab:            98216 kB
PageTables:      58860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147302288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73140 MiB
End job on node129 at 2011-05-29 19:17:54