Trace number 3285803

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 587UNSAT 1764.44 444.74

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

1764.39/444.70	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: 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-3285803-1304061058/watcher-3285803-1304061058 -o /tmp/evaluation-result-3285803-1304061058/solver-3285803-1304061058 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3285803-1304061058.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.60 7.92 7.81 2/177 29752
/proc/meminfo: memFree=19221104/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=12688 CPUtime=0 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 1238 1250 0 0 0 0 0 0 23 0 1 0 596336553 12992512 1167 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29752/statm: 3172 1167 143 55 0 1058 0

[startup+0.054788 s]
/proc/loadavg: 7.60 7.92 7.81 2/177 29752
/proc/meminfo: memFree=19221104/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=18000 CPUtime=0.04 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 2595 1250 0 0 4 0 0 0 23 0 1 0 596336553 18432000 2524 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29752/statm: 4500 2524 148 55 0 2386 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18000

[startup+0.100775 s]
/proc/loadavg: 7.60 7.92 7.81 2/177 29752
/proc/meminfo: memFree=19221104/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=24176 CPUtime=0.09 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 4139 1250 0 0 8 1 0 0 23 0 1 0 596336553 24756224 4068 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29752/statm: 6044 4068 148 55 0 3930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24176

[startup+0.300753 s]
/proc/loadavg: 7.60 7.92 7.81 2/177 29752
/proc/meminfo: memFree=19221104/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=38248 CPUtime=0.29 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 7731 1250 0 0 27 2 0 0 24 0 1 0 596336553 39165952 7586 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29752/statm: 9562 7586 148 55 0 7448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38248

[startup+0.700668 s]
/proc/loadavg: 7.60 7.92 7.81 2/177 29752
/proc/meminfo: memFree=19221104/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=91508 CPUtime=0.68 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 21146 1250 0 0 65 3 0 0 25 0 1 0 596336553 93704192 20901 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29752/statm: 22877 20901 148 55 0 20763 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91508

[startup+1.50053 s]
/proc/loadavg: 7.23 7.84 7.79 3/178 29759
/proc/meminfo: memFree=18966236/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=165880 CPUtime=1.48 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 39739 1250 0 0 143 5 0 0 25 0 1 0 596336553 169861120 39494 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/29752/statm: 41470 39494 148 55 0 39356 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 165880

[startup+3.10017 s]
/proc/loadavg: 7.23 7.84 7.79 3/178 29759
/proc/meminfo: memFree=18778624/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=398692 CPUtime=5.98 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 80825 1250 0 0 586 12 0 0 25 0 5 0 596336553 408260608 57763 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 99673 57763 173 55 0 97559 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 398692

[startup+6.30053 s]
/proc/loadavg: 7.23 7.84 7.79 6/182 29763
/proc/meminfo: memFree=18433504/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=417424 CPUtime=18.75 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 154441 1250 0 0 1853 22 0 0 25 0 5 0 596336553 427442176 64666 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 104356 64666 178 55 0 102242 0
[pid=29752/tid=29760] ppid=29750 vsize=417424 CPUtime=4.15 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 34210 1250 0 0 410 5 0 0 25 0 5 0 596336766 427442176 64666 33554432000 4194304 4417332 140735077433104 18446744073709551615 4320466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=417424 CPUtime=4.13 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 26767 1250 0 0 410 3 0 0 25 0 5 0 596336766 427442176 64666 33554432000 4194304 4417332 140735077433104 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=417424 CPUtime=4.16 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 30211 1250 0 0 412 4 0 0 21 0 5 0 596336766 427442176 64666 33554432000 4194304 4417332 140735077433104 18446744073709551615 4331692 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=417424 CPUtime=4.15 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 5070 1250 0 0 415 0 0 0 25 0 5 0 596336766 427442176 64666 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.75
Current children cumulated vsize (KiB) 417424

