Trace number 3381036

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)UNSAT 518.061 65.1042

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark197.81
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	c clasp version 2.0.0-RC2
0.00/0.03	c Reading from ...665752/instance-3381036-1307665752.cnf
0.06/0.13	c Solving...
518.05/65.10	s UNSATISFIABLE
518.05/65.10	
518.05/65.10	c Models        : 0     
518.05/65.10	c Time          : 65.048s (Solving: 64.95s 1st Model: 0.00s Unsat: 64.95s)
518.05/65.10	c CPU Time      : 518.030s

Verifier Data

No possible verification on an UNSAT instance

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-3381036-1307665752/watcher-3381036-1307665752 -o /tmp/evaluation-result-3381036-1307665752/solver-3381036-1307665752 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381036-1307665752.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 1/170 13972
/proc/meminfo: memFree=32263968/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=20924 CPUtime=0 cores=0-7
/proc/13972/stat : 13972 (claspmt) D 13970 13972 13942 0 -1 4194304 361 0 1 0 0 0 0 0 23 0 1 0 858990814 21426176 298 33554432000 4194304 4964800 140737257396368 18446744073709551615 270333460103 0 0 4096 0 18446744071562154983 0 0 17 2 0 0 0
/proc/13972/statm: 5231 298 252 189 0 92 0

[startup+0.0147621 s]
/proc/loadavg: 1.92 1.99 1.99 1/170 13972
/proc/meminfo: memFree=32263968/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=20924 CPUtime=0 cores=0-7
/proc/13972/stat : 13972 (claspmt) D 13970 13972 13942 0 -1 4194304 361 0 1 0 0 0 0 0 23 0 1 0 858990814 21426176 298 33554432000 4194304 4964800 140737257396368 18446744073709551615 270333460103 0 0 4096 0 18446744071562154983 0 0 17 2 0 0 0
/proc/13972/statm: 5231 298 252 189 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20924

[startup+0.100747 s]
/proc/loadavg: 1.92 1.99 1.99 1/170 13972
/proc/meminfo: memFree=32263968/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=24244 CPUtime=0.06 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 1459 0 1 0 6 0 0 0 23 0 1 0 858990814 24825856 1277 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338081698 0 0 4096 18946 0 0 0 17 6 0 0 2
/proc/13972/statm: 6061 1277 403 189 0 935 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24244

[startup+0.300698 s]
/proc/loadavg: 1.92 1.99 1.99 1/170 13972
/proc/meminfo: memFree=32263968/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=386336 CPUtime=0.99 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 4240 0 2 0 98 1 0 0 18 0 8 0 858990814 395608064 3730 33554432000 4194304 4964800 140737257396368 18446744073709551615 4334283 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 96584 3730 464 189 0 90933 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 386336

[startup+0.730671 s]
/proc/loadavg: 1.92 1.99 1.99 1/170 13972
/proc/meminfo: memFree=32263968/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=387144 CPUtime=3.78 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 5386 0 2 0 375 3 0 0 18 0 8 0 858990814 396435456 4876 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338488863 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 96786 4876 464 189 0 91135 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 387144

[startup+1.50043 s]
/proc/loadavg: 1.92 1.99 1.99 9/178 13980
/proc/meminfo: memFree=32244932/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=387696 CPUtime=9.93 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 6338 0 2 0 989 4 0 0 19 0 8 0 858990814 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4658749 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 96924 5828 464 189 0 91273 0
[pid=13972/tid=13974] ppid=13970 vsize=387696 CPUtime=1.34 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 712 0 0 0 134 0 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668794 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=387696 CPUtime=1.27 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 836 0 0 0 126 1 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=387696 CPUtime=1.34 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 515 0 0 0 134 0 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=387696 CPUtime=1.34 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 765 0 0 0 133 1 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=387696 CPUtime=1.33 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 506 0 0 0 133 0 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4332211 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=387696 CPUtime=1.16 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 584 0 0 0 116 0 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338043819 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=387696 CPUtime=0.94 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 493 0 0 0 94 0 0 0 19 0 8 0 858990828 397000704 5828 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 387696

