Trace number 3372614

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 1072.46 135.066

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1072.30/135.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372614-1305439301/watcher-3372614-1305439301 -o /tmp/evaluation-result-3372614-1305439301/solver-3372614-1305439301 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372614-1305439301.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: 8.03 8.03 7.46 2/348 24102
/proc/meminfo: memFree=21512520/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=11076 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (plingeling) R 24100 24102 23933 0 -1 4202496 862 1259 0 0 0 0 0 0 20 0 1 0 655529768 11341824 792 33554432000 4194304 4417452 140733872199104 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24102/statm: 2769 792 148 55 0 655 0

[startup+0.097142 s]
/proc/loadavg: 8.03 8.03 7.46 2/348 24102
/proc/meminfo: memFree=21512520/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=27688 CPUtime=0.08 cores=0-7
/proc/24102/stat : 24102 (plingeling) R 24100 24102 23933 0 -1 4202496 5028 1259 0 0 8 0 0 0 20 0 1 0 655529768 28352512 4946 33554432000 4194304 4417452 140733872199104 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24102/statm: 6922 4946 149 55 0 4808 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27688

[startup+0.101135 s]
/proc/loadavg: 8.03 8.03 7.46 2/348 24102
/proc/meminfo: memFree=21512520/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=27688 CPUtime=0.09 cores=0-7
/proc/24102/stat : 24102 (plingeling) R 24100 24102 23933 0 -1 4202496 5028 1259 0 0 9 0 0 0 20 0 1 0 655529768 28352512 4946 33554432000 4194304 4417452 140733872199104 18446744073709551615 4260130 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24102/statm: 6922 4946 149 55 0 4808 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27688

[startup+0.301117 s]
/proc/loadavg: 8.03 8.03 7.46 2/348 24102
/proc/meminfo: memFree=21512520/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=80992 CPUtime=0.29 cores=0-7
/proc/24102/stat : 24102 (plingeling) R 24100 24102 23933 0 -1 4202496 18356 1259 0 0 27 2 0 0 21 0 1 0 655529768 82935808 18272 33554432000 4194304 4417452 140733872199104 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24102/statm: 20248 18272 149 55 0 18134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80992

[startup+0.701034 s]
/proc/loadavg: 8.03 8.03 7.46 2/348 24102
/proc/meminfo: memFree=21512520/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=222112 CPUtime=0.72 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 35988 1259 0 0 68 4 0 0 18 0 9 0 655529768 227442688 33089 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 55528 33089 158 55 0 53414 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 222112

[startup+1.50087 s]
/proc/loadavg: 8.03 8.03 7.46 9/357 24116
/proc/meminfo: memFree=21347768/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=320824 CPUtime=7.07 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 65057 1259 0 0 699 8 0 0 18 0 9 0 655529768 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 80206 44018 174 55 0 78092 0
[pid=24102/tid=24109] ppid=24100 vsize=320824 CPUtime=0.8 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 3959 1259 0 0 80 0 0 0 19 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4286401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=320824 CPUtime=0.8 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 2622 1259 0 0 80 0 0 0 25 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=320824 CPUtime=0.8 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 2692 1259 0 0 80 0 0 0 21 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=320824 CPUtime=0.8 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 2258 1259 0 0 80 0 0 0 19 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=320824 CPUtime=0.8 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 4055 1259 0 0 80 0 0 0 21 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=320824 CPUtime=0.78 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 2513 1259 0 0 78 0 0 0 19 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4287326 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=320824 CPUtime=0.77 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 5678 1259 0 0 76 1 0 0 21 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4284328 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=320824 CPUtime=0.78 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 5305 1259 0 0 78 0 0 0 20 0 9 0 655529837 328523776 44018 33554432000 4194304 4417452 140733872199104 18446744073709551615 4282570 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 320824

[startup+3.1006 s]
/proc/loadavg: 8.03 8.03 7.47 9/357 24116
/proc/meminfo: memFree=21337732/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=321188 CPUtime=19.85 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 78109 1259 0 0 1976 9 0 0 18 0 9 0 655529768 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 80297 44659 176 55 0 78183 0
[pid=24102/tid=24109] ppid=24100 vsize=321188 CPUtime=2.4 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 5050 1259 0 0 240 0 0 0 22 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4255672 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=321188 CPUtime=2.4 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 4684 1259 0 0 240 0 0 0 25 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=321188 CPUtime=2.4 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3717 1259 0 0 240 0 0 0 25 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=321188 CPUtime=2.4 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 2258 1259 0 0 240 0 0 0 22 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=321188 CPUtime=2.39 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 9157 1259 0 0 239 0 0 0 25 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4234148 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=321188 CPUtime=2.38 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 2513 1259 0 0 238 0 0 0 22 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=321188 CPUtime=2.35 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 9450 1259 0 0 234 1 0 0 25 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4346292 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=321188 CPUtime=2.38 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 5305 1259 0 0 238 0 0 0 25 0 9 0 655529837 328896512 44659 33554432000 4194304 4417452 140733872199104 18446744073709551615 4261349 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (KiB) 321188

