Trace number 3309237

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 33450.1 4185.65

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1218.25
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

33449.99/4185.65	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-3309237-1303987538/watcher-3309237-1303987538 -o /tmp/evaluation-result-3309237-1303987538/solver-3309237-1303987538 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309237-1303987538.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.40 3.66 2.77 1/170 28392
/proc/meminfo: memFree=11949908/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=11256 CPUtime=0 cores=0-7
/proc/28392/stat : 28392 (plingeling) R 28390 28392 28322 0 -1 4202496 867 1252 0 0 0 0 0 0 21 0 1 0 510354265 11526144 796 33554432000 4194304 4417332 140734765420688 18446744073709551615 230808862831 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/28392/statm: 2814 808 146 55 0 700 0

[startup+0.0125631 s]
/proc/loadavg: 7.40 3.66 2.77 1/170 28392
/proc/meminfo: memFree=11949908/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=15820 CPUtime=0 cores=0-7
/proc/28392/stat : 28392 (plingeling) R 28390 28392 28322 0 -1 4202496 2033 1252 0 0 0 0 0 0 21 0 1 0 510354265 16199680 1962 33554432000 4194304 4417332 140734765420688 18446744073709551615 4264900 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/28392/statm: 3955 1962 147 55 0 1841 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15820

[startup+0.100551 s]
/proc/loadavg: 7.40 3.66 2.77 1/170 28392
/proc/meminfo: memFree=11949908/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=39216 CPUtime=0.08 cores=0-7
/proc/28392/stat : 28392 (plingeling) R 28390 28392 28322 0 -1 4202496 7900 1252 0 0 8 0 0 0 21 0 1 0 510354265 40157184 7827 33554432000 4194304 4417332 140734765420688 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/28392/statm: 9804 7827 147 55 0 7690 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39216

[startup+0.300517 s]
/proc/loadavg: 7.40 3.66 2.77 1/170 28392
/proc/meminfo: memFree=11949908/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=104024 CPUtime=0.28 cores=0-7
/proc/28392/stat : 28392 (plingeling) R 28390 28392 28322 0 -1 4202496 24102 1252 0 0 26 2 0 0 22 0 1 0 510354265 106520576 24029 33554432000 4194304 4417332 140734765420688 18446744073709551615 4264934 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/28392/statm: 26006 24029 147 55 0 23892 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104024

[startup+0.700444 s]
/proc/loadavg: 7.40 3.66 2.77 1/170 28392
/proc/meminfo: memFree=11949908/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=121048 CPUtime=0.69 cores=0-7
/proc/28392/stat : 28392 (plingeling) R 28390 28392 28322 0 -1 4202496 28359 1252 0 0 66 3 0 0 23 0 1 0 510354265 123953152 28286 33554432000 4194304 4417332 140734765420688 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/28392/statm: 30262 28286 148 55 0 28148 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121048

[startup+1.50024 s]
/proc/loadavg: 7.40 3.66 2.77 2/171 28398
/proc/meminfo: memFree=11797196/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=394764 CPUtime=1.65 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 74323 1252 0 0 156 9 0 0 18 0 9 0 510354265 404238336 59869 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 98691 59869 157 55 0 96577 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 394764

[startup+3.10095 s]
/proc/loadavg: 6.89 3.62 2.77 9/179 28406
/proc/meminfo: memFree=11694956/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=407872 CPUtime=14.45 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 98597 1252 0 0 1430 15 0 0 18 0 9 0 510354265 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 101968 63165 176 55 0 99854 0
[pid=28392/tid=28399] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 3267 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4276170 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 3269 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4227449 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 3267 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4277027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 2468 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 3264 1252 0 0 160 1 0 0 24 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 3260 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4275735 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=407872 CPUtime=1.61 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 3261 1252 0 0 161 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=407872 CPUtime=1.62 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 3005 1252 0 0 162 0 0 0 20 0 9 0 510354412 417660928 63165 33554432000 4194304 4417332 140734765420688 18446744073709551615 4277650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 407872

