Trace number 3286631

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 2667.75 668.455

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

2667.68/668.45	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-3286631-1304062348/watcher-3286631-1304062348 -o /tmp/evaluation-result-3286631-1304062348/solver-3286631-1304062348 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286631-1304062348.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.32 5.53 6.62 5/185 30697
/proc/meminfo: memFree=30104328/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=18404 CPUtime=0 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) R 30695 30697 29944 0 -1 4202496 2687 1254 0 0 0 0 0 0 18 0 1 0 517832778 18845696 2615 33554432000 4194304 4417332 140733977944944 18446744073709551615 271550537472 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30697/statm: 4601 2615 147 55 0 2487 0

[startup+0.106959 s]
/proc/loadavg: 6.32 5.53 6.62 5/185 30697
/proc/meminfo: memFree=30104328/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=43464 CPUtime=0.1 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) R 30695 30697 29944 0 -1 4202496 9088 1254 0 0 9 1 0 0 18 0 1 0 517832778 44507136 8889 33554432000 4194304 4417332 140733977944944 18446744073709551615 4232577 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30697/statm: 10866 8889 148 55 0 8752 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 43464

[startup+0.200939 s]
/proc/loadavg: 6.32 5.53 6.62 5/185 30697
/proc/meminfo: memFree=30104328/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=59848 CPUtime=0.18 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) R 30695 30697 29944 0 -1 4202496 13184 1254 0 0 17 1 0 0 18 0 1 0 517832778 61284352 12985 33554432000 4194304 4417332 140733977944944 18446744073709551615 4259800 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30697/statm: 14962 12985 148 55 0 12848 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 59848

[startup+0.300923 s]
/proc/loadavg: 6.32 5.53 6.62 5/185 30697
/proc/meminfo: memFree=30104328/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=68040 CPUtime=0.28 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) R 30695 30697 29944 0 -1 4202496 15232 1254 0 0 27 1 0 0 19 0 1 0 517832778 69672960 15033 33554432000 4194304 4417332 140733977944944 18446744073709551615 4231504 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30697/statm: 17010 15033 148 55 0 14896 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68040

[startup+0.700851 s]
/proc/loadavg: 6.32 5.53 6.62 5/185 30697
/proc/meminfo: memFree=30104328/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=92616 CPUtime=0.68 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) R 30695 30697 29944 0 -1 4202496 19981 1254 0 0 66 2 0 0 19 0 1 0 517832778 94838784 19782 33554432000 4194304 4417332 140733977944944 18446744073709551615 271550231645 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30697/statm: 23154 19806 148 55 0 21040 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92616

[startup+1.50067 s]
/proc/loadavg: 6.32 5.53 6.62 9/190 30707
/proc/meminfo: memFree=29984884/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=298948 CPUtime=3.69 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 41786 1254 0 0 365 4 0 0 19 0 5 0 517832778 306122752 31369 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 74737 31369 174 55 0 72623 0
[pid=30697/tid=30704] ppid=30695 vsize=298948 CPUtime=0.73 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 3263 1254 0 0 73 0 0 0 25 0 5 0 517832854 306122752 31369 33554432000 4194304 4417332 140733977944944 18446744073709551615 4302020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=298948 CPUtime=0.73 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 4634 1254 0 0 73 0 0 0 25 0 5 0 517832854 306122752 31369 33554432000 4194304 4417332 140733977944944 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=298948 CPUtime=0.72 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 3969 1254 0 0 72 0 0 0 25 0 5 0 517832854 306122752 31369 33554432000 4194304 4417332 140733977944944 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=298948 CPUtime=0.73 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 2388 1254 0 0 73 0 0 0 18 0 5 0 517832854 306122752 31369 33554432000 4194304 4417332 140733977944944 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 298948