[startup+12.7003 s]
/proc/loadavg: 7.13 7.80 7.77 9/186 29767
/proc/meminfo: memFree=18400148/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=445304 CPUtime=44.33 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 161413 1250 0 0 4410 23 0 0 25 0 5 0 596336553 455991296 71638 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 111326 71638 180 55 0 109212 0
[pid=29752/tid=29760] ppid=29750 vsize=445304 CPUtime=10.55 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 34210 1250 0 0 1050 5 0 0 25 0 5 0 596336766 455991296 71638 33554432000 4194304 4417332 140735077433104 18446744073709551615 4233423 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=445304 CPUtime=10.5 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 26767 1250 0 0 1047 3 0 0 25 0 5 0 596336766 455991296 71638 33554432000 4194304 4417332 140735077433104 18446744073709551615 4254821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=445304 CPUtime=10.55 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 33603 1250 0 0 1051 4 0 0 25 0 5 0 596336766 455991296 71638 33554432000 4194304 4417332 140735077433104 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=445304 CPUtime=10.55 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 8650 1250 0 0 1055 0 0 0 25 0 5 0 596336766 455991296 71638 33554432000 4194304 4417332 140735077433104 18446744073709551615 4250907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.33
Current children cumulated vsize (KiB) 445304

[startup+25.501 s]
/proc/loadavg: 7.34 7.82 7.78 9/186 29767
/proc/meminfo: memFree=18335556/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=496976 CPUtime=95.45 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 176963 1250 0 0 9520 25 0 0 25 0 5 0 596336553 508903424 86007 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 124244 86007 180 55 0 122130 0
[pid=29752/tid=29760] ppid=29750 vsize=496976 CPUtime=23.36 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 39034 1250 0 0 2330 6 0 0 25 0 5 0 596336766 508903424 86007 33554432000 4194304 4417332 140735077433104 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=496976 CPUtime=23.23 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 32495 1250 0 0 2319 4 0 0 25 0 5 0 596336766 508903424 86007 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=496976 CPUtime=23.35 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 35778 1250 0 0 2331 4 0 0 25 0 5 0 596336766 508903424 86007 33554432000 4194304 4417332 140735077433104 18446744073709551615 4265403 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=496976 CPUtime=23.36 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 11473 1250 0 0 2335 1 0 0 25 0 5 0 596336766 508903424 86007 33554432000 4194304 4417332 140735077433104 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 95.45
Current children cumulated vsize (KiB) 496976

[startup+51.1003 s]
/proc/loadavg: 7.57 7.83 7.79 9/186 29768
/proc/meminfo: memFree=18226300/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=583400 CPUtime=197.65 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 205848 1250 0 0 19736 29 0 0 25 0 5 0 596336553 597401600 107725 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 145850 107725 180 55 0 143736 0
[pid=29752/tid=29760] ppid=29750 vsize=583400 CPUtime=48.96 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 43236 1250 0 0 4889 7 0 0 25 0 5 0 596336766 597401600 107725 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=583400 CPUtime=48.69 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 34922 1250 0 0 4865 4 0 0 25 0 5 0 596336766 597401600 107725 33554432000 4194304 4417332 140735077433104 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=583400 CPUtime=48.88 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 37794 1250 0 0 4884 4 0 0 25 0 5 0 596336766 597401600 107725 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=583400 CPUtime=48.95 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 31713 1250 0 0 4892 3 0 0 25 0 5 0 596336766 597401600 107725 33554432000 4194304 4417332 140735077433104 18446744073709551615 4358010 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 197.65
Current children cumulated vsize (KiB) 583400

