Trace number 3373011

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.58 1210.34

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...652699/instance-3373011-1307652699.cnf
10.79/10.86	c Solving...
4800.23/1210.01	
4800.23/1210.01	*** INTERRUPTED! ***
4800.23/1210.01	*** Shutting down threads...
4800.53/1210.33	s UNKNOWN
4800.53/1210.33	
4800.53/1210.33	c INTERRUPTED   : 1
4800.53/1210.33	c Models        : 0+    
4800.53/1210.33	c Time          : 1210.018s (Solving: 1199.16s 1st Model: 0.00s Unsat: 0.00s)
4800.53/1210.33	c CPU Time      : 4800.250s

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

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

running on 4 cores: 1,3,5,7

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: 3.82 4.25 5.17 2/177 30017
/proc/meminfo: memFree=32008184/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=22052 CPUtime=0 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 816 0 0 0 0 0 0 0 25 0 1 0 955500597 22581248 718 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 5513 719 385 189 0 387 0

[startup+0.00941593 s]
/proc/loadavg: 3.82 4.25 5.17 2/177 30017
/proc/meminfo: memFree=32008184/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=22664 CPUtime=0 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 1013 0 0 0 0 0 0 0 25 0 1 0 955500597 23207936 879 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 5666 881 385 189 0 540 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 22664

[startup+0.100456 s]
/proc/loadavg: 3.82 4.25 5.17 2/177 30017
/proc/meminfo: memFree=32008184/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=39560 CPUtime=0.09 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 6942 0 0 0 9 0 0 0 25 0 1 0 955500597 40509440 5086 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 9890 5088 385 189 0 4764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39560

[startup+0.300425 s]
/proc/loadavg: 3.82 4.25 5.17 2/177 30017
/proc/meminfo: memFree=32008184/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=78880 CPUtime=0.29 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 18789 0 0 0 27 2 0 0 25 0 1 0 955500597 80773120 14620 33554432000 4194304 4964800 140733352473152 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 19720 14621 396 189 0 14594 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78880

[startup+0.700344 s]
/proc/loadavg: 3.82 4.25 5.17 2/177 30017
/proc/meminfo: memFree=32008184/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=79936 CPUtime=0.69 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 19161 0 0 0 67 2 0 0 25 0 1 0 955500597 81854464 14992 33554432000 4194304 4964800 140733352473152 18446744073709551615 4607641 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 19984 14992 398 189 0 14858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79936

[startup+1.5002 s]
/proc/loadavg: 3.82 4.25 5.17 3/178 30018
/proc/meminfo: memFree=31949884/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=79936 CPUtime=1.49 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 19161 0 0 0 147 2 0 0 25 0 1 0 955500597 81854464 14992 33554432000 4194304 4964800 140733352473152 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 19984 14992 398 189 0 14858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79936

[startup+3.10089 s]
/proc/loadavg: 3.82 4.25 5.17 3/178 30018
/proc/meminfo: memFree=31949512/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=79936 CPUtime=3.09 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 19161 0 0 0 307 2 0 0 25 0 1 0 955500597 81854464 14992 33554432000 4194304 4964800 140733352473152 18446744073709551615 4607486 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 19984 14992 398 189 0 14858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79936

[startup+6.3003 s]
/proc/loadavg: 3.68 4.21 5.15 3/178 30018
/proc/meminfo: memFree=31945628/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=80332 CPUtime=6.29 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 19257 0 0 0 627 2 0 0 25 0 1 0 955500597 82259968 15088 33554432000 4194304 4964800 140733352473152 18446744073709551615 4600410 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/30017/statm: 20083 15088 399 189 0 14957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80332

[startup+12.701 s]
/proc/loadavg: 3.54 4.17 5.14 9/184 30024
/proc/meminfo: memFree=31885952/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=226876 CPUtime=18.14 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 29917 0 0 0 1808 6 0 0 25 0 4 0 955500597 232321024 23840 33554432000 4194304 4964800 140733352473152 18446744073709551615 4362228 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 56719 23840 458 189 0 51068 0
[pid=30017/tid=30022] ppid=30015 vsize=226876 CPUtime=1.8 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 2224 0 0 0 180 0 0 0 18 0 4 0 955501683 232321024 23840 33554432000 4194304 4964800 140733352473152 18446744073709551615 4362240 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=226876 CPUtime=1.82 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 2024 0 0 0 182 0 0 0 25 0 4 0 955501683 232321024 23840 33554432000 4194304 4964800 140733352473152 18446744073709551615 4342228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=226876 CPUtime=1.83 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 2482 0 0 0 183 0 0 0 25 0 4 0 955501683 232321024 23840 33554432000 4194304 4964800 140733352473152 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.14
Current children cumulated vsize (KiB) 226876