[startup+6.30106 s]
/proc/loadavg: 8.03 8.03 7.47 9/357 24116
/proc/meminfo: memFree=21283592/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=363040 CPUtime=44.37 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 96250 1259 0 0 4406 31 0 0 18 0 9 0 655529768 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 90760 56703 179 55 0 88646 0
[pid=24102/tid=24109] ppid=24100 vsize=363040 CPUtime=5.6 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 8160 1259 0 0 560 0 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=363040 CPUtime=5.6 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 7419 1259 0 0 559 1 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4252919 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=363040 CPUtime=5.6 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3717 1259 0 0 560 0 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=363040 CPUtime=4.56 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 2258 1259 0 0 448 8 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=363040 CPUtime=5.6 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 13822 1259 0 0 559 1 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4257666 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=363040 CPUtime=5.58 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 4567 1259 0 0 547 11 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4271602 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=363040 CPUtime=5.52 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 9453 1259 0 0 551 1 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232559 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=363040 CPUtime=5.57 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 10879 1259 0 0 556 1 0 0 25 0 9 0 655529837 371752960 56703 33554432000 4194304 4417452 140733872199104 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.37
Current children cumulated vsize (KiB) 363040

[startup+12.701 s]
/proc/loadavg: 8.17 8.06 7.48 9/357 24116
/proc/meminfo: memFree=21302636/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=341100 CPUtime=95.49 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 101576 1259 0 0 9517 32 0 0 18 0 9 0 655529768 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 85275 51219 180 55 0 83161 0
[pid=24102/tid=24109] ppid=24100 vsize=341100 CPUtime=12 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 9201 1259 0 0 1200 0 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=341100 CPUtime=12 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 8460 1259 0 0 1199 1 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=341100 CPUtime=12 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3778 1259 0 0 1200 0 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=341100 CPUtime=10.96 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 2258 1259 0 0 1088 8 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=341100 CPUtime=11.99 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 14863 1259 0 0 1198 1 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366227 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=341100 CPUtime=11.98 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 5608 1259 0 0 1187 11 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=341100 CPUtime=11.84 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 9514 1259 0 0 1183 1 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=341100 CPUtime=11.97 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 11919 1259 0 0 1196 1 0 0 25 0 9 0 655529837 349286400 51219 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.49
Current children cumulated vsize (KiB) 341100

[startup+25.5008 s]
/proc/loadavg: 8.14 8.06 7.49 9/357 24116
/proc/meminfo: memFree=21305044/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=340984 CPUtime=197.71 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 101796 1259 0 0 19739 32 0 0 18 0 9 0 655529768 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 85246 51190 180 55 0 83132 0
[pid=24102/tid=24109] ppid=24100 vsize=340984 CPUtime=24.8 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 9226 1259 0 0 2480 0 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=340984 CPUtime=24.8 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 8484 1259 0 0 2479 1 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4250771 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=340984 CPUtime=24.79 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3829 1259 0 0 2479 0 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=340984 CPUtime=23.75 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 2258 1259 0 0 2367 8 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=340984 CPUtime=24.79 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 14889 1259 0 0 2478 1 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=340984 CPUtime=24.78 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 5632 1259 0 0 2467 11 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365602 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=340984 CPUtime=24.48 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 9561 1259 0 0 2447 1 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4265373 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=340984 CPUtime=24.76 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 11942 1259 0 0 2475 1 0 0 25 0 9 0 655529837 349167616 51190 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 197.71
Current children cumulated vsize (KiB) 340984

[startup+51.1005 s]
/proc/loadavg: 8.17 8.07 7.50 9/357 24117
/proc/meminfo: memFree=21299556/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=348800 CPUtime=402.18 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 103943 1259 0 0 40179 39 0 0 18 0 9 0 655529768 357171200 53156 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 87200 53156 180 55 0 85086 0
[pid=24102/tid=24109] ppid=24100 vsize=348800 CPUtime=50.4 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 9238 1259 0 0 5040 0 0 0 25 0 9 0 655529837 357171200 53156 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=348800 CPUtime=50.4 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 8693 1259 0 0 5039 1 0 0 25 0 9 0 655529837 357171200 53156 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=348800 CPUtime=50.39 cores=0-7

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

