Trace number 3299968

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
claspmt 2.0-R4095? (TO) 4800.94 1203.33

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications 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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...061796/instance-3299968-1304061796.cnf
0.99/1.03	c Solving...
4800.19/1202.61	
4800.19/1202.61	*** INTERRUPTED! ***
4800.19/1202.61	*** Shutting down threads...
4800.80/1203.25	s UNKNOWN
4800.80/1203.25	
4800.80/1203.25	c INTERRUPTED   : 1
4800.80/1203.25	c Models        : 0+    
4800.80/1203.25	c Time          : 1202.618s (Solving: 1201.59s 1st Model: 0.00s Unsat: 0.00s)
4800.80/1203.25	c CPU Time      : 4800.220s

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: 935)

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-3299968-1304061796/watcher-3299968-1304061796 -o /tmp/evaluation-result-3299968-1304061796/solver-3299968-1304061796 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299968-1304061796.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.59 7.99 7.40 5/180 15935
/proc/meminfo: memFree=27724644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=42672 CPUtime=0 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1135 0 0 0 0 0 0 0 20 0 1 0 517780061 43696128 1064 33554432000 4194304 4964704 140735671807312 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15935/statm: 10668 1072 375 189 0 5542 0

[startup+0.0128671 s]
/proc/loadavg: 7.59 7.99 7.40 5/180 15935
/proc/meminfo: memFree=27724644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=42672 CPUtime=0 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 3791 0 0 0 0 0 0 0 20 0 1 0 517780061 43696128 3720 33554432000 4194304 4964704 140735671807312 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15935/statm: 10668 3735 375 189 0 5542 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 42672

[startup+0.100848 s]
/proc/loadavg: 7.59 7.99 7.40 5/180 15935
/proc/meminfo: memFree=27724644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=60936 CPUtime=0.09 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 12356 0 0 0 8 1 0 0 20 0 1 0 517780061 62398464 10200 33554432000 4194304 4964704 140735671807312 18446744073709551615 253640520389 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15935/statm: 15234 10201 388 189 0 10108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60936

[startup+0.300813 s]
/proc/loadavg: 7.59 7.99 7.40 5/180 15935
/proc/meminfo: memFree=27724644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=96904 CPUtime=0.29 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 24907 0 0 0 27 2 0 0 21 0 1 0 517780061 99229696 19107 33554432000 4194304 4964704 140735671807312 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15935/statm: 24226 19107 398 189 0 19100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96904

[startup+0.700739 s]
/proc/loadavg: 7.59 7.99 7.40 5/180 15935
/proc/meminfo: memFree=27724644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=109412 CPUtime=0.69 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 27850 0 0 0 67 2 0 0 22 0 1 0 517780061 112037888 22050 33554432000 4194304 4964704 140735671807312 18446744073709551615 253640520389 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15935/statm: 27353 22050 403 189 0 22227 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109412

[startup+1.50056 s]
/proc/loadavg: 7.59 7.99 7.40 6/181 15936
/proc/meminfo: memFree=27632760/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=273852 CPUtime=2.8 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 46270 0 0 0 276 4 0 0 25 0 4 0 517780061 280424448 33333 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 68463 33333 458 189 0 62812 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 273852

[startup+3.10026 s]
/proc/loadavg: 7.59 7.99 7.40 9/184 15939
/proc/meminfo: memFree=27567760/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=276280 CPUtime=9.19 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 55903 0 0 0 912 7 0 0 25 0 4 0 517780061 282910720 42966 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668918 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 69070 42966 458 189 0 63419 0
[pid=15935/tid=15937] ppid=15933 vsize=276280 CPUtime=2.02 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 5822 0 0 0 202 0 0 0 20 0 4 0 517780165 282910720 42966 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=276280 CPUtime=2.05 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 8847 0 0 0 204 1 0 0 25 0 4 0 517780165 282910720 42966 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=276280 CPUtime=2.06 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 9684 0 0 0 204 2 0 0 21 0 4 0 517780165 282910720 42966 33554432000 4194304 4964704 140735671807312 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 276280

