Trace number 3299529

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-R4095UNSAT 1577.98 395.087

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...105732/instance-3299529-1304105732.cnf
0.04/0.06	c Solving...
1577.66/395.08	s UNSATISFIABLE
1577.66/395.08	
1577.66/395.08	c Models        : 0     
1577.66/395.08	c Time          : 395.073s (Solving: 395.01s 1st Model: 0.00s Unsat: 395.01s)
1577.66/395.08	c CPU Time      : 1577.960s

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3299529-1304105732/watcher-3299529-1304105732 -o /tmp/evaluation-result-3299529-1304105732/solver-3299529-1304105732 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299529-1304105732.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: 6.82 7.81 7.92 2/177 2905
/proc/meminfo: memFree=31425632/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=21520 CPUtime=0 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 712 0 0 0 0 0 0 0 21 0 1 0 522172004 22036480 618 33554432000 4194304 4964704 140735765125728 18446744073709551615 235594527429 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/2905/statm: 5380 618 388 189 0 254 0

[startup+0.05327 s]
/proc/loadavg: 6.82 7.81 7.92 2/177 2905
/proc/meminfo: memFree=31425632/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=23964 CPUtime=0.04 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 1348 0 0 0 4 0 0 0 21 0 1 0 522172004 24539136 1190 33554432000 4194304 4964704 140735765125728 18446744073709551615 4600431 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/2905/statm: 5991 1190 403 189 0 865 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23964

[startup+0.100265 s]
/proc/loadavg: 6.82 7.81 7.92 2/177 2905
/proc/meminfo: memFree=31425632/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=172236 CPUtime=0.17 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 2666 0 0 0 17 0 0 0 23 0 4 0 522172004 176369664 2393 33554432000 4194304 4964704 140735765125728 18446744073709551615 235594522581 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 43059 2393 458 189 0 37408 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 172236

[startup+0.300233 s]
/proc/loadavg: 6.82 7.81 7.92 2/177 2905
/proc/meminfo: memFree=31425632/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=173160 CPUtime=0.97 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 3460 0 0 0 96 1 0 0 23 0 4 0 522172004 177315840 3187 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627254 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 43290 3187 458 189 0 37639 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 173160

[startup+0.700162 s]
/proc/loadavg: 6.82 7.81 7.92 2/177 2905
/proc/meminfo: memFree=31425632/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=174360 CPUtime=2.57 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 4025 0 0 0 256 1 0 0 25 0 4 0 522172004 178544640 3752 33554432000 4194304 4964704 140735765125728 18446744073709551615 4320963 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 43590 3752 458 189 0 37939 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 174360

[startup+1.50102 s]
/proc/loadavg: 6.82 7.81 7.92 10/184 2945
/proc/meminfo: memFree=31402668/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=175688 CPUtime=5.77 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 4754 0 0 0 575 2 0 0 25 0 4 0 522172004 179904512 4481 33554432000 4194304 4964704 140735765125728 18446744073709551615 4660034 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 43922 4481 458 189 0 38271 0
[pid=2905/tid=2910] ppid=2903 vsize=175688 CPUtime=1.41 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 826 0 0 0 141 0 0 0 25 0 4 0 522172011 179904512 4481 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=175688 CPUtime=1.42 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 1135 0 0 0 142 0 0 0 25 0 4 0 522172011 179904512 4481 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=175688 CPUtime=1.42 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 748 0 0 0 142 0 0 0 25 0 4 0 522172011 179904512 4482 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669203 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 175688

[startup+3.10074 s]
/proc/loadavg: 6.82 7.81 7.92 9/184 2945
/proc/meminfo: memFree=31394864/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=176092 CPUtime=12.16 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 5602 0 0 0 1214 2 0 0 25 0 4 0 522172004 180318208 5329 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669309 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 44023 5329 460 189 0 38372 0
[pid=2905/tid=2910] ppid=2903 vsize=176092 CPUtime=3.01 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 1081 0 0 0 301 0 0 0 25 0 4 0 522172011 180318208 5329 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627551 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=176092 CPUtime=3.01 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 1474 0 0 0 301 0 0 0 25 0 4 0 522172011 180318208 5329 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=176092 CPUtime=3.02 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 903 0 0 0 302 0 0 0 25 0 4 0 522172011 180318208 5329 33554432000 4194304 4964704 140735765125728 18446744073709551615 4362960 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 176092

