Trace number 3371038

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
Plingeling 587f (fixed)UNSAT 3395.56 852.901

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

Solver Data

3395.45/852.89	s UNSATISFIABLE

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371038-1305429715/watcher-3371038-1305429715 -o /tmp/evaluation-result-3371038-1305429715/solver-3371038-1305429715 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371038-1305429715.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: 0.94 1.27 1.65 6/387 21048
/proc/meminfo: memFree=14812620/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=11012 CPUtime=0 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) R 21046 21048 14218 0 -1 4202496 877 1261 0 0 0 0 0 0 21 0 1 0 733202208 11276288 776 33554432000 4194304 4417452 140733470858624 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21048/statm: 2753 776 148 55 0 639 0

[startup+0.0486759 s]
/proc/loadavg: 0.94 1.27 1.65 6/387 21048
/proc/meminfo: memFree=14812620/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=17096 CPUtime=0.04 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) R 21046 21048 14218 0 -1 4202496 2478 1261 0 0 4 0 0 0 21 0 1 0 733202208 17506304 2297 33554432000 4194304 4417452 140733470858624 18446744073709551615 4320914 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21048/statm: 4274 2297 148 55 0 2160 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17096

[startup+0.100664 s]
/proc/loadavg: 0.94 1.27 1.65 6/387 21048
/proc/meminfo: memFree=14812620/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=25288 CPUtime=0.08 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) R 21046 21048 14218 0 -1 4202496 4526 1261 0 0 8 0 0 0 21 0 1 0 733202208 25894912 4345 33554432000 4194304 4417452 140733470858624 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21048/statm: 6322 4345 148 55 0 4208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25288

[startup+0.300576 s]
/proc/loadavg: 0.94 1.27 1.65 6/387 21048
/proc/meminfo: memFree=14812620/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=89176 CPUtime=0.75 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 11929 1261 0 0 73 2 0 0 21 0 5 0 733202208 91316224 10091 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 22294 10091 177 55 0 20180 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 89176

[startup+0.700504 s]
/proc/loadavg: 0.94 1.27 1.65 6/387 21048
/proc/meminfo: memFree=14812620/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=85972 CPUtime=2.35 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 12404 1261 0 0 233 2 0 0 21 0 5 0 733202208 88035328 9278 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 21493 9278 178 55 0 19379 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 85972

[startup+1.50036 s]
/proc/loadavg: 0.94 1.27 1.65 9/392 21058
/proc/meminfo: memFree=14765496/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=81052 CPUtime=5.53 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 14866 1261 0 0 551 2 0 0 21 0 5 0 733202208 82997248 8080 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 20263 8080 178 55 0 18149 0
[pid=21048/tid=21055] ppid=21046 vsize=81052 CPUtime=1.35 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 1591 1261 0 0 135 0 0 0 25 0 5 0 733202222 82997248 8080 33554432000 4194304 4417452 140733470858624 18446744073709551615 4263092 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=81052 CPUtime=1.34 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 1363 1261 0 0 134 0 0 0 25 0 5 0 733202222 82997248 8080 33554432000 4194304 4417452 140733470858624 18446744073709551615 4354469 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=81052 CPUtime=1.33 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 1823 1261 0 0 133 0 0 0 25 0 5 0 733202222 82997248 8080 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=81052 CPUtime=1.35 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 1455 1261 0 0 135 0 0 0 25 0 5 0 733202222 82997248 8080 33554432000 4194304 4417452 140733470858624 18446744073709551615 4250517 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 81052

[startup+3.10109 s]
/proc/loadavg: 1.50 1.38 1.68 9/392 21058
/proc/meminfo: memFree=14756568/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=84464 CPUtime=11.92 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 22115 1261 0 0 1189 3 0 0 21 0 5 0 733202208 86491136 8933 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 21116 8933 178 55 0 19002 0
[pid=21048/tid=21055] ppid=21046 vsize=84464 CPUtime=2.95 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 4107 1261 0 0 295 0 0 0 25 0 5 0 733202222 86491136 8933 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=84464 CPUtime=2.93 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 3063 1261 0 0 293 0 0 0 25 0 5 0 733202222 86491136 8933 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=84464 CPUtime=2.92 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 3405 1261 0 0 292 0 0 0 25 0 5 0 733202222 86491136 8933 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=84464 CPUtime=2.95 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 2906 1261 0 0 295 0 0 0 25 0 5 0 733202222 86491136 8933 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 84464