[startup+6.30068 s]
/proc/loadavg: 7.62 7.99 7.40 9/184 15939
/proc/meminfo: memFree=27405660/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=425744 CPUtime=21.97 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 89980 0 0 0 2182 15 0 0 25 0 4 0 517780061 435961856 77043 33554432000 4194304 4964704 140735671807312 18446744073709551615 4359873 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 106436 77043 458 189 0 100785 0
[pid=15935/tid=15937] ppid=15933 vsize=425744 CPUtime=5.23 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 9468 0 0 0 522 1 0 0 25 0 4 0 517780165 435961856 77043 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668904 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=425744 CPUtime=5.23 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 25811 0 0 0 519 4 0 0 25 0 4 0 517780165 435961856 77043 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=425744 CPUtime=5.25 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 19281 0 0 0 520 5 0 0 25 0 4 0 517780165 435961856 77043 33554432000 4194304 4964704 140735671807312 18446744073709551615 4339034 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (KiB) 425744

[startup+12.7005 s]
/proc/loadavg: 7.65 7.99 7.40 9/184 15940
/proc/meminfo: memFree=27223732/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=578872 CPUtime=47.54 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 122575 0 0 0 4728 26 0 0 25 0 4 0 517780061 592764928 109638 33554432000 4194304 4964704 140735671807312 18446744073709551615 4627259 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 144718 109638 458 189 0 139067 0
[pid=15935/tid=15937] ppid=15933 vsize=578872 CPUtime=11.63 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 14906 0 0 0 1160 3 0 0 25 0 4 0 517780165 592764928 109638 33554432000 4194304 4964704 140735671807312 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=578872 CPUtime=11.59 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 32908 0 0 0 1154 5 0 0 25 0 4 0 517780165 592764928 109638 33554432000 4194304 4964704 140735671807312 18446744073709551615 4363545 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=578872 CPUtime=11.65 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 33328 0 0 0 1155 10 0 0 25 0 4 0 517780165 592764928 109638 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.54
Current children cumulated vsize (KiB) 578872

[startup+25.5012 s]
/proc/loadavg: 7.73 7.99 7.41 9/184 15940
/proc/meminfo: memFree=26945356/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=836020 CPUtime=98.67 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 191548 0 0 0 9820 47 0 0 25 0 4 0 517780061 856084480 178611 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670598 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 209005 178611 460 189 0 203354 0
[pid=15935/tid=15937] ppid=15933 vsize=836020 CPUtime=24.42 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 23390 0 0 0 2436 6 0 0 25 0 4 0 517780165 856084480 178611 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670608 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=836020 CPUtime=24.33 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 60998 0 0 0 2420 13 0 0 25 0 4 0 517780165 856084480 178613 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=836020 CPUtime=24.45 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 46145 0 0 0 2431 14 0 0 25 0 4 0 517780165 856084480 178614 33554432000 4194304 4964704 140735671807312 18446744073709551615 4342909 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.67
Current children cumulated vsize (KiB) 836020

[startup+51.1005 s]
/proc/loadavg: 7.89 8.01 7.43 9/184 15941
/proc/meminfo: memFree=26481968/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=1279388 CPUtime=200.94 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 296224 0 0 0 20011 83 0 0 25 0 4 0 517780061 1310093312 283287 33554432000 4194304 4964704 140735671807312 18446744073709551615 4683885 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 319847 283287 460 189 0 314196 0
[pid=15935/tid=15937] ppid=15933 vsize=1279388 CPUtime=50.03 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 37962 0 0 0 4992 11 0 0 25 0 4 0 517780165 1310093312 283287 33554432000 4194304 4964704 140735671807312 18446744073709551615 4653282 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=1279388 CPUtime=49.81 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 104070 0 0 0 4955 26 0 0 25 0 4 0 517780165 1310093312 283287 33554432000 4194304 4964704 140735671807312 18446744073709551615 4363327 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=1279388 CPUtime=50.04 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 73331 0 0 0 4979 25 0 0 25 0 4 0 517780165 1310093312 283287 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670075 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.94
Current children cumulated vsize (KiB) 1279388

