Trace number 3689393

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.22 1792.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689393-1337890007.opb
0.09/0.11	c reading problem ... 
44.13/37.64	c ... done. Wall clock time 37.539s.
44.13/37.64	c declared #vars     248659
44.13/37.64	c #constraints  5556400
44.13/37.64	c constraints type 
44.13/37.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
44.13/37.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
44.13/37.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
44.13/37.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
44.13/37.64	c 5556400 constraints processed.
98.27/91.27	c cleaning 2485 clauses out of 5001 with flag 5001/5001
141.33/133.74	c cleaning 4249 clauses out of 8515 with flag 11000/11000
163.44/155.87	c cleaning 5569 clauses out of 11266 with flag 18000/18000
228.31/220.69	c cleaning 6811 clauses out of 13697 with flag 26000/26000
252.67/244.92	c cleaning 7899 clauses out of 15887 with flag 35001/35001
276.77/269.06	c cleaning 8980 clauses out of 17987 with flag 45000/45000
299.36/291.64	c cleaning 9957 clauses out of 20007 with flag 56000/56000
327.67/319.92	c cleaning 10992 clauses out of 22051 with flag 68001/68001
372.45/364.72	c cleaning 12005 clauses out of 24060 with flag 81002/81002
418.76/411.08	c cleaning 12938 clauses out of 26054 with flag 95001/95001
435.96/428.20	c cleaning 14033 clauses out of 28117 with flag 110002/110002
487.36/479.68	c cleaning 15006 clauses out of 30082 with flag 126000/126000
520.56/512.85	c cleaning 15856 clauses out of 32077 with flag 143001/143001
553.39/545.67	c cleaning 16778 clauses out of 34221 with flag 161001/161001
598.18/590.47	c cleaning 18200 clauses out of 36444 with flag 180002/180002
652.99/645.22	c cleaning 19093 clauses out of 38242 with flag 200000/200000
683.69/675.99	c cleaning 20059 clauses out of 40149 with flag 221000/221000
716.59/708.90	c cleaning 21020 clauses out of 42090 with flag 243000/243000
781.78/774.01	c cleaning 22017 clauses out of 44070 with flag 266000/266000
850.57/842.88	c cleaning 22921 clauses out of 46054 with flag 290001/290001
914.47/906.78	c cleaning 24049 clauses out of 48132 with flag 315000/315000
946.26/938.55	c cleaning 24754 clauses out of 50083 with flag 341000/341000
1004.94/997.23	c cleaning 26145 clauses out of 52329 with flag 368000/368000
1064.05/1056.36	c cleaning 27073 clauses out of 54185 with flag 396001/396001
1107.84/1100.13	c cleaning 28027 clauses out of 56111 with flag 425000/425000
1145.65/1137.91	c cleaning 29033 clauses out of 58085 with flag 455001/455001
1211.93/1204.25	c cleaning 30016 clauses out of 60055 with flag 486004/486004
1286.92/1279.27	c cleaning 31010 clauses out of 62037 with flag 518002/518002
1379.82/1372.14	c cleaning 31998 clauses out of 64025 with flag 551000/551000
1459.90/1452.26	c cleaning 33006 clauses out of 66028 with flag 585001/585001
1560.29/1552.62	c cleaning 33992 clauses out of 68021 with flag 620000/620000
1669.26/1661.57	c cleaning 34995 clauses out of 70031 with flag 656002/656002
1730.77/1723.04	c cleaning 35983 clauses out of 72034 with flag 693000/693000
1800.01/1792.21	c starts		: 170
1800.01/1792.21	c conflicts		: 724212
1800.01/1792.21	c decisions		: 37827271
1800.01/1792.21	c propagations		: 3364333362
1800.01/1792.21	c inspects		: 12464872119
1800.01/1792.21	c shortcuts		: 0
1800.01/1792.21	c learnt literals	: 0
1800.01/1792.21	c learnt binary clauses	: 555
1800.01/1792.21	c learnt ternary clauses	: 2474
1800.01/1792.21	c learnt constraints	: 724212
1800.01/1792.21	c ignored constraints	: 0
1800.01/1792.21	c root simplifications	: 0
1800.01/1792.21	c removed literals (reason simplification)	: 0
1800.01/1792.21	c reason swapping (by a shorter reason)	: 0
1800.01/1792.21	c Calls to reduceDB	: 33
1800.01/1792.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.21	c number of learned constraints concerned by reduction	: 0
1800.01/1792.21	c number of learning phase by resolution	: 0
1800.01/1792.21	c number of learning phase by cutting planes	: 0
1800.01/1792.21	c speed (assignments/second)	: 1917531.1690480493
1800.01/1792.21	c non guided choices	8229314
1800.01/1792.24	c learnt constraints type 
1800.01/1792.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 555
1800.01/1792.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66727
1800.01/1792.24	c constraints type 
1800.01/1792.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
1800.01/1792.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
1800.01/1792.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
1800.01/1792.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
1800.01/1792.24	c 5556400 constraints processed.
1800.01/1792.24	s UNKNOWN
1800.01/1792.24	c Total wall clock time (in seconds): 1792.135

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689393-1337890007/watcher-3689393-1337890007 -o /tmp/evaluation-result-3689393-1337890007/solver-3689393-1337890007 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689393-1337890007.opb 

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: 2.50 3.45 3.73 3/193 29379
/proc/meminfo: memFree=28619900/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=260 CPUtime=0 cores=1,3,5,7
/proc/29379/stat : 29379 (java) R 29377 29379 23987 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 255125841 266240 3 33554432000 0 0 140733582685708 140734878105272 225444523447 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 67 10 4 9 0 24 0