[startup+6.30036 s]
/proc/loadavg: 6.89 3.62 2.77 9/179 28406
/proc/meminfo: memFree=11759072/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=311928 CPUtime=40.01 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 100713 1252 0 0 3986 15 0 0 18 0 9 0 510354265 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 77982 39485 181 55 0 75868 0
[pid=28392/tid=28399] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 4237 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 3298 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4250977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 3276 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 2468 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4356864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=311928 CPUtime=4.79 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 3294 1252 0 0 478 1 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 3287 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=311928 CPUtime=4.81 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 3265 1252 0 0 481 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=311928 CPUtime=4.82 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 4052 1252 0 0 482 0 0 0 25 0 9 0 510354412 319414272 39485 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (KiB) 311928

[startup+12.7012 s]
/proc/loadavg: 7.06 3.76 2.82 9/179 28406
/proc/meminfo: memFree=11788228/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=315968 CPUtime=91.19 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 106130 1252 0 0 9103 16 0 0 18 0 9 0 510354265 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 78992 40506 181 55 0 76878 0
[pid=28392/tid=28399] ppid=28390 vsize=315968 CPUtime=11.22 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 6056 1252 0 0 1121 1 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=315968 CPUtime=11.22 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 4067 1252 0 0 1121 1 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=315968 CPUtime=11.22 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 3791 1252 0 0 1121 1 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=315968 CPUtime=11.21 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 2468 1252 0 0 1121 0 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4357326 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=315968 CPUtime=11.16 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 3807 1252 0 0 1115 1 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=315968 CPUtime=11.21 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 4056 1252 0 0 1121 0 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4307968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=315968 CPUtime=11.21 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 3780 1252 0 0 1121 0 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=315968 CPUtime=11.22 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 4569 1252 0 0 1122 0 0 0 25 0 9 0 510354412 323551232 40506 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 91.19
Current children cumulated vsize (KiB) 315968

[startup+25.5009 s]
/proc/loadavg: 7.20 3.90 2.88 9/179 28406
/proc/meminfo: memFree=11785740/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=324140 CPUtime=193.52 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 118206 1252 0 0 19334 18 0 0 18 0 9 0 510354265 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 81035 42502 181 55 0 78921 0
[pid=28392/tid=28399] ppid=28390 vsize=324140 CPUtime=24.02 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 9360 1252 0 0 2401 1 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=324140 CPUtime=24.02 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 5608 1252 0 0 2401 1 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=324140 CPUtime=24.01 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 4840 1252 0 0 2400 1 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=324140 CPUtime=24.01 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 2468 1252 0 0 2401 0 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=324140 CPUtime=23.88 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 5348 1252 0 0 2387 1 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=324140 CPUtime=24.02 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 6110 1252 0 0 2401 1 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=324140 CPUtime=24.01 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 4318 1252 0 0 2401 0 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4330457 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=324140 CPUtime=24.02 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 6618 1252 0 0 2402 0 0 0 25 0 9 0 510354412 331919360 42502 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 193.52
Current children cumulated vsize (KiB) 324140

[startup+51.1012 s]
/proc/loadavg: 7.54 4.24 3.02 9/179 28407
/proc/meminfo: memFree=11732736/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=372980 CPUtime=398.19 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 145134 1252 0 0 39797 22 0 0 18 0 9 0 510354265 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 93245 54995 181 55 0 91131 0
[pid=28392/tid=28399] ppid=28390 vsize=372980 CPUtime=49.62 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 14020 1252 0 0 4960 2 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=372980 CPUtime=49.61 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 10009 1252 0 0 4960 1 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=372980 CPUtime=49.61 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 7209 1252 0 0 4960 1 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=372980 CPUtime=49.61 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 2468 1252 0 0 4961 0 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=372980 CPUtime=49.35 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 9594 1252 0 0 4933 2 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364417 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=372980 CPUtime=49.61 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 9730 1252 0 0 4960 1 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=372980 CPUtime=49.61 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 7392 1252 0 0 4961 0 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=372980 CPUtime=49.62 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 11176 1252 0 0 4961 1 0 0 25 0 9 0 510354412 381931520 54995 33554432000 4194304 4417332 140734765420688 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 398.19
Current children cumulated vsize (KiB) 372980

