Trace number 3373493

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-patched (fixed)? (TO) 4800.73 1203.59

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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 ...421678/instance-3373493-1305421678.cnf
0.79/0.86	c Solving...
4800.42/1203.32	
4800.42/1203.32	*** INTERRUPTED! ***
4800.42/1203.32	*** Shutting down threads...
4800.63/1203.59	s UNKNOWN
4800.63/1203.59	
4800.63/1203.59	c INTERRUPTED   : 1
4800.63/1203.59	c Models        : 0+    
4800.63/1203.59	c Time          : 1203.319s (Solving: 1202.46s 1st Model: 0.00s Unsat: 0.00s)
4800.63/1203.59	c CPU Time      : 4800.450s

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-3373493-1305421678/watcher-3373493-1305421678 -o /tmp/evaluation-result-3373493-1305421678/solver-3373493-1305421678 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373493-1305421678.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.00 7.95 7.98 2/259 18814
/proc/meminfo: memFree=23099832/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=32176 CPUtime=0 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 826 0 1 0 0 0 0 0 21 0 1 0 653766052 32948224 757 33554432000 4194304 4964800 140736431954576 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18814/statm: 8044 764 375 189 0 2918 0

[startup+0.019819 s]
/proc/loadavg: 7.00 7.95 7.98 2/259 18814
/proc/meminfo: memFree=23099832/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=37412 CPUtime=0.01 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 5323 0 1 0 1 0 0 0 21 0 1 0 653766052 38309888 4566 33554432000 4194304 4964800 140736431954576 18446744073709551615 4679106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18814/statm: 9353 4574 376 189 0 4227 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37412

[startup+0.100819 s]
/proc/loadavg: 7.00 7.95 7.98 2/259 18814
/proc/meminfo: memFree=23099832/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=55064 CPUtime=0.09 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 11614 0 1 0 8 1 0 0 21 0 1 0 653766052 56385536 8827 33554432000 4194304 4964800 140736431954576 18446744073709551615 4618166 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18814/statm: 13766 8828 398 189 0 8640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55064

[startup+0.300782 s]
/proc/loadavg: 7.00 7.95 7.98 2/259 18814
/proc/meminfo: memFree=23099832/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=67852 CPUtime=0.28 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 14705 0 1 0 27 1 0 0 22 0 1 0 653766052 69480448 11918 33554432000 4194304 4964800 140736431954576 18446744073709551615 246516495045 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18814/statm: 16963 11918 403 189 0 11837 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67852

[startup+0.70071 s]
/proc/loadavg: 7.00 7.95 7.98 2/259 18814
/proc/meminfo: memFree=23099832/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=77488 CPUtime=0.69 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 17108 0 1 0 67 2 0 0 23 0 1 0 653766052 79347712 14321 33554432000 4194304 4964800 140736431954576 18446744073709551615 4621762 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/18814/statm: 19372 14321 403 189 0 14246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77488

[startup+1.5005 s]
/proc/loadavg: 7.00 7.95 7.98 7/266 18824
/proc/meminfo: memFree=22919788/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=304536 CPUtime=3.32 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 29024 0 2 0 325 7 0 0 25 0 4 0 653766052 311844864 22726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 76134 22726 458 189 0 70483 0
[pid=18814/tid=18822] ppid=18812 vsize=304536 CPUtime=0.6 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 2565 0 0 0 60 0 0 0 18 0 4 0 653766139 311844864 22726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=304536 CPUtime=0.62 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 4221 0 0 0 61 1 0 0 25 0 4 0 653766139 311844864 22726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=304536 CPUtime=0.62 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 4318 0 0 0 60 2 0 0 18 0 4 0 653766139 311844864 22726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 304536