[startup+0.082121 s]
/proc/loadavg: 2.50 3.45 3.73 3/193 29379
/proc/meminfo: memFree=28619900/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 3750 0 1 0 6 0 0 0 20 0 18 0 255125841 9787813888 4956 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 4959 1987 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.10033 s]
/proc/loadavg: 2.50 3.45 3.73 3/193 29379
/proc/meminfo: memFree=28619900/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 4377 0 1 0 8 1 0 0 20 0 18 0 255125841 9787813888 5569 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 5570 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300202 s]
/proc/loadavg: 2.50 3.45 3.73 3/193 29379
/proc/meminfo: memFree=28619900/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 6049 0 1 0 45 1 0 0 20 0 18 0 255125841 9787813888 17823 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 17823 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700379 s]
/proc/loadavg: 2.50 3.45 3.73 3/193 29379
/proc/meminfo: memFree=28619900/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=1.15 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 6840 0 1 0 108 7 0 0 20 0 18 0 255125841 9787813888 61016 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 61016 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 2.50 3.45 3.73 3/211 29397
/proc/meminfo: memFree=27780584/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=2.2 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 8871 0 1 0 202 18 0 0 20 0 18 0 255125841 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 144991 2247 9 0 2380296 0
[pid=29379/tid=29381] ppid=29377 vsize=9558412 CPUtime=1.4 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 2681 0 1 0 129 11 0 0 20 0 18 0 255125842 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139922026061400 139922033826906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 18 0 0 0 0 1 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 255125843 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 444 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2206 0 0 0 29 0 0 0 20 0 18 0 255125847 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 2230 0 0 0 24 0 0 0 20 0 18 0 255125847 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 144991 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558412

[startup+3.10077 s]
/proc/loadavg: 2.86 3.51 3.75 10/211 29397
/proc/meminfo: memFree=26925048/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=4.06 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 10199 0 1 0 372 34 0 0 20 0 18 0 255125841 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 277069 2247 9 0 2380296 0
[pid=29379/tid=29381] ppid=29377 vsize=9558412 CPUtime=2.92 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 2914 0 1 0 273 19 0 0 20 0 18 0 255125842 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139922026060312 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 140 0 0 0 2 1 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 150 0 0 0 5 0 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 148 0 0 0 4 2 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 255125843 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 950 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2206 0 0 0 29 0 0 0 20 0 18 0 255125847 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 2254 0 0 0 29 0 0 0 20 0 18 0 255125847 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 277069 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 2.86 3.51 3.75 3/212 29398
/proc/meminfo: memFree=25872440/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=7.9 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 11729 0 1 0 719 71 0 0 20 0 18 0 255125841 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 556292 2247 9 0 2380296 0
[pid=29379/tid=29381] ppid=29377 vsize=9558412 CPUtime=5.9 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 3444 0 1 0 550 40 0 0 20 0 18 0 255125842 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139922026053536 139922033826903 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 273 0 0 0 13 4 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 75 0 0 0 8 3 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 236 0 0 0 11 3 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 202 0 0 0 9 3 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 118 0 0 0 15 5 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 221 0 0 0 10 3 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 181 0 0 0 20 6 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 18 0 255125843 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125844 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2206 0 0 0 29 0 0 0 20 0 18 0 255125847 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 2255 0 0 0 29 0 0 0 20 0 18 0 255125847 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125847 9787813888 556292 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 2.73 3.46 3.73 3/212 29398
/proc/meminfo: memFree=24973692/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9558412 CPUtime=15.2 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 13546 0 1 0 1423 97 0 0 20 0 18 0 255125841 9787813888 723855 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2389603 723855 2247 9 0 2380296 0
[pid=29379/tid=29381] ppid=29377 vsize=9558412 CPUtime=11.97 cores=1,3,5,7

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

