Trace number 4119646

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 Resolution PB16? (TO) 1800.85 1767.92

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM2465f7b15056cacc4ca9488f26ccb118
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119646-1467271466.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c  no objective function found
69.29/47.41	c ... done. Wall clock time 47.287s.
69.29/47.41	c declared #vars     2723840
69.29/47.41	c #constraints  11664
69.29/47.41	c constraints type 
69.29/47.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5319
69.29/47.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 5319
69.29/47.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
69.29/47.41	c 11664 constraints processed.
116.61/94.11	c cleaning 2491 clauses out of 5000 with flag 19112/5000
132.80/110.25	c cleaning 4234 clauses out of 8509 with flag 66759/11000
152.40/129.83	c cleaning 5615 clauses out of 11275 with flag 143022/18000
203.71/181.12	c cleaning 6815 clauses out of 13660 with flag 204664/26000
224.63/202.04	c cleaning 7908 clauses out of 15846 with flag 266497/35001
241.04/218.49	c cleaning 8949 clauses out of 17938 with flag 335544/45001
276.30/252.90	c cleaning 9966 clauses out of 19992 with flag 446361/56004
308.08/284.66	c cleaning 10973 clauses out of 22022 with flag 584807/68000
343.27/319.90	c cleaning 11975 clauses out of 24049 with flag 753335/81000
379.76/356.30	c cleaning 12985 clauses out of 26074 with flag 924984/95000
420.75/397.36	c cleaning 13995 clauses out of 28092 with flag 1129539/110003
468.82/444.58	c cleaning 14995 clauses out of 30094 with flag 1335239/126000
514.21/489.94	c cleaning 15990 clauses out of 32099 with flag 1566680/143000
557.92/533.60	c cleaning 16999 clauses out of 34111 with flag 1812665/161002
605.53/581.28	c cleaning 17991 clauses out of 36110 with flag 2068414/180000
661.20/635.89	c cleaning 18990 clauses out of 38119 with flag 2350325/200000
713.10/687.71	c cleaning 19998 clauses out of 40130 with flag 2630724/221001
766.32/740.99	c cleaning 20996 clauses out of 42131 with flag 2922916/243000
823.23/797.90	c cleaning 21988 clauses out of 44135 with flag 3233234/266000
887.82/861.46	c cleaning 23003 clauses out of 46147 with flag 3536096/290000
955.34/928.92	c cleaning 23990 clauses out of 48144 with flag 3860275/315000
1018.93/991.86	c cleaning 25004 clauses out of 50156 with flag 4190282/341002
1138.00/1109.68	c cleaning 26030 clauses out of 52152 with flag 4469873/368002
1182.91/1154.59	c cleaning 27021 clauses out of 54121 with flag 4672844/396001
1226.55/1197.87	c cleaning 27993 clauses out of 56099 with flag 4898382/425000
1270.89/1241.68	c cleaning 28996 clauses out of 58107 with flag 5113273/455001
1322.20/1292.92	c cleaning 30002 clauses out of 60111 with flag 5296510/486001
1385.78/1356.11	c cleaning 31002 clauses out of 62113 with flag 5538458/518005
1449.95/1419.88	c cleaning 32002 clauses out of 64108 with flag 5796340/551002
1517.97/1487.24	c cleaning 33001 clauses out of 66107 with flag 6046662/585003
1588.91/1557.43	c cleaning 34001 clauses out of 68103 with flag 6292392/620000
1659.22/1627.71	c cleaning 34997 clauses out of 70103 with flag 6558212/656001
1731.55/1699.76	c cleaning 35999 clauses out of 72106 with flag 6827335/693001
1800.02/1767.80	c starts		: 85
1800.02/1767.80	c conflicts		: 726537
1800.02/1767.80	c decisions		: 83303693
1800.02/1767.80	c propagations		: 639572968
1800.02/1767.80	c inspects		: 3156002965
1800.02/1767.80	c shortcuts		: 0
1800.02/1767.80	c learnt literals	: 0
1800.02/1767.80	c learnt binary clauses	: 0
1800.02/1767.80	c learnt ternary clauses	: 0
1800.02/1767.80	c learnt constraints	: 726537
1800.02/1767.80	c ignored constraints	: 0
1800.02/1767.80	c root simplifications	: 0
1800.02/1767.80	c removed literals (reason simplification)	: 0
1800.02/1767.80	c reason swapping (by a shorter reason)	: 0
1800.02/1767.80	c Calls to reduceDB	: 33
1800.02/1767.80	c Number of update (reduction) of LBD	: 323964
1800.02/1767.80	c Imported unit clauses	: 0
1800.02/1767.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1767.80	c number of learned constraints concerned by reduction	: 0
1800.02/1767.80	c number of learning phase by resolution	: 0
1800.02/1767.80	c number of learning phase by cutting planes	: 0
1800.02/1767.80	c speed (assignments/second)	: 371800.35123700305
1800.02/1767.80	c non guided choices	74212111
1800.02/1767.83	c learnt constraints type 
1800.02/1767.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69643
1800.02/1767.83	s UNKNOWN
1800.02/1767.83	c Total wall clock time (in seconds): 1767.702

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-4119646-1467271466/watcher-4119646-1467271466 -o /tmp/evaluation-result-4119646-1467271466/solver-4119646-1467271466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12493 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119646-1467271466.opb 

