Trace number 3423195

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.05 4999.93

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.180971
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...693774/instance-3423195-1306693774.cnf
0.04/0.04	c Solving...
5000.03/4999.91	
5000.03/4999.91	*** INTERRUPTED! ***
5000.03/4999.91	s UNKNOWN
5000.03/4999.91	
5000.03/4999.91	c INTERRUPTED   : 1
5000.03/4999.91	c Models        : 0+    
5000.03/4999.91	c Time          : 4999.916s (Solving: 4999.87s 1st Model: 0.00s Unsat: 0.00s)
5000.03/4999.91	c CPU Time      : 5000.030s

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-3423195-1306693774/watcher-3423195-1306693774 -o /tmp/evaluation-result-3423195-1306693774/solver-3423195-1306693774 -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-3423195-1306693774.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: 1.02 1.02 1.06 2/495 32738
/proc/meminfo: memFree=27001852/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=14608 CPUtime=0.01 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1045 0 0 0 1 0 0 0 21 0 1 0 780978400 14958592 935 33554432000 4194304 4929204 140737429423664 18446744073709551615 4582185 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 3652 935 337 180 0 662 0

[startup+0.0416061 s]
/proc/loadavg: 1.02 1.02 1.06 2/495 32738
/proc/meminfo: memFree=27001852/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=14608 CPUtime=0.04 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1045 0 0 0 4 0 0 0 21 0 1 0 780978400 14958592 935 33554432000 4194304 4929204 140737429423664 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 3652 935 337 180 0 662 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14608

[startup+0.100586 s]
/proc/loadavg: 1.02 1.02 1.06 2/495 32738
/proc/meminfo: memFree=27001852/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=14392 CPUtime=0.09 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1106 0 0 0 9 0 0 0 21 0 1 0 780978400 14737408 947 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 3598 947 366 180 0 608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14392

[startup+0.300549 s]
/proc/loadavg: 1.02 1.02 1.06 2/495 32738
/proc/meminfo: memFree=27001852/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=15664 CPUtime=0.29 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1414 0 0 0 29 0 0 0 22 0 1 0 780978400 16039936 1255 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 3916 1256 366 180 0 926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15664

[startup+0.700476 s]
/proc/loadavg: 1.02 1.02 1.06 2/495 32738
/proc/meminfo: memFree=27001852/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=16868 CPUtime=0.69 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1698 0 0 0 69 0 0 0 23 0 1 0 780978400 17272832 1539 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 4217 1539 366 180 0 1227 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16868

[startup+1.50035 s]
/proc/loadavg: 1.02 1.02 1.06 3/496 32766
/proc/meminfo: memFree=26986920/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=17396 CPUtime=1.49 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 1834 0 0 0 149 0 0 0 25 0 1 0 780978400 17813504 1675 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633004 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 4349 1675 366 180 0 1359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17396

[startup+3.10105 s]
/proc/loadavg: 1.02 1.02 1.06 3/499 305
/proc/meminfo: memFree=26922572/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=24436 CPUtime=3.09 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 3559 0 0 0 309 0 0 0 25 0 1 0 780978400 25022464 3400 33554432000 4194304 4929204 140737429423664 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 6109 3400 366 180 0 3119 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24436

[startup+6.30049 s]
/proc/loadavg: 1.10 1.04 1.06 3/499 305
/proc/meminfo: memFree=26919308/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=25644 CPUtime=6.29 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 3878 0 0 0 629 0 0 0 25 0 1 0 780978400 26259456 3719 33554432000 4194304 4929204 140737429423664 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 6411 3719 366 180 0 3421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25644

[startup+12.7004 s]
/proc/loadavg: 1.33 1.09 1.08 3/499 305
/proc/meminfo: memFree=26911928/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=29964 CPUtime=12.69 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 4945 0 0 0 1269 0 0 0 25 0 1 0 780978400 30683136 4786 33554432000 4194304 4929204 140737429423664 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 7491 4786 366 180 0 4501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29964

[startup+25.5011 s]
/proc/loadavg: 1.48 1.13 1.09 3/499 305
/proc/meminfo: memFree=26900168/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=37980 CPUtime=25.49 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 6912 0 0 0 2549 0 0 0 25 0 1 0 780978400 38891520 6753 33554432000 4194304 4929204 140737429423664 18446744073709551615 4658532 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 9495 6753 366 180 0 6505 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37980

[startup+51.1006 s]
/proc/loadavg: 1.65 1.20 1.11 3/499 306
/proc/meminfo: memFree=26879924/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=44532 CPUtime=51.1 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 8527 0 0 0 5109 1 0 0 25 0 1 0 780978400 45600768 8368 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633021 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 11133 8368 366 180 0 8143 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 44532

