Trace number 4091826

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1802.48 1462.93

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-wijsmanguo_wcsp.wbo
MD5SUMda89659dd699cc1727d62b1327048859
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark79.3499
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1764
Total number of constraints1321572
Number of soft constraints1321523
Number of constraints which are clauses1321523
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
Top cost 38
Min constraint cost 1
Max constraint cost 38
Sum of constraints costs 50169959
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091826-1466107198.wbo
0.10/0.11	c reading problem ... 
18.85/12.73	c ... done. Wall clock time 12.616s.
18.85/12.73	c declared #vars     1764
18.85/12.73	c internal #vars     1323287
18.85/12.73	c #constraints  1321621
18.85/12.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
18.85/12.73	c constraints type 
18.85/12.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1320277
18.85/12.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
18.85/12.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1295
18.85/12.73	c 1321621 constraints processed.
18.85/12.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
18.85/12.73	c constraints type 
18.85/12.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1295
18.85/12.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1320277
18.85/12.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
18.85/12.73	c 1321621 constraints processed.
18.85/12.73	c objective function length is 1321523 literals
22.10/13.93	c And the winner is solver0
22.45/14.27	c SATISFIABLE
22.45/14.27	c OPTIMIZING...
22.45/14.27	c Got one! Elapsed wall clock time (in seconds):14.163
22.45/14.27	o 191
29.65/17.53	c And the winner is solver0
29.82/17.92	c Got one! Elapsed wall clock time (in seconds):17.812
29.82/17.92	o 190
47.92/28.10	c And the winner is solver0
47.96/28.48	c Got one! Elapsed wall clock time (in seconds):28.371
47.96/28.48	o 153
252.71/128.06	c And the winner is solver1
252.88/128.19	c Got one! Elapsed wall clock time (in seconds):128.077
252.88/128.19	o 143
261.38/132.68	c And the winner is solver0
261.70/133.02	c Got one! Elapsed wall clock time (in seconds):132.913
261.70/133.02	o 142
277.02/144.35	c And the winner is solver0
277.24/144.79	c Got one! Elapsed wall clock time (in seconds):144.676
277.24/144.79	o 130
282.22/147.51	c And the winner is solver0
282.37/147.86	c Got one! Elapsed wall clock time (in seconds):147.752
282.37/147.86	o 120
287.47/150.67	c And the winner is solver0
287.76/150.87	c Got one! Elapsed wall clock time (in seconds):150.759
287.76/150.87	o 115
312.86/162.86	c And the winner is solver0
313.10/163.02	c Got one! Elapsed wall clock time (in seconds):162.906
313.10/163.02	o 94
320.04/166.47	c And the winner is solver0
320.32/166.66	c Got one! Elapsed wall clock time (in seconds):166.55
320.32/166.66	o 92
503.00/259.72	c And the winner is solver0
514.41/271.12	c Got one! Elapsed wall clock time (in seconds):271.012
514.41/271.12	o 77
544.16/284.25	c And the winner is solver0
544.42/284.45	c Got one! Elapsed wall clock time (in seconds):284.344
544.42/284.45	o 51
627.68/331.91	c And the winner is solver0
634.70/338.95	c Got one! Elapsed wall clock time (in seconds):338.836
634.70/338.95	o 43
650.88/346.23	c And the winner is solver0
651.82/347.13	c Got one! Elapsed wall clock time (in seconds):347.02
651.82/347.13	o 42
759.89/430.74	c And the winner is solver0
763.46/434.28	c Got one! Elapsed wall clock time (in seconds):434.171
763.46/434.28	o 41
845.20/512.70	c And the winner is solver1
845.52/512.88	c Got one! Elapsed wall clock time (in seconds):512.765
845.52/512.88	o 5
983.19/644.22	c And the winner is solver0
995.02/656.07	c Got one! Elapsed wall clock time (in seconds):655.956
995.02/656.07	o 4

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4091826-1466107198/watcher-4091826-1466107198 -o /tmp/evaluation-result-4091826-1466107198/solver-4091826-1466107198 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466103589-22117 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091826-1466107198.wbo 