[startup+6.30118 s]
/proc/loadavg: 7.00 7.83 7.93 9/184 2945
/proc/meminfo: memFree=31380904/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=177892 CPUtime=24.94 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 7146 0 0 0 2491 3 0 0 25 0 4 0 522172004 182161408 6873 33554432000 4194304 4964704 140735765125728 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 44473 6873 460 189 0 38822 0
[pid=2905/tid=2910] ppid=2903 vsize=177892 CPUtime=6.19 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 1370 0 0 0 619 0 0 0 25 0 4 0 522172011 182161408 6873 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=177892 CPUtime=6.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 2177 0 0 0 621 1 0 0 25 0 4 0 522172011 182161408 6873 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670286 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=177892 CPUtime=6.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 1211 0 0 0 621 1 0 0 25 0 4 0 522172011 182161408 6873 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669073 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 177892

[startup+12.7011 s]
/proc/loadavg: 7.08 7.83 7.93 9/184 2945
/proc/meminfo: memFree=31364568/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=180348 CPUtime=50.51 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 8830 0 0 0 5047 4 0 0 25 0 4 0 522172004 184676352 8476 33554432000 4194304 4964704 140735765125728 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 45087 8476 460 189 0 39436 0
[pid=2905/tid=2910] ppid=2903 vsize=180348 CPUtime=12.55 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 1782 0 0 0 1255 0 0 0 25 0 4 0 522172011 184676352 8476 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=180348 CPUtime=12.62 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 2907 0 0 0 1261 1 0 0 25 0 4 0 522172011 184676352 8476 33554432000 4194304 4964704 140735765125728 18446744073709551615 4668837 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=180348 CPUtime=12.62 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 1410 0 0 0 1261 1 0 0 25 0 4 0 522172011 184676352 8476 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 180348

[startup+25.5008 s]
/proc/loadavg: 7.28 7.84 7.93 9/184 2945
/proc/meminfo: memFree=31351184/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=183180 CPUtime=101.64 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 10710 0 0 0 10159 5 0 0 25 0 4 0 522172004 187576320 10340 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 45795 10340 460 189 0 40144 0
[pid=2905/tid=2910] ppid=2903 vsize=183180 CPUtime=25.27 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 2419 0 0 0 2527 0 0 0 25 0 4 0 522172011 187576320 10340 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=183180 CPUtime=25.42 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 3826 0 0 0 2540 2 0 0 25 0 4 0 522172011 187576320 10340 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670360 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=183180 CPUtime=25.42 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 1532 0 0 0 2541 1 0 0 25 0 4 0 522172011 187576320 10340 33554432000 4194304 4964704 140735765125728 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 183180

[startup+51.1003 s]
/proc/loadavg: 7.52 7.85 7.93 9/184 2946
/proc/meminfo: memFree=31338620/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=186716 CPUtime=203.89 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 12286 0 0 0 20384 5 0 0 25 0 4 0 522172004 191197184 11916 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627181 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 46679 11916 460 189 0 41028 0
[pid=2905/tid=2910] ppid=2903 vsize=186716 CPUtime=50.74 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 2955 0 0 0 5073 1 0 0 25 0 4 0 522172011 191197184 11916 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=186716 CPUtime=51.02 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 4504 0 0 0 5100 2 0 0 25 0 4 0 522172011 191197184 11916 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=186716 CPUtime=51.02 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 1666 0 0 0 5101 1 0 0 25 0 4 0 522172011 191197184 11916 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 186716