[startup+25.5006 s]
/proc/loadavg: 4.53 4.36 5.18 9/184 30024
/proc/meminfo: memFree=31715188/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=248820 CPUtime=69.26 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 55769 0 0 0 6908 18 0 0 25 0 4 0 955500597 254791680 49692 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 62205 49692 460 189 0 56554 0
[pid=30017/tid=30022] ppid=30015 vsize=248820 CPUtime=14.6 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 8934 0 0 0 1456 4 0 0 18 0 4 0 955501683 254791680 49692 33554432000 4194304 4964800 140733352473152 18446744073709551615 4332338 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=248820 CPUtime=14.62 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 5660 0 0 0 1460 2 0 0 25 0 4 0 955501683 254791680 49692 33554432000 4194304 4964800 140733352473152 18446744073709551615 4658556 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=248820 CPUtime=14.62 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 8364 0 0 0 1460 2 0 0 25 0 4 0 955501683 254791680 49692 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 69.26
Current children cumulated vsize (KiB) 248820

[startup+51.1008 s]
/proc/loadavg: 5.84 4.68 5.27 9/184 30025
/proc/meminfo: memFree=31487764/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=436524 CPUtime=171.5 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 95150 0 0 0 17115 35 0 0 25 0 4 0 955500597 447000576 89062 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 109131 89063 460 189 0 103480 0
[pid=30017/tid=30022] ppid=30015 vsize=436524 CPUtime=40.19 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 17982 0 0 0 4011 8 0 0 25 0 4 0 955501683 447000576 89063 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415052833 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=436524 CPUtime=40.22 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 10542 0 0 0 4018 4 0 0 25 0 4 0 955501683 447000576 89063 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=436524 CPUtime=40.22 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 17717 0 0 0 4016 6 0 0 25 0 4 0 955501683 447000576 89063 33554432000 4194304 4964800 140733352473152 18446744073709551615 4653296 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 171.5
Current children cumulated vsize (KiB) 436524

[startup+102.307 s]
/proc/loadavg: 7.12 5.21 5.41 9/184 30026
/proc/meminfo: memFree=31131488/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=663952 CPUtime=376.03 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 148046 0 0 0 37539 64 0 0 25 0 4 0 955500597 679886848 141947 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 165988 141947 460 189 0 160337 0
[pid=30017/tid=30022] ppid=30015 vsize=663952 CPUtime=91.38 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 35926 0 0 0 9119 19 0 0 25 0 4 0 955501683 679886848 141947 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=663952 CPUtime=91.43 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 16995 0 0 0 9137 6 0 0 25 0 4 0 955501683 679886848 141947 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=663952 CPUtime=91.44 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 28947 0 0 0 9130 14 0 0 25 0 4 0 955501683 679886848 141947 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 376.03
Current children cumulated vsize (KiB) 663952

[startup+162.301 s]
/proc/loadavg: 7.73 5.73 5.58 9/184 30028
/proc/meminfo: memFree=30752896/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=897112 CPUtime=615.67 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 205432 0 0 0 61468 99 0 0 25 0 4 0 955500597 918642688 199271 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 224278 199271 460 189 0 218627 0
[pid=30017/tid=30022] ppid=30015 vsize=897112 CPUtime=151.35 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 60298 0 0 0 15101 34 0 0 25 0 4 0 955501683 918642688 199271 33554432000 4194304 4964800 140733352473152 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=897112 CPUtime=151.42 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 19594 0 0 0 15135 7 0 0 25 0 4 0 955501683 918642688 199271 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=897112 CPUtime=151.43 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 34268 0 0 0 15126 17 0 0 25 0 4 0 955501683 918642688 199271 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 615.67
Current children cumulated vsize (KiB) 897112

[startup+222.3 s]
/proc/loadavg: 7.90 6.14 5.73 9/184 30030
/proc/meminfo: memFree=30521724/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1036368 CPUtime=855.32 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 234470 0 0 0 85411 121 0 0 25 0 4 0 955500597 1061240832 228226 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670357 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30017/statm: 259092 228226 460 189 0 253441 0
[pid=30017/tid=30022] ppid=30015 vsize=1036368 CPUtime=211.34 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 69721 0 0 0 21093 41 0 0 25 0 4 0 955501683 1061240832 228226 33554432000 4194304 4964800 140733352473152 18446744073709551615 4654559 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1036368 CPUtime=211.42 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 21335 0 0 0 21134 8 0 0 25 0 4 0 955501683 1061240832 228226 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1036368 CPUtime=211.43 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 41259 0 0 0 21120 23 0 0 25 0 4 0 955501683 1061240832 228226 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 855.32
Current children cumulated vsize (KiB) 1036368