[startup+3.10118 s]
/proc/loadavg: 7.00 7.95 7.98 9/269 18827
/proc/meminfo: memFree=22857888/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=305312 CPUtime=9.72 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 31212 0 2 0 963 9 0 0 25 0 4 0 653766052 312639488 24914 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 76328 24914 458 189 0 70677 0
[pid=18814/tid=18822] ppid=18812 vsize=305312 CPUtime=2.2 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 2807 0 0 0 219 1 0 0 21 0 4 0 653766139 312639488 24914 33554432000 4194304 4964800 140736431954576 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=305312 CPUtime=2.22 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 5448 0 0 0 221 1 0 0 25 0 4 0 653766139 312639488 24914 33554432000 4194304 4964800 140736431954576 18446744073709551615 4654463 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=305312 CPUtime=2.22 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 4934 0 0 0 219 3 0 0 21 0 4 0 653766139 312639488 24914 33554432000 4194304 4964800 140736431954576 18446744073709551615 246516877495 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 305312

[startup+6.3006 s]
/proc/loadavg: 7.24 7.98 7.99 9/269 18827
/proc/meminfo: memFree=22834400/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=306716 CPUtime=22.48 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 34979 0 2 0 2237 11 0 0 25 0 4 0 653766052 314077184 28681 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 76679 28681 458 189 0 71028 0
[pid=18814/tid=18822] ppid=18812 vsize=306716 CPUtime=5.37 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 3124 0 0 0 536 1 0 0 25 0 4 0 653766139 314077184 28681 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=306716 CPUtime=5.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 7286 0 0 0 540 2 0 0 25 0 4 0 653766139 314077184 28681 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=306716 CPUtime=5.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 6260 0 0 0 538 4 0 0 25 0 4 0 653766139 314077184 28681 33554432000 4194304 4964800 140736431954576 18446744073709551615 4363341 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 306716

[startup+12.7004 s]
/proc/loadavg: 7.30 7.98 7.99 9/269 18827
/proc/meminfo: memFree=22811100/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=309228 CPUtime=48.02 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 39024 0 2 0 4788 14 0 0 25 0 4 0 653766052 316649472 32726 33554432000 4194304 4964800 140736431954576 18446744073709551615 246516494875 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 77307 32726 458 189 0 71656 0
[pid=18814/tid=18822] ppid=18812 vsize=309228 CPUtime=11.71 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 3154 0 0 0 1170 1 0 0 25 0 4 0 653766139 316649472 32726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4684013 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=309228 CPUtime=11.82 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 7791 0 0 0 1180 2 0 0 25 0 4 0 653766139 316649472 32726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=309228 CPUtime=11.82 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 8891 0 0 0 1176 6 0 0 25 0 4 0 653766139 316649472 32726 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.02
Current children cumulated vsize (KiB) 309228

[startup+25.5011 s]
/proc/loadavg: 7.62 8.02 8.00 9/269 18828
/proc/meminfo: memFree=22763404/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=314244 CPUtime=99.12 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 47240 0 2 0 9892 20 0 0 25 0 4 0 653766052 321785856 40942 33554432000 4194304 4964800 140736431954576 18446744073709551615 4660236 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 78561 40942 460 189 0 72910 0
[pid=18814/tid=18822] ppid=18812 vsize=314244 CPUtime=24.4 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 3598 0 0 0 2439 1 0 0 25 0 4 0 653766139 321785856 40942 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370259 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=314244 CPUtime=24.62 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 10478 0 0 0 2458 4 0 0 25 0 4 0 653766139 321785856 40942 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=314244 CPUtime=24.62 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 12201 0 0 0 2454 8 0 0 25 0 4 0 653766139 321785856 40942 33554432000 4194304 4964800 140736431954576 18446744073709551615 4653602 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.12
Current children cumulated vsize (KiB) 314244