[startup+102.318 s]
/proc/loadavg: 2.04 1.37 1.17 3/499 307
/proc/meminfo: memFree=26844648/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=54608 CPUtime=102.31 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 11028 0 0 0 10230 1 0 0 25 0 1 0 780978400 55918592 10869 33554432000 4194304 4929204 140737429423664 18446744073709551615 4355057 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 13652 10869 368 180 0 10662 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 54608

[startup+162.301 s]
/proc/loadavg: 2.08 1.50 1.23 3/499 309
/proc/meminfo: memFree=26837432/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=61136 CPUtime=162.29 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 12617 0 0 0 16228 1 0 0 25 0 1 0 780978400 62603264 12458 33554432000 4194304 4929204 140737429423664 18446744073709551615 4628110 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 15284 12458 368 180 0 12294 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 61136

[startup+222.3 s]
/proc/loadavg: 2.03 1.59 1.27 3/499 310
/proc/meminfo: memFree=26824144/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=70456 CPUtime=222.29 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 14876 0 0 0 22228 1 0 0 25 0 1 0 780978400 72146944 14717 33554432000 4194304 4929204 140737429423664 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 17614 14717 368 180 0 14624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 70456

[startup+282.301 s]
/proc/loadavg: 2.01 1.66 1.31 3/499 321
/proc/meminfo: memFree=26806636/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=76120 CPUtime=282.29 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 16240 0 0 0 28228 1 0 0 25 0 1 0 780978400 77946880 16081 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 19030 16081 368 180 0 16040 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 76120

[startup+342.301 s]
/proc/loadavg: 2.00 1.72 1.36 3/499 323
/proc/meminfo: memFree=26798924/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=84132 CPUtime=342.3 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 18297 0 0 0 34228 2 0 0 25 0 1 0 780978400 86151168 18013 33554432000 4194304 4929204 140737429423664 18446744073709551615 4355088 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 21033 18013 369 180 0 18043 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84132

[startup+402.3 s]
/proc/loadavg: 2.00 1.77 1.39 3/499 324
/proc/meminfo: memFree=26793444/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=87636 CPUtime=402.3 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 19103 0 0 0 40228 2 0 0 25 0 1 0 780978400 89739264 18819 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632920 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 21909 18819 369 180 0 18919 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 87636

[startup+462.301 s]
/proc/loadavg: 2.00 1.81 1.43 3/499 326
/proc/meminfo: memFree=26787092/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=91460 CPUtime=462.3 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 20009 0 0 0 46228 2 0 0 25 0 1 0 780978400 93655040 19725 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 22865 19725 369 180 0 19875 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 91460

[startup+522.3 s]
/proc/loadavg: 2.00 1.84 1.46 3/499 327
/proc/meminfo: memFree=26777264/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=97448 CPUtime=522.3 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 21511 0 0 0 52228 2 0 0 25 0 1 0 780978400 99786752 21227 33554432000 4194304 4929204 140737429423664 18446744073709551615 4337412 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 24362 21227 369 180 0 21372 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97448

[startup+582.3 s]
/proc/loadavg: 2.13 1.90 1.50 3/499 329
/proc/meminfo: memFree=26770044/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=102152 CPUtime=582.31 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 22615 0 0 0 58228 3 0 0 25 0 1 0 780978400 104603648 22331 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633001 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 25538 22331 369 180 0 22548 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 102152

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/499 434
/proc/meminfo: memFree=26548292/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=237780 CPUtime=4062.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 52365 0 0 0 406234 7 0 0 25 0 1 0 780978400 243486720 51960 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 59445 51960 369 180 0 56455 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 237780