pid=22930
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 4.12 4.25 4.17 3/193 22933
/proc/meminfo: memFree=28756976/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 12765666 94019584 917 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 22954 917 697 9 0 16769 0
[pid=22933/tid=22934] ppid=22930 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) D 22930 22933 21576 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 12765667 94019584 917 33554432000 1073741824 1073778376 140737402337072 139646653926952 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100156 s]
/proc/loadavg: 4.12 4.25 4.17 3/193 22933
/proc/meminfo: memFree=28756976/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 12765666 9787879424 6066 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 6067 2141 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 12765667 9787879424 6067 33554432000 1073741824 1073778376 140737402337072 139646653923648 248793589005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200401 s]
/proc/loadavg: 4.12 4.25 4.17 3/193 22933
/proc/meminfo: memFree=28756976/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 5071 0 1 0 26 1 0 0 20 0 18 0 12765666 9787879424 8145 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 8145 2212 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 12765667 9787879424 8145 33554432000 1073741824 1073778376 140737402337072 139646653916496 139646516442578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 4.12 4.25 4.17 3/193 22933
/proc/meminfo: memFree=28756976/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 7513 0 1 0 51 1 0 0 20 0 18 0 12765666 9787879424 11051 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 11051 2233 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 12765667 9787879424 11051 33554432000 1073741824 1073778376 140737402337072 139646653916496 139646516443728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 4.12 4.25 4.17 3/193 22933
/proc/meminfo: memFree=28756976/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=1.55 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 13707 0 1 0 148 7 0 0 20 0 18 0 12765666 9787879424 49076 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 49076 2265 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2468 0 1 0 61 2 0 0 20 0 18 0 12765667 9787879424 49076 33554432000 1073741824 1073778376 140737402337072 139646653930568 248793589005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.12 4.25 4.17 3/211 22951
/proc/meminfo: memFree=28291360/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=2.78 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 14621 0 1 0 257 21 0 0 20 0 18 0 12765666 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 104509 2265 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2522 0 1 0 123 5 0 0 20 0 18 0 12765667 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646653930600 248793589005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 131 0 0 0 7 2 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 63 0 0 0 6 1 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 72 0 0 0 6 2 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 194 0 0 0 7 2 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 63 0 0 0 6 2 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 18 0 12765668 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) S 22930 22933 21576 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646477609320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646474451216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 4870 0 0 0 38 0 0 0 20 0 18 0 12765671 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 4977 0 0 0 35 1 0 0 20 0 18 0 12765671 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 104509 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.12 4.25 4.17 3/212 22954
/proc/meminfo: memFree=28046244/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=5.11 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 16186 0 1 0 465 46 0 0 20 0 18 0 12765666 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 204964 2265 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=2.63 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) R 22930 22933 21576 0 -1 4202560 2805 0 1 0 254 9 0 0 20 0 18 0 12765667 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646653923392 139646516745255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 194 0 0 0 15 5 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 404 0 0 0 16 4 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 112 0 0 0 11 4 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 120 0 0 0 16 4 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 239 0 0 0 17 4 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 167 0 0 0 13 5 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 353 0 0 0 19 5 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 144 0 0 0 15 5 0 0 20 0 18 0 12765668 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) S 22930 22933 21576 0 -1 4202560 548 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646477609320 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646474451216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 4870 0 0 0 38 0 0 0 20 0 18 0 12765671 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 4977 0 0 0 35 1 0 0 20 0 18 0 12765671 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 204964 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 3.95 4.21 4.16 3/214 22956
/proc/meminfo: memFree=26004136/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9558476 CPUtime=9.8 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 22424 0 1 0 888 92 0 0 20 0 18 0 12765666 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2389619 440488 2275 9 0 2380296 0
[pid=22933/tid=22934] ppid=22930 vsize=9558476 CPUtime=4.44 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) S 22930 22933 21576 0 -1 4202560 3484 0 1 0 430 14 0 0 20 0 18 0 12765667 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646653930856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 731 0 0 0 33 9 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 888 0 0 0 34 9 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 1180 0 0 0 38 10 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 656 0 0 0 43 10 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 1128 0 0 0 35 9 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 415 0 0 0 31 9 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 1128 0 0 0 36 11 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 514 0 0 0 34 9 0 0 20 0 18 0 12765668 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9558476 CPUtime=0.87 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) R 22930 22933 21576 0 -1 4202560 1198 0 0 0 87 0 0 0 20 0 18 0 12765669 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646477608072 139646660440065 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 12765669 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646474451216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 4870 0 0 0 38 0 0 0 20 0 18 0 12765671 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 4979 0 0 0 35 1 0 0 20 0 18 0 12765671 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 12765671 9787879424 440488 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=22933/tid=22945] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646474451216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 11543 0 0 0 149 3 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 5060 0 0 0 135 2 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 84 0 0 0 32 38 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=23357] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/23357/stat : 23357 (java) S 22930 22933 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12821192 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646467081128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22933
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22933 sig 9
??? end of watcher thread

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