[startup+102.306 s]
/proc/loadavg: 8.08 8.04 7.47 9/184 15942
/proc/meminfo: memFree=25423120/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=2128588 CPUtime=405.51 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 520334 0 0 0 40398 153 0 0 25 0 4 0 517780061 2179674112 507397 33554432000 4194304 4964704 140735671807312 18446744073709551615 4343200 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 532147 507397 460 189 0 526496 0
[pid=15935/tid=15937] ppid=15933 vsize=2128588 CPUtime=101.22 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 96988 0 0 0 10093 29 0 0 25 0 4 0 517780165 2179674112 507397 33554432000 4194304 4964704 140735671807312 18446744073709551615 4669432 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=2128588 CPUtime=100.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 176264 0 0 0 10032 45 0 0 25 0 4 0 517780165 2179674112 507397 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=2128588 CPUtime=101.24 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 126102 0 0 0 10078 46 0 0 25 0 4 0 517780165 2179674112 507398 33554432000 4194304 4964704 140735671807312 18446744073709551615 4632289 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.51
Current children cumulated vsize (KiB) 2128588

[startup+162.3 s]
/proc/loadavg: 8.03 8.03 7.50 9/184 15944
/proc/meminfo: memFree=25027780/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=2582072 CPUtime=645.18 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 618664 0 0 0 64326 192 0 0 25 0 4 0 517780061 2644041728 605597 33554432000 4194304 4964704 140735671807312 18446744073709551615 4342199 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 645518 605597 460 189 0 639867 0
[pid=15935/tid=15937] ppid=15933 vsize=2582072 CPUtime=161.2 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 115804 0 0 0 16083 37 0 0 25 0 4 0 517780165 2644041728 605597 33554432000 4194304 4964704 140735671807312 18446744073709551615 4372782 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=2582072 CPUtime=160.49 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 188207 0 0 0 16000 49 0 0 25 0 4 0 517780165 2644041728 605597 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=2582072 CPUtime=161.24 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 144604 0 0 0 16070 54 0 0 25 0 4 0 517780165 2644041728 605597 33554432000 4194304 4964704 140735671807312 18446744073709551615 4660050 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 645.18
Current children cumulated vsize (KiB) 2582072

[startup+222.3 s]
/proc/loadavg: 8.05 8.03 7.53 9/184 15945
/proc/meminfo: memFree=24402056/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=3146804 CPUtime=884.87 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 775007 0 0 0 88246 241 0 0 25 0 4 0 517780061 3222327296 761940 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668942 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 786701 761940 460 189 0 781050 0
[pid=15935/tid=15937] ppid=15933 vsize=3146804 CPUtime=221.19 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 157115 0 0 0 22073 46 0 0 25 0 4 0 517780165 3222327296 761940 33554432000 4194304 4964704 140735671807312 18446744073709551615 4342929 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=3146804 CPUtime=220.2 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 240546 0 0 0 21957 63 0 0 21 0 4 0 517780165 3222327296 761940 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=3146804 CPUtime=221.23 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 185312 0 0 0 22051 72 0 0 25 0 4 0 517780165 3222327296 761940 33554432000 4194304 4964704 140735671807312 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 884.87
Current children cumulated vsize (KiB) 3146804

[startup+282.3 s]
/proc/loadavg: 8.02 8.03 7.56 9/184 15947
/proc/meminfo: memFree=23676632/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=3948684 CPUtime=1124.57 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 953985 0 0 0 112152 305 0 0 25 0 4 0 517780061 4043452416 940842 33554432000 4194304 4964704 140735671807312 18446744073709551615 4684027 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 987171 940842 460 189 0 981520 0
[pid=15935/tid=15937] ppid=15933 vsize=3948684 CPUtime=280.94 cores=0,2,4,6

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