[startup+102.307 s]
/proc/loadavg: 7.92 7.89 7.81 9/186 29769
/proc/meminfo: memFree=18018436/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=653788 CPUtime=402.2 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 269290 1250 0 0 40181 39 0 0 25 0 5 0 596336553 669478912 118757 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 163447 118757 180 55 0 161333 0
[pid=29752/tid=29760] ppid=29750 vsize=653788 CPUtime=100.16 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 61991 1250 0 0 10007 9 0 0 25 0 5 0 596336766 669478912 118757 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=653788 CPUtime=99.61 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 42121 1250 0 0 9956 5 0 0 25 0 5 0 596336766 669478912 118757 33554432000 4194304 4417332 140735077433104 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=653788 CPUtime=100.09 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 48157 1250 0 0 10003 6 0 0 25 0 5 0 596336766 669478912 118757 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=653788 CPUtime=100.16 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 58838 1250 0 0 10008 8 0 0 25 0 5 0 596336766 669478912 118757 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 653788

[startup+162.301 s]
/proc/loadavg: 8.05 7.93 7.83 9/186 29771
/proc/meminfo: memFree=17984788/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=749828 CPUtime=641.85 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 309238 1250 0 0 64141 44 0 0 25 0 5 0 596336553 767823872 144814 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 187457 144814 180 55 0 185343 0
[pid=29752/tid=29760] ppid=29750 vsize=749828 CPUtime=160.16 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 68531 1250 0 0 16006 10 0 0 25 0 5 0 596336766 767823872 144814 33554432000 4194304 4417332 140735077433104 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=749828 CPUtime=159.29 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 46888 1250 0 0 15923 6 0 0 25 0 5 0 596336766 767823872 144814 33554432000 4194304 4417332 140735077433104 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=749828 CPUtime=160.09 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 55891 1250 0 0 16002 7 0 0 25 0 5 0 596336766 767823872 144814 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=749828 CPUtime=160.16 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 79745 1250 0 0 16005 11 0 0 25 0 5 0 596336766 767823872 144814 33554432000 4194304 4417332 140735077433104 18446744073709551615 4355728 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 749828

[startup+222.301 s]
/proc/loadavg: 8.17 7.99 7.85 9/186 29772
/proc/meminfo: memFree=17685036/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=985676 CPUtime=881.53 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 379028 1250 0 0 88098 55 0 0 25 0 5 0 596336553 1009332224 203776 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 246419 203776 180 55 0 244305 0
[pid=29752/tid=29760] ppid=29750 vsize=985676 CPUtime=220.16 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 79592 1250 0 0 22004 12 0 0 25 0 5 0 596336766 1009332224 203776 33554432000 4194304 4417332 140735077433104 18446744073709551615 4356756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=985676 CPUtime=218.96 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 55344 1250 0 0 21889 7 0 0 25 0 5 0 596336766 1009332224 203776 33554432000 4194304 4417332 140735077433104 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=985676 CPUtime=220.08 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 66672 1250 0 0 22000 8 0 0 25 0 5 0 596336766 1009332224 203776 33554432000 4194304 4417332 140735077433104 18446744073709551615 4352306 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=985676 CPUtime=220.16 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 119237 1250 0 0 21999 17 0 0 25 0 5 0 596336766 1009332224 203776 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 881.53
Current children cumulated vsize (KiB) 985676

[startup+282.301 s]
/proc/loadavg: 8.13 8.00 7.86 9/186 29774
/proc/meminfo: memFree=17505808/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1123104 CPUtime=1121.22 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 451548 1250 0 0 112055 67 0 0 25 0 5 0 596336553 1150058496 238009 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 280776 238009 180 55 0 278662 0
[pid=29752/tid=29760] ppid=29750 vsize=1123104 CPUtime=280.17 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 95386 1250 0 0 28003 14 0 0 25 0 5 0 596336766 1150058496 238009 33554432000 4194304 4417332 140735077433104 18446744073709551615 4265009 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1123104 CPUtime=278.63 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 70803 1250 0 0 27854 9 0 0 25 0 5 0 596336766 1150058496 238009 33554432000 4194304 4417332 140735077433104 18446744073709551615 4265360 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1123104 CPUtime=280.09 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 69333 1250 0 0 28000 9 0 0 25 0 5 0 596336766 1150058496 238009 33554432000 4194304 4417332 140735077433104 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1123104 CPUtime=280.17 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 157843 1250 0 0 27992 25 0 0 25 0 5 0 596336766 1150058496 238009 33554432000 4194304 4417332 140735077433104 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1121.22
Current children cumulated vsize (KiB) 1123104