[pid=29379/tid=29387] ppid=29377 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 499 0 0 0 91 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9624976 CPUtime=1.17 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 476 0 0 0 104 13 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 301 0 0 0 88 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9624976 CPUtime=60.58 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 1672 0 0 0 6053 5 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2689 0 0 0 73 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 3739 0 0 0 58 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 99 0 0 0 29 43 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29399] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29399/stat : 29399 (java) S 29377 29379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255129611 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921236919592 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.07
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.24 3/214 29416
/proc/meminfo: memFree=24424392/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9624976 CPUtime=1790.08 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 17626 0 1 0 178802 206 0 0 20 0 19 0 255125841 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2406244 837197 2281 9 0 2396937 0
[pid=29379/tid=29381] ppid=29377 vsize=9624976 CPUtime=1717.28 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 4186 0 1 0 171636 92 0 0 20 0 19 0 255125842 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139922026062096 139921864815450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 595 0 0 0 111 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 384 0 0 0 85 8 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 566 0 0 0 88 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 747 0 0 0 89 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 486 0 0 0 102 14 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 499 0 0 0 91 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9624976 CPUtime=1.17 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 476 0 0 0 104 13 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 301 0 0 0 88 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9624976 CPUtime=62.21 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 1674 0 0 0 6216 5 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2689 0 0 0 73 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 3739 0 0 0 58 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 103 0 0 0 31 44 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29399] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29399/stat : 29399 (java) S 29377 29379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255129611 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921236919592 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.08
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.00 2.00 2.23 5/214 29475
/proc/meminfo: memFree=25901504/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 17626 0 1 0 179794 207 0 0 20 0 19 0 255125841 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2406244 837197 2281 9 0 2396937 0
[pid=29379/tid=29381] ppid=29377 vsize=9624976 CPUtime=1727.18 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 4186 0 1 0 172626 92 0 0 20 0 19 0 255125842 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139922026062096 139921864919918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 595 0 0 0 111 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 384 0 0 0 85 8 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 566 0 0 0 88 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 747 0 0 0 89 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 486 0 0 0 102 14 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 499 0 0 0 91 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9624976 CPUtime=1.17 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 476 0 0 0 104 13 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 301 0 0 0 88 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9624976 CPUtime=62.21 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 1674 0 0 0 6216 5 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2689 0 0 0 73 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 3739 0 0 0 58 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29399] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29399/stat : 29399 (java) S 29377 29379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255129611 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921236919592 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1792.2 s]
/proc/loadavg: 2.00 2.00 2.23 5/214 29475
/proc/meminfo: memFree=25901504/32873844 swapFree=7900/7900
[pid=29379] ppid=29377 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/29379/stat : 29379 (java) S 29377 29379 23987 0 -1 4202496 17626 0 1 0 179794 207 0 0 20 0 19 0 255125841 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 140733582671456 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29379/statm: 2406244 837197 2281 9 0 2396937 0
[pid=29379/tid=29381] ppid=29377 vsize=9624976 CPUtime=1727.18 cores=1,3,5,7
/proc/29379/task/29381/stat : 29381 (java) R 29377 29379 23987 0 -1 4202560 4186 0 1 0 172626 92 0 0 20 0 19 0 255125842 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139922026062096 139921864919918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29382] ppid=29377 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/29379/task/29382/stat : 29382 (java) S 29377 29379 23987 0 -1 4202560 595 0 0 0 111 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921987553960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29383] ppid=29377 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/29379/task/29383/stat : 29383 (java) S 29377 29379 23987 0 -1 4202560 384 0 0 0 85 8 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921986501416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29384] ppid=29377 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/29379/task/29384/stat : 29384 (java) S 29377 29379 23987 0 -1 4202560 566 0 0 0 88 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921985448872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29385] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29385/stat : 29385 (java) S 29377 29379 23987 0 -1 4202560 747 0 0 0 89 9 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921984396328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29386] ppid=29377 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/29379/task/29386/stat : 29386 (java) S 29377 29379 23987 0 -1 4202560 486 0 0 0 102 14 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921983342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29387] ppid=29377 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/29379/task/29387/stat : 29387 (java) S 29377 29379 23987 0 -1 4202560 499 0 0 0 91 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921863993640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29388] ppid=29377 vsize=9624976 CPUtime=1.17 cores=1,3,5,7
/proc/29379/task/29388/stat : 29388 (java) S 29377 29379 23987 0 -1 4202560 476 0 0 0 104 13 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921862941096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29389] ppid=29377 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/29379/task/29389/stat : 29389 (java) S 29377 29379 23987 0 -1 4202560 301 0 0 0 88 10 0 0 20 0 19 0 255125843 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921861888552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29379/tid=29390] ppid=29377 vsize=9624976 CPUtime=62.21 cores=1,3,5,7
/proc/29379/task/29390/stat : 29390 (java) S 29377 29379 23987 0 -1 4202560 1674 0 0 0 6216 5 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921849690728 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29391] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29391/stat : 29391 (java) S 29377 29379 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921848637048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29392] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29392/stat : 29392 (java) S 29377 29379 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125844 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921243235976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29393] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29393/stat : 29393 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921242184720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29394] ppid=29377 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/29379/task/29394/stat : 29394 (java) S 29377 29379 23987 0 -1 4202560 2689 0 0 0 73 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921241131064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29379/tid=29395] ppid=29377 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/29379/task/29395/stat : 29395 (java) S 29377 29379 23987 0 -1 4202560 3739 0 0 0 58 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921240078520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29396] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29396/stat : 29396 (java) S 29377 29379 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921239026168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29379/tid=29397] ppid=29377 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/29379/task/29397/stat : 29397 (java) S 29377 29379 23987 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 255125847 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921237973832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29379/tid=29399] ppid=29377 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29379/task/29399/stat : 29399 (java) S 29377 29379 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255129611 9855975424 837197 33554432000 1073741824 1073778376 140733582680320 139921236919592 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1792.26
CPU time (s): 1800.22
CPU user time (s): 1797.83
CPU system time (s): 2.39164
CPU usage (%): 100.444
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 2.39164
maximum resident set size= 3349048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17696
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= 38955
involuntary context switches= 38729