[startup+4122.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/499 435
/proc/meminfo: memFree=26547396/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=238728 CPUtime=4122.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 52572 0 0 0 412233 7 0 0 25 0 1 0 780978400 244457472 52167 33554432000 4194304 4929204 140737429423664 18446744073709551615 4619472 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 59682 52167 369 180 0 56692 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 238728

[startup+4182.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/499 437
/proc/meminfo: memFree=26547624/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=239676 CPUtime=4182.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 52772 0 0 0 418233 7 0 0 25 0 1 0 780978400 245428224 52367 33554432000 4194304 4929204 140737429423664 18446744073709551615 270612808298 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 59919 52367 369 180 0 56929 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 239676

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 439
/proc/meminfo: memFree=26544132/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=240528 CPUtime=4242.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 52964 0 0 0 424233 7 0 0 25 0 1 0 780978400 246300672 52559 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 60132 52559 369 180 0 57142 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 240528

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 440
/proc/meminfo: memFree=26543116/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=241096 CPUtime=4302.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 53097 0 0 0 430233 7 0 0 25 0 1 0 780978400 246882304 52692 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 60274 52692 369 180 0 57284 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 241096

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 442
/proc/meminfo: memFree=26541604/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=241288 CPUtime=4362.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 53150 0 0 0 436233 7 0 0 25 0 1 0 780978400 247078912 52745 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 60322 52745 369 180 0 57332 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 241288

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 443
/proc/meminfo: memFree=26540340/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=242236 CPUtime=4422.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 53371 0 0 0 442233 7 0 0 25 0 1 0 780978400 248049664 52966 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 60559 52966 369 180 0 57569 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 242236

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 445
/proc/meminfo: memFree=26539564/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=243184 CPUtime=4482.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 53578 0 0 0 448233 7 0 0 25 0 1 0 780978400 249020416 53173 33554432000 4194304 4929204 140737429423664 18446744073709551615 4337377 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 60796 53173 369 180 0 57806 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 243184

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 447
/proc/meminfo: memFree=26531348/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=244368 CPUtime=4542.4 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 53852 0 0 0 454233 7 0 0 25 0 1 0 780978400 250232832 53447 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 61092 53447 369 180 0 58102 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 244368

[startup+4602.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/499 448
/proc/meminfo: memFree=26524628/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=245508 CPUtime=4602.42 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 54102 0 0 0 460235 7 0 0 25 0 1 0 780978400 251400192 53697 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 61377 53697 369 180 0 58387 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 245508

[startup+4662.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/499 450
/proc/meminfo: memFree=26522492/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=245980 CPUtime=4662.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 54200 0 0 0 466234 7 0 0 25 0 1 0 780978400 251883520 53795 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 61495 53795 369 180 0 58505 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 245980

[startup+4722.32 s]
/proc/loadavg: 2.04 2.06 2.01 3/499 451
/proc/meminfo: memFree=26520224/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=247688 CPUtime=4722.42 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 54598 0 0 0 472235 7 0 0 25 0 1 0 780978400 253632512 54193 33554432000 4194304 4929204 140737429423664 18446744073709551615 4632957 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 61922 54193 369 180 0 58932 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 247688

[startup+4782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/499 453
/proc/meminfo: memFree=26519452/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=249444 CPUtime=4782.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 54973 0 0 0 478234 7 0 0 25 0 1 0 780978400 255430656 54568 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 62361 54568 369 180 0 59371 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 249444

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 455
/proc/meminfo: memFree=26517700/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=250820 CPUtime=4842.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 55268 0 0 0 484234 7 0 0 25 0 1 0 780978400 256839680 54863 33554432000 4194304 4929204 140737429423664 18446744073709551615 270612808298 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 62705 54863 369 180 0 59715 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 250820

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 456
/proc/meminfo: memFree=26517424/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=251956 CPUtime=4902.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 55526 0 0 0 490234 7 0 0 25 0 1 0 780978400 258002944 55121 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 62989 55121 369 180 0 59999 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 251956

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 458
/proc/meminfo: memFree=26515780/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=252856 CPUtime=4962.41 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 55714 0 0 0 496234 7 0 0 25 0 1 0 780978400 258924544 55309 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 63214 55309 369 180 0 60224 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 252856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 467
/proc/meminfo: memFree=26515268/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=253332 CPUtime=5000.03 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 55842 0 0 0 499996 7 0 0 25 0 1 0 780978400 259411968 55437 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 63333 55437 369 180 0 60343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 253332

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 467
/proc/meminfo: memFree=26515268/32951124 swapFree=53876548/67111528
[pid=32738] ppid=32736 vsize=253332 CPUtime=5000.03 cores=1,3,5,7
/proc/32738/stat : 32738 (clasp) R 32736 32738 32423 0 -1 4202496 55842 0 0 0 499996 7 0 0 25 0 1 0 780978400 259411968 55437 33554432000 4194304 4929204 140737429423664 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/32738/statm: 63333 55437 369 180 0 60343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 253332

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.96
CPU system time (s): 0.088986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 253332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55853
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= 12368

runsolver used 23.3095 second user time and 55.9565 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-29 20:29:35
IDJOB=3423195
IDBENCH=85618
IDSOLVER=1917
FILE ID=node108/3423195-1306693774
RUNJOBID= node108-1306693774-32725
PBS_JOBID= 13471837
Free space on /tmp= 73424 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.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-3423195-1306693774/watcher-3423195-1306693774 -o /tmp/evaluation-result-3423195-1306693774/solver-3423195-1306693774 -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-3423195-1306693774.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=654212220

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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:     32951124 kB
MemFree:      27002124 kB
Buffers:        246916 kB
Cached:        4454640 kB
SwapCached:      16500 kB
Active:        1525024 kB
Inactive:      4174576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27002124 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:      992240 kB
Mapped:          12220 kB
Slab:           114972 kB
PageTables:      65340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134543208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73412 MiB
End job on node108 at 2011-05-29 21:52:57