[startup+282.301 s]
/proc/loadavg: 7.96 6.47 5.86 9/184 30031
/proc/meminfo: memFree=30347340/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1112708 CPUtime=1094.88 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 250553 0 0 0 109351 137 0 0 25 0 4 0 955500597 1139412992 244309 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415050648 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 278177 244309 460 189 0 272526 0
[pid=30017/tid=30022] ppid=30015 vsize=1112708 CPUtime=271.09 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 75348 0 0 0 27061 48 0 0 25 0 4 0 955501683 1139412992 244309 33554432000 4194304 4964800 140733352473152 18446744073709551615 4627272 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1112708 CPUtime=271.42 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 23472 0 0 0 27133 9 0 0 25 0 4 0 955501683 1139412992 244309 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1112708 CPUtime=271.41 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 45154 0 0 0 27113 28 0 0 25 0 4 0 955501683 1139412992 244309 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1094.88
Current children cumulated vsize (KiB) 1112708

[startup+342.301 s]
/proc/loadavg: 7.98 6.75 6.00 10/184 30033
/proc/meminfo: memFree=30275524/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1117104 CPUtime=1334.53 cores=1,3,5,7

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

[pid=30017/tid=30022] ppid=30015 vsize=1556364 CPUtime=688.67 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 105202 0 0 0 68782 85 0 0 25 0 4 0 955501683 1593716736 360517 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1556364 CPUtime=691.44 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 33098 0 0 0 69131 13 0 0 25 0 4 0 955501683 1593716736 360517 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1556364 CPUtime=691.38 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 59053 0 0 0 69099 39 0 0 25 0 4 0 955501683 1593716736 360517 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2772.38
Current children cumulated vsize (KiB) 1556364

[startup+762.307 s]
/proc/loadavg: 8.02 7.75 6.75 9/184 30053
/proc/meminfo: memFree=29277860/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1566064 CPUtime=3012.08 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 370380 0 0 0 300975 233 0 0 25 0 4 0 955500597 1603649536 363952 33554432000 4194304 4964800 140733352473152 18446744073709551615 4332478 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 391516 363952 460 189 0 385865 0
[pid=30017/tid=30022] ppid=30015 vsize=1566064 CPUtime=748.35 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 105203 0 0 0 74750 85 0 0 25 0 4 0 955501683 1603649536 363952 33554432000 4194304 4964800 140733352473152 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1566064 CPUtime=751.45 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 34723 0 0 0 75131 14 0 0 25 0 4 0 955501683 1603649536 363952 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1566064 CPUtime=751.39 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 59329 0 0 0 75100 39 0 0 25 0 4 0 955501683 1603649536 363952 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3012.08
Current children cumulated vsize (KiB) 1566064

[startup+822.301 s]
/proc/loadavg: 8.09 7.81 6.83 9/184 30055
/proc/meminfo: memFree=29202796/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1568452 CPUtime=3251.71 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 375544 0 0 0 324931 240 0 0 25 0 4 0 955500597 1606094848 369116 33554432000 4194304 4964800 140733352473152 18446744073709551615 4627918 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 392113 369116 460 189 0 386462 0
[pid=30017/tid=30022] ppid=30015 vsize=1568452 CPUtime=808 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 109182 0 0 0 80709 91 0 0 25 0 4 0 955501683 1606094848 369116 33554432000 4194304 4964800 140733352473152 18446744073709551615 4359867 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1568452 CPUtime=811.44 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 35482 0 0 0 81130 14 0 0 25 0 4 0 955501683 1606094848 369116 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1568452 CPUtime=811.39 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 59744 0 0 0 81099 40 0 0 25 0 4 0 955501683 1606094848 369116 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3251.71
Current children cumulated vsize (KiB) 1568452