[startup+6.30052 s]
/proc/loadavg: 1.50 1.38 1.68 9/392 21058
/proc/meminfo: memFree=14732440/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=87364 CPUtime=24.68 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 34399 1261 0 0 2463 5 0 0 21 0 5 0 733202208 89460736 9658 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 21841 9658 178 55 0 19727 0
[pid=21048/tid=21055] ppid=21046 vsize=87364 CPUtime=6.15 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 6973 1261 0 0 615 0 0 0 25 0 5 0 733202222 89460736 9658 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=87364 CPUtime=6.13 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 5722 1261 0 0 613 0 0 0 25 0 5 0 733202222 89460736 9658 33554432000 4194304 4417452 140733470858624 18446744073709551615 4357714 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=87364 CPUtime=6.08 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 7272 1261 0 0 607 1 0 0 25 0 5 0 733202222 89460736 9658 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=87364 CPUtime=6.15 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 5798 1261 0 0 615 0 0 0 25 0 5 0 733202222 89460736 9658 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 87364

[startup+12.7004 s]
/proc/loadavg: 2.50 1.60 1.75 9/392 21058
/proc/meminfo: memFree=14703872/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=93504 CPUtime=50.19 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 53399 1261 0 0 5011 8 0 0 21 0 5 0 733202208 95748096 11161 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 23376 11161 178 55 0 21262 0
[pid=21048/tid=21055] ppid=21046 vsize=93504 CPUtime=12.55 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 11196 1261 0 0 1254 1 0 0 25 0 5 0 733202222 95748096 11161 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=93504 CPUtime=12.53 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 10877 1261 0 0 1252 1 0 0 25 0 5 0 733202222 95748096 11161 33554432000 4194304 4417452 140733470858624 18446744073709551615 4277742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=93504 CPUtime=12.39 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 11418 1261 0 0 1238 1 0 0 25 0 5 0 733202222 95748096 11161 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=93504 CPUtime=12.55 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 11274 1261 0 0 1254 1 0 0 25 0 5 0 733202222 95748096 11161 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 93504

[startup+25.5012 s]
/proc/loadavg: 3.35 1.81 1.81 9/392 21059
/proc/meminfo: memFree=14587440/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=104728 CPUtime=101.24 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 88240 1261 0 0 10110 14 0 0 21 0 5 0 733202208 107241472 13967 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 26182 13967 178 55 0 24068 0
[pid=21048/tid=21055] ppid=21046 vsize=104728 CPUtime=25.35 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 18333 1261 0 0 2533 2 0 0 25 0 5 0 733202222 107241472 13967 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=104728 CPUtime=25.33 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 22321 1261 0 0 2530 3 0 0 25 0 5 0 733202222 107241472 13967 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=104728 CPUtime=25.03 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 19440 1261 0 0 2500 3 0 0 25 0 5 0 733202222 107241472 13967 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=104728 CPUtime=25.35 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 19512 1261 0 0 2533 2 0 0 25 0 5 0 733202222 107241472 13967 33554432000 4194304 4417452 140733470858624 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 104728

[startup+51.1007 s]
/proc/loadavg: 5.08 2.33 1.99 9/392 21059
/proc/meminfo: memFree=14529836/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=121612 CPUtime=203.31 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 140133 1261 0 0 20310 21 0 0 21 0 5 0 733202208 124530688 18188 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 30403 18188 178 55 0 28289 0
[pid=21048/tid=21055] ppid=21046 vsize=121612 CPUtime=50.95 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 31770 1261 0 0 5091 4 0 0 25 0 5 0 733202222 124530688 18188 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=121612 CPUtime=50.93 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 37595 1261 0 0 5088 5 0 0 25 0 5 0 733202222 124530688 18188 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=121612 CPUtime=50.31 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 32000 1261 0 0 5027 4 0 0 25 0 5 0 733202222 124530688 18188 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=121612 CPUtime=50.95 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 30134 1261 0 0 5091 4 0 0 25 0 5 0 733202222 124530688 18188 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.31
Current children cumulated vsize (KiB) 121612