[startup+102.307 s]
/proc/loadavg: 7.88 4.89 3.31 9/179 28408

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

/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 743506 1252 0 0 405961 132 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=778536 CPUtime=4060.93 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 789511 1252 0 0 405958 135 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4357563 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=778536 CPUtime=4060.94 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 612961 1252 0 0 405994 100 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=778536 CPUtime=4060.93 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 617013 1252 0 0 405976 117 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=778536 CPUtime=4037.93 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 786413 1252 0 0 403648 145 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=778536 CPUtime=4060.93 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 757519 1252 0 0 405965 128 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=778536 CPUtime=4060.54 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 764592 1252 0 0 405916 138 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=778536 CPUtime=4060.93 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 633496 1252 0 0 405983 110 0 0 25 0 9 0 510354412 797220864 156083 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32465.6
Current children cumulated vsize (KiB) 778536

[startup+4122.3 s]
/proc/loadavg: 8.02 8.03 7.93 9/179 28528
/proc/meminfo: memFree=11333984/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=776924 CPUtime=32945.2 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5857284 1252 0 0 3293493 1030 0 0 18 0 9 0 510354265 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 194231 155680 181 55 0 192117 0
[pid=28392/tid=28399] ppid=28390 vsize=776924 CPUtime=4120.92 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 751846 1252 0 0 411959 133 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=776924 CPUtime=4120.93 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 807270 1252 0 0 411955 138 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=776924 CPUtime=4120.94 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 618724 1252 0 0 411993 101 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=776924 CPUtime=4120.94 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 629249 1252 0 0 411974 120 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=776924 CPUtime=4097.59 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 792766 1252 0 0 409613 146 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=776924 CPUtime=4120.92 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 763969 1252 0 0 411963 129 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=776924 CPUtime=4120.53 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 767051 1252 0 0 411915 138 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=776924 CPUtime=4120.94 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 652873 1252 0 0 411981 113 0 0 25 0 9 0 510354412 795570176 155680 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32945.2
Current children cumulated vsize (KiB) 776924

[startup+4182.3 s]
/proc/loadavg: 8.00 8.02 7.93 9/179 28529
/proc/meminfo: memFree=11310912/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=811196 CPUtime=33424.9 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5909569 1252 0 0 3341453 1038 0 0 18 0 9 0 510354265 830664704 160270 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 202799 160299 181 55 0 200685 0
[pid=28392/tid=28399] ppid=28390 vsize=811196 CPUtime=4180.92 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 760187 1252 0 0 417958 134 0 0 25 0 9 0 510354412 830664704 160311 33554432000 4194304 4417332 140734765420688 18446744073709551615 230808859741 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=811196 CPUtime=4180.93 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 810094 1252 0 0 417955 138 0 0 25 0 9 0 510354412 830664704 160326 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=811196 CPUtime=4180.93 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 622586 1252 0 0 417992 101 0 0 25 0 9 0 510354412 830664704 160339 33554432000 4194304 4417332 140734765420688 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=811196 CPUtime=4180.93 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 634914 1252 0 0 417973 120 0 0 25 0 9 0 510354412 830664704 160355 33554432000 4194304 4417332 140734765420688 18446744073709551615 4202842 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=811196 CPUtime=4157.27 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 802030 1252 0 0 415579 148 0 0 25 0 9 0 510354412 830664704 160367 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=811196 CPUtime=4180.92 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 772998 1252 0 0 417962 130 0 0 25 0 9 0 510354412 830664704 160382 33554432000 4194304 4417332 140734765420688 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=811196 CPUtime=4180.53 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 777991 1252 0 0 417913 140 0 0 25 0 9 0 510354412 830664704 160396 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=811196 CPUtime=4180.93 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 655274 1252 0 0 417980 113 0 0 25 0 9 0 510354412 830664704 160410 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33424.9
Current children cumulated vsize (KiB) 811196

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