[startup+3.10038 s]
/proc/loadavg: 6.32 5.53 6.62 9/190 30707
/proc/meminfo: memFree=29988480/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=305588 CPUtime=10.09 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 52789 1254 0 0 1003 6 0 0 19 0 5 0 517832778 312922112 32010 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 76397 32010 177 55 0 74283 0
[pid=30697/tid=30704] ppid=30695 vsize=305588 CPUtime=2.33 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 5693 1254 0 0 233 0 0 0 25 0 5 0 517832854 312922112 32010 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=305588 CPUtime=2.32 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 7066 1254 0 0 232 0 0 0 25 0 5 0 517832854 312922112 32010 33554432000 4194304 4417332 140733977944944 18446744073709551615 4277594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=305588 CPUtime=2.32 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 10110 1254 0 0 231 1 0 0 25 0 5 0 517832854 312922112 32010 33554432000 4194304 4417332 140733977944944 18446744073709551615 4259687 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=305588 CPUtime=2.33 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 2388 1254 0 0 233 0 0 0 21 0 5 0 517832854 312922112 32010 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 305588

[startup+6.3008 s]
/proc/loadavg: 6.46 5.57 6.63 9/190 30708
/proc/meminfo: memFree=29983276/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=287732 CPUtime=22.87 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 61056 1254 0 0 2279 8 0 0 19 0 5 0 517832778 294637568 30048 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 71933 30048 181 55 0 69819 0
[pid=30697/tid=30704] ppid=30695 vsize=287732 CPUtime=5.53 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 7123 1254 0 0 553 0 0 0 25 0 5 0 517832854 294637568 30048 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=287732 CPUtime=5.53 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 11110 1254 0 0 552 1 0 0 25 0 5 0 517832854 294637568 30048 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236797 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=287732 CPUtime=5.5 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 12903 1254 0 0 549 1 0 0 25 0 5 0 517832854 294637568 30048 33554432000 4194304 4417332 140733977944944 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=287732 CPUtime=5.52 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 2388 1254 0 0 552 0 0 0 25 0 5 0 517832854 294637568 30048 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.87
Current children cumulated vsize (KiB) 287732

[startup+12.7006 s]
/proc/loadavg: 6.58 5.61 6.64 9/190 30708
/proc/meminfo: memFree=29979600/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=295336 CPUtime=48.43 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 62946 1254 0 0 4835 8 0 0 19 0 5 0 517832778 302424064 31140 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 73834 31140 181 55 0 71720 0
[pid=30697/tid=30704] ppid=30695 vsize=295336 CPUtime=11.93 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 7500 1254 0 0 1193 0 0 0 25 0 5 0 517832854 302424064 31140 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=295336 CPUtime=11.93 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 11292 1254 0 0 1192 1 0 0 25 0 5 0 517832854 302424064 31140 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=295336 CPUtime=11.86 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 13164 1254 0 0 1185 1 0 0 25 0 5 0 517832854 302424064 31140 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=295336 CPUtime=11.93 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 3458 1254 0 0 1192 1 0 0 25 0 5 0 517832854 302424064 31140 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 295336

[startup+25.5003 s]
/proc/loadavg: 6.61 5.67 6.64 9/190 30744
/proc/meminfo: memFree=30740648/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=315180 CPUtime=99.56 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 67348 1254 0 0 9947 9 0 0 19 0 5 0 517832778 322744320 33871 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 78795 33871 181 55 0 76681 0
[pid=30697/tid=30704] ppid=30695 vsize=315180 CPUtime=24.73 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 9889 1254 0 0 2472 1 0 0 25 0 5 0 517832854 322744320 33871 33554432000 4194304 4417332 140733977944944 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=315180 CPUtime=24.73 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 11988 1254 0 0 2471 2 0 0 25 0 5 0 517832854 322744320 33871 33554432000 4194304 4417332 140733977944944 18446744073709551615 4265433 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=315180 CPUtime=24.59 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 13781 1254 0 0 2458 1 0 0 25 0 5 0 517832854 322744320 33871 33554432000 4194304 4417332 140733977944944 18446744073709551615 4309915 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=315180 CPUtime=24.73 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 4158 1254 0 0 2472 1 0 0 25 0 5 0 517832854 322744320 33871 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.56
Current children cumulated vsize (KiB) 315180

