Trace number 3423243

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.128979
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.02	c clasp version 2.0.0-RC2
0.00/0.02	c Reading from ...695087/instance-3423243-1306695087.cnf
0.98/1.08	c Solving...
5000.04/4999.92	
5000.04/4999.92	*** INTERRUPTED! ***
5000.04/4999.92	s UNKNOWN
5000.04/4999.92	
5000.04/4999.92	c INTERRUPTED   : 1
5000.04/4999.92	c Models        : 0+    
5000.04/4999.92	c Time          : 4999.898s (Solving: 4998.84s 1st Model: 0.00s Unsat: 0.00s)
5000.04/4999.92	c CPU Time      : 5000.050s

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-3423243-1306695087/watcher-3423243-1306695087 -o /tmp/evaluation-result-3423243-1306695087/solver-3423243-1306695087 -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-3423243-1306695087.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: 2.05 2.02 2.00 3/554 12458
/proc/meminfo: memFree=17184204/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/12458/stat : 12458 (runsolver) R 12456 12458 12204 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 781105785 12079104 49 33554432000 4194304 5432360 140737294637696 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/12458/statm: 2949 49 30 303 0 2643 0

[startup+0.0489041 s]
/proc/loadavg: 2.05 2.02 2.00 3/554 12458
/proc/meminfo: memFree=17184204/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=17616 CPUtime=0.02 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 2218 0 0 0 2 0 0 0 25 0 1 0 781105785 18038784 1674 33554432000 4194304 4929204 140736535300960 18446744073709551615 239476355781 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12458/statm: 4404 1676 327 180 0 1414 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17616

[startup+0.100903 s]
/proc/loadavg: 2.05 2.02 2.00 3/554 12458
/proc/meminfo: memFree=17184204/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=27120 CPUtime=0.07 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 5017 0 0 0 7 0 0 0 25 0 1 0 781105785 27770880 3781 33554432000 4194304 4929204 140736535300960 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12458/statm: 6780 3781 337 180 0 3790 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27120

[startup+0.300855 s]
/proc/loadavg: 2.05 2.02 2.00 3/554 12458
/proc/meminfo: memFree=17184204/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=27120 CPUtime=0.27 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 5017 0 0 0 27 0 0 0 25 0 1 0 781105785 27770880 3781 33554432000 4194304 4929204 140736535300960 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12458/statm: 6780 3781 337 180 0 3790 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 27120

[startup+0.70078 s]
/proc/loadavg: 2.05 2.02 2.00 3/554 12458
/proc/meminfo: memFree=17184204/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=27120 CPUtime=0.67 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 5019 0 0 0 67 0 0 0 25 0 1 0 781105785 27770880 3783 33554432000 4194304 4929204 140736535300960 18446744073709551615 4574936 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12458/statm: 6780 3783 339 180 0 3790 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 27120

[startup+1.50063 s]
/proc/loadavg: 2.05 2.02 2.00 3/555 12459
/proc/meminfo: memFree=17168208/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=25876 CPUtime=1.47 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 5385 0 0 0 147 0 0 0 25 0 1 0 781105785 26497024 3733 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/12458/statm: 6469 3733 367 180 0 3479 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25876

[startup+3.10026 s]
/proc/loadavg: 2.05 2.02 2.00 3/555 12459
/proc/meminfo: memFree=17167456/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=27064 CPUtime=3.07 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 5771 0 0 0 306 1 0 0 25 0 1 0 781105785 27713536 4119 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316048 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/12458/statm: 6766 4119 367 180 0 3776 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27064

[startup+6.30071 s]
/proc/loadavg: 2.04 2.02 2.00 3/555 12459
/proc/meminfo: memFree=17162740/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=32096 CPUtime=6.23 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 7000 0 0 0 622 1 0 0 25 0 1 0 781105785 32866304 5348 33554432000 4194304 4929204 140736535300960 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 8024 5348 367 180 0 5034 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 32096

[startup+12.7005 s]
/proc/loadavg: 2.04 2.02 2.00 3/555 12459
/proc/meminfo: memFree=17154724/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=38064 CPUtime=12.63 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 8493 0 0 0 1262 1 0 0 25 0 1 0 781105785 38977536 6841 33554432000 4194304 4929204 140736535300960 18446744073709551615 4337341 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 9516 6841 367 180 0 6526 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 38064

[startup+25.501 s]
/proc/loadavg: 2.11 2.04 2.01 3/555 12460
/proc/meminfo: memFree=17149024/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=43632 CPUtime=25.43 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 9885 0 0 0 2542 1 0 0 25 0 1 0 781105785 44679168 8233 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 10908 8233 367 180 0 7918 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 43632