[startup+342.3 s]
/proc/loadavg: 8.16 8.03 7.88 9/186 29775
/proc/meminfo: memFree=17534540/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1085452 CPUtime=1360.89 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 518864 1250 0 0 136012 77 0 0 25 0 5 0 596336553 1111502848 228659 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 271363 228659 180 55 0 269249 0
[pid=29752/tid=29760] ppid=29750 vsize=1085452 CPUtime=340.16 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 111932 1250 0 0 34000 16 0 0 25 0 5 0 596336766 1111502848 228659 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1085452 CPUtime=338.31 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 100922 1250 0 0 33817 14 0 0 25 0 5 0 596336766 1111502848 228659 33554432000 4194304 4417332 140735077433104 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1085452 CPUtime=340.09 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 79440 1250 0 0 33999 10 0 0 25 0 5 0 596336766 1111502848 228659 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1085452 CPUtime=340.17 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 168387 1250 0 0 33990 27 0 0 25 0 5 0 596336766 1111502848 228659 33554432000 4194304 4417332 140735077433104 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1360.89
Current children cumulated vsize (KiB) 1085452

[startup+402.3 s]
/proc/loadavg: 8.13 8.04 7.89 9/186 29777
/proc/meminfo: memFree=17525696/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1113452 CPUtime=1600.57 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 538397 1250 0 0 159976 81 0 0 25 0 5 0 596336553 1140174848 235717 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 278363 235717 180 55 0 276249 0
[pid=29752/tid=29760] ppid=29750 vsize=1113452 CPUtime=400.16 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 111932 1250 0 0 40000 16 0 0 25 0 5 0 596336766 1140174848 235717 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1113452 CPUtime=397.98 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 109990 1250 0 0 39783 15 0 0 25 0 5 0 596336766 1140174848 235717 33554432000 4194304 4417332 140735077433104 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1113452 CPUtime=400.09 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 79471 1250 0 0 39999 10 0 0 25 0 5 0 596336766 1140174848 235717 33554432000 4194304 4417332 140735077433104 18446744073709551615 4305871 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1113452 CPUtime=400.17 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 178821 1250 0 0 39988 29 0 0 25 0 5 0 596336766 1140174848 235717 33554432000 4194304 4417332 140735077433104 18446744073709551615 4356888 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1600.57
Current children cumulated vsize (KiB) 1113452

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

[startup+409.501 s]
/proc/loadavg: 8.12 8.04 7.89 9/186 29777
/proc/meminfo: memFree=17445824/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1161324 CPUtime=1629.33 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 550365 1250 0 0 162850 83 0 0 25 0 5 0 596336553 1189195776 247685 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 290331 247685 180 55 0 288217 0
[pid=29752/tid=29760] ppid=29750 vsize=1161324 CPUtime=407.37 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 120125 1250 0 0 40719 18 0 0 25 0 5 0 596336766 1189195776 247685 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1161324 CPUtime=405.14 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112934 1250 0 0 40498 16 0 0 25 0 5 0 596336766 1189195776 247685 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1161324 CPUtime=407.29 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 79471 1250 0 0 40719 10 0 0 25 0 5 0 596336766 1189195776 247685 33554432000 4194304 4417332 140735077433104 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1161324 CPUtime=407.37 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 179652 1250 0 0 40708 29 0 0 25 0 5 0 596336766 1189195776 247685 33554432000 4194304 4417332 140735077433104 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1629.33
Current children cumulated vsize (KiB) 1161324