[startup+51.1007 s]
/proc/loadavg: 7.14 5.87 6.68 9/190 30745
/proc/meminfo: memFree=30667024/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=329676 CPUtime=201.83 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 76440 1254 0 0 20172 11 0 0 19 0 5 0 517832778 337588224 39337 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 82419 39337 181 55 0 80305 0
[pid=30697/tid=30704] ppid=30695 vsize=329676 CPUtime=50.33 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 13081 1254 0 0 5032 1 0 0 25 0 5 0 517832854 337588224 39337 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=329676 CPUtime=50.33 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 13652 1254 0 0 5031 2 0 0 25 0 5 0 517832854 337588224 39337 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=329676 CPUtime=50.05 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 17293 1254 0 0 5003 2 0 0 25 0 5 0 517832854 337588224 39337 33554432000 4194304 4417332 140733977944944 18446744073709551615 4278342 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=329676 CPUtime=50.33 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 4882 1254 0 0 5032 1 0 0 25 0 5 0 517832854 337588224 39337 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.83
Current children cumulated vsize (KiB) 329676

[startup+102.3 s]
/proc/loadavg: 7.73 6.22 6.75 10/190 30746
/proc/meminfo: memFree=30577640/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=351276 CPUtime=406.37 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 96671 1254 0 0 40624 13 0 0 19 0 5 0 517832778 359706624 43704 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 87819 43704 181 55 0 85705 0
[pid=30697/tid=30704] ppid=30695 vsize=351276 CPUtime=101.53 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 18091 1254 0 0 10152 1 0 0 25 0 5 0 517832854 359706624 43704 33554432000 4194304 4417332 140733977944944 18446744073709551615 4353465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=351276 CPUtime=101.53 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 18666 1254 0 0 10150 3 0 0 25 0 5 0 517832854 359706624 43704 33554432000 4194304 4417332 140733977944944 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=351276 CPUtime=100.98 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 22523 1254 0 0 10095 3 0 0 25 0 5 0 517832854 359706624 43704 33554432000 4194304 4417332 140733977944944 18446744073709551615 4354352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=351276 CPUtime=101.53 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 9859 1254 0 0 10152 1 0 0 25 0 5 0 517832854 359706624 43704 33554432000 4194304 4417332 140733977944944 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.37
Current children cumulated vsize (KiB) 351276

[startup+162.3 s]
/proc/loadavg: 8.07 6.59 6.84 9/190 30748
/proc/meminfo: memFree=30526768/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=373216 CPUtime=646.02 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 115136 1254 0 0 64587 15 0 0 19 0 5 0 517832778 382173184 49189 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 93304 49189 181 55 0 91190 0
[pid=30697/tid=30704] ppid=30695 vsize=373216 CPUtime=161.53 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 22657 1254 0 0 16151 2 0 0 25 0 5 0 517832854 382173184 49189 33554432000 4194304 4417332 140733977944944 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=373216 CPUtime=161.52 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 22876 1254 0 0 16149 3 0 0 25 0 5 0 517832854 382173184 49189 33554432000 4194304 4417332 140733977944944 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=373216 CPUtime=160.65 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 27297 1254 0 0 16062 3 0 0 25 0 5 0 517832854 382173184 49189 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=373216 CPUtime=161.53 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 14774 1254 0 0 16151 2 0 0 25 0 5 0 517832854 382173184 49189 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.02
Current children cumulated vsize (KiB) 373216


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

Current children cumulated CPU time (s) 1844.41
Current children cumulated vsize (KiB) 695672