[startup+762.306 s]
/proc/loadavg: 4.22 6.13 6.99 5/175 15978
/proc/meminfo: memFree=23934604/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=6540976 CPUtime=3041.91 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1623222 0 0 0 303246 945 0 0 25 0 4 0 517780061 6697959424 1609356 33554432000 4194304 4964704 140735671807312 18446744073709551615 4370352 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1635244 1609356 460 189 0 1629593 0
[pid=15935/tid=15937] ppid=15933 vsize=6540976 CPUtime=758.36 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 338246 0 0 0 75601 235 0 0 25 0 4 0 517780165 6697959424 1609356 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=6540976 CPUtime=760.11 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 424779 0 0 0 75816 195 0 0 25 0 4 0 517780165 6697959424 1609356 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=6540976 CPUtime=761.18 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 451582 0 0 0 75729 389 0 0 25 0 4 0 517780165 6697959424 1609356 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.91
Current children cumulated vsize (KiB) 6540976

[startup+822.301 s]
/proc/loadavg: 4.08 5.74 6.80 5/175 15979
/proc/meminfo: memFree=23173684/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7278256 CPUtime=3281.57 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1813696 0 0 0 326894 1263 0 0 25 0 4 0 517780061 7452934144 1799830 33554432000 4194304 4964704 140735671807312 18446744073709551615 4653104 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1819564 1799830 460 189 0 1813913 0
[pid=15935/tid=15937] ppid=15933 vsize=7278256 CPUtime=818.07 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 396474 0 0 0 81375 432 0 0 25 0 4 0 517780165 7452934144 1799830 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=7278256 CPUtime=820.09 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 536635 0 0 0 81699 310 0 0 25 0 4 0 517780165 7452934144 1799830 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313753 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=7278256 CPUtime=821.15 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 471971 0 0 0 81720 395 0 0 25 0 4 0 517780165 7452934144 1799830 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.57
Current children cumulated vsize (KiB) 7278256

[startup+882.301 s]
/proc/loadavg: 4.08 5.43 6.63 5/175 15981
/proc/meminfo: memFree=22497820/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7992688 CPUtime=3520.72 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1981720 0 0 0 350599 1473 0 0 25 0 4 0 517780061 8184512512 1967847 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320955 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1998172 1967847 460 189 0 1992521 0
[pid=15935/tid=15937] ppid=15933 vsize=7992688 CPUtime=877.68 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 430532 0 0 0 87228 540 0 0 25 0 4 0 517780165 8184512512 1967847 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=7992688 CPUtime=879.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 584849 0 0 0 87586 391 0 0 25 0 4 0 517780165 8184512512 1967847 33554432000 4194304 4964704 140735671807312 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=7992688 CPUtime=881.04 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 533140 0 0 0 87698 406 0 0 25 0 4 0 517780165 8184512512 1967847 33554432000 4194304 4964704 140735671807312 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3520.72
Current children cumulated vsize (KiB) 7992688

[startup+942.3 s]
/proc/loadavg: 4.07 5.18 6.46 5/175 15982
/proc/meminfo: memFree=22497764/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7992688 CPUtime=3760.45 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1981729 0 0 0 374572 1473 0 0 25 0 4 0 517780061 8184512512 1967856 33554432000 4194304 4964704 140735671807312 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1998172 1967856 460 189 0 1992521 0
[pid=15935/tid=15937] ppid=15933 vsize=7992688 CPUtime=937.41 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 430532 0 0 0 93201 540 0 0 25 0 4 0 517780165 8184512512 1967856 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=7992688 CPUtime=939.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 584849 0 0 0 93586 391 0 0 25 0 4 0 517780165 8184512512 1967856 33554432000 4194304 4964704 140735671807312 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=7992688 CPUtime=941.04 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 533141 0 0 0 93698 406 0 0 25 0 4 0 517780165 8184512512 1967856 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3760.45
Current children cumulated vsize (KiB) 7992688

