Trace number 3309648

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 1375.86 172.465

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.191
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

1375.77/172.46	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-3309648-1304007679/watcher-3309648-1304007679 -o /tmp/evaluation-result-3309648-1304007679/solver-3309648-1304007679 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309648-1304007679.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.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=13660 CPUtime=0 cores=0-7
/proc/8842/stat : 8842 (plingeling) R 8840 8842 8816 0 -1 4202496 1510 1253 0 0 0 0 0 0 25 0 1 0 512367619 13987840 1438 33554432000 4194304 4417332 140734052676112 18446744073709551615 208080232192 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/8842/statm: 3415 1438 147 55 0 1301 0

[startup+0.066346 s]
/proc/loadavg: 7.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=25260 CPUtime=0.05 cores=0-7
/proc/8842/stat : 8842 (plingeling) R 8840 8842 8816 0 -1 4202496 4412 1253 0 0 5 0 0 0 25 0 1 0 512367619 25866240 4339 33554432000 4194304 4417332 140734052676112 18446744073709551615 208080232192 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/8842/statm: 6315 4339 148 55 0 4201 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25260

[startup+0.100341 s]
/proc/loadavg: 7.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=37480 CPUtime=0.08 cores=0-7
/proc/8842/stat : 8842 (plingeling) R 8840 8842 8816 0 -1 4202496 7467 1253 0 0 8 0 0 0 25 0 1 0 512367619 38379520 7394 33554432000 4194304 4417332 140734052676112 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/8842/statm: 9370 7394 148 55 0 7256 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37480

[startup+0.300292 s]
/proc/loadavg: 7.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=190628 CPUtime=0.32 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 9569 1253 0 0 31 1 0 0 25 0 9 0 512367619 195203072 8718 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 47657 8718 159 55 0 45543 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 190628

[startup+1.10708 s]
/proc/loadavg: 7.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=265512 CPUtime=6.62 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 22361 1253 0 0 660 2 0 0 25 0 9 0 512367619 271884288 12540 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 66378 12540 175 55 0 64264 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 265512

[startup+1.50101 s]
/proc/loadavg: 7.43 7.93 7.96 2/170 8842
/proc/meminfo: memFree=26385600/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=279840 CPUtime=9.77 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 26167 1253 0 0 974 3 0 0 25 0 9 0 512367619 286556160 16124 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 69960 16124 177 55 0 67846 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 279840

[startup+3.1007 s]
/proc/loadavg: 7.48 7.93 7.96 9/179 8856
/proc/meminfo: memFree=26308532/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=291048 CPUtime=22.56 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 40881 1253 0 0 2251 5 0 0 25 0 9 0 512367619 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 72762 19321 181 55 0 70648 0
[pid=8842/tid=8849] ppid=8840 vsize=291048 CPUtime=2.8 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 6178 1253 0 0 279 1 0 0 23 0 9 0 512367648 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4235985 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=291048 CPUtime=2.79 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 9120 1253 0 0 279 0 0 0 23 0 9 0 512367648 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4248952 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=291048 CPUtime=2.78 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 1967 1253 0 0 278 0 0 0 23 0 9 0 512367648 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=291048 CPUtime=2.79 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 3328 1253 0 0 279 0 0 0 23 0 9 0 512367648 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=291048 CPUtime=2.79 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 3439 1253 0 0 279 0 0 0 23 0 9 0 512367648 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4235295 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=291048 CPUtime=2.78 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 2153 1253 0 0 278 0 0 0 25 0 9 0 512367649 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4235378 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=291048 CPUtime=2.79 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 2525 1253 0 0 279 0 0 0 25 0 9 0 512367649 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4357031 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=291048 CPUtime=2.7 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 2640 1253 0 0 270 0 0 0 25 0 9 0 512367649 298033152 19321 33554432000 4194304 4417332 140734052676112 18446744073709551615 4236280 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.56
Current children cumulated vsize (KiB) 291048