[startup+522.301 s]
/proc/loadavg: 8.07 7.66 7.25 9/190 30973
/proc/meminfo: memFree=30235464/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=714184 CPUtime=2084.08 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 361314 1254 0 0 208352 56 0 0 19 0 5 0 517832778 731324416 134431 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 178546 134431 181 55 0 176432 0
[pid=30697/tid=30704] ppid=30695 vsize=714184 CPUtime=521.54 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 90504 1254 0 0 52138 16 0 0 25 0 5 0 517832854 731324416 134431 33554432000 4194304 4417332 140733977944944 18446744073709551615 4346472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=714184 CPUtime=521.53 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 106738 1254 0 0 52136 17 0 0 25 0 5 0 517832854 731324416 134431 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=714184 CPUtime=518.7 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 91583 1254 0 0 51856 14 0 0 25 0 5 0 517832854 731324416 134431 33554432000 4194304 4417332 140733977944944 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=714184 CPUtime=521.53 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 44957 1254 0 0 52149 4 0 0 25 0 5 0 517832854 731324416 134431 33554432000 4194304 4417332 140733977944944 18446744073709551615 4357224 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2084.08
Current children cumulated vsize (KiB) 714184

[startup+582.301 s]
/proc/loadavg: 8.16 7.76 7.31 9/190 30975
/proc/meminfo: memFree=30117392/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=761280 CPUtime=2323.76 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 389714 1254 0 0 232316 60 0 0 19 0 5 0 517832778 779550720 146237 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 190320 146237 181 55 0 188206 0
[pid=30697/tid=30704] ppid=30695 vsize=761280 CPUtime=581.54 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 104021 1254 0 0 58136 18 0 0 25 0 5 0 517832854 779550720 146237 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=761280 CPUtime=581.52 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 114930 1254 0 0 58135 17 0 0 25 0 5 0 517832854 779550720 146237 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=761280 CPUtime=578.36 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 95679 1254 0 0 57822 14 0 0 25 0 5 0 517832854 779550720 146237 33554432000 4194304 4417332 140733977944944 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=761280 CPUtime=581.54 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 47552 1254 0 0 58149 5 0 0 25 0 5 0 517832854 779550720 146237 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2323.76
Current children cumulated vsize (KiB) 761280

[startup+642.3 s]
/proc/loadavg: 8.06 7.80 7.35 9/190 30976
/proc/meminfo: memFree=29884380/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=906856 CPUtime=2563.44 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 433678 1254 0 0 256276 68 0 0 19 0 5 0 517832778 928620544 182599 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 226714 182599 181 55 0 224600 0
[pid=30697/tid=30704] ppid=30695 vsize=906856 CPUtime=641.54 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 117706 1254 0 0 64133 21 0 0 25 0 5 0 517832854 928620544 182599 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=906856 CPUtime=641.53 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 122041 1254 0 0 64134 19 0 0 25 0 5 0 517832854 928620544 182599 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=906856 CPUtime=638.05 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 107381 1254 0 0 63789 16 0 0 25 0 5 0 517832854 928620544 182599 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=906856 CPUtime=641.53 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 59018 1254 0 0 64146 7 0 0 25 0 5 0 517832854 928620544 182599 33554432000 4194304 4417332 140733977944944 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2563.44
Current children cumulated vsize (KiB) 906856

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

[startup+652.8 s]
/proc/loadavg: 8.05 7.81 7.36 9/190 30977
/proc/meminfo: memFree=29888464/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=890556 CPUtime=2605.38 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 442060 1254 0 0 260469 69 0 0 19 0 5 0 517832778 911929344 178524 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 222639 178524 181 55 0 220525 0
[pid=30697/tid=30704] ppid=30695 vsize=890556 CPUtime=652.04 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 117706 1254 0 0 65183 21 0 0 25 0 5 0 517832854 911929344 178524 33554432000 4194304 4417332 140733977944944 18446744073709551615 4278226 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=890556 CPUtime=652.02 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 124874 1254 0 0 65183 19 0 0 25 0 5 0 517832854 911929344 178524 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=890556 CPUtime=648.48 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 111586 1254 0 0 64832 16 0 0 25 0 5 0 517832854 911929344 178524 33554432000 4194304 4417332 140733977944944 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=890556 CPUtime=652.03 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 60362 1254 0 0 65196 7 0 0 25 0 5 0 517832854 911929344 178524 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2605.38
Current children cumulated vsize (KiB) 890556