[startup+51.1004 s]
/proc/loadavg: 7.80 8.03 8.01 9/269 18828
/proc/meminfo: memFree=22689952/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=317476 CPUtime=201.3 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 58807 0 2 0 20102 28 0 0 25 0 4 0 653766052 325095424 52509 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 79369 52509 460 189 0 73718 0
[pid=18814/tid=18822] ppid=18812 vsize=317476 CPUtime=49.79 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 9138 0 0 0 4973 6 0 0 25 0 4 0 653766139 325095424 52509 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=317476 CPUtime=50.22 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 12478 0 0 0 5017 5 0 0 25 0 4 0 653766139 325095424 52509 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=317476 CPUtime=50.22 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 14515 0 0 0 5012 10 0 0 25 0 4 0 653766139 325095424 52509 33554432000 4194304 4964800 140736431954576 18446744073709551615 4660305 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.3
Current children cumulated vsize (KiB) 317476

[startup+102.31 s]
/proc/loadavg: 7.97 8.04 8.01 9/269 18830
/proc/meminfo: memFree=22547952/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=476704 CPUtime=405.7 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 82876 0 2 0 40527 43 0 0 25 0 4 0 653766052 488144896 76574 33554432000 4194304 4964800 140736431954576 18446744073709551615 4342228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 119176 76574 460 189 0 113525 0
[pid=18814/tid=18822] ppid=18812 vsize=476704 CPUtime=100.58 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 15522 0 0 0 10049 9 0 0 25 0 4 0 653766139 488144896 76574 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=476704 CPUtime=101.43 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 17887 0 0 0 10135 8 0 0 25 0 4 0 653766139 488144896 76574 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=476704 CPUtime=101.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 23100 0 0 0 10125 17 0 0 25 0 4 0 653766139 488144896 76574 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 405.7
Current children cumulated vsize (KiB) 476704

[startup+162.301 s]
/proc/loadavg: 8.18 8.07 8.02 9/269 18831
/proc/meminfo: memFree=22462248/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=558180 CPUtime=645.18 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 96438 0 2 0 64463 55 0 0 25 0 4 0 653766052 571576320 90014 33554432000 4194304 4964800 140736431954576 18446744073709551615 4333128 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 139545 90014 460 189 0 133894 0
[pid=18814/tid=18822] ppid=18812 vsize=558180 CPUtime=160.07 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 16830 0 0 0 15998 9 0 0 25 0 4 0 653766139 571576320 90014 33554432000 4194304 4964800 140736431954576 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=558180 CPUtime=161.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 22943 0 0 0 16129 13 0 0 25 0 4 0 653766139 571576320 90014 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=558180 CPUtime=161.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 24099 0 0 0 16123 18 0 0 25 0 4 0 653766139 571576320 90014 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 645.18
Current children cumulated vsize (KiB) 558180

[startup+222.301 s]
/proc/loadavg: 8.15 8.09 8.02 10/269 18833
/proc/meminfo: memFree=22261968/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=633340 CPUtime=884.65 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 130137 0 2 0 88390 75 0 0 25 0 4 0 653766052 648540160 123713 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 158335 123713 460 189 0 152684 0
[pid=18814/tid=18822] ppid=18812 vsize=633340 CPUtime=219.57 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 17225 0 0 0 21948 9 0 0 25 0 4 0 653766139 648540160 123713 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=633340 CPUtime=221.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 23990 0 0 0 22128 14 0 0 25 0 4 0 653766139 648540160 123713 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=633340 CPUtime=221.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 43760 0 0 0 22110 31 0 0 25 0 4 0 653766139 648540160 123713 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668672 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 884.65
Current children cumulated vsize (KiB) 633340

[startup+282.3 s]

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

[pid=18814/tid=18822] ppid=18812 vsize=839192 CPUtime=695.59 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 29666 0 0 0 69541 18 0 0 25 0 4 0 653766139 859332608 180623 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=839192 CPUtime=701.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 24045 0 0 0 70127 15 0 0 25 0 4 0 653766139 859332608 180623 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=839192 CPUtime=701.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 64295 0 0 0 70097 45 0 0 25 0 4 0 653766139 859332608 180623 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.61
Current children cumulated vsize (KiB) 839192