[startup+1002.3 s]
/proc/loadavg: 4.07 4.98 6.31 5/175 15984
/proc/meminfo: memFree=22497448/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7992688 CPUtime=4000.02 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1981787 0 0 0 398529 1473 0 0 25 0 4 0 517780061 8184512512 1967914 33554432000 4194304 4964704 140735671807312 18446744073709551615 4669200 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1998172 1967914 460 189 0 1992521 0
[pid=15935/tid=15937] ppid=15933 vsize=7992688 CPUtime=996.98 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 430569 0 0 0 99158 540 0 0 25 0 4 0 517780165 8184512512 1967914 33554432000 4194304 4964704 140735671807312 18446744073709551615 4332327 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=7992688 CPUtime=999.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 584851 0 0 0 99586 391 0 0 25 0 4 0 517780165 8184512512 1967914 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670064 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=7992688 CPUtime=1001.04 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 533148 0 0 0 99698 406 0 0 25 0 4 0 517780165 8184512512 1967914 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4000.02
Current children cumulated vsize (KiB) 7992688

[startup+1062.3 s]
/proc/loadavg: 4.02 4.80 6.16 5/175 15986
/proc/meminfo: memFree=22497132/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7992688 CPUtime=4239.76 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1981824 0 0 0 422502 1474 0 0 25 0 4 0 517780061 8184512512 1967951 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 1998172 1967951 460 189 0 1992521 0
[pid=15935/tid=15937] ppid=15933 vsize=7992688 CPUtime=1056.72 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 430577 0 0 0 105132 540 0 0 25 0 4 0 517780165 8184512512 1967951 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=7992688 CPUtime=1059.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 584852 0 0 0 105586 391 0 0 25 0 4 0 517780165 8184512512 1967951 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=7992688 CPUtime=1061.04 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 533153 0 0 0 105698 406 0 0 25 0 4 0 517780165 8184512512 1967951 33554432000 4194304 4964704 140735671807312 18446744073709551615 4632387 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4239.76
Current children cumulated vsize (KiB) 7992688

[startup+1122.3 s]
/proc/loadavg: 4.01 4.65 6.03 5/175 15987
/proc/meminfo: memFree=22435068/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=8058224 CPUtime=4479.45 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 1998655 0 0 0 446443 1502 0 0 25 0 4 0 517780061 8251621376 1984782 33554432000 4194304 4964704 140735671807312 18446744073709551615 4343424 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 2014556 1984782 460 189 0 2008905 0
[pid=15935/tid=15937] ppid=15933 vsize=8058224 CPUtime=1116.45 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 430579 0 0 0 111104 541 0 0 25 0 4 0 517780165 8251621376 1984782 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=8058224 CPUtime=1119.78 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 590953 0 0 0 111579 399 0 0 25 0 4 0 517780165 8251621376 1984782 33554432000 4194304 4964704 140735671807312 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=8058224 CPUtime=1121.01 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 543881 0 0 0 111674 427 0 0 25 0 4 0 517780165 8251621376 1984782 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4479.45
Current children cumulated vsize (KiB) 8058224

[startup+1182.3 s]
/proc/loadavg: 4.00 4.53 5.90 5/175 15989
/proc/meminfo: memFree=21994172/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=8451440 CPUtime=4719.07 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 2108005 0 0 0 470230 1677 0 0 25 0 4 0 517780061 8654274560 2094132 33554432000 4194304 4964704 140735671807312 18446744073709551615 4632262 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 2112860 2094132 460 189 0 2107209 0
[pid=15935/tid=15937] ppid=15933 vsize=8451440 CPUtime=1176.09 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 457504 0 0 0 117016 593 0 0 25 0 4 0 517780165 8654274560 2094132 33554432000 4194304 4964704 140735671807312 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=8451440 CPUtime=1179.77 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 666454 0 0 0 117458 519 0 0 25 0 4 0 517780165 8654274560 2094132 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=8451440 CPUtime=1181.01 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 543887 0 0 0 117674 427 0 0 25 0 4 0 517780165 8654274560 2094132 33554432000 4194304 4964704 140735671807312 18446744073709551615 4683900 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4719.07
Current children cumulated vsize (KiB) 8451440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 4.07 4.51 5.86 5/175 15989
/proc/meminfo: memFree=21889244/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=8582512 CPUtime=4800.19 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 2133505 0 0 0 478268 1751 0 0 25 0 4 0 517780061 8788492288 2119632 33554432000 4194304 4964704 140735671807312 18446744073709551615 4632486 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 2145628 2119632 460 189 0 2139977 0
[pid=15935/tid=15937] ppid=15933 vsize=8582512 CPUtime=1196.29 cores=0,2,4,6
/proc/15935/task/15937/stat : 15937 (claspmt) R 15933 15935 13999 0 -1 4202560 482988 0 0 0 118962 667 0 0 25 0 4 0 517780165 8788492288 2119632 33554432000 4194304 4964704 140735671807312 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=15935/tid=15938] ppid=15933 vsize=8582512 CPUtime=1200.08 cores=0,2,4,6
/proc/15935/task/15938/stat : 15938 (claspmt) R 15933 15935 13999 0 -1 4202560 666457 0 0 0 119489 519 0 0 25 0 4 0 517780165 8788492288 2119632 33554432000 4194304 4964704 140735671807312 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15935/tid=15939] ppid=15933 vsize=8582512 CPUtime=1201.31 cores=0,2,4,6
/proc/15935/task/15939/stat : 15939 (claspmt) R 15933 15935 13999 0 -1 4202560 543900 0 0 0 119704 427 0 0 25 0 4 0 517780165 8788492288 2119632 33554432000 4194304 4964704 140735671807312 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 8582512

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

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