[startup+4183.9 s]
/proc/loadavg: 8.00 8.02 7.93 9/179 28529
/proc/meminfo: memFree=11278672/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=827580 CPUtime=33437.7 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5917644 1252 0 0 3342732 1039 0 0 18 0 9 0 510354265 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 206895 168344 181 55 0 204781 0
[pid=28392/tid=28399] ppid=28390 vsize=827580 CPUtime=4182.53 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 764125 1252 0 0 418118 135 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=827580 CPUtime=4182.53 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 810094 1252 0 0 418115 138 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=827580 CPUtime=4182.54 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 622586 1252 0 0 418153 101 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=827580 CPUtime=4182.53 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 634914 1252 0 0 418133 120 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=827580 CPUtime=4158.86 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 806126 1252 0 0 415738 148 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=827580 CPUtime=4182.52 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 772998 1252 0 0 418122 130 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=827580 CPUtime=4182.12 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 777991 1252 0 0 418072 140 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=827580 CPUtime=4182.53 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 655274 1252 0 0 418140 113 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33437.7
Current children cumulated vsize (KiB) 827580

[startup+4184.7 s]
/proc/loadavg: 8.00 8.02 7.93 9/179 28529
/proc/meminfo: memFree=11278672/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=827580 CPUtime=33444.1 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5917644 1252 0 0 3343371 1039 0 0 18 0 9 0 510354265 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 206895 168344 181 55 0 204781 0
[pid=28392/tid=28399] ppid=28390 vsize=827580 CPUtime=4183.33 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 764125 1252 0 0 418198 135 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=827580 CPUtime=4183.33 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 810094 1252 0 0 418195 138 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=827580 CPUtime=4183.34 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 622586 1252 0 0 418233 101 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=827580 CPUtime=4183.33 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 634914 1252 0 0 418213 120 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=827580 CPUtime=4159.65 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 806126 1252 0 0 415817 148 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=827580 CPUtime=4183.32 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 772998 1252 0 0 418202 130 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=827580 CPUtime=4182.92 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 777991 1252 0 0 418152 140 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=827580 CPUtime=4183.33 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 655274 1252 0 0 418220 113 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33444.1
Current children cumulated vsize (KiB) 827580

[startup+4185.1 s]
/proc/loadavg: 8.00 8.02 7.93 9/179 28529
/proc/meminfo: memFree=11278672/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=827580 CPUtime=33447.3 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5917644 1252 0 0 3343691 1039 0 0 18 0 9 0 510354265 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 206895 168344 181 55 0 204781 0
[pid=28392/tid=28399] ppid=28390 vsize=827580 CPUtime=4183.73 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 764125 1252 0 0 418238 135 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=827580 CPUtime=4183.73 cores=0-7
/proc/28392/task/28400/stat : 28400 (plingeling) R 28390 28392 28322 0 -1 4202560 810094 1252 0 0 418235 138 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=827580 CPUtime=4183.74 cores=0-7
/proc/28392/task/28401/stat : 28401 (plingeling) R 28390 28392 28322 0 -1 4202560 622586 1252 0 0 418273 101 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=827580 CPUtime=4183.73 cores=0-7
/proc/28392/task/28402/stat : 28402 (plingeling) R 28390 28392 28322 0 -1 4202560 634914 1252 0 0 418253 120 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=827580 CPUtime=4160.05 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 806126 1252 0 0 415857 148 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=827580 CPUtime=4183.72 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 772998 1252 0 0 418242 130 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28392/tid=28405] ppid=28390 vsize=827580 CPUtime=4183.32 cores=0-7
/proc/28392/task/28405/stat : 28405 (plingeling) R 28390 28392 28322 0 -1 4202560 777991 1252 0 0 418192 140 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28392/tid=28406] ppid=28390 vsize=827580 CPUtime=4183.73 cores=0-7
/proc/28392/task/28406/stat : 28406 (plingeling) R 28390 28392 28322 0 -1 4202560 655274 1252 0 0 418260 113 0 0 25 0 9 0 510354412 847441920 168344 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33447.3
Current children cumulated vsize (KiB) 827580