[startup+762.31 s]
/proc/loadavg: 8.28 8.22 8.11 9/269 18847
/proc/meminfo: memFree=21636968/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=839192 CPUtime=3040.15 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 190257 0 2 0 303901 114 0 0 25 0 4 0 653766052 859332608 183106 33554432000 4194304 4964800 140736431954576 18446744073709551615 4342162 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 209798 183106 460 189 0 204147 0
[pid=18814/tid=18822] ppid=18812 vsize=839192 CPUtime=755.11 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 29671 0 0 0 75493 18 0 0 25 0 4 0 653766139 859332608 183106 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=839192 CPUtime=761.43 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 24053 0 0 0 76128 15 0 0 25 0 4 0 653766139 859332608 183106 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=839192 CPUtime=761.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 66765 0 0 0 76096 46 0 0 25 0 4 0 653766139 859332608 183106 33554432000 4194304 4964800 140736431954576 18446744073709551615 4342939 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.15
Current children cumulated vsize (KiB) 839192

[startup+822.301 s]
/proc/loadavg: 8.29 8.23 8.11 9/269 18849
/proc/meminfo: memFree=21561316/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=901356 CPUtime=3279.6 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 205813 0 2 0 327840 120 0 0 25 0 4 0 653766052 922988544 198662 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 225339 198662 460 189 0 219688 0
[pid=18814/tid=18822] ppid=18812 vsize=901356 CPUtime=814.6 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 33060 0 0 0 81441 19 0 0 25 0 4 0 653766139 922988544 198662 33554432000 4194304 4964800 140736431954576 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=901356 CPUtime=821.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 26324 0 0 0 82126 16 0 0 25 0 4 0 653766139 922988544 198662 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=901356 CPUtime=821.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 75483 0 0 0 82092 49 0 0 25 0 4 0 653766139 922988544 198662 33554432000 4194304 4964800 140736431954576 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.6
Current children cumulated vsize (KiB) 901356

[startup+882.301 s]
/proc/loadavg: 8.28 8.23 8.12 9/269 18851
/proc/meminfo: memFree=21295936/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1181432 CPUtime=3519.09 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 271955 0 2 0 351755 154 0 0 25 0 4 0 653766052 1209786368 264616 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 295358 264616 460 189 0 289707 0
[pid=18814/tid=18822] ppid=18812 vsize=1181432 CPUtime=874.09 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 44908 0 0 0 87380 29 0 0 25 0 4 0 653766139 1209786368 264616 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1181432 CPUtime=881.42 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38448 0 0 0 88116 26 0 0 25 0 4 0 653766139 1209786368 264616 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1181432 CPUtime=881.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 117560 0 0 0 88078 63 0 0 25 0 4 0 653766139 1209786368 264616 33554432000 4194304 4964800 140736431954576 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.09
Current children cumulated vsize (KiB) 1181432

[startup+942.301 s]
/proc/loadavg: 8.22 8.21 8.11 9/269 18852
/proc/meminfo: memFree=21288844/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1181432 CPUtime=3758.58 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 272625 0 2 0 375704 154 0 0 25 0 4 0 653766052 1209786368 265286 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 295358 265286 460 189 0 289707 0
[pid=18814/tid=18822] ppid=18812 vsize=1181432 CPUtime=933.61 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 44908 0 0 0 93332 29 0 0 25 0 4 0 653766139 1209786368 265286 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1181432 CPUtime=941.41 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38453 0 0 0 94115 26 0 0 25 0 4 0 653766139 1209786368 265286 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1181432 CPUtime=941.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 118225 0 0 0 94078 63 0 0 25 0 4 0 653766139 1209786368 265286 33554432000 4194304 4964800 140736431954576 18446744073709551615 4684009 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.58
Current children cumulated vsize (KiB) 1181432

