Trace number 3423064

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.09 4999.94

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
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 variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
Number of clauses of size 40
Number of clauses of size 50
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 ...686861/instance-3423064-1306686861.cnf
0.49/0.53	c Solving...
5000.06/4999.92	
5000.06/4999.92	*** INTERRUPTED! ***
5000.06/4999.92	s UNKNOWN
5000.06/4999.92	
5000.06/4999.92	c INTERRUPTED   : 1
5000.06/4999.92	c Models        : 0+    
5000.06/4999.92	c Time          : 4999.920s (Solving: 4999.39s 1st Model: 0.00s Unsat: 0.00s)
5000.06/4999.92	c CPU Time      : 5000.070s

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-3423064-1306686861/watcher-3423064-1306686861 -o /tmp/evaluation-result-3423064-1306686861/solver-3423064-1306686861 -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-3423064-1306686861.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.00 2.03 2.00 2/575 24562
/proc/meminfo: memFree=16261596/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=25508 CPUtime=0.01 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 4166 0 0 0 1 0 0 0 22 0 1 0 780283848 26120192 3609 33554432000 4194304 4929204 140735924090448 18446744073709551615 212687336133 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 6377 3610 327 180 0 3387 0

[startup+0.0943099 s]
/proc/loadavg: 2.00 2.03 2.00 2/575 24562
/proc/meminfo: memFree=16261596/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=41264 CPUtime=0.09 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 9067 0 0 0 8 1 0 0 22 0 1 0 780283848 42254336 7414 33554432000 4194304 4929204 140735924090448 18446744073709551615 212687336133 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 10316 7415 339 180 0 7326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41264

[startup+0.100304 s]
/proc/loadavg: 2.00 2.03 2.00 2/575 24562
/proc/meminfo: memFree=16261596/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=41528 CPUtime=0.09 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 9130 0 0 0 8 1 0 0 22 0 1 0 780283848 42524672 7477 33554432000 4194304 4929204 140735924090448 18446744073709551615 4590291 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 10382 7478 339 180 0 7392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41528

[startup+0.300274 s]
/proc/loadavg: 2.00 2.03 2.00 2/575 24562
/proc/meminfo: memFree=16261596/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=47072 CPUtime=0.29 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 10521 0 0 0 28 1 0 0 23 0 1 0 780283848 48201728 8868 33554432000 4194304 4929204 140735924090448 18446744073709551615 212687336133 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 11768 8868 340 180 0 8778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47072

[startup+0.700201 s]
/proc/loadavg: 2.00 2.03 2.00 2/575 24562
/proc/meminfo: memFree=16261596/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=53204 CPUtime=0.69 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 13082 0 0 0 68 1 0 0 25 0 1 0 780283848 54480896 10371 33554432000 4194304 4929204 140735924090448 18446744073709551615 4365465 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 13301 10371 360 180 0 10311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53204