[startup+1461.7 s]
/proc/loadavg: 3.31 3.28 3.53 4/216 23456
/proc/meminfo: memFree=18307424/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9824732 CPUtime=1800.85 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 65038 0 1 0 179494 591 0 0 20 0 19 0 12765666 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2456183 2075152 2295 9 0 2446860 0
[pid=22933/tid=22934] ppid=22930 vsize=9824732 CPUtime=31.09 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) S 22930 22933 21576 0 -1 4202560 3912 0 1 0 3082 27 0 0 20 0 19 0 12765667 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646653930696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 4282 0 0 0 1423 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9824732 CPUtime=13.56 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 3066 0 0 0 1300 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9824732 CPUtime=13.94 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 4826 0 0 0 1340 54 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9824732 CPUtime=14.56 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 4368 0 0 0 1393 63 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9824732 CPUtime=14.33 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 3396 0 0 0 1380 53 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9824732 CPUtime=13.71 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 3909 0 0 0 1319 52 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9824732 CPUtime=14.05 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 5114 0 0 0 1343 62 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9824732 CPUtime=14.12 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 6030 0 0 0 1348 64 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9824732 CPUtime=1122.7 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) R 22930 22933 21576 0 -1 4202560 7871 0 0 0 112222 48 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646477609480 139646658093392 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646474450760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 11543 0 0 0 149 3 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 5060 0 0 0 135 2 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 84 0 0 0 32 38 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=23357] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/23357/stat : 23357 (java) S 22930 22933 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12821192 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646467081128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (KiB) 9824732

[startup+1462.5 s]
/proc/loadavg: 3.31 3.28 3.53 4/216 23456
/proc/meminfo: memFree=18307424/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9824732 CPUtime=1801.65 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 65038 0 1 0 179574 591 0 0 20 0 19 0 12765666 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2456183 2075152 2295 9 0 2446860 0
[pid=22933/tid=22934] ppid=22930 vsize=9824732 CPUtime=31.09 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) S 22930 22933 21576 0 -1 4202560 3912 0 1 0 3082 27 0 0 20 0 19 0 12765667 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646653930696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 4282 0 0 0 1423 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9824732 CPUtime=13.56 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 3066 0 0 0 1300 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9824732 CPUtime=13.94 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 4826 0 0 0 1340 54 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9824732 CPUtime=14.56 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 4368 0 0 0 1393 63 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9824732 CPUtime=14.33 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 3396 0 0 0 1380 53 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9824732 CPUtime=13.71 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 3909 0 0 0 1319 52 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9824732 CPUtime=14.05 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 5114 0 0 0 1343 62 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9824732 CPUtime=14.12 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 6030 0 0 0 1348 64 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9824732 CPUtime=1123.5 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) R 22930 22933 21576 0 -1 4202560 7871 0 0 0 112302 48 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646477609480 139646658093372 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646474450760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 11543 0 0 0 149 3 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 5060 0 0 0 135 2 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 84 0 0 0 32 38 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=23357] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/23357/stat : 23357 (java) S 22930 22933 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12821192 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646467081128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 9824732