runsolver used 6.47902 second user time and 15.9746 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 22:06:53
IDJOB=3689393
IDBENCH=89632
IDSOLVER=2269
FILE ID=node137/3689393-1337890007
RUNJOBID= node137-1337890005-29164
PBS_JOBID= 14620067
Free space on /tmp= 71212 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689393-1337890007/watcher-3689393-1337890007 -o /tmp/evaluation-result-3689393-1337890007/solver-3689393-1337890007 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689393-1337890007.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=1244065432

node137.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.600
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.20
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.600
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	: 5331.91
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.600
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	: 5331.92
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.600
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	: 5331.91
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.600
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	: 5331.91
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.600
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	: 5331.90
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.600
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	: 5331.91
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.600
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28620280 kB
Buffers:          228908 kB
Cached:          2581304 kB
SwapCached:        22060 kB
Active:          1673148 kB
Inactive:        1787952 kB
Active(anon):     630716 kB
Inactive(anon):    22680 kB
Active(file):    1042432 kB
Inactive(file):  1765272 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:            315632 kB
Writeback:             0 kB
AnonPages:        587484 kB
Mapped:            17768 kB
Shmem:                 0 kB
Slab:             650724 kB
SReclaimable:      90844 kB
SUnreclaim:       559880 kB
KernelStack:        1584 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1637908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node137 at 2012-05-24 22:36:47