[startup+4185.51 s]
/proc/loadavg: 8.00 8.02 7.93 5/175 28529
/proc/meminfo: memFree=11278704/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=827580 CPUtime=33449.8 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5917645 1252 0 0 3343943 1039 0 0 18 0 4 0 510354265 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 206895 168345 182 55 0 204781 0
[pid=28392/tid=28399] ppid=28390 vsize=827580 CPUtime=4184.13 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 764125 1252 0 0 418278 135 0 0 25 0 4 0 510354412 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=827580 CPUtime=4160.45 cores=0-7
/proc/28392/task/28403/stat : 28403 (plingeling) R 28390 28392 28322 0 -1 4202560 806126 1252 0 0 415897 148 0 0 25 0 4 0 510354412 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28392/tid=28404] ppid=28390 vsize=827580 CPUtime=4184.13 cores=0-7
/proc/28392/task/28404/stat : 28404 (plingeling) R 28390 28392 28322 0 -1 4202560 772998 1252 0 0 418283 130 0 0 25 0 4 0 510354412 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33449.8
Current children cumulated vsize (KiB) 827580

[startup+4185.6 s]
/proc/loadavg: 8.00 8.02 7.93 5/175 28529
/proc/meminfo: memFree=11278704/32951124 swapFree=67111528/67111528
[pid=28392] ppid=28390 vsize=827580 CPUtime=33450 cores=0-7
/proc/28392/stat : 28392 (plingeling) S 28390 28392 28322 0 -1 4202496 5917645 1252 0 0 3343960 1039 0 0 18 0 2 0 510354265 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28392/statm: 206895 168345 182 55 0 204781 0
[pid=28392/tid=28399] ppid=28390 vsize=827580 CPUtime=4184.23 cores=0-7
/proc/28392/task/28399/stat : 28399 (plingeling) R 28390 28392 28322 0 -1 4202560 764125 1252 0 0 418288 135 0 0 25 0 2 0 510354412 847441920 168345 33554432000 4194304 4417332 140734765420688 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33450
Current children cumulated vsize (KiB) 827580

Child status: 20
Real time (s): 4185.65
CPU time (s): 33450.1
CPU user time (s): 33439.6
CPU system time (s): 10.4304
CPU usage (%): 799.16
Max. virtual memory (cumulated for all children) (KiB): 948812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33439.6
system time used= 10.4304
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5918900
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= 449
involuntary context switches= 160078

runsolver used 6.71898 second user time and 16.0306 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 12:45:38
IDJOB=3309237
IDBENCH=20387
IDSOLVER=1695
FILE ID=node104/3309237-1303987538
RUNJOBID= node104-1303987384-28336
PBS_JOBID= 13168770
Free space on /tmp= 71540 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309237-1303987538/watcher-3309237-1303987538 -o /tmp/evaluation-result-3309237-1303987538/solver-3309237-1303987538 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309237-1303987538.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=726925902

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11950064 kB
Buffers:       2306428 kB
Cached:       18040620 kB
SwapCached:          0 kB
Active:       11348424 kB
Inactive:      9062716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11950064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10772 kB
Writeback:           0 kB
AnonPages:       64272 kB
Mapped:          14460 kB
Slab:           525020 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184496 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= 71540 MiB
End job on node104 at 2011-04-28 13:55:24