[startup+102.306 s]
/proc/loadavg: 7.83 7.89 7.94 9/184 2947
/proc/meminfo: memFree=31320232/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=189808 CPUtime=408.44 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 14779 0 0 0 40836 8 0 0 25 0 4 0 522172004 194363392 14409 33554432000 4194304 4964704 140735765125728 18446744073709551615 4320966 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 47452 14409 460 189 0 41801 0
[pid=2905/tid=2910] ppid=2903 vsize=189808 CPUtime=101.66 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 3730 0 0 0 10165 1 0 0 25 0 4 0 522172011 194363392 14409 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=189808 CPUtime=102.23 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 5886 0 0 0 10220 3 0 0 25 0 4 0 522172011 194363392 14409 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=189808 CPUtime=102.23 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 1851 0 0 0 10222 1 0 0 25 0 4 0 522172011 194363392 14409 33554432000 4194304 4964704 140735765125728 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 189808

[startup+162.301 s]
/proc/loadavg: 7.97 7.92 7.94 9/184 2949
/proc/meminfo: memFree=31300964/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=257112 CPUtime=648.09 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 17763 0 0 0 64798 11 0 0 25 0 4 0 522172004 263282688 17393 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670263 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64278 17393 460 189 0 58627 0
[pid=2905/tid=2910] ppid=2903 vsize=257112 CPUtime=161.32 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 5176 0 0 0 16130 2 0 0 25 0 4 0 522172011 263282688 17393 33554432000 4194304 4964704 140735765125728 18446744073709551615 235594564234 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=257112 CPUtime=162.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 6553 0 0 0 16218 4 0 0 25 0 4 0 522172011 263282688 17393 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=257112 CPUtime=162.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2211 0 0 0 16221 1 0 0 25 0 4 0 522172011 263282688 17393 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669452 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.09
Current children cumulated vsize (KiB) 257112

[startup+222.3 s]
/proc/loadavg: 8.02 7.94 7.95 9/184 2952
/proc/meminfo: memFree=31289520/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=258356 CPUtime=887.75 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 19654 0 0 0 88762 13 0 0 25 0 4 0 522172004 264556544 19280 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64589 19280 460 189 0 58938 0
[pid=2905/tid=2910] ppid=2903 vsize=258356 CPUtime=220.99 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 5922 0 0 0 22096 3 0 0 25 0 4 0 522172011 264556544 19280 33554432000 4194304 4964704 140735765125728 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=258356 CPUtime=222.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 7099 0 0 0 22218 4 0 0 25 0 4 0 522172011 264556544 19280 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=258356 CPUtime=222.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2503 0 0 0 22220 2 0 0 25 0 4 0 522172011 264556544 19280 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670337 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.75
Current children cumulated vsize (KiB) 258356

[startup+282.301 s]
/proc/loadavg: 8.12 7.98 7.96 9/184 2953
/proc/meminfo: memFree=31282892/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=258692 CPUtime=1127.43 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 20609 0 0 0 112729 14 0 0 25 0 4 0 522172004 264900608 20235 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64673 20235 460 189 0 59022 0
[pid=2905/tid=2910] ppid=2903 vsize=258692 CPUtime=280.67 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6167 0 0 0 28064 3 0 0 25 0 4 0 522172011 264900608 20235 33554432000 4194304 4964704 140735765125728 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=258692 CPUtime=282.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 7654 0 0 0 28217 5 0 0 25 0 4 0 522172011 264900608 20235 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=258692 CPUtime=282.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2654 0 0 0 28220 2 0 0 25 0 4 0 522172011 264900608 20235 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.43
Current children cumulated vsize (KiB) 258692

[startup+342.301 s]
/proc/loadavg: 6.91 7.72 7.87 5/175 2974
/proc/meminfo: memFree=31346716/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259000 CPUtime=1367.12 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21465 0 0 0 136697 15 0 0 25 0 4 0 522172004 265216000 21091 33554432000 4194304 4964704 140735765125728 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64750 21092 460 189 0 59099 0
[pid=2905/tid=2910] ppid=2903 vsize=259000 CPUtime=340.35 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6388 0 0 0 34032 3 0 0 25 0 4 0 522172011 265216000 21092 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259000 CPUtime=342.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8120 0 0 0 34217 5 0 0 25 0 4 0 522172011 265216000 21092 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259000 CPUtime=342.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2739 0 0 0 34220 2 0 0 25 0 4 0 522172011 265216000 21092 33554432000 4194304 4964704 140735765125728 18446744073709551615 4321116 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1367.12
Current children cumulated vsize (KiB) 259000

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