[startup+882.3 s]
/proc/loadavg: 8.10 7.86 6.90 9/184 30056
/proc/meminfo: memFree=29038092/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1699524 CPUtime=3491.38 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 402410 0 0 0 348867 271 0 0 25 0 4 0 955500597 1740312576 395982 33554432000 4194304 4964800 140733352473152 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 424881 395982 460 189 0 419230 0
[pid=30017/tid=30022] ppid=30015 vsize=1699524 CPUtime=867.67 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 117805 0 0 0 86664 103 0 0 25 0 4 0 955501683 1740312576 395982 33554432000 4194304 4964800 140733352473152 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1699524 CPUtime=871.45 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 35863 0 0 0 87130 15 0 0 25 0 4 0 955501683 1740312576 395982 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1699524 CPUtime=871.39 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 60529 0 0 0 87098 41 0 0 25 0 4 0 955501683 1740312576 395982 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3491.38
Current children cumulated vsize (KiB) 1699524

[startup+942.301 s]
/proc/loadavg: 8.10 7.90 6.97 9/184 30058
/proc/meminfo: memFree=28861860/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1880076 CPUtime=3731.06 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 444908 0 0 0 372800 306 0 0 25 0 4 0 955500597 1925197824 438441 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320916 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 470019 438441 460 189 0 464368 0
[pid=30017/tid=30022] ppid=30015 vsize=1880076 CPUtime=927.35 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 130066 0 0 0 92618 117 0 0 25 0 4 0 955501683 1925197824 438441 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1880076 CPUtime=931.46 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 38943 0 0 0 93130 16 0 0 25 0 4 0 955501683 1925197824 438441 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1880076 CPUtime=931.39 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 61745 0 0 0 93098 41 0 0 25 0 4 0 955501683 1925197824 438441 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3731.06
Current children cumulated vsize (KiB) 1880076

[startup+1002.3 s]
/proc/loadavg: 8.17 7.94 7.05 9/184 30059
/proc/meminfo: memFree=28787032/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1936068 CPUtime=3970.67 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 461825 0 0 0 396750 317 0 0 25 0 4 0 955500597 1982533632 455077 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 484017 455077 460 189 0 478366 0
[pid=30017/tid=30022] ppid=30015 vsize=1936068 CPUtime=986.96 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 137283 0 0 0 98572 124 0 0 25 0 4 0 955501683 1982533632 455077 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=1936068 CPUtime=991.46 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 39899 0 0 0 99130 16 0 0 25 0 4 0 955501683 1982533632 455077 33554432000 4194304 4964800 140733352473152 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=1936068 CPUtime=991.39 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 62777 0 0 0 99097 42 0 0 25 0 4 0 955501683 1982533632 455077 33554432000 4194304 4964800 140733352473152 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3970.67
Current children cumulated vsize (KiB) 1936068

[startup+1062.3 s]
/proc/loadavg: 8.19 7.98 7.11 9/184 30061
/proc/meminfo: memFree=28722380/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=2047620 CPUtime=4210.35 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 475570 0 0 0 420712 323 0 0 25 0 4 0 955500597 2096762880 468614 33554432000 4194304 4964800 140733352473152 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 511905 468614 460 189 0 506254 0
[pid=30017/tid=30022] ppid=30015 vsize=2047620 CPUtime=1046.63 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 139669 0 0 0 104538 125 0 0 25 0 4 0 955501683 2096762880 468614 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=2047620 CPUtime=1051.46 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 42506 0 0 0 105129 17 0 0 25 0 4 0 955501683 2096762880 468614 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=2047620 CPUtime=1051.4 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 65241 0 0 0 105097 43 0 0 25 0 4 0 955501683 2096762880 468614 33554432000 4194304 4964800 140733352473152 18446744073709551615 4343490 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4210.35
Current children cumulated vsize (KiB) 2047620

[startup+1122.3 s]
/proc/loadavg: 8.12 8.00 7.17 9/184 30063
/proc/meminfo: memFree=28544156/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=2127800 CPUtime=4449.99 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 511041 0 0 0 444649 350 0 0 25 0 4 0 955500597 2178867200 503733 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 531950 503733 460 189 0 526299 0
[pid=30017/tid=30022] ppid=30015 vsize=2127800 CPUtime=1106.3 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 147408 0 0 0 110500 130 0 0 25 0 4 0 955501683 2178867200 503733 33554432000 4194304 4964800 140733352473152 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=2127800 CPUtime=1111.46 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 48691 0 0 0 111126 20 0 0 25 0 4 0 955501683 2178867200 503733 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=2127800 CPUtime=1111.37 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 70380 0 0 0 111089 48 0 0 25 0 4 0 955501683 2178867200 503733 33554432000 4194304 4964800 140733352473152 18446744073709551615 4641846 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4449.99
Current children cumulated vsize (KiB) 2127800