[startup+3.10111 s]
/proc/loadavg: 2.49 2.10 2.03 9/178 13980
/proc/meminfo: memFree=32238732/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=388760 CPUtime=22.73 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 7959 0 2 0 2268 5 0 0 25 0 8 0 858990814 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 97190 7449 466 189 0 91539 0
[pid=13972/tid=13974] ppid=13970 vsize=388760 CPUtime=2.94 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 900 0 0 0 294 0 0 0 22 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=388760 CPUtime=2.87 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 1119 0 0 0 286 1 0 0 22 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=388760 CPUtime=2.94 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 608 0 0 0 294 0 0 0 23 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4312185 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=388760 CPUtime=2.95 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 1153 0 0 0 294 1 0 0 22 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=388760 CPUtime=2.93 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 661 0 0 0 293 0 0 0 24 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=388760 CPUtime=2.76 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 705 0 0 0 276 0 0 0 23 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338041618 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=388760 CPUtime=2.54 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 784 0 0 0 254 0 0 0 22 0 8 0 858990828 398090240 7449 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 388760

[startup+6.30048 s]
/proc/loadavg: 2.49 2.10 2.03 9/178 13980
/proc/meminfo: memFree=32229228/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=391252 CPUtime=48.3 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 10209 0 2 0 4824 6 0 0 25 0 8 0 858990814 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 97813 9699 466 189 0 92162 0
[pid=13972/tid=13974] ppid=13970 vsize=391252 CPUtime=6.14 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 1185 0 0 0 614 0 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=391252 CPUtime=6.07 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 1768 0 0 0 606 1 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=391252 CPUtime=6.14 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 716 0 0 0 614 0 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669952 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=391252 CPUtime=6.14 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 1603 0 0 0 613 1 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670507 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=391252 CPUtime=6.13 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 793 0 0 0 613 0 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=391252 CPUtime=5.94 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 898 0 0 0 594 0 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=391252 CPUtime=5.74 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 990 0 0 0 574 0 0 0 25 0 8 0 858990828 400642048 9699 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.3
Current children cumulated vsize (KiB) 391252

[startup+12.7012 s]
/proc/loadavg: 3.33 2.30 2.10 9/178 13980
/proc/meminfo: memFree=32219944/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=393128 CPUtime=99.46 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 12587 0 2 0 9938 8 0 0 25 0 8 0 858990814 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338081370 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 98282 12077 466 189 0 92631 0
[pid=13972/tid=13974] ppid=13970 vsize=393128 CPUtime=12.54 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 1534 0 0 0 1254 0 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=393128 CPUtime=12.47 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2050 0 0 0 1246 1 0 0 22 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=393128 CPUtime=12.54 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 823 0 0 0 1254 0 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4644170 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=393128 CPUtime=12.54 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 1879 0 0 0 1253 1 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=393128 CPUtime=12.53 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 1003 0 0 0 1252 1 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669312 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=393128 CPUtime=12.3 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1087 0 0 0 1230 0 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=393128 CPUtime=12.14 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 1751 0 0 0 1213 1 0 0 25 0 8 0 858990828 402563072 12077 33554432000 4194304 4964800 140737257396368 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.46
Current children cumulated vsize (KiB) 393128

[startup+25.5007 s]
/proc/loadavg: 4.05 2.48 2.16 9/178 13980
/proc/meminfo: memFree=32212280/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=394724 CPUtime=201.77 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 14631 0 2 0 20167 10 0 0 25 0 8 0 858990814 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 98681 14121 466 189 0 93030 0
[pid=13972/tid=13974] ppid=13970 vsize=394724 CPUtime=25.33 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2002 0 0 0 2533 0 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=394724 CPUtime=25.27 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2328 0 0 0 2525 2 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=394724 CPUtime=25.33 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 980 0 0 0 2533 0 0 0 21 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=394724 CPUtime=25.34 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2208 0 0 0 2532 2 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=394724 CPUtime=25.33 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 1190 0 0 0 2532 1 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669877 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=394724 CPUtime=25.02 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1298 0 0 0 2502 0 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4342162 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=394724 CPUtime=24.93 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2013 0 0 0 2492 1 0 0 25 0 8 0 858990828 404197376 14121 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668544 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.77
Current children cumulated vsize (KiB) 394724

[startup+51.1006 s]
/proc/loadavg: 5.40 2.92 2.31 9/178 13981
/proc/meminfo: memFree=32200696/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396280 CPUtime=406.41 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 17436 0 2 0 40627 14 0 0 25 0 8 0 858990814 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669479 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99070 16891 466 189 0 93419 0
[pid=13972/tid=13974] ppid=13970 vsize=396280 CPUtime=50.93 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2617 0 0 0 5092 1 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396280 CPUtime=50.87 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2599 0 0 0 5085 2 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396280 CPUtime=50.8 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1178 0 0 0 5080 0 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396280 CPUtime=50.92 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2635 0 0 0 5090 2 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396280 CPUtime=50.93 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 1802 0 0 0 5091 2 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396280 CPUtime=50.61 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1489 0 0 0 5061 0 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669512 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396280 CPUtime=50.53 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2338 0 0 0 5052 1 0 0 25 0 8 0 858990828 405790720 16891 33554432000 4194304 4964800 140737257396368 18446744073709551615 4366965 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.41
Current children cumulated vsize (KiB) 396280

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