[startup+1203 s]
/proc/loadavg: 4.07 4.51 5.86 5/175 15989
/proc/meminfo: memFree=21889244/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=7881380 CPUtime=4800.6 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 2133525 0 0 0 478306 1754 0 0 25 0 1 0 517780061 8070533120 1943675 33554432000 4194304 4964704 140735671807312 18446744073709551615 253640902791 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/15935/statm: 1970345 1943675 471 189 0 1964694 0
Current children cumulated CPU time (s) 4800.6
Current children cumulated vsize (KiB) 7881380

[startup+1203.2 s]
/proc/loadavg: 4.07 4.51 5.86 5/175 15989
/proc/meminfo: memFree=21889244/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=3097252 CPUtime=4800.8 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202496 2133525 0 0 0 478306 1774 0 0 25 0 1 0 517780061 3171586048 737156 33554432000 4194304 4964704 140735671807312 18446744073709551615 253640902791 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/15935/statm: 774313 736644 471 189 0 768662 0
Current children cumulated CPU time (s) 4800.8
Current children cumulated vsize (KiB) 3097252

[startup+1203.3 s]
/proc/loadavg: 4.07 4.51 5.86 2/173 15990
/proc/meminfo: memFree=29755644/32951124 swapFree=67111364/67111528
[pid=15935] ppid=15933 vsize=0 CPUtime=4800.91 cores=0,2,4,6
/proc/15935/stat : 15935 (claspmt) R 15933 15935 13999 0 -1 4202500 2133526 0 0 0 478306 1785 0 0 25 0 1 0 517780061 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/15935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.91
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1203.33
CPU time (s): 4800.94
CPU user time (s): 4783.07
CPU system time (s): 17.8703
CPU usage (%): 398.972
Max. virtual memory (cumulated for all children) (KiB): 8582512

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

runsolver used 1.80672 second user time and 3.84142 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 09:23:17
IDJOB=3299968
IDBENCH=82389
IDSOLVER=1683
FILE ID=node106/3299968-1304061796
RUNJOBID= node106-1304061162-15865
PBS_JOBID= 13170400
Free space on /tmp= 72136 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299968-1304061796/watcher-3299968-1304061796 -o /tmp/evaluation-result-3299968-1304061796/solver-3299968-1304061796 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299968-1304061796.cnf

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1756322363

node106.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.20
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:      27724924 kB
Buffers:        231864 kB
Cached:        2067576 kB
SwapCached:         88 kB
Active:        3428892 kB
Inactive:      1581932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27724924 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           16380 kB
Writeback:           0 kB
AnonPages:     2710916 kB
Mapped:          15652 kB
Slab:           146384 kB
PageTables:      10168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2871408 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= 72144 MiB
End job on node106 at 2011-04-29 09:43:21