[startup+6.3011 s]
/proc/loadavg: 7.48 7.93 7.96 9/179 8856
/proc/meminfo: memFree=26282644/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=311328 CPUtime=48.14 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 50964 1253 0 0 4808 6 0 0 25 0 9 0 512367619 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 77832 26386 181 55 0 75718 0
[pid=8842/tid=8849] ppid=8840 vsize=311328 CPUtime=6 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 8050 1253 0 0 599 1 0 0 25 0 9 0 512367648 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=311328 CPUtime=5.99 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 10583 1253 0 0 599 0 0 0 25 0 9 0 512367648 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=311328 CPUtime=5.96 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 2249 1253 0 0 596 0 0 0 25 0 9 0 512367648 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=311328 CPUtime=6 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 6285 1253 0 0 599 1 0 0 25 0 9 0 512367648 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4358652 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=311328 CPUtime=5.99 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 3669 1253 0 0 599 0 0 0 25 0 9 0 512367648 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=311328 CPUtime=5.98 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 2651 1253 0 0 598 0 0 0 25 0 9 0 512367649 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=311328 CPUtime=5.98 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 5041 1253 0 0 598 0 0 0 25 0 9 0 512367649 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=311328 CPUtime=5.9 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 2905 1253 0 0 590 0 0 0 25 0 9 0 512367649 318799872 26386 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.14
Current children cumulated vsize (KiB) 311328

[startup+12.7009 s]
/proc/loadavg: 7.56 7.93 7.96 9/179 8856
/proc/meminfo: memFree=26262952/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=323100 CPUtime=99.35 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 69071 1253 0 0 9926 9 0 0 25 0 9 0 512367619 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 80775 30488 181 55 0 78661 0
[pid=8842/tid=8849] ppid=8840 vsize=323100 CPUtime=12.4 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 12171 1253 0 0 1239 1 0 0 25 0 9 0 512367648 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4302940 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=323100 CPUtime=12.4 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 15654 1253 0 0 1239 1 0 0 25 0 9 0 512367648 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4265360 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=323100 CPUtime=12.33 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 2658 1253 0 0 1233 0 0 0 25 0 9 0 512367648 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=323100 CPUtime=12.39 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 11295 1253 0 0 1238 1 0 0 25 0 9 0 512367648 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=323100 CPUtime=12.39 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 3689 1253 0 0 1239 0 0 0 25 0 9 0 512367648 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=323100 CPUtime=12.39 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 3975 1253 0 0 1239 0 0 0 25 0 9 0 512367649 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4260613 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=323100 CPUtime=12.4 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 5433 1253 0 0 1239 1 0 0 25 0 9 0 512367649 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365021 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=323100 CPUtime=12.3 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 4665 1253 0 0 1230 0 0 0 25 0 9 0 512367649 330854400 30488 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.35
Current children cumulated vsize (KiB) 323100

[startup+25.5004 s]
/proc/loadavg: 7.70 7.95 7.96 9/179 8857
/proc/meminfo: memFree=26232332/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=348388 CPUtime=201.65 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 98632 1253 0 0 20152 13 0 0 25 0 9 0 512367619 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 87097 40818 181 55 0 84983 0
[pid=8842/tid=8849] ppid=8840 vsize=348388 CPUtime=25.19 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 19086 1253 0 0 2517 2 0 0 25 0 9 0 512367648 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=348388 CPUtime=25.19 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 24465 1253 0 0 2517 2 0 0 25 0 9 0 512367648 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4358118 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=348388 CPUtime=25.06 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 4984 1253 0 0 2506 0 0 0 25 0 9 0 512367648 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4357034 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=348388 CPUtime=25.19 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 14313 1253 0 0 2517 2 0 0 25 0 9 0 512367648 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=348388 CPUtime=25.19 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 4622 1253 0 0 2519 0 0 0 25 0 9 0 512367648 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=348388 CPUtime=25.18 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 7300 1253 0 0 2518 0 0 0 25 0 9 0 512367649 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=348388 CPUtime=25.18 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 7873 1253 0 0 2517 1 0 0 25 0 9 0 512367649 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=348388 CPUtime=25.1 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 6458 1253 0 0 2510 0 0 0 25 0 9 0 512367649 356749312 40818 33554432000 4194304 4417332 140734052676112 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 348388