[startup+659.201 s]
/proc/loadavg: 8.04 7.81 7.36 9/190 30977
/proc/meminfo: memFree=29932108/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=844496 CPUtime=2630.95 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 442060 1254 0 0 263026 69 0 0 19 0 5 0 517832778 864763904 167009 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 211124 167009 181 55 0 209010 0
[pid=30697/tid=30704] ppid=30695 vsize=844496 CPUtime=658.44 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 117706 1254 0 0 65823 21 0 0 25 0 5 0 517832854 864763904 167009 33554432000 4194304 4417332 140733977944944 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=844496 CPUtime=658.42 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 124874 1254 0 0 65823 19 0 0 25 0 5 0 517832854 864763904 167009 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=844496 CPUtime=654.85 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 111586 1254 0 0 65468 17 0 0 25 0 5 0 517832854 864763904 167009 33554432000 4194304 4417332 140733977944944 18446744073709551615 4270209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=844496 CPUtime=658.44 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 60362 1254 0 0 65837 7 0 0 25 0 5 0 517832854 864763904 167009 33554432000 4194304 4417332 140733977944944 18446744073709551615 4365021 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2630.95
Current children cumulated vsize (KiB) 844496

[startup+662.401 s]
/proc/loadavg: 8.04 7.81 7.36 9/190 30977
/proc/meminfo: memFree=29965340/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=815868 CPUtime=2643.72 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 462834 1254 0 0 264300 72 0 0 19 0 5 0 517832778 835448832 159852 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 203967 159852 181 55 0 201853 0
[pid=30697/tid=30704] ppid=30695 vsize=815868 CPUtime=661.64 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 134386 1254 0 0 66140 24 0 0 25 0 5 0 517832854 835448832 159852 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815868 CPUtime=661.62 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 124874 1254 0 0 66143 19 0 0 25 0 5 0 517832854 835448832 159852 33554432000 4194304 4417332 140733977944944 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815868 CPUtime=658.03 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 115680 1254 0 0 65786 17 0 0 25 0 5 0 517832854 835448832 159852 33554432000 4194304 4417332 140733977944944 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815868 CPUtime=661.64 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 60362 1254 0 0 66157 7 0 0 25 0 5 0 517832854 835448832 159852 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2643.72
Current children cumulated vsize (KiB) 815868

[startup+665.607 s]
/proc/loadavg: 8.04 7.82 7.37 10/190 30977
/proc/meminfo: memFree=29957036/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=819004 CPUtime=2656.54 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 463634 1254 0 0 265581 73 0 0 19 0 5 0 517832778 838660096 160636 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 204751 160636 181 55 0 202637 0
[pid=30697/tid=30704] ppid=30695 vsize=819004 CPUtime=664.85 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 134386 1254 0 0 66461 24 0 0 25 0 5 0 517832854 838660096 160636 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=819004 CPUtime=664.83 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 124874 1254 0 0 66464 19 0 0 25 0 5 0 517832854 838660096 160636 33554432000 4194304 4417332 140733977944944 18446744073709551615 4270232 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=819004 CPUtime=661.22 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 115680 1254 0 0 66105 17 0 0 25 0 5 0 517832854 838660096 160636 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=819004 CPUtime=664.85 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 61162 1254 0 0 66477 8 0 0 25 0 5 0 517832854 838660096 160636 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2656.54
Current children cumulated vsize (KiB) 819004

[startup+667.201 s]
/proc/loadavg: 8.04 7.82 7.37 9/190 30977
/proc/meminfo: memFree=29937068/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=839776 CPUtime=2662.9 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 477020 1254 0 0 266214 76 0 0 19 0 5 0 517832778 859930624 165829 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 209944 165829 181 55 0 207830 0
[pid=30697/tid=30704] ppid=30695 vsize=839776 CPUtime=666.44 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 134386 1254 0 0 66620 24 0 0 25 0 5 0 517832854 859930624 165829 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=839776 CPUtime=666.43 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 138260 1254 0 0 66620 23 0 0 25 0 5 0 517832854 859930624 165829 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=839776 CPUtime=662.81 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 115680 1254 0 0 66264 17 0 0 25 0 5 0 517832854 859930624 165829 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=839776 CPUtime=666.44 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 61162 1254 0 0 66636 8 0 0 25 0 5 0 517832854 859930624 165829 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2662.9
Current children cumulated vsize (KiB) 839776