pid=12937
running on 4 cores: 0,2,4,6

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: 2.10 2.34 2.18 3/192 12940
/proc/meminfo: memFree=26278420/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/12940/stat : 12940 (runsolver) D 12937 12940 12134 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 8250937 24911872 160 33554432000 4194304 4338465 140733247233952 140733247231144 235374538167 0 0 4096 24578 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 6082 160 113 36 0 2655 0

[startup+0.100057 s]
/proc/loadavg: 2.10 2.34 2.18 3/192 12940
/proc/meminfo: memFree=26278420/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 4311 0 1 0 7 1 0 0 20 0 18 0 8250937 9787879424 5438 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 5438 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.10 2.34 2.18 3/192 12940
/proc/meminfo: memFree=26278420/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 4718 0 1 0 21 3 0 0 20 0 18 0 8250937 9787879424 21624 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 21624 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 2.10 2.34 2.18 3/192 12940
/proc/meminfo: memFree=26278420/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 5285 0 1 0 41 3 0 0 20 0 18 0 8250937 9787879424 23888 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 23888 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 2.10 2.34 2.18 3/192 12940
/proc/meminfo: memFree=26278420/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 6351 0 1 0 105 8 0 0 20 0 18 0 8250937 9787879424 63790 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 63790 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.5007 s]
/proc/loadavg: 2.10 2.34 2.18 3/210 12958
/proc/meminfo: memFree=25959732/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=2.74 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 8269 0 1 0 250 24 0 0 20 0 18 0 8250937 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 128842 2258 9 0 2380296 0
[pid=12940/tid=12942] ppid=12937 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) S 12937 12940 12134 0 -1 4202560 2517 0 1 0 107 6 0 0 20 0 18 0 8250938 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691747441128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) R 12937 12940 12134 0 -1 4202560 57 0 0 0 13 2 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691736505048 139691754938064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) R 12937 12940 12134 0 -1 4202560 138 0 0 0 11 2 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691735452248 139691751200221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) R 12937 12940 12134 0 -1 4202560 56 0 0 0 13 2 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691734399448 139691751200178 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) R 12937 12940 12134 0 -1 4202560 81 0 0 0 20 3 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691733346352 139691754341458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) R 12937 12940 12134 0 -1 4202560 420 0 0 0 13 2 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691732294872 139691751200713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) R 12937 12940 12134 0 -1 4202560 129 0 0 0 14 2 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691585911744 139691751200178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) R 12937 12940 12134 0 -1 4202560 464 0 0 0 5 1 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691584858680 139691754339244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) R 12937 12940 12134 0 -1 4202560 619 0 0 0 10 3 0 0 20 0 18 0 8250940 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691583805880 139691751200628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691571606920 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 1260 0 0 0 14 0 0 0 20 0 18 0 8250944 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 1208 0 0 0 15 0 0 0 20 0 18 0 8250944 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 128842 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.65 2.45 2.21 3/210 12958
/proc/meminfo: memFree=25667248/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=4.98 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 9478 0 1 0 464 34 0 0 20 0 18 0 8250937 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 154901 2272 9 0 2380296 0
[pid=12940/tid=12942] ppid=12937 vsize=9558476 CPUtime=1.77 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) R 12937 12940 12134 0 -1 4202560 2520 0 1 0 171 6 0 0 20 0 18 0 8250938 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691747441744 235378107661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) S 12937 12940 12134 0 -1 4202560 597 0 0 0 24 4 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691736504872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) S 12937 12940 12134 0 -1 4202560 185 0 0 0 19 3 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691735452072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) S 12937 12940 12134 0 -1 4202560 103 0 0 0 25 3 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691734399272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) S 12937 12940 12134 0 -1 4202560 116 0 0 0 32 4 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691733346472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) S 12937 12940 12134 0 -1 4202560 495 0 0 0 18 3 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691732294696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) S 12937 12940 12134 0 -1 4202560 161 0 0 0 24 4 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691585911720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) S 12937 12940 12134 0 -1 4202560 504 0 0 0 15 2 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691584858920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) S 12937 12940 12134 0 -1 4202560 657 0 0 0 21 4 0 0 20 0 18 0 8250940 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691583806120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9558476 CPUtime=0.72 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 420 0 0 0 70 2 0 0 20 0 18 0 8250941 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691571608040 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 1260 0 0 0 14 0 0 0 20 0 18 0 8250944 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 1208 0 0 0 15 0 0 0 20 0 18 0 8250944 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 154901 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 2.65 2.45 2.21 3/210 12958
/proc/meminfo: memFree=25143748/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=10.81 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 11747 0 1 0 1015 66 0 0 20 0 18 0 8250937 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 285697 2272 9 0 2380296 0
[pid=12940/tid=12942] ppid=12937 vsize=9558476 CPUtime=4.08 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) R 12937 12940 12134 0 -1 4202560 2804 0 1 0 398 10 0 0 20 0 18 0 8250938 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691747441856 139691614020147 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9558476 CPUtime=0.71 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) S 12937 12940 12134 0 -1 4202560 770 0 0 0 64 7 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691736504872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9558476 CPUtime=0.82 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) S 12937 12940 12134 0 -1 4202560 368 0 0 0 74 8 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691735452072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) S 12937 12940 12134 0 -1 4202560 273 0 0 0 69 7 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691734399272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9558476 CPUtime=0.8 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) S 12937 12940 12134 0 -1 4202560 214 0 0 0 72 8 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691733346472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) S 12937 12940 12134 0 -1 4202560 976 0 0 0 53 5 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691732294696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) S 12937 12940 12134 0 -1 4202560 261 0 0 0 61 7 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691585911720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) S 12937 12940 12134 0 -1 4202560 618 0 0 0 52 7 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691584858920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) S 12937 12940 12134 0 -1 4202560 1041 0 0 0 57 6 0 0 20 0 18 0 8250940 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691583806120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9558476 CPUtime=0.72 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 702 0 0 0 70 2 0 0 20 0 18 0 8250941 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691571608040 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8250941 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 1260 0 0 0 14 0 0 0 20 0 18 0 8250944 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 1208 0 0 0 15 0 0 0 20 0 18 0 8250944 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8250944 9787879424 285697 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.14 2.56 2.25 3/210 12958
/proc/meminfo: memFree=24525272/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9558476 CPUtime=21.36 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 51931 0 1 0 2018 118 0 0 20 0 18 0 8250937 9787879424 439789 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2389619 439789 2272 9 0 2380296 0

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