[startup+1.50105 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24563
/proc/meminfo: memFree=16219312/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=53204 CPUtime=1.49 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 13089 0 0 0 148 1 0 0 25 0 1 0 780283848 54480896 10378 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 13301 10378 367 180 0 10311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53204

[startup+3.10076 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24563
/proc/meminfo: memFree=16216392/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=54084 CPUtime=3.09 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 13302 0 0 0 308 1 0 0 25 0 1 0 780283848 55382016 10591 33554432000 4194304 4929204 140735924090448 18446744073709551615 4365472 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 13521 10591 367 180 0 10531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54084

[startup+6.30017 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24563
/proc/meminfo: memFree=16212800/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=57264 CPUtime=6.29 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 14072 0 0 0 628 1 0 0 25 0 1 0 780283848 58638336 11361 33554432000 4194304 4929204 140735924090448 18446744073709551615 4365646 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 14316 11361 367 180 0 11326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57264

[startup+12.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24563
/proc/meminfo: memFree=16205612/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=61196 CPUtime=12.69 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 15053 0 0 0 1268 1 0 0 25 0 1 0 780283848 62664704 12342 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 15299 12342 367 180 0 12309 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61196

[startup+25.5007 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24563
/proc/meminfo: memFree=16199552/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=65384 CPUtime=25.49 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 16054 0 0 0 2548 1 0 0 25 0 1 0 780283848 66953216 13343 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 16346 13343 367 180 0 13356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65384

[startup+51.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24564
/proc/meminfo: memFree=16186604/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=76752 CPUtime=51.09 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 18794 0 0 0 5108 1 0 0 25 0 1 0 780283848 78594048 16083 33554432000 4194304 4929204 140735924090448 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 19188 16083 369 180 0 16198 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76752

[startup+102.322 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24565
/proc/meminfo: memFree=16171960/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=85780 CPUtime=102.32 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 20874 0 0 0 10230 2 0 0 25 0 1 0 780283848 87838720 18163 33554432000 4194304 4929204 140735924090448 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 21445 18163 369 180 0 18455 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 85780

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 24594
/proc/meminfo: memFree=16163140/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=102320 CPUtime=162.3 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 24916 0 0 0 16228 2 0 0 25 0 1 0 780283848 104775680 22205 33554432000 4194304 4929204 140735924090448 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 25580 22205 369 180 0 22590 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102320

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 24596
/proc/meminfo: memFree=16152312/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=109384 CPUtime=222.3 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 26593 0 0 0 22228 2 0 0 25 0 1 0 780283848 112009216 23882 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 27346 23882 369 180 0 24356 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 109384

[startup+282.301 s]
/proc/loadavg: 2.14 2.06 2.02 3/576 24597
/proc/meminfo: memFree=16147936/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=111808 CPUtime=282.3 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 27199 0 0 0 28228 2 0 0 25 0 1 0 780283848 114491392 24488 33554432000 4194304 4929204 140735924090448 18446744073709551615 4316283 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 27952 24488 369 180 0 24962 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 111808

[startup+342.301 s]
/proc/loadavg: 2.11 2.07 2.02 3/576 24599
/proc/meminfo: memFree=16140704/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=116424 CPUtime=342.3 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 28192 0 0 0 34228 2 0 0 25 0 1 0 780283848 119218176 25481 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 29106 25481 369 180 0 26116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116424

[startup+402.301 s]
/proc/loadavg: 2.04 2.06 2.02 3/576 24600
/proc/meminfo: memFree=16139560/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=117560 CPUtime=402.3 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 28450 0 0 0 40228 2 0 0 25 0 1 0 780283848 120381440 25739 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 29390 25739 369 180 0 26400 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117560

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/576 24602
/proc/meminfo: memFree=16133448/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=123132 CPUtime=462.31 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 29759 0 0 0 46228 3 0 0 25 0 1 0 780283848 126087168 27048 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 30783 27048 369 180 0 27793 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 123132

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24604
/proc/meminfo: memFree=16126352/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=129872 CPUtime=522.31 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 31352 0 0 0 52228 3 0 0 25 0 1 0 780283848 132988928 28641 33554432000 4194304 4929204 140735924090448 18446744073709551615 212687330349 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 32468 28641 369 180 0 29478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 129872

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24605
/proc/meminfo: memFree=16118988/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=137116 CPUtime=582.31 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 33018 0 0 0 58228 3 0 0 25 0 1 0 780283848 140406784 30307 33554432000 4194304 4929204 140735924090448 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/24562/statm: 34279 30307 369 180 0 31289 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 137116

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.03 2/570 24727
/proc/meminfo: memFree=15976604/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=314816 CPUtime=4062.43 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 74368 0 0 0 406231 12 0 0 25 0 1 0 780283848 322371584 71657 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 78704 71657 369 180 0 75714 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 314816

[startup+4122.3 s]
/proc/loadavg: 1.10 1.03 1.04 2/570 24729
/proc/meminfo: memFree=15974092/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=317696 CPUtime=4122.41 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 75008 0 0 0 412229 12 0 0 25 0 1 0 780283848 325320704 72297 33554432000 4194304 4929204 140735924090448 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 79424 72297 369 180 0 76434 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 317696

[startup+4182.3 s]
/proc/loadavg: 1.08 1.04 1.04 2/570 24730
/proc/meminfo: memFree=15972456/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=319480 CPUtime=4182.41 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 75421 0 0 0 418229 12 0 0 25 0 1 0 780283848 327147520 72710 33554432000 4194304 4929204 140735924090448 18446744073709551615 212687330657 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 79870 72710 369 180 0 76880 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 319480

[startup+4242.3 s]
/proc/loadavg: 1.03 1.03 1.03 2/570 24732
/proc/meminfo: memFree=15971564/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=320464 CPUtime=4242.41 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 75641 0 0 0 424229 12 0 0 25 0 1 0 780283848 328155136 72930 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 80116 72930 369 180 0 77126 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 320464

[startup+4302.3 s]
/proc/loadavg: 1.01 1.02 1.03 2/570 24733
/proc/meminfo: memFree=15968320/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=323732 CPUtime=4302.42 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 76429 0 0 0 430229 13 0 0 25 0 1 0 780283848 331501568 73718 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 80933 73718 369 180 0 77943 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 323732

[startup+4362.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/570 24735
/proc/meminfo: memFree=15966680/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=326040 CPUtime=4362.42 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 76912 0 0 0 436229 13 0 0 25 0 1 0 780283848 333864960 74201 33554432000 4194304 4929204 140735924090448 18446744073709551615 4357366 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 81510 74201 369 180 0 78520 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 326040

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/570 24737
/proc/meminfo: memFree=15964776/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=327616 CPUtime=4422.42 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 77294 0 0 0 442229 13 0 0 25 0 1 0 780283848 335478784 74583 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 81904 74583 369 180 0 78914 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 327616

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/570 24738
/proc/meminfo: memFree=15963132/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=329200 CPUtime=4482.42 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 77711 0 0 0 448229 13 0 0 25 0 1 0 780283848 337100800 75000 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 82300 75000 369 180 0 79310 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 329200

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/570 24740
/proc/meminfo: memFree=15962480/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=329848 CPUtime=4542.42 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 77864 0 0 0 454229 13 0 0 25 0 1 0 780283848 337764352 75153 33554432000 4194304 4929204 140735924090448 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 82462 75153 369 180 0 79472 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 329848

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/570 24741
/proc/meminfo: memFree=15958124/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=333024 CPUtime=4602.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 78629 0 0 0 460231 13 0 0 25 0 1 0 780283848 341016576 75918 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83256 75918 369 180 0 80266 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 333024

[startup+4662.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/570 24743
/proc/meminfo: memFree=15957236/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=333816 CPUtime=4662.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 78826 0 0 0 466230 14 0 0 25 0 1 0 780283848 341827584 76115 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83454 76115 369 180 0 80464 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 333816

[startup+4722.32 s]
/proc/loadavg: 1.12 1.04 1.01 2/570 24745
/proc/meminfo: memFree=15955724/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=335484 CPUtime=4722.46 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79232 0 0 0 472232 14 0 0 25 0 1 0 780283848 343535616 76521 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83871 76521 369 180 0 80881 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 335484

[startup+4782.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/570 24746
/proc/meminfo: memFree=15956196/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=335896 CPUtime=4782.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79334 0 0 0 478230 14 0 0 25 0 1 0 780283848 343957504 76623 33554432000 4194304 4929204 140735924090448 18446744073709551615 4327781 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83974 76623 369 180 0 80984 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 335896

[startup+4842.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/570 24748
/proc/meminfo: memFree=15956044/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=335896 CPUtime=4842.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79337 0 0 0 484230 14 0 0 25 0 1 0 780283848 343957504 76626 33554432000 4194304 4929204 140735924090448 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83974 76626 369 180 0 80984 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 335896

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/570 24749
/proc/meminfo: memFree=15956148/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=335896 CPUtime=4902.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79338 0 0 0 490230 14 0 0 25 0 1 0 780283848 343957504 76627 33554432000 4194304 4929204 140735924090448 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 83974 76627 369 180 0 80984 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 335896

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/570 24751
/proc/meminfo: memFree=15955500/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=337032 CPUtime=4962.44 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79597 0 0 0 496230 14 0 0 25 0 1 0 780283848 345120768 76886 33554432000 4194304 4929204 140735924090448 18446744073709551615 4316168 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 84258 76886 369 180 0 81268 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 337032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/570 24752
/proc/meminfo: memFree=15955344/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=337032 CPUtime=5000.06 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79600 0 0 0 499992 14 0 0 25 0 1 0 780283848 345120768 76889 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 84258 76889 369 180 0 81268 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 337032

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: 1.00 1.01 1.00 2/570 24752
/proc/meminfo: memFree=15955344/32951124 swapFree=64375276/67111528
[pid=24562] ppid=24560 vsize=337032 CPUtime=5000.06 cores=1,3,5,7
/proc/24562/stat : 24562 (clasp) R 24560 24562 22932 0 -1 4202496 79600 0 0 0 499992 14 0 0 25 0 1 0 780283848 345120768 76889 33554432000 4194304 4929204 140735924090448 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/24562/statm: 84258 76889 369 180 0 81268 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 337032

Child status: 0
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.93
CPU system time (s): 0.157975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 337032

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

runsolver used 26.12 second user time and 68.3146 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-29 18:34:21
IDJOB=3423064
IDBENCH=83191
IDSOLVER=1917
FILE ID=node139/3423064-1306686861
RUNJOBID= node139-1306686861-24543
PBS_JOBID= 13471758
Free space on /tmp= 72820 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1521_s.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-3423064-1306686861/watcher-3423064-1306686861 -o /tmp/evaluation-result-3423064-1306686861/solver-3423064-1306686861 -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-3423064-1306686861.cnf

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=1771289243

node139.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.852
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.852
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.75
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.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16261628 kB
Buffers:        236216 kB
Cached:        2490316 kB
SwapCached:      20488 kB
Active:        8625500 kB
Inactive:      7759524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16261628 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:            4332 kB
Writeback:           0 kB
AnonPages:    13639744 kB
Mapped:          41356 kB
Slab:           154984 kB
PageTables:      78716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170891760 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= 72820 MiB
End job on node139 at 2011-05-29 19:57:43