[startup+1462.9 s]
/proc/loadavg: 3.31 3.28 3.53 4/216 23456
/proc/meminfo: memFree=18307424/32872528 swapFree=1402008/1579836
[pid=22933] ppid=22930 vsize=9824732 CPUtime=1802.05 cores=1,3,5,7
/proc/22933/stat : 22933 (java) S 22930 22933 21576 0 -1 4202496 65038 0 1 0 179614 591 0 0 20 0 19 0 12765666 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 140737402328208 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22933/statm: 2456183 2075152 2295 9 0 2446860 0
[pid=22933/tid=22934] ppid=22930 vsize=9824732 CPUtime=31.09 cores=1,3,5,7
/proc/22933/task/22934/stat : 22934 (java) S 22930 22933 21576 0 -1 4202560 3912 0 1 0 3082 27 0 0 20 0 19 0 12765667 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646653930696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22936] ppid=22930 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/22933/task/22936/stat : 22936 (java) S 22930 22933 21576 0 -1 4202560 4282 0 0 0 1423 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646642993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22937] ppid=22930 vsize=9824732 CPUtime=13.56 cores=1,3,5,7
/proc/22933/task/22937/stat : 22937 (java) S 22930 22933 21576 0 -1 4202560 3066 0 0 0 1300 56 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646641941032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22938] ppid=22930 vsize=9824732 CPUtime=13.94 cores=1,3,5,7
/proc/22933/task/22938/stat : 22938 (java) S 22930 22933 21576 0 -1 4202560 4826 0 0 0 1340 54 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646640887976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22939] ppid=22930 vsize=9824732 CPUtime=14.56 cores=1,3,5,7
/proc/22933/task/22939/stat : 22939 (java) S 22930 22933 21576 0 -1 4202560 4368 0 0 0 1393 63 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646639835432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22940] ppid=22930 vsize=9824732 CPUtime=14.33 cores=1,3,5,7
/proc/22933/task/22940/stat : 22940 (java) S 22930 22933 21576 0 -1 4202560 3396 0 0 0 1380 53 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646638783400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22941] ppid=22930 vsize=9824732 CPUtime=13.71 cores=1,3,5,7
/proc/22933/task/22941/stat : 22941 (java) S 22930 22933 21576 0 -1 4202560 3909 0 0 0 1319 52 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646637730856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22942] ppid=22930 vsize=9824732 CPUtime=14.05 cores=1,3,5,7
/proc/22933/task/22942/stat : 22942 (java) S 22930 22933 21576 0 -1 4202560 5114 0 0 0 1343 62 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646636677800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=22943] ppid=22930 vsize=9824732 CPUtime=14.12 cores=1,3,5,7
/proc/22933/task/22943/stat : 22943 (java) S 22930 22933 21576 0 -1 4202560 6030 0 0 0 1348 64 0 0 20 0 19 0 12765668 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646635625256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22944] ppid=22930 vsize=9824732 CPUtime=1123.9 cores=1,3,5,7
/proc/22933/task/22944/stat : 22944 (java) R 22930 22933 21576 0 -1 4202560 7871 0 0 0 112342 48 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646477609480 139646660787502 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22945] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22945/stat : 22945 (java) S 22930 22933 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646476555640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22946] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22946/stat : 22946 (java) S 22930 22933 21576 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 12765669 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646475502472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22947] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22947/stat : 22947 (java) S 22930 22933 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646474450760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22933/tid=22948] ppid=22930 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/22933/task/22948/stat : 22948 (java) S 22930 22933 21576 0 -1 4202560 11543 0 0 0 149 3 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646473399096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22933/tid=22949] ppid=22930 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/22933/task/22949/stat : 22949 (java) S 22930 22933 21576 0 -1 4202560 5060 0 0 0 135 2 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646472346552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22950] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/22950/stat : 22950 (java) S 22930 22933 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646471293688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22933/tid=22951] ppid=22930 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/22933/task/22951/stat : 22951 (java) S 22930 22933 21576 0 -1 4202560 84 0 0 0 32 38 0 0 20 0 19 0 12765671 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646470241352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22933/tid=23357] ppid=22930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22933/task/23357/stat : 23357 (java) S 22930 22933 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12821192 10060525568 2075152 33554432000 1073741824 1073778376 140737402337072 139646467081128 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1462.93
CPU time (s): 1802.48
CPU user time (s): 1796.14
CPU system time (s): 6.34204
CPU usage (%): 123.21
Max. virtual memory (cumulated for all children) (KiB): 9826384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.14
system time used= 6.34204
maximum resident set size= 8300644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35159
involuntary context switches= 28882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.79366 second user time and 12.3421 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 21:59:59
IDJOB=4091826
IDBENCH=79622
IDSOLVER=2552
FILE ID=node139/4091826-1466107198
RUNJOBID= node139-1466103589-22117
PBS_JOBID= 19904053
Free space on /tmp= 71504 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-wijsmanguo_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091826-1466107198/watcher-4091826-1466107198 -o /tmp/evaluation-result-4091826-1466107198/solver-4091826-1466107198 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466103589-22117 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091826-1466107198.wbo

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

MD5SUM BENCH= da89659dd699cc1727d62b1327048859
RANDOM SEED=560915536

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28757620 kB
Buffers:           60908 kB
Cached:           225868 kB
SwapCached:          956 kB
Active:          1709616 kB
Inactive:         102660 kB
Active(anon):    1526640 kB
Inactive(anon):     1240 kB
Active(file):     182976 kB
Inactive(file):   101420 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:             94768 kB
Writeback:             0 kB
AnonPages:       3024956 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             574912 kB
SReclaimable:      18076 kB
SUnreclaim:       556836 kB
KernelStack:        1576 kB
PageTables:        10236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4780552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71512 MiB
End job on node139 at 2016-06-16 22:24:22