/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691459 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 93 0 0 0 37 24 0 0 20 0 19 0 8250944 9856040960 1691459 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12960] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12960/stat : 12960 (java) S 12937 12940 12134 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8255697 9856040960 1691459 33554432000 1073741824 1073778376 140734504199856 139691563185320 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1633.82
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.05 2.11 2.15 4/211 13132
/proc/meminfo: memFree=22505208/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9625040 CPUtime=1694.15 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 486603 0 1 0 168910 505 0 0 20 0 19 0 8250937 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2406260 1691464 2294 9 0 2396937 0
[pid=12940/tid=12942] ppid=12937 vsize=9625040 CPUtime=1629.23 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) R 12937 12940 12134 0 -1 4202560 3765 0 1 0 162867 56 0 0 20 0 19 0 8250938 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691747441872 139691614363423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9625040 CPUtime=5 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) S 12937 12940 12134 0 -1 4202560 45247 0 0 0 448 52 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691736504872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9625040 CPUtime=5.4 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) S 12937 12940 12134 0 -1 4202560 48856 0 0 0 481 59 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691735452072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9625040 CPUtime=5.33 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) S 12937 12940 12134 0 -1 4202560 47199 0 0 0 477 56 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691734399272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9625040 CPUtime=5.29 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) S 12937 12940 12134 0 -1 4202560 41459 0 0 0 467 62 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691733346472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9625040 CPUtime=5.22 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) S 12937 12940 12134 0 -1 4202560 45927 0 0 0 467 55 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691732294696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) S 12937 12940 12134 0 -1 4202560 38422 0 0 0 461 46 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691585911720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9625040 CPUtime=4.77 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) S 12937 12940 12134 0 -1 4202560 37414 0 0 0 428 49 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691584858920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9625040 CPUtime=5.41 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) S 12937 12940 12134 0 -1 4202560 48130 0 0 0 492 49 0 0 20 0 19 0 8250940 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691583806120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9625040 CPUtime=21.89 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 118405 0 0 0 2163 26 0 0 20 0 19 0 8250941 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691571608040 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 6259 0 0 0 65 2 0 0 20 0 19 0 8250944 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 4163 0 0 0 62 0 0 0 20 0 19 0 8250944 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 97 0 0 0 38 25 0 0 20 0 19 0 8250944 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12960] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12960/stat : 12960 (java) S 12937 12940 12134 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8255697 9856040960 1691464 33554432000 1073741824 1073778376 140734504199856 139691563185320 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1694.15
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.08 2.11 2.14 3/211 13133
/proc/meminfo: memFree=22443980/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9625040 CPUtime=1754.51 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 486613 0 1 0 174945 506 0 0 20 0 19 0 8250937 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2406260 1691469 2294 9 0 2396937 0
[pid=12940/tid=12942] ppid=12937 vsize=9625040 CPUtime=1689.09 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) R 12937 12940 12134 0 -1 4202560 3766 0 1 0 168852 57 0 0 20 0 19 0 8250938 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691747441872 139691614471645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9625040 CPUtime=5.03 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) S 12937 12940 12134 0 -1 4202560 45247 0 0 0 451 52 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691736504872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9625040 CPUtime=5.46 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) S 12937 12940 12134 0 -1 4202560 48856 0 0 0 487 59 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691735452072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9625040 CPUtime=5.46 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) S 12937 12940 12134 0 -1 4202560 47199 0 0 0 490 56 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691734399272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9625040 CPUtime=5.32 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) S 12937 12940 12134 0 -1 4202560 41459 0 0 0 470 62 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691733346472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9625040 CPUtime=5.25 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) S 12937 12940 12134 0 -1 4202560 45927 0 0 0 470 55 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691732294696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9625040 CPUtime=5.2 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) S 12937 12940 12134 0 -1 4202560 38427 0 0 0 474 46 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691585911720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9625040 CPUtime=4.8 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) S 12937 12940 12134 0 -1 4202560 37414 0 0 0 431 49 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691584858920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9625040 CPUtime=5.47 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) S 12937 12940 12134 0 -1 4202560 48130 0 0 0 498 49 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691583806120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9625040 CPUtime=21.9 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 118407 0 0 0 2163 27 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691571608040 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 6259 0 0 0 65 2 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 4163 0 0 0 62 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 99 0 0 0 40 27 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12960] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12960/stat : 12960 (java) S 12937 12940 12134 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8255697 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691563185320 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1754.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.8 s]
/proc/loadavg: 2.11 2.11 2.14 3/211 13134
/proc/meminfo: memFree=22443692/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/12940/stat : 12940 (java) S 12937 12940 12134 0 -1 4202496 486617 0 1 0 179495 507 0 0 20 0 19 0 8250937 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 140734504190992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12940/statm: 2406260 1691469 2294 9 0 2396937 0
[pid=12940/tid=12942] ppid=12937 vsize=9625040 CPUtime=1734.58 cores=0,2,4,6
/proc/12940/task/12942/stat : 12942 (java) R 12937 12940 12134 0 -1 4202560 3766 0 1 0 173400 58 0 0 20 0 19 0 8250938 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691747441872 139691614471661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12943] ppid=12937 vsize=9625040 CPUtime=5.03 cores=0,2,4,6
/proc/12940/task/12943/stat : 12943 (java) S 12937 12940 12134 0 -1 4202560 45247 0 0 0 451 52 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691736504872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12944] ppid=12937 vsize=9625040 CPUtime=5.46 cores=0,2,4,6
/proc/12940/task/12944/stat : 12944 (java) S 12937 12940 12134 0 -1 4202560 48856 0 0 0 487 59 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691735452072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12945] ppid=12937 vsize=9625040 CPUtime=5.46 cores=0,2,4,6
/proc/12940/task/12945/stat : 12945 (java) S 12937 12940 12134 0 -1 4202560 47199 0 0 0 490 56 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691734399272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12946] ppid=12937 vsize=9625040 CPUtime=5.32 cores=0,2,4,6
/proc/12940/task/12946/stat : 12946 (java) S 12937 12940 12134 0 -1 4202560 41459 0 0 0 470 62 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691733346472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12947] ppid=12937 vsize=9625040 CPUtime=5.25 cores=0,2,4,6
/proc/12940/task/12947/stat : 12947 (java) S 12937 12940 12134 0 -1 4202560 45927 0 0 0 470 55 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691732294696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12940/tid=12948] ppid=12937 vsize=9625040 CPUtime=5.2 cores=0,2,4,6
/proc/12940/task/12948/stat : 12948 (java) S 12937 12940 12134 0 -1 4202560 38427 0 0 0 474 46 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691585911720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12949] ppid=12937 vsize=9625040 CPUtime=4.8 cores=0,2,4,6
/proc/12940/task/12949/stat : 12949 (java) S 12937 12940 12134 0 -1 4202560 37414 0 0 0 431 49 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691584858920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12950] ppid=12937 vsize=9625040 CPUtime=5.47 cores=0,2,4,6
/proc/12940/task/12950/stat : 12950 (java) S 12937 12940 12134 0 -1 4202560 48130 0 0 0 498 49 0 0 20 0 19 0 8250940 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691583806120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12951] ppid=12937 vsize=9625040 CPUtime=21.9 cores=0,2,4,6
/proc/12940/task/12951/stat : 12951 (java) S 12937 12940 12134 0 -1 4202560 118407 0 0 0 2163 27 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691571608040 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12952] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12952/stat : 12952 (java) S 12937 12940 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691570554104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12953] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12953/stat : 12953 (java) S 12937 12940 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8250941 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691569501192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12954] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12954/stat : 12954 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691568449680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12955] ppid=12937 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12940/task/12955/stat : 12955 (java) S 12937 12940 12134 0 -1 4202560 6259 0 0 0 65 2 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691567397816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) S 12937 12940 12134 0 -1 4202560 4163 0 0 0 62 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691566345016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12957] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12957/stat : 12957 (java) S 12937 12940 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691565292408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12940/tid=12958] ppid=12937 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12940/task/12958/stat : 12958 (java) S 12937 12940 12134 0 -1 4202560 103 0 0 0 40 27 0 0 20 0 19 0 8250944 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691564239816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12940/tid=12960] ppid=12937 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12940/task/12960/stat : 12960 (java) S 12937 12940 12134 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8255697 9856040960 1691469 33554432000 1073741824 1073778376 140734504199856 139691563185320 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12940 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1767.91 s]
/proc/loadavg: 2.11 2.11 2.14 3/211 13134
/proc/meminfo: memFree=22443692/32872528 swapFree=447588/480292
[pid=12940] ppid=12937 vsize=0 CPUtime=1800.82 cores=0,2,4,6
/proc/12940/stat : 12940 (java) Z 12937 12940 12134 0 -1 4203532 486652 0 1 0 179519 563 0 0 20 0 2 0 8250937 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/12940/statm: 0 0 0 0 0 0 0
[pid=12940/tid=12956] ppid=12937 vsize=0 CPUtime=0.72 cores=0,2,4,6
/proc/12940/task/12956/stat : 12956 (java) R 12937 12940 12134 0 -1 4203588 4164 0 0 0 63 9 0 0 20 0 2 0 8250944 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.92
CPU time (s): 1800.85
CPU user time (s): 1795.19
CPU system time (s): 5.66114
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 9690576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 5.66114
maximum resident set size= 6765992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486652
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62844
involuntary context switches= 44916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3191 second user time and 11.7062 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 09:24:32
IDJOB=4119646
IDBENCH=111780
IDSOLVER=2546
FILE ID=node104/4119646-1467271466
RUNJOBID= node104-1467271038-12493
PBS_JOBID= 20004496
Free space on /tmp= 71456 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119646-1467271466/watcher-4119646-1467271466 -o /tmp/evaluation-result-4119646-1467271466/solver-4119646-1467271466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119646-1467271466.opb

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

MD5SUM BENCH= 2465f7b15056cacc4ca9488f26ccb118
RANDOM SEED=1018868271

node104.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.334
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	: 5332.66
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.334
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.334
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.334
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.55
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.334
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.334
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.55
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.334
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.54
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.334
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:        26279336 kB
Buffers:          173636 kB
Cached:          1046640 kB
SwapCached:            0 kB
Active:          4591336 kB
Inactive:         750288 kB
Active(anon):    4122828 kB
Inactive(anon):     1596 kB
Active(file):     468508 kB
Inactive(file):   748692 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            134260 kB
Writeback:             0 kB
AnonPages:       4620436 kB
Mapped:            21460 kB
Shmem:               204 kB
Slab:             616728 kB
SReclaimable:      60484 kB
SUnreclaim:       556244 kB
KernelStack:        1568 kB
PageTables:        13232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5075712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4026368 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= 71580 MiB
End job on node104 at 2016-06-30 09:54:00