[startup+102.315 s]
/proc/loadavg: 6.98 3.32 2.34 9/392 21061
/proc/meminfo: memFree=14355600/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=138232 CPUtime=407.52 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 228821 1261 0 0 40716 36 0 0 21 0 5 0 733202208 141549568 22360 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 34558 22360 178 55 0 32444 0
[pid=21048/tid=21055] ppid=21046 vsize=138232 CPUtime=102.17 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 58723 1261 0 0 10208 9 0 0 25 0 5 0 733202222 141549568 22360 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=138232 CPUtime=102.15 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 61938 1261 0 0 10206 9 0 0 25 0 5 0 733202222 141549568 22360 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=138232 CPUtime=100.86 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 50796 1261 0 0 10079 7 0 0 25 0 5 0 733202222 141549568 22360 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=138232 CPUtime=102.16 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 48730 1261 0 0 10209 7 0 0 25 0 5 0 733202222 141549568 22360 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.52
Current children cumulated vsize (KiB) 138232

[startup+162.301 s]
/proc/loadavg: 7.74 4.14 2.67 9/392 21062
/proc/meminfo: memFree=14113396/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=136040 CPUtime=646.71 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 309571 1261 0 0 64624 47 0 0 21 0 5 0 733202208 139304960 21812 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 34010 21812 178 55 0 31896 0
[pid=21048/tid=21055] ppid=21046 vsize=136040 CPUtime=162.16 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 81284 1261 0 0 16204 12 0 0 25 0 5 0 733202222 139304960 21812 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=136040 CPUtime=162.14 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 80660 1261 0 0 16203 11 0 0 25 0 5 0 733202222 139304960 21812 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=136040 CPUtime=160.1 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 73179 1261 0 0 15999 11 0 0 25 0 5 0 733202222 139304960 21812 33554432000 4194304 4417452 140733470858624 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=136040 CPUtime=162.15 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 65814 1261 0 0 16205 10 0 0 25 0 5 0 733202222 139304960 21812 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.71
Current children cumulated vsize (KiB) 136040


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

Current children cumulated vsize (KiB) 174924

[startup+642.301 s]
/proc/loadavg: 8.16 7.33 4.86 9/392 21075
/proc/meminfo: memFree=13763856/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=179208 CPUtime=2560.7 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 919682 1261 0 0 255919 151 0 0 21 0 5 0 733202208 183508992 32588 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 44802 32588 179 55 0 42688 0
[pid=21048/tid=21055] ppid=21046 vsize=179208 CPUtime=642.18 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 211215 1261 0 0 64183 35 0 0 25 0 5 0 733202222 183508992 32588 33554432000 4194304 4417452 140733470858624 18446744073709551615 4321683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=179208 CPUtime=642.16 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 239006 1261 0 0 64179 37 0 0 25 0 5 0 733202222 183508992 32588 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=179208 CPUtime=634.01 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 221344 1261 0 0 63364 37 0 0 25 0 5 0 733202222 183508992 32588 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=179208 CPUtime=642.17 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 239483 1261 0 0 64179 38 0 0 25 0 5 0 733202222 183508992 32588 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.7
Current children cumulated vsize (KiB) 179208

[startup+702.301 s]
/proc/loadavg: 8.13 7.48 5.07 9/392 21077
/proc/meminfo: memFree=13569520/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=209044 CPUtime=2799.89 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 981862 1261 0 0 279828 161 0 0 21 0 5 0 733202208 214061056 40047 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 52261 40047 179 55 0 50147 0
[pid=21048/tid=21055] ppid=21046 vsize=209044 CPUtime=702.17 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 221769 1261 0 0 70181 36 0 0 25 0 5 0 733202222 214061056 40047 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=209044 CPUtime=702.15 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 260892 1261 0 0 70174 41 0 0 25 0 5 0 733202222 214061056 40047 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=209044 CPUtime=693.24 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 238915 1261 0 0 69284 40 0 0 25 0 5 0 733202222 214061056 40047 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=209044 CPUtime=702.17 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 251652 1261 0 0 70176 41 0 0 25 0 5 0 733202222 214061056 40047 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.89
Current children cumulated vsize (KiB) 209044

[startup+762.314 s]
/proc/loadavg: 8.16 7.61 5.26 9/392 21078
/proc/meminfo: memFree=13604704/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=190920 CPUtime=3039.18 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1044738 1261 0 0 303747 171 0 0 21 0 5 0 733202208 195502080 35548 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 47730 35548 179 55 0 45616 0
[pid=21048/tid=21055] ppid=21046 vsize=190920 CPUtime=762.18 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 233465 1261 0 0 76180 38 0 0 25 0 5 0 733202222 195502080 35548 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=190920 CPUtime=762.16 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 283100 1261 0 0 76172 44 0 0 25 0 5 0 733202222 195502080 35548 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=190920 CPUtime=752.48 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 252831 1261 0 0 75206 42 0 0 25 0 5 0 733202222 195502080 35548 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=190920 CPUtime=762.18 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 266708 1261 0 0 76175 43 0 0 25 0 5 0 733202222 195502080 35548 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.18
Current children cumulated vsize (KiB) 190920