[startup+668.001 s]
/proc/loadavg: 8.04 7.82 7.37 9/190 30977
/proc/meminfo: memFree=29937068/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=843744 CPUtime=2666.09 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 478012 1254 0 0 266533 76 0 0 19 0 5 0 517832778 863993856 166821 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 210936 166821 181 55 0 208822 0
[pid=30697/tid=30704] ppid=30695 vsize=843744 CPUtime=667.24 cores=0,2,4,6
/proc/30697/task/30704/stat : 30704 (plingeling) R 30695 30697 29944 0 -1 4202560 134386 1254 0 0 66700 24 0 0 25 0 5 0 517832854 863993856 166821 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=843744 CPUtime=667.23 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 138260 1254 0 0 66700 23 0 0 25 0 5 0 517832854 863993856 166821 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=843744 CPUtime=663.6 cores=0,2,4,6
/proc/30697/task/30706/stat : 30706 (plingeling) R 30695 30697 29944 0 -1 4202560 115680 1254 0 0 66343 17 0 0 25 0 5 0 517832854 863993856 166821 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=843744 CPUtime=667.24 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 62154 1254 0 0 66716 8 0 0 25 0 5 0 517832854 863993856 166821 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2666.09
Current children cumulated vsize (KiB) 843744

[startup+668.401 s]
/proc/loadavg: 8.04 7.82 7.37 9/190 30977
/proc/meminfo: memFree=29937068/32951124 swapFree=67111344/67111528
[pid=30697] ppid=30695 vsize=843744 CPUtime=2667.68 cores=0,2,4,6
/proc/30697/stat : 30697 (plingeling) S 30695 30697 29944 0 -1 4202496 478013 1254 0 0 266692 76 0 0 18 0 3 0 517832778 863993856 166822 33554432000 4194304 4417332 140733977944944 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30697/statm: 210936 166822 182 55 0 208822 0
[pid=30697/tid=30705] ppid=30695 vsize=843744 CPUtime=667.63 cores=0,2,4,6
/proc/30697/task/30705/stat : 30705 (plingeling) R 30695 30697 29944 0 -1 4202560 138260 1254 0 0 66740 23 0 0 25 0 3 0 517832854 863993856 166822 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=843744 CPUtime=667.64 cores=0,2,4,6
/proc/30697/task/30707/stat : 30707 (plingeling) R 30695 30697 29944 0 -1 4202560 62154 1254 0 0 66756 8 0 0 25 0 3 0 517832854 863993856 166822 33554432000 4194304 4417332 140733977944944 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2667.68
Current children cumulated vsize (KiB) 843744

Child status: 20
Real time (s): 668.455
CPU time (s): 2667.75
CPU user time (s): 2666.95
CPU system time (s): 0.799878
CPU usage (%): 399.092
Max. virtual memory (cumulated for all children) (KiB): 923304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2666.95
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479270
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= 156
involuntary context switches= 40234

runsolver used 1.00885 second user time and 2.6406 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 09:32:29
IDJOB=3286631
IDBENCH=82431
IDSOLVER=1605
FILE ID=node133/3286631-1304062348
RUNJOBID= node133-1304062278-30558
PBS_JOBID= 13170442
Free space on /tmp= 71780 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286631-1304062348/watcher-3286631-1304062348 -o /tmp/evaluation-result-3286631-1304062348/solver-3286631-1304062348 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286631-1304062348.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1320348890

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30104492 kB
Buffers:        715740 kB
Cached:         950376 kB
SwapCached:        124 kB
Active:        1440372 kB
Inactive:      1047836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30104492 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           12448 kB
Writeback:           4 kB
AnonPages:      822396 kB
Mapped:          15084 kB
Slab:           294128 kB
PageTables:       6408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1035944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71880 MiB
End job on node133 at 2011-04-29 09:43:37