Current children cumulated vsize (KiB) 407792

[startup+127.901 s]
/proc/loadavg: 8.10 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21237576/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=411148 CPUtime=1015.61 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 125584 1259 0 0 101518 43 0 0 18 0 9 0 655529768 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 102787 68743 180 55 0 100673 0
[pid=24102/tid=24109] ppid=24100 vsize=411148 CPUtime=127.2 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 12719 1 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4346539 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=411148 CPUtime=127.2 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14751 1259 0 0 12719 1 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=411148 CPUtime=127.19 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 12719 0 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=411148 CPUtime=126.09 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7001 1259 0 0 12593 16 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=411148 CPUtime=127.19 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 12718 1 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=411148 CPUtime=127.18 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9834 1259 0 0 12706 12 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=411148 CPUtime=125.68 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 12567 1 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=411148 CPUtime=127.1 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 12709 1 0 0 25 0 9 0 655529837 421015552 68743 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1015.61
Current children cumulated vsize (KiB) 411148

[startup+131.101 s]
/proc/loadavg: 8.10 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240556/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=408076 CPUtime=1041.17 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 125813 1259 0 0 104074 43 0 0 18 0 9 0 655529768 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 102019 67975 180 55 0 99905 0
[pid=24102/tid=24109] ppid=24100 vsize=408076 CPUtime=130.4 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 13039 1 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=408076 CPUtime=130.4 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14751 1259 0 0 13039 1 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=408076 CPUtime=130.39 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13039 0 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=408076 CPUtime=129.29 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7091 1259 0 0 12913 16 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=408076 CPUtime=130.39 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13038 1 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=408076 CPUtime=130.38 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13026 12 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=408076 CPUtime=128.85 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 12884 1 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=408076 CPUtime=130.3 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13029 1 0 0 25 0 9 0 655529837 417869824 67975 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1041.17
Current children cumulated vsize (KiB) 408076

[startup+132.701 s]
/proc/loadavg: 8.09 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240928/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=407872 CPUtime=1053.96 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 126084 1259 0 0 105353 43 0 0 18 0 9 0 655529768 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 101968 67924 180 55 0 99854 0
[pid=24102/tid=24109] ppid=24100 vsize=407872 CPUtime=132 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 13199 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=407872 CPUtime=132 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14918 1259 0 0 13199 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=407872 CPUtime=131.99 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13199 0 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=407872 CPUtime=130.89 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7195 1259 0 0 13073 16 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=407872 CPUtime=131.99 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13198 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=407872 CPUtime=131.98 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13186 12 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=407872 CPUtime=130.43 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 13042 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4253071 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=407872 CPUtime=131.9 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13189 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1053.96
Current children cumulated vsize (KiB) 407872

[startup+134.301 s]
/proc/loadavg: 8.09 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240924/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=407872 CPUtime=1066.73 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 126084 1259 0 0 106630 43 0 0 18 0 9 0 655529768 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 101968 67924 180 55 0 99854 0
[pid=24102/tid=24109] ppid=24100 vsize=407872 CPUtime=133.6 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 13359 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=407872 CPUtime=133.6 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14918 1259 0 0 13359 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=407872 CPUtime=133.59 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13359 0 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=407872 CPUtime=132.49 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7195 1259 0 0 13233 16 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=407872 CPUtime=133.59 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13358 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=407872 CPUtime=133.58 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13346 12 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=407872 CPUtime=132.01 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 13200 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=407872 CPUtime=133.5 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13349 1 0 0 25 0 9 0 655529837 417660928 67924 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1066.73
Current children cumulated vsize (KiB) 407872

[startup+134.7 s]
/proc/loadavg: 8.09 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240924/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=408704 CPUtime=1069.93 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 126292 1259 0 0 106950 43 0 0 18 0 9 0 655529768 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 102176 68132 180 55 0 100062 0
[pid=24102/tid=24109] ppid=24100 vsize=408704 CPUtime=134 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 13399 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=408704 CPUtime=134 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14918 1259 0 0 13399 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=408704 CPUtime=133.99 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13399 0 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4237344 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=408704 CPUtime=132.88 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7403 1259 0 0 13272 16 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=408704 CPUtime=133.99 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13398 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=408704 CPUtime=133.98 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13386 12 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=408704 CPUtime=132.41 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 13240 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=408704 CPUtime=133.9 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13389 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1069.93
Current children cumulated vsize (KiB) 408704