[startup+822.301 s]
/proc/loadavg: 8.13 7.71 5.44 9/392 21080
/proc/meminfo: memFree=13460840/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=204832 CPUtime=3278.38 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1109900 1261 0 0 327658 180 0 0 21 0 5 0 733202208 209747968 39026 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 51208 39026 179 55 0 49094 0
[pid=21048/tid=21055] ppid=21046 vsize=204832 CPUtime=822.17 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 249343 1261 0 0 82177 40 0 0 25 0 5 0 733202222 209747968 39026 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=204832 CPUtime=822.15 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 301799 1261 0 0 82167 48 0 0 25 0 5 0 733202222 209747968 39026 33554432000 4194304 4417452 140733470858624 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=204832 CPUtime=811.72 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 269463 1261 0 0 81128 44 0 0 25 0 5 0 733202222 209747968 39026 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=204832 CPUtime=822.17 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 280661 1261 0 0 82172 45 0 0 25 0 5 0 733202222 209747968 39026 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.38
Current children cumulated vsize (KiB) 204832

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

[startup+831.901 s]
/proc/loadavg: 8.12 7.71 5.46 9/392 21080
/proc/meminfo: memFree=13408756/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=180368 CPUtime=3316.65 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1114955 1261 0 0 331484 181 0 0 21 0 5 0 733202208 184696832 32910 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 45092 32910 179 55 0 42978 0
[pid=21048/tid=21055] ppid=21046 vsize=180368 CPUtime=831.77 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 249343 1261 0 0 83137 40 0 0 25 0 5 0 733202222 184696832 32910 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=180368 CPUtime=831.75 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 302572 1261 0 0 83127 48 0 0 25 0 5 0 733202222 184696832 32910 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=180368 CPUtime=821.19 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 270825 1261 0 0 82075 44 0 0 25 0 5 0 733202222 184696832 32910 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=180368 CPUtime=831.77 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 283581 1261 0 0 83132 45 0 0 25 0 5 0 733202222 184696832 32910 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3316.65
Current children cumulated vsize (KiB) 180368

[startup+844.701 s]
/proc/loadavg: 8.16 7.74 5.50 9/392 21080
/proc/meminfo: memFree=13349480/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=172828 CPUtime=3367.73 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1126433 1261 0 0 336591 182 0 0 21 0 5 0 733202208 176975872 31025 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 43207 31025 179 55 0 41093 0
[pid=21048/tid=21055] ppid=21046 vsize=172828 CPUtime=844.58 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 252391 1261 0 0 84418 40 0 0 25 0 5 0 733202222 176975872 31025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=172828 CPUtime=844.57 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 307991 1261 0 0 84408 49 0 0 25 0 5 0 733202222 176975872 31025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=172828 CPUtime=833.84 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 272917 1261 0 0 83339 45 0 0 25 0 5 0 733202222 176975872 31025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=172828 CPUtime=844.58 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 284500 1261 0 0 84413 45 0 0 25 0 5 0 733202222 176975872 31025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3367.73
Current children cumulated vsize (KiB) 172828

[startup+847.901 s]
/proc/loadavg: 8.14 7.75 5.51 9/392 21080
/proc/meminfo: memFree=13339932/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=174936 CPUtime=3380.46 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1130280 1261 0 0 337863 183 0 0 21 0 5 0 733202208 179134464 31552 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 43734 31552 179 55 0 41620 0
[pid=21048/tid=21055] ppid=21046 vsize=174936 CPUtime=847.77 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 252391 1261 0 0 84737 40 0 0 25 0 5 0 733202222 179134464 31552 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=174936 CPUtime=847.75 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 308028 1261 0 0 84726 49 0 0 25 0 5 0 733202222 179134464 31552 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=174936 CPUtime=837 cores=1,3,5,7
/proc/21048/task/21057/stat : 21057 (plingeling) R 21046 21048 14218 0 -1 4202560 274351 1261 0 0 83655 45 0 0 25 0 5 0 733202222 179134464 31552 33554432000 4194304 4417452 140733470858624 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=174936 CPUtime=847.77 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 286876 1261 0 0 84732 45 0 0 25 0 5 0 733202222 179134464 31552 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3380.46
Current children cumulated vsize (KiB) 174936