[startup+1002.3 s]
/proc/loadavg: 8.18 8.20 8.11 9/269 18854
/proc/meminfo: memFree=21236488/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1316152 CPUtime=3998.06 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 285646 0 2 0 399638 168 0 0 25 0 4 0 653766052 1347739648 278284 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 329038 278284 460 189 0 323387 0
[pid=18814/tid=18822] ppid=18812 vsize=1316152 CPUtime=993.1 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 48220 0 0 0 99277 33 0 0 25 0 4 0 653766139 1347739648 278284 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1316152 CPUtime=1001.41 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38453 0 0 0 100115 26 0 0 25 0 4 0 653766139 1347739648 278284 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1316152 CPUtime=1001.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 127106 0 0 0 100069 72 0 0 25 0 4 0 653766139 1347739648 278284 33554432000 4194304 4964800 140736431954576 18446744073709551615 4644886 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.06
Current children cumulated vsize (KiB) 1316152

[startup+1062.3 s]
/proc/loadavg: 8.12 8.18 8.11 9/269 18855
/proc/meminfo: memFree=21198896/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1316152 CPUtime=4237.57 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 287919 0 2 0 423587 170 0 0 25 0 4 0 653766052 1347739648 280557 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 329038 280557 460 189 0 323387 0
[pid=18814/tid=18822] ppid=18812 vsize=1316152 CPUtime=1052.61 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 48242 0 0 0 105228 33 0 0 25 0 4 0 653766139 1347739648 280557 33554432000 4194304 4964800 140736431954576 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1316152 CPUtime=1061.41 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38453 0 0 0 106115 26 0 0 25 0 4 0 653766139 1347739648 280557 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1316152 CPUtime=1061.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 129350 0 0 0 106067 75 0 0 25 0 4 0 653766139 1347739648 280557 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.57
Current children cumulated vsize (KiB) 1316152

[startup+1122.3 s]
/proc/loadavg: 8.23 8.19 8.11 9/269 18857
/proc/meminfo: memFree=21175316/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1316152 CPUtime=4477.04 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 287971 0 2 0 447533 171 0 0 25 0 4 0 653766052 1347739648 280609 33554432000 4194304 4964800 140736431954576 18446744073709551615 4669680 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 329038 280609 460 189 0 323387 0
[pid=18814/tid=18822] ppid=18812 vsize=1316152 CPUtime=1112.08 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 48290 0 0 0 111175 33 0 0 25 0 4 0 653766139 1347739648 280609 33554432000 4194304 4964800 140736431954576 18446744073709551615 4370288 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1316152 CPUtime=1121.41 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38454 0 0 0 112115 26 0 0 25 0 4 0 653766139 1347739648 280609 33554432000 4194304 4964800 140736431954576 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1316152 CPUtime=1121.42 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 129353 0 0 0 112067 75 0 0 25 0 4 0 653766139 1347739648 280609 33554432000 4194304 4964800 140736431954576 18446744073709551615 4673285 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.04
Current children cumulated vsize (KiB) 1316152