[startup+57.5013 s]
/proc/loadavg: 5.80 3.09 2.37 9/178 13981
/proc/meminfo: memFree=32198208/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396280 CPUtime=457.57 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18054 0 2 0 45743 14 0 0 25 0 8 0 858990814 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669276 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99070 17509 466 189 0 93419 0
[pid=13972/tid=13974] ppid=13970 vsize=396280 CPUtime=57.33 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2678 0 0 0 5732 1 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396280 CPUtime=57.27 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2767 0 0 0 5725 2 0 0 20 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670203 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396280 CPUtime=57.17 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1179 0 0 0 5717 0 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396280 CPUtime=57.33 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2771 0 0 0 5731 2 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396280 CPUtime=57.33 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 1950 0 0 0 5731 2 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396280 CPUtime=57.01 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1538 0 0 0 5701 0 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396280 CPUtime=56.94 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2372 0 0 0 5692 2 0 0 25 0 8 0 858990828 405790720 17509 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 457.57
Current children cumulated vsize (KiB) 396280

[startup+60.7007 s]
/proc/loadavg: 5.80 3.09 2.37 9/178 13981
/proc/meminfo: memFree=32197580/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396460 CPUtime=483.14 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18239 0 2 0 48300 14 0 0 25 0 8 0 858990814 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99115 17676 466 189 0 93464 0
[pid=13972/tid=13974] ppid=13970 vsize=396460 CPUtime=60.53 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2736 0 0 0 6052 1 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396460 CPUtime=60.46 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2769 0 0 0 6044 2 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396460 CPUtime=60.35 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1193 0 0 0 6035 0 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4312128 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396460 CPUtime=60.52 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2823 0 0 0 6050 2 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4660415 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396460 CPUtime=60.53 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 1973 0 0 0 6051 2 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4342167 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396460 CPUtime=60.21 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1539 0 0 0 6021 0 0 0 25 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396460 CPUtime=60.14 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2405 0 0 0 6012 2 0 0 19 0 8 0 858990828 405975040 17676 33554432000 4194304 4964800 140737257396368 18446744073709551615 4321054 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 483.14
Current children cumulated vsize (KiB) 396460

[startup+62.3004 s]
/proc/loadavg: 5.97 3.17 2.40 9/178 13981
/proc/meminfo: memFree=32197084/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396960 CPUtime=495.93 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18363 0 2 0 49579 14 0 0 25 0 8 0 858990814 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4660139 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99240 17785 466 189 0 93589 0
[pid=13972/tid=13974] ppid=13970 vsize=396960 CPUtime=62.13 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2739 0 0 0 6212 1 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396960 CPUtime=62.06 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2861 0 0 0 6204 2 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396960 CPUtime=61.94 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1193 0 0 0 6194 0 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669434 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396960 CPUtime=62.12 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2823 0 0 0 6210 2 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396960 CPUtime=62.13 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 2002 0 0 0 6211 2 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396960 CPUtime=61.81 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1539 0 0 0 6181 0 0 0 25 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669471 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396960 CPUtime=61.74 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2405 0 0 0 6172 2 0 0 23 0 8 0 858990828 406487040 17785 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 495.93
Current children cumulated vsize (KiB) 396960

[startup+63.9011 s]
/proc/loadavg: 5.97 3.17 2.40 9/178 13981
/proc/meminfo: memFree=32196340/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396960 CPUtime=508.73 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18477 0 2 0 50859 14 0 0 25 0 8 0 858990814 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4660835 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99240 17899 466 189 0 93589 0
[pid=13972/tid=13974] ppid=13970 vsize=396960 CPUtime=63.73 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2739 0 0 0 6372 1 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396960 CPUtime=63.66 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2861 0 0 0 6364 2 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396960 CPUtime=63.53 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1193 0 0 0 6353 0 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4320934 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396960 CPUtime=63.73 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2823 0 0 0 6371 2 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669523 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396960 CPUtime=63.73 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 2111 0 0 0 6371 2 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396960 CPUtime=63.41 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1539 0 0 0 6341 0 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396960 CPUtime=63.34 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2410 0 0 0 6332 2 0 0 25 0 8 0 858990828 406487040 17899 33554432000 4194304 4964800 140737257396368 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 508.73
Current children cumulated vsize (KiB) 396960