[startup+422.301 s]
/proc/loadavg: 8.09 8.04 7.89 9/186 29778
/proc/meminfo: memFree=17358904/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1162152 CPUtime=1680.49 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 567127 1250 0 0 167963 86 0 0 25 0 5 0 596336553 1190043648 247892 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 290538 247892 180 55 0 288424 0
[pid=29752/tid=29760] ppid=29750 vsize=1162152 CPUtime=420.17 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 134586 1250 0 0 41997 20 0 0 25 0 5 0 596336766 1190043648 247892 33554432000 4194304 4417332 140735077433104 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1162152 CPUtime=417.88 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112934 1250 0 0 41772 16 0 0 25 0 5 0 596336766 1190043648 247892 33554432000 4194304 4417332 140735077433104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1162152 CPUtime=420.1 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 79471 1250 0 0 42000 10 0 0 25 0 5 0 596336766 1190043648 247892 33554432000 4194304 4417332 140735077433104 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1162152 CPUtime=420.17 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 181953 1250 0 0 41988 29 0 0 25 0 5 0 596336766 1190043648 247892 33554432000 4194304 4417332 140735077433104 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1680.49
Current children cumulated vsize (KiB) 1162152

[startup+435.1 s]
/proc/loadavg: 8.08 8.03 7.89 9/186 29778
/proc/meminfo: memFree=17438120/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1121852 CPUtime=1731.59 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 569438 1250 0 0 173073 86 0 0 25 0 5 0 596336553 1148776448 237824 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 280463 237824 181 55 0 278349 0
[pid=29752/tid=29760] ppid=29750 vsize=1121852 CPUtime=432.97 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 135686 1250 0 0 43277 20 0 0 25 0 5 0 596336766 1148776448 237824 33554432000 4194304 4417332 140735077433104 18446744073709551615 4346375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1121852 CPUtime=430.6 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112934 1250 0 0 43044 16 0 0 25 0 5 0 596336766 1148776448 237824 33554432000 4194304 4417332 140735077433104 18446744073709551615 4310951 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1121852 CPUtime=432.9 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 80682 1250 0 0 43279 11 0 0 25 0 5 0 596336766 1148776448 237824 33554432000 4194304 4417332 140735077433104 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1121852 CPUtime=432.97 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 181953 1250 0 0 43268 29 0 0 25 0 5 0 596336766 1148776448 237824 33554432000 4194304 4417332 140735077433104 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1731.59
Current children cumulated vsize (KiB) 1121852

[startup+441.501 s]
/proc/loadavg: 8.07 8.03 7.89 9/186 29778
/proc/meminfo: memFree=17423360/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1119976 CPUtime=1757.17 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 571104 1250 0 0 175630 87 0 0 25 0 5 0 596336553 1146855424 237358 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 279994 237358 181 55 0 277880 0
[pid=29752/tid=29760] ppid=29750 vsize=1119976 CPUtime=439.37 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 135686 1250 0 0 43917 20 0 0 25 0 5 0 596336766 1146855424 237358 33554432000 4194304 4417332 140735077433104 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1119976 CPUtime=436.96 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112937 1250 0 0 43680 16 0 0 25 0 5 0 596336766 1146855424 237358 33554432000 4194304 4417332 140735077433104 18446744073709551615 4287293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29752/tid=29762] ppid=29750 vsize=1119976 CPUtime=439.3 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (plingeling) R 29750 29752 28898 0 -1 4202560 80682 1250 0 0 43919 11 0 0 25 0 5 0 596336766 1146855424 237358 33554432000 4194304 4417332 140735077433104 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=29752/tid=29763] ppid=29750 vsize=1119976 CPUtime=439.37 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (plingeling) R 29750 29752 28898 0 -1 4202560 183616 1250 0 0 43907 30 0 0 25 0 5 0 596336766 1146855424 237358 33554432000 4194304 4417332 140735077433104 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1757.17
Current children cumulated vsize (KiB) 1119976