[startup+134.9 s]
/proc/loadavg: 8.09 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240924/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=408704 CPUtime=1071.53 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 126292 1259 0 0 107110 43 0 0 18 0 9 0 655529768 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 102176 68132 180 55 0 100062 0
[pid=24102/tid=24109] ppid=24100 vsize=408704 CPUtime=134.2 cores=0-7
/proc/24102/task/24109/stat : 24109 (plingeling) R 24100 24102 23933 0 -1 4202560 12721 1259 0 0 13419 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24102/tid=24110] ppid=24100 vsize=408704 CPUtime=134.2 cores=0-7
/proc/24102/task/24110/stat : 24110 (plingeling) R 24100 24102 23933 0 -1 4202560 14918 1259 0 0 13419 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24102/tid=24111] ppid=24100 vsize=408704 CPUtime=134.19 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13419 0 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24112] ppid=24100 vsize=408704 CPUtime=133.08 cores=0-7
/proc/24102/task/24112/stat : 24112 (plingeling) R 24100 24102 23933 0 -1 4202560 7403 1259 0 0 13292 16 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=408704 CPUtime=134.19 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13418 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=408704 CPUtime=134.18 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13406 12 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=408704 CPUtime=132.61 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 13260 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=408704 CPUtime=134.1 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13409 1 0 0 25 0 9 0 655529837 418512896 68132 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1071.53
Current children cumulated vsize (KiB) 408704

[startup+135 s]
/proc/loadavg: 8.09 8.06 7.55 9/357 24119
/proc/meminfo: memFree=21240924/32951132 swapFree=64495980/67111528
[pid=24102] ppid=24100 vsize=408704 CPUtime=1072.3 cores=0-7
/proc/24102/stat : 24102 (plingeling) S 24100 24102 23933 0 -1 4202496 126293 1259 0 0 107187 43 0 0 18 0 6 0 655529768 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24102/statm: 102176 68133 181 55 0 100062 0
[pid=24102/tid=24111] ppid=24100 vsize=408704 CPUtime=134.29 cores=0-7
/proc/24102/task/24111/stat : 24111 (plingeling) R 24100 24102 23933 0 -1 4202560 3885 1259 0 0 13429 0 0 0 25 0 6 0 655529837 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24102/tid=24113] ppid=24100 vsize=408704 CPUtime=134.29 cores=0-7
/proc/24102/task/24113/stat : 24113 (plingeling) R 24100 24102 23933 0 -1 4202560 18064 1259 0 0 13428 1 0 0 25 0 6 0 655529837 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 4356878 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24102/tid=24114] ppid=24100 vsize=408704 CPUtime=134.28 cores=0-7
/proc/24102/task/24114/stat : 24114 (plingeling) R 24100 24102 23933 0 -1 4202560 9973 1259 0 0 13416 12 0 0 25 0 6 0 655529837 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24102/tid=24115] ppid=24100 vsize=408704 CPUtime=132.71 cores=0-7
/proc/24102/task/24115/stat : 24115 (plingeling) R 24100 24102 23933 0 -1 4202560 10384 1259 0 0 13270 1 0 0 25 0 6 0 655529837 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24102/tid=24116] ppid=24100 vsize=408704 CPUtime=134.2 cores=0-7
/proc/24102/task/24116/stat : 24116 (plingeling) R 24100 24102 23933 0 -1 4202560 12969 1259 0 0 13419 1 0 0 25 0 6 0 655529837 418512896 68133 33554432000 4194304 4417452 140733872199104 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1072.3
Current children cumulated vsize (KiB) 408704

Child status: 20
Real time (s): 135.066
CPU time (s): 1072.46
CPU user time (s): 1072.02
CPU system time (s): 0.445932
CPU usage (%): 794.027
Max. virtual memory (cumulated for all children) (KiB): 411824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1072.02
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127555
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= 509
involuntary context switches= 3869

runsolver used 0.475927 second user time and 1.10983 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 08:01:41
IDJOB=3372614
IDBENCH=82482
IDSOLVER=1851
FILE ID=node129/3372614-1305439301
RUNJOBID= node129-1305437281-23947
PBS_JOBID= 13324767
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372614-1305439301/watcher-3372614-1305439301 -o /tmp/evaluation-result-3372614-1305439301/solver-3372614-1305439301 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372614-1305439301.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1700352257

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      21512800 kB
Buffers:        253640 kB
Cached:        6012068 kB
SwapCached:      52668 kB
Active:        2924504 kB
Inactive:      8289592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21512800 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            5072 kB
Writeback:           0 kB
AnonPages:     4904744 kB
Mapped:          17208 kB
Slab:           120904 kB
PageTables:      38028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79734028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node129 at 2011-05-15 08:03:57