[startup+358.3 s]
/proc/loadavg: 6.26 7.54 7.81 5/175 2974
/proc/meminfo: memFree=31346092/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1431.04 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21612 0 0 0 143089 15 0 0 25 0 4 0 522172004 265359360 21238 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670250 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21238 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=356.28 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6448 0 0 0 35625 3 0 0 25 0 4 0 522172011 265359360 21238 33554432000 4194304 4964704 140735765125728 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=358.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8149 0 0 0 35817 5 0 0 25 0 4 0 522172011 265359360 21238 33554432000 4194304 4964704 140735765125728 18446744073709551615 46976696725456 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=358.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 35820 2 0 0 25 0 4 0 522172011 265359360 21238 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1431.04
Current children cumulated vsize (KiB) 259140

[startup+371.101 s]
/proc/loadavg: 5.76 7.37 7.75 5/175 2975
/proc/meminfo: memFree=31345960/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1482.18 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21615 0 0 0 148203 15 0 0 25 0 4 0 522172004 265359360 21241 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21241 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=369.01 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6448 0 0 0 36898 3 0 0 25 0 4 0 522172011 265359360 21241 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=371.02 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8152 0 0 0 37097 5 0 0 25 0 4 0 522172011 265359360 21241 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=371.02 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 37100 2 0 0 25 0 4 0 522172011 265359360 21241 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669653 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1482.18
Current children cumulated vsize (KiB) 259140

[startup+383.907 s]
/proc/loadavg: 5.57 7.27 7.71 5/175 2975
/proc/meminfo: memFree=31345960/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1533.34 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21624 0 0 0 153318 16 0 0 25 0 4 0 522172004 265359360 21250 33554432000 4194304 4964704 140735765125728 18446744073709551615 4660034 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21250 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=381.75 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6455 0 0 0 38172 3 0 0 25 0 4 0 522172011 265359360 21250 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=383.83 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8154 0 0 0 38378 5 0 0 25 0 4 0 522172011 265359360 21250 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=383.83 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 38381 2 0 0 25 0 4 0 522172011 265359360 21250 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1533.34
Current children cumulated vsize (KiB) 259140

[startup+390.301 s]
/proc/loadavg: 5.44 7.22 7.69 5/175 2975
/proc/meminfo: memFree=31345960/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1558.89 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21637 0 0 0 155873 16 0 0 25 0 4 0 522172004 265359360 21263 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21263 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=388.11 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6455 0 0 0 38808 3 0 0 25 0 4 0 522172011 265359360 21263 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=390.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39017 5 0 0 25 0 4 0 522172011 265359360 21263 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=390.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39020 2 0 0 25 0 4 0 522172011 265359360 21263 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1558.89
Current children cumulated vsize (KiB) 259140

[startup+393.501 s]
/proc/loadavg: 5.33 7.16 7.67 5/175 2975
/proc/meminfo: memFree=31345824/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1571.67 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21640 0 0 0 157151 16 0 0 25 0 4 0 522172004 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669416 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21266 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=391.3 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6458 0 0 0 39127 3 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=393.42 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39337 5 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=393.42 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39340 2 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1571.67
Current children cumulated vsize (KiB) 259140

[startup+394.301 s]
/proc/loadavg: 5.33 7.16 7.67 5/175 2975
/proc/meminfo: memFree=31345824/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1574.87 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21640 0 0 0 157471 16 0 0 25 0 4 0 522172004 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4332080 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21266 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=392.09 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6458 0 0 0 39206 3 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=394.22 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39417 5 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=394.22 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39420 2 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669849 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1574.87
Current children cumulated vsize (KiB) 259140