[startup+64.7009 s]
/proc/loadavg: 5.97 3.17 2.40 9/178 13981
/proc/meminfo: memFree=32196340/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=396960 CPUtime=515.12 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18505 0 2 0 51498 14 0 0 25 0 8 0 858990814 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338081440 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 2
/proc/13972/statm: 99240 17927 466 189 0 93589 0
[pid=13972/tid=13974] ppid=13970 vsize=396960 CPUtime=64.53 cores=0-7
/proc/13972/task/13974/stat : 13974 (claspmt) R 13970 13972 13942 0 -1 4202560 2739 0 0 0 6452 1 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4312169 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13972/tid=13975] ppid=13970 vsize=396960 CPUtime=64.46 cores=0-7
/proc/13972/task/13975/stat : 13975 (claspmt) R 13970 13972 13942 0 -1 4202560 2861 0 0 0 6444 2 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13972/tid=13976] ppid=13970 vsize=396960 CPUtime=64.33 cores=0-7
/proc/13972/task/13976/stat : 13976 (claspmt) R 13970 13972 13942 0 -1 4202560 1198 0 0 0 6433 0 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13972/tid=13977] ppid=13970 vsize=396960 CPUtime=64.53 cores=0-7
/proc/13972/task/13977/stat : 13977 (claspmt) R 13970 13972 13942 0 -1 4202560 2823 0 0 0 6451 2 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4462613 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13972/tid=13978] ppid=13970 vsize=396960 CPUtime=64.53 cores=0-7
/proc/13972/task/13978/stat : 13978 (claspmt) R 13970 13972 13942 0 -1 4202560 2134 0 0 0 6451 2 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13972/tid=13979] ppid=13970 vsize=396960 CPUtime=64.21 cores=0-7
/proc/13972/task/13979/stat : 13979 (claspmt) R 13970 13972 13942 0 -1 4202560 1539 0 0 0 6421 0 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4668588 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13972/tid=13980] ppid=13970 vsize=396960 CPUtime=64.14 cores=0-7
/proc/13972/task/13980/stat : 13980 (claspmt) R 13970 13972 13942 0 -1 4202560 2410 0 0 0 6412 2 0 0 25 0 8 0 858990828 406487040 17927 33554432000 4194304 4964800 140737257396368 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 515.12
Current children cumulated vsize (KiB) 396960

[startup+65.1008 s]
/proc/loadavg: 5.97 3.17 2.40 9/178 13981
/proc/meminfo: memFree=32196216/32951124 swapFree=67055520/67111528
[pid=13972] ppid=13970 vsize=394824 CPUtime=518.05 cores=0-7
/proc/13972/stat : 13972 (claspmt) R 13970 13972 13942 0 -1 4202496 18533 0 2 0 51790 15 0 0 25 0 1 0 858990814 404299776 11937 33554432000 4194304 4964800 140737257396368 18446744073709551615 270338427239 0 0 4096 18946 0 0 0 17 0 0 0 2
/proc/13972/statm: 98706 11937 476 189 0 93055 0
Current children cumulated CPU time (s) 518.05
Current children cumulated vsize (KiB) 394824

Child status: 20
Real time (s): 65.1042
CPU time (s): 518.061
CPU user time (s): 517.905
CPU system time (s): 0.155976
CPU usage (%): 795.741
Max. virtual memory (cumulated for all children) (KiB): 396960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 517.905
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18534
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= 8055
involuntary context switches= 2341

runsolver used 0.104984 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-10 02:29:12
IDJOB=3381036
IDBENCH=83196
IDSOLVER=1865
FILE ID=node143/3381036-1307665752
RUNJOBID= node143-1307665752-13956
PBS_JOBID= 13549450
Free space on /tmp= 74168 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.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-3381036-1307665752/watcher-3381036-1307665752 -o /tmp/evaluation-result-3381036-1307665752/solver-3381036-1307665752 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381036-1307665752.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=4082180

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.75
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.846
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.846
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.74
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.846
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:      32264388 kB
Buffers:         79500 kB
Cached:         432644 kB
SwapCached:       8636 kB
Active:         146436 kB
Inactive:       383852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32264388 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:            1276 kB
Writeback:           0 kB
AnonPages:       15764 kB
Mapped:          11816 kB
Slab:            90776 kB
PageTables:       3332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181340 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= 74168 MiB
End job on node143 at 2011-06-10 02:30:17