[startup+1182.3 s]
/proc/loadavg: 8.09 8.01 7.22 9/184 30064
/proc/meminfo: memFree=28513604/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=2129116 CPUtime=4689.54 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 514990 0 0 0 468600 354 0 0 19 0 4 0 955500597 2180214784 507071 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 532279 507071 460 189 0 526628 0
[pid=30017/tid=30022] ppid=30015 vsize=2129116 CPUtime=1165.87 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 147832 0 0 0 116456 131 0 0 20 0 4 0 955501683 2180214784 507071 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=2129116 CPUtime=1171.46 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 52198 0 0 0 117125 21 0 0 25 0 4 0 955501683 2180214784 507071 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=2129116 CPUtime=1171.35 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 70381 0 0 0 117087 48 0 0 25 0 4 0 955501683 2180214784 507071 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4689.54
Current children cumulated vsize (KiB) 2129116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.01 s]
/proc/loadavg: 7.73 7.94 7.23 6/175 30090
/proc/meminfo: memFree=30065004/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=2194652 CPUtime=4800.23 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 515701 0 0 0 479668 355 0 0 25 0 4 0 955500597 2247323648 507782 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30017/statm: 548663 507782 460 189 0 543012 0
[pid=30017/tid=30022] ppid=30015 vsize=2194652 CPUtime=1193.43 cores=1,3,5,7
/proc/30017/task/30022/stat : 30022 (claspmt) R 30015 30017 27745 0 -1 4202560 147833 0 0 0 119212 131 0 0 25 0 4 0 955501683 2247323648 507782 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30017/tid=30023] ppid=30015 vsize=2194652 CPUtime=1199.18 cores=1,3,5,7
/proc/30017/task/30023/stat : 30023 (claspmt) R 30015 30017 27745 0 -1 4202560 52902 0 0 0 119896 22 0 0 25 0 4 0 955501683 2247323648 507782 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30017/tid=30024] ppid=30015 vsize=2194652 CPUtime=1199.06 cores=1,3,5,7
/proc/30017/task/30024/stat : 30024 (claspmt) R 30015 30017 27745 0 -1 4202560 70387 0 0 0 119858 48 0 0 25 0 4 0 955501683 2247323648 507782 33554432000 4194304 4964800 140733352473152 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 2194652

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

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

[startup+1210.2 s]
/proc/loadavg: 7.73 7.94 7.23 6/175 30090
/proc/meminfo: memFree=30065004/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=2194212 CPUtime=4800.43 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 515711 0 0 0 479688 355 0 0 25 0 1 0 955500597 2246873088 507682 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415048241 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30017/statm: 548553 507682 470 189 0 542902 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 2194212

[startup+1210.3 s]
/proc/loadavg: 7.73 7.94 7.23 6/175 30090
/proc/meminfo: memFree=30065004/32950928 swapFree=67056212/67111528
[pid=30017] ppid=30015 vsize=1007560 CPUtime=4800.53 cores=1,3,5,7
/proc/30017/stat : 30017 (claspmt) R 30015 30017 27745 0 -1 4202496 515712 0 0 0 479694 359 0 0 25 0 1 0 955500597 1031741440 233520 33554432000 4194304 4964800 140733352473152 18446744073709551615 256415434887 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30017/statm: 251890 233520 471 189 0 246239 0
Current children cumulated CPU time (s) 4800.53
Current children cumulated vsize (KiB) 1007560

Child status: 0
Real time (s): 1210.34
CPU time (s): 4800.58
CPU user time (s): 4796.95
CPU system time (s): 3.62645
CPU usage (%): 396.631
Max. virtual memory (cumulated for all children) (KiB): 2194652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.95
system time used= 3.62645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515713
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= 26116
involuntary context switches= 34005

runsolver used 1.82072 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 22:51:39
IDJOB=3373011
IDBENCH=88208
IDSOLVER=1853
FILE ID=node115/3373011-1307652699
RUNJOBID= node115-1307652687-29910
PBS_JOBID= 13549376
Free space on /tmp= 74140 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.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-3373011-1307652699/watcher-3373011-1307652699 -o /tmp/evaluation-result-3373011-1307652699/solver-3373011-1307652699 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373011-1307652699.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=1309620299

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32008356 kB
Buffers:        211036 kB
Cached:         447424 kB
SwapCached:       9444 kB
Active:         414776 kB
Inactive:       335584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32008356 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           30104 kB
Writeback:           0 kB
AnonPages:       88680 kB
Mapped:          13720 kB
Slab:           126412 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   286596 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= 74156 MiB
End job on node115 at 2011-06-09 23:11:51