[startup+51.1006 s]
/proc/loadavg: 7.80 7.95 7.96 9/179 8857
/proc/meminfo: memFree=26161320/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=405604 CPUtime=406.33 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 151761 1253 0 0 40611 22 0 0 25 0 9 0 512367619 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 101401 54699 181 55 0 99287 0
[pid=8842/tid=8849] ppid=8840 vsize=405604 CPUtime=50.79 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 28756 1253 0 0 5076 3 0 0 25 0 9 0 512367648 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4366267 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=405604 CPUtime=50.8 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 36276 1253 0 0 5076 4 0 0 25 0 9 0 512367648 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=405604 CPUtime=50.55 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 7326 1253 0 0 5054 1 0 0 25 0 9 0 512367648 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=405604 CPUtime=50.79 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 25276 1253 0 0 5075 4 0 0 25 0 9 0 512367648 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=405604 CPUtime=50.79 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 10042 1253 0 0 5077 2 0 0 25 0 9 0 512367648 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4311414 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=405604 CPUtime=50.78 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 12854 1253 0 0 5077 1 0 0 25 0 9 0 512367649 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=405604 CPUtime=50.78 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 9967 1253 0 0 5077 1 0 0 25 0 9 0 512367649 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=405604 CPUtime=50.7 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 11733 1253 0 0 5069 1 0 0 25 0 9 0 512367649 415338496 54699 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.33
Current children cumulated vsize (KiB) 405604

[startup+102.301 s]
/proc/loadavg: 7.92 7.96 7.96 9/179 8859
/proc/meminfo: memFree=26120052/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=463896 CPUtime=815.68 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 280021 1253 0 0 81522 46 0 0 25 0 9 0 512367619 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 115974 67382 181 55 0 113860 0
[pid=8842/tid=8849] ppid=8840 vsize=463896 CPUtime=102 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 52562 1253 0 0 10192 8 0 0 25 0 9 0 512367648 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=463896 CPUtime=101.99 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 63675 1253 0 0 10191 8 0 0 25 0 9 0 512367648 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=463896 CPUtime=101.49 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 14577 1253 0 0 10147 2 0 0 25 0 9 0 512367648 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=463896 CPUtime=102 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 39676 1253 0 0 10194 6 0 0 25 0 9 0 512367648 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=463896 CPUtime=101.99 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 30124 1253 0 0 10193 6 0 0 25 0 9 0 512367648 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=463896 CPUtime=101.98 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 24068 1253 0 0 10194 4 0 0 25 0 9 0 512367649 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=463896 CPUtime=101.98 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 21013 1253 0 0 10194 4 0 0 25 0 9 0 512367649 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4277805 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=463896 CPUtime=101.9 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 24795 1253 0 0 10187 3 0 0 25 0 9 0 512367649 475029504 67382 33554432000 4194304 4417332 140734052676112 18446744073709551615 4309175 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 815.68
Current children cumulated vsize (KiB) 463896