[startup+394.701 s]
/proc/loadavg: 5.33 7.16 7.67 5/175 2975
/proc/meminfo: memFree=31345824/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1576.47 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21640 0 0 0 157631 16 0 0 25 0 4 0 522172004 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669455 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21266 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=392.49 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6458 0 0 0 39246 3 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670504 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=394.62 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39457 5 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=394.62 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39460 2 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1576.47
Current children cumulated vsize (KiB) 259140

[startup+394.907 s]
/proc/loadavg: 5.22 7.11 7.65 5/175 2975
/proc/meminfo: memFree=31345824/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1577.29 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21640 0 0 0 157713 16 0 0 25 0 4 0 522172004 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4370332 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21266 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=392.69 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6458 0 0 0 39266 3 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=394.83 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39478 5 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=394.83 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39481 2 0 0 25 0 4 0 522172011 265359360 21266 33554432000 4194304 4964704 140735765125728 18446744073709551615 4669458 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1577.29
Current children cumulated vsize (KiB) 259140

[startup+395.001 s]
/proc/loadavg: 5.22 7.11 7.65 5/175 2975
/proc/meminfo: memFree=31345824/32950928 swapFree=67111404/67111528
[pid=2905] ppid=2903 vsize=259140 CPUtime=1577.66 cores=1,3,5,7
/proc/2905/stat : 2905 (claspmt) R 2903 2905 2120 0 -1 4202496 21640 0 0 0 157750 16 0 0 25 0 4 0 522172004 265359360 21247 33554432000 4194304 4964704 140735765125728 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/2905/statm: 64785 21247 460 189 0 59134 0
[pid=2905/tid=2910] ppid=2903 vsize=259140 CPUtime=392.79 cores=1,3,5,7
/proc/2905/task/2910/stat : 2910 (claspmt) R 2903 2905 2120 0 -1 4202560 6458 0 0 0 39276 3 0 0 25 0 4 0 522172011 265359360 21247 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2905/tid=2912] ppid=2903 vsize=259140 CPUtime=394.92 cores=1,3,5,7
/proc/2905/task/2912/stat : 2912 (claspmt) R 2903 2905 2120 0 -1 4202560 8166 0 0 0 39487 5 0 0 25 0 4 0 522172011 265359360 21247 33554432000 4194304 4964704 140735765125728 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2905/tid=2913] ppid=2903 vsize=259140 CPUtime=394.92 cores=1,3,5,7
/proc/2905/task/2913/stat : 2913 (claspmt) R 2903 2905 2120 0 -1 4202560 2753 0 0 0 39490 2 0 0 25 0 4 0 522172011 265359360 21247 33554432000 4194304 4964704 140735765125728 18446744073709551615 4314167 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1577.66
Current children cumulated vsize (KiB) 259140

Child status: 20
Real time (s): 395.087
CPU time (s): 1577.98
CPU user time (s): 1577.81
CPU system time (s): 0.168974
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 259140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1577.81
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21652
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= 4332
involuntary context switches= 10676

runsolver used 0.649901 second user time and 1.46678 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 21:35:32
IDJOB=3299529
IDBENCH=85793
IDSOLVER=1683
FILE ID=node120/3299529-1304105732
RUNJOBID= node120-1304105732-2886
PBS_JOBID= 13170619
Free space on /tmp= 72072 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.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-3299529-1304105732/watcher-3299529-1304105732 -o /tmp/evaluation-result-3299529-1304105732/solver-3299529-1304105732 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299529-1304105732.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=127085483

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31425664 kB
Buffers:        486324 kB
Cached:         613128 kB
SwapCached:          8 kB
Active:         407956 kB
Inactive:       758384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31425664 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            3276 kB
Writeback:           0 kB
AnonPages:       66712 kB
Mapped:          15472 kB
Slab:           296160 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   208384 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= 72072 MiB
End job on node120 at 2011-04-29 21:42:08