[startup+1182.3 s]
/proc/loadavg: 8.17 8.18 8.11 9/269 18859
/proc/meminfo: memFree=21155692/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1316152 CPUtime=4716.54 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 291363 0 2 0 471480 174 0 0 25 0 4 0 653766052 1347739648 284001 33554432000 4194304 4964800 140736431954576 18446744073709551615 4342180 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 329038 284001 460 189 0 323387 0
[pid=18814/tid=18822] ppid=18812 vsize=1316152 CPUtime=1171.6 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 48398 0 0 0 117127 33 0 0 25 0 4 0 653766139 1347739648 284001 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1316152 CPUtime=1181.41 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38462 0 0 0 118115 26 0 0 25 0 4 0 653766139 1347739648 284001 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1316152 CPUtime=1181.41 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 132627 0 0 0 118064 77 0 0 25 0 4 0 653766139 1347739648 284001 33554432000 4194304 4964800 140736431954576 18446744073709551615 4683965 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.54
Current children cumulated vsize (KiB) 1316152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.12 8.17 8.11 9/269 18859
/proc/meminfo: memFree=21151348/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1316152 CPUtime=4800.42 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 292272 0 2 0 479867 175 0 0 25 0 4 0 653766052 1347739648 284910 33554432000 4194304 4964800 140736431954576 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/18814/statm: 329038 284910 460 189 0 323387 0
[pid=18814/tid=18822] ppid=18812 vsize=1316152 CPUtime=1192.43 cores=0,2,4,6
/proc/18814/task/18822/stat : 18822 (claspmt) R 18812 18814 17979 0 -1 4202560 48398 0 0 0 119210 33 0 0 25 0 4 0 653766139 1347739648 284910 33554432000 4194304 4964800 140736431954576 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=18814/tid=18823] ppid=18812 vsize=1316152 CPUtime=1202.43 cores=0,2,4,6
/proc/18814/task/18823/stat : 18823 (claspmt) R 18812 18814 17979 0 -1 4202560 38462 0 0 0 120217 26 0 0 25 0 4 0 653766139 1347739648 284910 33554432000 4194304 4964800 140736431954576 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18814/tid=18824] ppid=18812 vsize=1316152 CPUtime=1202.43 cores=0,2,4,6
/proc/18814/task/18824/stat : 18824 (claspmt) R 18812 18814 17979 0 -1 4202560 132627 0 0 0 120166 77 0 0 25 0 4 0 653766139 1347739648 284911 33554432000 4194304 4964800 140736431954576 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1316152

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

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

[startup+1203.42 s]
/proc/loadavg: 8.12 8.17 8.11 9/269 18859
/proc/meminfo: memFree=21151348/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1300816 CPUtime=4800.55 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 292284 0 2 0 479880 175 0 0 25 0 1 0 653766052 1332035584 281088 33554432000 4194304 4964800 140736431954576 18446744073709551615 4646607 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18814/statm: 325204 281088 470 189 0 319553 0
Current children cumulated CPU time (s) 4800.55
Current children cumulated vsize (KiB) 1300816

[startup+1203.5 s]
/proc/loadavg: 8.12 8.17 8.11 9/269 18859
/proc/meminfo: memFree=21151348/32951124 swapFree=61565116/67111528
[pid=18814] ppid=18812 vsize=1292984 CPUtime=4800.63 cores=0,2,4,6
/proc/18814/stat : 18814 (claspmt) R 18812 18814 17979 0 -1 4202496 292284 0 2 0 479888 175 0 0 25 0 1 0 653766052 1324015616 279182 33554432000 4194304 4964800 140736431954576 18446744073709551615 246516489569 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18814/statm: 323246 279182 470 189 0 317595 0
Current children cumulated CPU time (s) 4800.63
Current children cumulated vsize (KiB) 1292984

Child status: 0
Real time (s): 1203.59
CPU time (s): 4800.73
CPU user time (s): 4798.93
CPU system time (s): 1.79573
CPU usage (%): 398.866
Max. virtual memory (cumulated for all children) (KiB): 1316152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.93
system time used= 1.79573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292286
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8690
involuntary context switches= 72286

runsolver used 2.78258 second user time and 7.08292 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 03:07:59
IDJOB=3373493
IDBENCH=82467
IDSOLVER=1853
FILE ID=node134/3373493-1305421678
RUNJOBID= node134-1305421678-18800
PBS_JOBID= 13324561
Free space on /tmp= 73444 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.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-3373493-1305421678/watcher-3373493-1305421678 -o /tmp/evaluation-result-3373493-1305421678/solver-3373493-1305421678 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373493-1305421678.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1952938926

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23100104 kB
Buffers:        263824 kB
Cached:        6036568 kB
SwapCached:      13768 kB
Active:         934224 kB
Inactive:      8702132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23100104 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:            9488 kB
Writeback:           0 kB
AnonPages:     3329332 kB
Mapped:          11796 kB
Slab:           122888 kB
PageTables:      30760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38873868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73436 MiB
End job on node134 at 2011-05-15 03:28:04