[startup+162.3 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26058516/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=535416 CPUtime=1295.42 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 428326 1253 0 0 129469 73 0 0 25 0 9 0 512367619 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 133854 82094 181 55 0 131740 0
[pid=8842/tid=8849] ppid=8840 vsize=535416 CPUtime=162 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 69298 1253 0 0 16189 11 0 0 25 0 9 0 512367648 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 208079924944 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=535416 CPUtime=162 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 83185 1253 0 0 16189 11 0 0 25 0 9 0 512367648 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=535416 CPUtime=161.2 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 28509 1253 0 0 16115 5 0 0 25 0 9 0 512367648 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=535416 CPUtime=162 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 64166 1253 0 0 16190 10 0 0 25 0 9 0 512367648 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=535416 CPUtime=162 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 52805 1253 0 0 16189 11 0 0 25 0 9 0 512367648 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4308190 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=535416 CPUtime=161.99 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 40146 1253 0 0 16192 7 0 0 25 0 9 0 512367649 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=535416 CPUtime=161.98 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 35148 1253 0 0 16192 6 0 0 25 0 9 0 512367649 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=535416 CPUtime=161.9 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 45538 1253 0 0 16183 7 0 0 25 0 9 0 512367649 548265984 82094 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1295.42
Current children cumulated vsize (KiB) 535416

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

[startup+167 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26070548/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=525748 CPUtime=1332.96 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 438504 1253 0 0 133221 75 0 0 25 0 9 0 512367619 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 131437 79406 181 55 0 129323 0
[pid=8842/tid=8849] ppid=8840 vsize=525748 CPUtime=166.7 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 70667 1253 0 0 16659 11 0 0 25 0 9 0 512367648 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=525748 CPUtime=166.7 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 83185 1253 0 0 16659 11 0 0 25 0 9 0 512367648 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4366718 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=525748 CPUtime=165.87 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 32672 1253 0 0 16581 6 0 0 25 0 9 0 512367648 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=525748 CPUtime=166.69 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 64166 1253 0 0 16659 10 0 0 25 0 9 0 512367648 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=525748 CPUtime=166.69 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 53641 1253 0 0 16658 11 0 0 25 0 9 0 512367648 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=525748 CPUtime=166.68 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 41364 1253 0 0 16661 7 0 0 25 0 9 0 512367649 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=525748 CPUtime=166.67 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 36325 1253 0 0 16661 6 0 0 25 0 9 0 512367649 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=525748 CPUtime=166.6 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 46953 1253 0 0 16653 7 0 0 25 0 9 0 512367649 538365952 79406 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1332.96
Current children cumulated vsize (KiB) 525748

[startup+170.201 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26049948/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=546700 CPUtime=1358.55 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 444926 1253 0 0 135779 76 0 0 25 0 9 0 512367619 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 136675 85038 181 55 0 134561 0
[pid=8842/tid=8849] ppid=8840 vsize=546700 CPUtime=169.9 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 73368 1253 0 0 16979 11 0 0 25 0 9 0 512367648 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=546700 CPUtime=169.89 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 84276 1253 0 0 16978 11 0 0 25 0 9 0 512367648 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=546700 CPUtime=169.05 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 32672 1253 0 0 16899 6 0 0 25 0 9 0 512367648 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=546700 CPUtime=169.9 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 64994 1253 0 0 16979 11 0 0 25 0 9 0 512367648 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=546700 CPUtime=169.89 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 54947 1253 0 0 16978 11 0 0 25 0 9 0 512367648 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=546700 CPUtime=169.88 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 41364 1253 0 0 16981 7 0 0 25 0 9 0 512367649 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=546700 CPUtime=169.87 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 36325 1253 0 0 16981 6 0 0 25 0 9 0 512367649 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4250915 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=546700 CPUtime=169.8 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 47449 1253 0 0 16973 7 0 0 25 0 9 0 512367649 559820800 85038 33554432000 4194304 4417332 140734052676112 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1358.55
Current children cumulated vsize (KiB) 546700

[startup+171.801 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26034820/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=560840 CPUtime=1371.34 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 449192 1253 0 0 137057 77 0 0 25 0 9 0 512367619 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 140210 88847 181 55 0 138096 0
[pid=8842/tid=8849] ppid=8840 vsize=560840 CPUtime=171.49 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 74416 1253 0 0 17138 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=560840 CPUtime=171.49 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 84276 1253 0 0 17138 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=560840 CPUtime=170.65 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 32672 1253 0 0 17059 6 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=560840 CPUtime=171.5 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 64994 1253 0 0 17139 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=560840 CPUtime=171.49 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 55312 1253 0 0 17138 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=560840 CPUtime=171.48 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 41364 1253 0 0 17141 7 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=560840 CPUtime=171.47 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 36325 1253 0 0 17141 6 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364409 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=560840 CPUtime=171.4 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 50302 1253 0 0 17133 7 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1371.34
Current children cumulated vsize (KiB) 560840

[startup+172.2 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26032092/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=560840 CPUtime=1374.58 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 449192 1253 0 0 137381 77 0 0 25 0 9 0 512367619 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 140210 88847 181 55 0 138096 0
[pid=8842/tid=8849] ppid=8840 vsize=560840 CPUtime=171.9 cores=0-7
/proc/8842/task/8849/stat : 8849 (plingeling) R 8840 8842 8816 0 -1 4202560 74416 1253 0 0 17179 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8842/tid=8850] ppid=8840 vsize=560840 CPUtime=171.9 cores=0-7
/proc/8842/task/8850/stat : 8850 (plingeling) R 8840 8842 8816 0 -1 4202560 84276 1253 0 0 17179 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8842/tid=8851] ppid=8840 vsize=560840 CPUtime=171.05 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 32672 1253 0 0 17099 6 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8852] ppid=8840 vsize=560840 CPUtime=171.9 cores=0-7
/proc/8842/task/8852/stat : 8852 (plingeling) R 8840 8842 8816 0 -1 4202560 64994 1253 0 0 17179 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8842/tid=8853] ppid=8840 vsize=560840 CPUtime=171.89 cores=0-7
/proc/8842/task/8853/stat : 8853 (plingeling) R 8840 8842 8816 0 -1 4202560 55312 1253 0 0 17178 11 0 0 25 0 9 0 512367648 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=560840 CPUtime=171.89 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 41364 1253 0 0 17182 7 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8855] ppid=8840 vsize=560840 CPUtime=171.88 cores=0-7
/proc/8842/task/8855/stat : 8855 (plingeling) R 8840 8842 8816 0 -1 4202560 36325 1253 0 0 17182 6 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=560840 CPUtime=171.8 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 50302 1253 0 0 17173 7 0 0 25 0 9 0 512367649 574300160 88847 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1374.58
Current children cumulated vsize (KiB) 560840