[startup+443.101 s]
/proc/loadavg: 8.07 8.03 7.89 7/184 29778
/proc/meminfo: memFree=17425732/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1119976 CPUtime=1761.38 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 571105 1250 0 0 176051 87 0 0 25 0 3 0 596336553 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 279994 237359 182 55 0 277880 0
[pid=29752/tid=29760] ppid=29750 vsize=1119976 CPUtime=440.97 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 135686 1250 0 0 44077 20 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1119976 CPUtime=438.56 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112937 1250 0 0 43840 16 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1761.38
Current children cumulated vsize (KiB) 1119976

[startup+443.901 s]
/proc/loadavg: 8.07 8.03 7.89 7/184 29778
/proc/meminfo: memFree=17425732/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1119976 CPUtime=1762.98 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 571105 1250 0 0 176211 87 0 0 25 0 3 0 596336553 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 279994 237359 182 55 0 277880 0
[pid=29752/tid=29760] ppid=29750 vsize=1119976 CPUtime=441.77 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 135686 1250 0 0 44157 20 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1119976 CPUtime=439.36 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112937 1250 0 0 43920 16 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1762.98
Current children cumulated vsize (KiB) 1119976

[startup+444.301 s]
/proc/loadavg: 8.07 8.03 7.89 7/184 29778
/proc/meminfo: memFree=17425608/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=1119976 CPUtime=1763.79 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) S 29750 29752 28898 0 -1 4202496 571105 1250 0 0 176292 87 0 0 25 0 3 0 596336553 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/29752/statm: 279994 237359 182 55 0 277880 0
[pid=29752/tid=29760] ppid=29750 vsize=1119976 CPUtime=442.17 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (plingeling) R 29750 29752 28898 0 -1 4202560 135686 1250 0 0 44197 20 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4258575 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29752/tid=29761] ppid=29750 vsize=1119976 CPUtime=439.77 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (plingeling) R 29750 29752 28898 0 -1 4202560 112937 1250 0 0 43961 16 0 0 25 0 3 0 596336766 1146855424 237359 33554432000 4194304 4417332 140735077433104 18446744073709551615 4313647 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1763.79
Current children cumulated vsize (KiB) 1119976

[startup+444.701 s]
/proc/loadavg: 8.07 8.03 7.89 7/184 29778
/proc/meminfo: memFree=17425608/32950928 swapFree=67111364/67111528
[pid=29752] ppid=29750 vsize=967688 CPUtime=1764.39 cores=0,2,4,6
/proc/29752/stat : 29752 (plingeling) R 29750 29752 28898 0 -1 4202496 571105 1250 0 0 176352 87 0 0 16 0 1 0 596336553 990912512 196740 33554432000 4194304 4417332 140735077433104 18446744073709551615 251367590023 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29752/statm: 241922 196720 182 55 0 239808 0
Current children cumulated CPU time (s) 1764.39
Current children cumulated vsize (KiB) 967688

Child status: 20
Real time (s): 444.74
CPU time (s): 1764.44
CPU user time (s): 1763.52
CPU system time (s): 0.92086
CPU usage (%): 396.736
Max. virtual memory (cumulated for all children) (KiB): 1219168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1763.52
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572358
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= 145
involuntary context switches= 8047

runsolver used 0.657899 second user time and 1.77273 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 09:10:59
IDJOB=3285803
IDBENCH=82403
IDSOLVER=1605
FILE ID=node113/3285803-1304061058
RUNJOBID= node113-1304059841-29612
PBS_JOBID= 13170432
Free space on /tmp= 70944 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285803-1304061058/watcher-3285803-1304061058 -o /tmp/evaluation-result-3285803-1304061058/solver-3285803-1304061058 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3285803-1304061058.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=332365661

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19221260 kB
Buffers:       1744632 kB
Cached:       11097036 kB
SwapCached:        164 kB
Active:        6889612 kB
Inactive:      6242916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19221260 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          226564 kB
Writeback:           8 kB
AnonPages:      290720 kB
Mapped:          15176 kB
Slab:           532792 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   434688 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= 70944 MiB
End job on node113 at 2011-04-29 09:18:24