[startup+51.1011 s]
/proc/loadavg: 2.07 2.03 2.00 3/555 12460
/proc/meminfo: memFree=17138888/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=52936 CPUtime=51.03 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 12190 0 0 0 5101 2 0 0 25 0 1 0 781105785 54206464 10538 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 13234 10538 367 180 0 10244 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 52936

[startup+102.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 12463
/proc/meminfo: memFree=17130080/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=61908 CPUtime=102.25 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 14377 0 0 0 10223 2 0 0 25 0 1 0 781105785 63393792 12725 33554432000 4194304 4929204 140736535300960 18446744073709551615 4627901 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 15477 12725 367 180 0 12487 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61908

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 12465
/proc/meminfo: memFree=17120768/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=70680 CPUtime=162.24 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 16566 0 0 0 16221 3 0 0 25 0 1 0 781105785 72376320 14914 33554432000 4194304 4929204 140736535300960 18446744073709551615 4638449 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 17670 14914 369 180 0 14680 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 70680

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 12467
/proc/meminfo: memFree=17109960/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=81184 CPUtime=222.23 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 19155 0 0 0 22220 3 0 0 25 0 1 0 781105785 83132416 17503 33554432000 4194304 4929204 140736535300960 18446744073709551615 4657916 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 20296 17503 369 180 0 17306 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81184

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 12469
/proc/meminfo: memFree=17111920/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=81184 CPUtime=282.24 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 19166 0 0 0 28221 3 0 0 25 0 1 0 781105785 83132416 17514 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 20296 17514 369 180 0 17306 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 81184

[startup+342.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/555 12470
/proc/meminfo: memFree=17110288/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=82636 CPUtime=342.24 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 19547 0 0 0 34221 3 0 0 25 0 1 0 781105785 84619264 17895 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316180 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 20659 17895 369 180 0 17669 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 82636

[startup+402.301 s]
/proc/loadavg: 1.63 1.93 1.97 2/549 12496
/proc/meminfo: memFree=17167808/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=88876 CPUtime=402.24 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 21070 0 0 0 40221 3 0 0 25 0 1 0 781105785 91009024 19418 33554432000 4194304 4929204 140736535300960 18446744073709551615 4355057 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 22219 19418 369 180 0 19229 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 88876

[startup+462.3 s]
/proc/loadavg: 1.23 1.76 1.91 2/549 12497
/proc/meminfo: memFree=17164300/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=92784 CPUtime=462.25 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 22046 0 0 0 46221 4 0 0 25 0 1 0 781105785 95010816 20394 33554432000 4194304 4929204 140736535300960 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 23196 20394 369 180 0 20206 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 92784

[startup+522.301 s]
/proc/loadavg: 1.08 1.62 1.85 2/549 12499
/proc/meminfo: memFree=17159948/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=97328 CPUtime=522.25 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 23165 0 0 0 52221 4 0 0 25 0 1 0 781105785 99663872 21513 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 24332 21513 369 180 0 21342 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 97328

[startup+582.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/549 12510
/proc/meminfo: memFree=17158728/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=98252 CPUtime=582.25 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 23416 0 0 0 58221 4 0 0 25 0 1 0 781105785 100610048 21764 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 24563 21764 369 180 0 21573 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 98252

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.08 1.05 1.01 2/549 12609
/proc/meminfo: memFree=17080324/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=176404 CPUtime=4062.41 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 42759 0 0 0 406233 8 0 0 25 0 1 0 781105785 180637696 41107 33554432000 4194304 4929204 140736535300960 18446744073709551615 4629060 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 44101 41107 369 180 0 41111 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 176404

[startup+4122.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/549 12611
/proc/meminfo: memFree=17080556/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=176404 CPUtime=4122.39 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 42760 0 0 0 412231 8 0 0 25 0 1 0 781105785 180637696 41108 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 44101 41108 369 180 0 41111 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 176404

[startup+4182.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/549 12622
/proc/meminfo: memFree=17080036/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=176404 CPUtime=4182.39 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 42760 0 0 0 418231 8 0 0 25 0 1 0 781105785 180637696 41108 33554432000 4194304 4929204 140736535300960 18446744073709551615 4338975 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 44101 41108 369 180 0 41111 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 176404

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/549 12623
/proc/meminfo: memFree=17080104/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=176680 CPUtime=4242.4 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 42843 0 0 0 424232 8 0 0 25 0 1 0 781105785 180920320 41191 33554432000 4194304 4929204 140736535300960 18446744073709551615 4338093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 44170 41191 369 180 0 41180 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 176680

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 12625
/proc/meminfo: memFree=17076236/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=180640 CPUtime=4302.4 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 43821 0 0 0 430232 8 0 0 25 0 1 0 781105785 184975360 42169 33554432000 4194304 4929204 140736535300960 18446744073709551615 239476392578 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 45160 42169 369 180 0 42170 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 180640

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 12626
/proc/meminfo: memFree=17072492/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=184404 CPUtime=4362.4 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 44760 0 0 0 436231 9 0 0 25 0 1 0 781105785 188829696 43108 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 46101 43108 369 180 0 43111 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 184404

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12633
/proc/meminfo: memFree=17072820/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=184404 CPUtime=4422.4 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 44760 0 0 0 442231 9 0 0 25 0 1 0 781105785 188829696 43108 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 46101 43108 369 180 0 43111 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 184404

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12636
/proc/meminfo: memFree=17072564/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=184404 CPUtime=4482.41 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 44763 0 0 0 448232 9 0 0 25 0 1 0 781105785 188829696 43111 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 46101 43111 369 180 0 43111 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 184404

[startup+4542.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/549 12637
/proc/meminfo: memFree=17068948/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=188032 CPUtime=4542.41 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 45641 0 0 0 454232 9 0 0 25 0 1 0 781105785 192544768 43989 33554432000 4194304 4929204 140736535300960 18446744073709551615 4627859 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 47008 43989 369 180 0 44018 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 188032

[startup+4602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/549 12639
/proc/meminfo: memFree=17062604/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4602.43 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47220 0 0 0 460233 10 0 0 25 0 1 0 781105785 199094272 45568 33554432000 4194304 4929204 140736535300960 18446744073709551615 4337397 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45568 369 180 0 45617 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 194428

[startup+4662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/549 12640
/proc/meminfo: memFree=17062224/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4662.42 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47233 0 0 0 466232 10 0 0 25 0 1 0 781105785 199094272 45581 33554432000 4194304 4929204 140736535300960 18446744073709551615 4327680 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45581 369 180 0 45617 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 194428

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 12642
/proc/meminfo: memFree=17062100/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4722.44 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47238 0 0 0 472234 10 0 0 25 0 1 0 781105785 199094272 45586 33554432000 4194304 4929204 140736535300960 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45586 369 180 0 45617 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 194428

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 12644
/proc/meminfo: memFree=17062320/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4782.42 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47238 0 0 0 478232 10 0 0 25 0 1 0 781105785 199094272 45586 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45586 369 180 0 45617 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 194428

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12645
/proc/meminfo: memFree=17062796/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4842.42 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47238 0 0 0 484232 10 0 0 25 0 1 0 781105785 199094272 45586 33554432000 4194304 4929204 140736535300960 18446744073709551615 4328292 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45586 369 180 0 45617 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 194428

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12647
/proc/meminfo: memFree=17063396/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4902.43 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47240 0 0 0 490233 10 0 0 25 0 1 0 781105785 199094272 45588 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45588 369 180 0 45617 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 194428

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12648
/proc/meminfo: memFree=17063124/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=194428 CPUtime=4962.43 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47249 0 0 0 496233 10 0 0 25 0 1 0 781105785 199094272 45597 33554432000 4194304 4929204 140736535300960 18446744073709551615 4327678 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48607 45597 369 180 0 45617 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 194428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 12649
/proc/meminfo: memFree=17062120/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=195736 CPUtime=5000.04 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47555 0 0 0 499994 10 0 0 25 0 1 0 781105785 200433664 45903 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48934 45903 369 180 0 45944 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 195736

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.00 1.00 2/549 12649
/proc/meminfo: memFree=17062120/32950928 swapFree=67056576/67111528
[pid=12458] ppid=12456 vsize=195736 CPUtime=5000.04 cores=0,2,4,6
/proc/12458/stat : 12458 (clasp) R 12456 12458 12204 0 -1 4202496 47555 0 0 0 499994 10 0 0 25 0 1 0 781105785 200433664 45903 33554432000 4194304 4929204 140736535300960 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/12458/statm: 48934 45903 369 180 0 45944 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 195736

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.95
CPU system time (s): 0.110983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 195736

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

runsolver used 28.7316 second user time and 62.1506 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-29 20:51:27
IDJOB=3423243
IDBENCH=88222
IDSOLVER=1917
FILE ID=node148/3423243-1306695087
RUNJOBID= node148-1306690085-12222
PBS_JOBID= 13471851
Free space on /tmp= 73612 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.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-3423243-1306695087/watcher-3423243-1306695087 -o /tmp/evaluation-result-3423243-1306695087/solver-3423243-1306695087 -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-3423243-1306695087.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1265364903

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      17184484 kB
Buffers:        388968 kB
Cached:        8115860 kB
SwapCached:       8480 kB
Active:       10103736 kB
Inactive:      5289752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17184484 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:     6886360 kB
Mapped:          44188 kB
Slab:           243972 kB
PageTables:      57680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170443508 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= 73612 MiB
End job on node148 at 2011-05-29 22:14:49