[startup+172.4 s]
/proc/loadavg: 7.97 7.97 7.96 9/179 8860
/proc/meminfo: memFree=26032092/32950928 swapFree=67111364/67111528
[pid=8842] ppid=8840 vsize=537072 CPUtime=1375.77 cores=0-7
/proc/8842/stat : 8842 (plingeling) S 8840 8842 8816 0 -1 4202496 449193 1253 0 0 137500 77 0 0 18 0 4 0 512367619 549961728 82906 33554432000 4194304 4417332 140734052676112 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8842/statm: 134268 82906 182 55 0 132154 0
[pid=8842/tid=8851] ppid=8840 vsize=537072 CPUtime=171.24 cores=0-7
/proc/8842/task/8851/stat : 8851 (plingeling) R 8840 8842 8816 0 -1 4202560 32672 1253 0 0 17118 6 0 0 25 0 4 0 512367648 549961728 82906 33554432000 4194304 4417332 140734052676112 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8842/tid=8854] ppid=8840 vsize=537072 CPUtime=172.08 cores=0-7
/proc/8842/task/8854/stat : 8854 (plingeling) R 8840 8842 8816 0 -1 4202560 41364 1253 0 0 17201 7 0 0 25 0 4 0 512367649 549961728 82906 33554432000 4194304 4417332 140734052676112 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8842/tid=8856] ppid=8840 vsize=537072 CPUtime=172 cores=0-7
/proc/8842/task/8856/stat : 8856 (plingeling) R 8840 8842 8816 0 -1 4202560 50302 1253 0 0 17193 7 0 0 25 0 4 0 512367649 549961728 82906 33554432000 4194304 4417332 140734052676112 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1375.77
Current children cumulated vsize (KiB) 537072

Child status: 20
Real time (s): 172.465
CPU time (s): 1375.86
CPU user time (s): 1375.07
CPU system time (s): 0.790879
CPU usage (%): 797.765
Max. virtual memory (cumulated for all children) (KiB): 629984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1375.07
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450449
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= 312
involuntary context switches= 6399

runsolver used 0.271958 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-28 18:21:20
IDJOB=3309648
IDBENCH=82433
IDSOLVER=1695
FILE ID=node127/3309648-1304007679
RUNJOBID= node127-1304007679-8830
PBS_JOBID= 13168838
Free space on /tmp= 71816 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309648-1304007679/watcher-3309648-1304007679 -o /tmp/evaluation-result-3309648-1304007679/solver-3309648-1304007679 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309648-1304007679.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=752599871

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26386004 kB
Buffers:       1367988 kB
Cached:        4657648 kB
SwapCached:          0 kB
Active:        1666300 kB
Inactive:      4422488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26386004 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2424 kB
Writeback:           0 kB
AnonPages:       62992 kB
Mapped:          13940 kB
Slab:           409484 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183412 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= 71816 MiB
End job on node127 at 2011-04-28 18:24:12