[startup+851.101 s]
/proc/loadavg: 8.14 7.75 5.51 9/392 21081
/proc/meminfo: memFree=13362500/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=160548 CPUtime=3392.41 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1133810 1261 0 0 339057 184 0 0 21 0 4 0 733202208 164401152 27956 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 40137 27956 180 55 0 38023 0
[pid=21048/tid=21055] ppid=21046 vsize=160548 CPUtime=850.97 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 253306 1261 0 0 85057 40 0 0 25 0 4 0 733202222 164401152 27956 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=160548 CPUtime=850.95 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 308587 1261 0 0 85046 49 0 0 25 0 4 0 733202222 164401152 27956 33554432000 4194304 4417452 140733470858624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=160548 CPUtime=850.97 cores=1,3,5,7
/proc/21048/task/21058/stat : 21058 (plingeling) R 21046 21048 14218 0 -1 4202560 288928 1261 0 0 85051 46 0 0 25 0 4 0 733202222 164401152 27956 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3392.41
Current children cumulated vsize (KiB) 160548

[startup+851.9 s]
/proc/loadavg: 8.14 7.75 5.51 8/391 21081
/proc/meminfo: memFree=13362384/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=140824 CPUtime=3394.38 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1134365 1261 0 0 339254 184 0 0 21 0 3 0 733202208 144203776 23025 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 35206 23025 180 55 0 33092 0
[pid=21048/tid=21055] ppid=21046 vsize=140824 CPUtime=851.77 cores=1,3,5,7
/proc/21048/task/21055/stat : 21055 (plingeling) R 21046 21048 14218 0 -1 4202560 253306 1261 0 0 85137 40 0 0 25 0 3 0 733202222 144203776 23025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=140824 CPUtime=851.75 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 308587 1261 0 0 85126 49 0 0 25 0 3 0 733202222 144203776 23025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3394.38
Current children cumulated vsize (KiB) 140824

[startup+852.7 s]
/proc/loadavg: 7.97 7.72 5.52 6/389 21081
/proc/meminfo: memFree=13382240/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=140824 CPUtime=3395.35 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202496 1134365 1261 0 0 339351 184 0 0 18 0 2 0 733202208 144203776 23025 33554432000 4194304 4417452 140733470858624 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 35206 23025 180 55 0 33092 0
[pid=21048/tid=21056] ppid=21046 vsize=140824 CPUtime=852.55 cores=1,3,5,7
/proc/21048/task/21056/stat : 21056 (plingeling) R 21046 21048 14218 0 -1 4202560 308587 1261 0 0 85206 49 0 0 25 0 2 0 733202222 144203776 23025 33554432000 4194304 4417452 140733470858624 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3395.35
Current children cumulated vsize (KiB) 140824

[startup+852.9 s]
/proc/loadavg: 7.97 7.72 5.52 6/389 21081
/proc/meminfo: memFree=13382240/32951124 swapFree=65586204/67111528
[pid=21048] ppid=21046 vsize=0 CPUtime=3395.54 cores=1,3,5,7
/proc/21048/stat : 21048 (plingeling) S 21046 21048 14218 0 -1 4202500 1134368 1261 0 0 339370 184 0 0 18 0 1 0 733202208 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21048/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3395.54
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 852.901
CPU time (s): 3395.56
CPU user time (s): 3393.71
CPU system time (s): 1.84872
CPU usage (%): 398.119
Max. virtual memory (cumulated for all children) (KiB): 222496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3393.71
system time used= 1.84872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1135629
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= 83
involuntary context switches= 22452

runsolver used 3.13952 second user time and 7.71583 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 05:21:56
IDJOB=3371038
IDBENCH=83909
IDSOLVER=1848
FILE ID=node119/3371038-1305429715
RUNJOBID= node119-1305429715-21020
PBS_JOBID= 13324599
Free space on /tmp= 73332 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371038-1305429715/watcher-3371038-1305429715 -o /tmp/evaluation-result-3371038-1305429715/solver-3371038-1305429715 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371038-1305429715.cnf

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=439341679

node119.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.815
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.63
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      14812800 kB
Buffers:        290104 kB
Cached:        4627756 kB
SwapCached:       4756 kB
Active:       14703104 kB
Inactive:      3105384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14812800 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:    12889228 kB
Mapped:          30008 kB
Slab:           208340 kB
PageTables:      57040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102529148 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= 73332 MiB
End job on node119 at 2011-05-15 05:36:09