Trace number 3735322

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 898.742

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3735322-1338694805.opb
0.06/0.14	c reading problem ... 
1.82/1.40	c ... done. Wall clock time 1.253s.
1.82/1.40	c #vars     39901
1.82/1.40	c #constraints  128312
1.82/1.40	c constraints type 
1.82/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1.82/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1.82/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.82/1.40	c constraints type 
1.82/1.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78960
1.82/1.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39480
1.82/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/898.72	c starts		: 21
1800.06/898.72	c conflicts		: 4969
1800.06/898.72	c decisions		: 129164
1800.06/898.72	c propagations		: 3113679
1800.06/898.72	c inspects		: 26751966
1800.06/898.72	c shortcuts		: 0
1800.06/898.72	c learnt literals	: 0
1800.06/898.72	c learnt binary clauses	: 0
1800.06/898.72	c learnt ternary clauses	: 0
1800.06/898.72	c learnt constraints	: 4969
1800.06/898.72	c ignored constraints	: 0
1800.06/898.72	c root simplifications	: 0
1800.06/898.72	c removed literals (reason simplification)	: 44036754
1800.06/898.72	c reason swapping (by a shorter reason)	: 0
1800.06/898.72	c Calls to reduceDB	: 0
1800.06/898.72	c number of reductions to clauses (during analyze)	: 0
1800.06/898.72	c number of learned constraints concerned by reduction	: 0
1800.06/898.72	c number of learning phase by resolution	: 0
1800.06/898.72	c number of learning phase by cutting planes	: 0
1800.06/898.72	c speed (assignments/second)	: 3469.9722841658668
1800.06/898.72	c non guided choices	122
1800.06/898.72	c learnt constraints type 
1800.06/898.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4969
1800.06/898.72	c constraints type 
1800.06/898.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1800.06/898.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.06/898.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/898.72	c constraints type 
1800.06/898.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78960
1800.06/898.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39480
1800.06/898.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/898.72	s UNKNOWN
1800.06/898.72	c Total wall clock time (in seconds): 898.58

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-3735322-1338694805/watcher-3735322-1338694805 -o /tmp/evaluation-result-3735322-1338694805/solver-3735322-1338694805 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735322-1338694805.opb 

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: 3.67 3.81 3.80 4/200 1210
/proc/meminfo: memFree=24558292/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1210/stat : 1210 (java) D 1208 1210 27163 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 335605898 278528 33 33554432000 1073741824 1073778376 140736996170688 140736996167864 273579863335 0 0 4096 0 18446744072100748580 0 0 17 4 0 0 0 0 0
/proc/1210/statm: 68 33 25 9 0 25 0

[startup+0.034683 s]
/proc/loadavg: 3.67 3.81 3.80 4/200 1210
/proc/meminfo: memFree=24558292/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=10510056 CPUtime=0 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 2570 0 1 0 0 0 0 0 20 0 2 0 335605898 10762297344 5829 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2627514 5829 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100241 s]
/proc/loadavg: 3.67 3.81 3.80 4/200 1210
/proc/meminfo: memFree=24558292/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 4432 0 1 0 5 1 0 0 20 0 18 0 335605898 11864465408 12796 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2896598 12796 1766 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300222 s]
/proc/loadavg: 3.67 3.81 3.80 4/200 1210
/proc/meminfo: memFree=24558292/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11586392 CPUtime=0.42 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 6271 0 1 0 41 1 0 0 20 0 18 0 335605898 11864465408 16429 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2896598 16429 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700204 s]
/proc/loadavg: 3.67 3.81 3.80 4/200 1210
/proc/meminfo: memFree=24558292/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11586392 CPUtime=1.14 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 10267 0 1 0 110 4 0 0 20 0 18 0 335605898 11864465408 56135 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2896598 56135 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 11586392

[startup+1.5006 s]
/proc/loadavg: 3.67 3.81 3.80 4/218 1228
/proc/meminfo: memFree=24211724/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11852648 CPUtime=2.32 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 10663 0 1 0 225 7 0 0 20 0 22 0 335605898 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2963162 104880 2253 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3549 0 1 0 129 6 0 0 20 0 22 0 335605900 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=0.39 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 3156 0 0 0 39 0 0 0 20 0 22 0 335605907 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 2716 0 0 0 35 0 0 0 20 0 22 0 335605907 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 104880 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.67 3.81 3.80 5/222 1232
/proc/meminfo: memFree=24127104/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11852648 CPUtime=5.85 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 10798 0 1 0 577 8 0 0 20 0 22 0 335605898 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2963162 113121 2262 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3549 0 1 0 129 6 0 0 20 0 22 0 335605900 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 3213 0 0 0 53 0 0 0 20 0 22 0 335605907 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 2723 0 0 0 55 0 0 0 20 0 22 0 335605907 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1229] ppid=1208 vsize=11852648 CPUtime=1.66 cores=0,2,4,6
/proc/1210/task/1229/stat : 1229 (java) R 1208 1210 27163 0 -1 4202560 27 0 0 0 166 0 0 0 20 0 22 0 335606038 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702955187072 140703011853446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1230] ppid=1208 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/1210/task/1230/stat : 1230 (java) R 1208 1210 27163 0 -1 4202560 81 0 0 0 167 0 0 0 20 0 22 0 335606038 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702954135032 140703012023028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1231] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1231/stat : 1231 (java) S 1208 1210 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702953084584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1232] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1232/stat : 1232 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 113121 33554432000 1073741824 1073778376 140733748823328 140702952031784 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.69 3.81 3.81 5/222 1232
/proc/meminfo: memFree=24078884/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11852648 CPUtime=12.47 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 11662 0 1 0 1238 9 0 0 20 0 22 0 335605898 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2963162 125352 2263 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3549 0 1 0 129 6 0 0 20 0 22 0 335605900 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335605902 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 3640 0 0 0 66 0 0 0 20 0 22 0 335605907 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 3135 0 0 0 65 0 0 0 20 0 22 0 335605907 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1229] ppid=1208 vsize=11852648 CPUtime=4.84 cores=0,2,4,6
/proc/1210/task/1229/stat : 1229 (java) R 1208 1210 27163 0 -1 4202560 29 0 0 0 484 0 0 0 20 0 22 0 335606038 12137111552 125352 33554432000 1073741824 1073778376 140733748823328 140702955187272 140703011980921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

/proc/1210/statm: 2963162 974830 2279 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3554 0 1 0 132 7 0 0 20 0 22 0 335605900 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 165 0 0 0 73 9 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 314 0 0 0 76 10 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 301 0 0 0 70 8 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 280 0 0 0 80 12 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 288 0 0 0 77 12 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 337 0 0 0 78 8 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 162 0 0 0 68 10 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 258 0 0 0 79 9 0 0 20 0 22 0 335605902 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 58 0 0 0 4 12 0 0 20 0 22 0 335605904 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 5082 0 0 0 106 0 0 0 20 0 22 0 335605907 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 3143 0 0 0 85 0 0 0 20 0 22 0 335605907 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 49 0 0 0 13 15 0 0 20 0 22 0 335605907 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1229] ppid=1208 vsize=11852648 CPUtime=876.15 cores=0,2,4,6
/proc/1210/task/1229/stat : 1229 (java) R 1208 1210 27163 0 -1 4202560 158 0 0 0 87600 15 0 0 20 0 22 0 335606038 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702955186736 140703011841004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1230] ppid=1208 vsize=11852648 CPUtime=876.12 cores=0,2,4,6
/proc/1210/task/1230/stat : 1230 (java) R 1208 1210 27163 0 -1 4202560 1568 0 0 0 87547 65 0 0 20 0 22 0 335606038 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702954134768 140703011848864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1231] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1231/stat : 1231 (java) S 1208 1210 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702953084584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1232] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1232/stat : 1232 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 974830 33554432000 1073741824 1073778376 140733748823328 140702952031784 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.19
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.707 s]
/proc/loadavg: 4.00 3.98 3.91 5/221 1363
/proc/meminfo: memFree=20664676/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 16950 0 1 0 179842 164 0 0 20 0 22 0 335605898 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2963162 976396 2279 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3554 0 1 0 132 7 0 0 20 0 22 0 335605900 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 166 0 0 0 75 9 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 314 0 0 0 79 10 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 332 0 0 0 73 8 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 280 0 0 0 83 12 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 289 0 0 0 79 12 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 339 0 0 0 80 8 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 162 0 0 0 70 10 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 259 0 0 0 80 9 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 58 0 0 0 5 12 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 5082 0 0 0 106 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 3143 0 0 0 85 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 49 0 0 0 13 15 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1229] ppid=1208 vsize=11852648 CPUtime=892.46 cores=0,2,4,6
/proc/1210/task/1229/stat : 1229 (java) R 1208 1210 27163 0 -1 4202560 160 0 0 0 89231 15 0 0 20 0 22 0 335606038 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702955186736 140703011853344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1230] ppid=1208 vsize=11852648 CPUtime=892.44 cores=0,2,4,6
/proc/1210/task/1230/stat : 1230 (java) R 1208 1210 27163 0 -1 4202560 1571 0 0 0 89179 65 0 0 20 0 22 0 335606038 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702954134688 140703011848783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1231] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1231/stat : 1231 (java) S 1208 1210 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702953084584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1232] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1232/stat : 1232 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702952031784 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

[startup+898.707 s]
/proc/loadavg: 4.00 3.98 3.91 5/221 1363
/proc/meminfo: memFree=20664676/32873844 swapFree=7112/7112
[pid=1210] ppid=1208 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/1210/stat : 1210 (java) S 1208 1210 27163 0 -1 4202496 16950 0 1 0 179842 164 0 0 20 0 22 0 335605898 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140733748814464 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1210/statm: 2963162 976396 2279 9 0 2953849 0
[pid=1210/tid=1212] ppid=1208 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/1210/task/1212/stat : 1212 (java) S 1208 1210 27163 0 -1 4202560 3554 0 1 0 132 7 0 0 20 0 22 0 335605900 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703146108056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1213] ppid=1208 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/1210/task/1213/stat : 1213 (java) S 1208 1210 27163 0 -1 4202560 166 0 0 0 75 9 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703135169320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1214] ppid=1208 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/1210/task/1214/stat : 1214 (java) S 1208 1210 27163 0 -1 4202560 314 0 0 0 79 10 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703134116520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1215] ppid=1208 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/1210/task/1215/stat : 1215 (java) S 1208 1210 27163 0 -1 4202560 332 0 0 0 73 8 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703133064232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1216] ppid=1208 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/1210/task/1216/stat : 1216 (java) S 1208 1210 27163 0 -1 4202560 280 0 0 0 83 12 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703132011432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1217] ppid=1208 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/1210/task/1217/stat : 1217 (java) S 1208 1210 27163 0 -1 4202560 289 0 0 0 79 12 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703130958120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1218] ppid=1208 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/1210/task/1218/stat : 1218 (java) S 1208 1210 27163 0 -1 4202560 339 0 0 0 80 8 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140703129905320 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1219] ppid=1208 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/1210/task/1219/stat : 1219 (java) S 1208 1210 27163 0 -1 4202560 162 0 0 0 70 10 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702976862760 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1220] ppid=1208 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/1210/task/1220/stat : 1220 (java) S 1208 1210 27163 0 -1 4202560 259 0 0 0 80 9 0 0 20 0 22 0 335605902 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702975809960 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1221] ppid=1208 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/1210/task/1221/stat : 1221 (java) S 1208 1210 27163 0 -1 4202560 58 0 0 0 5 12 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702963612392 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1222] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1222/stat : 1222 (java) S 1208 1210 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702962558456 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1223] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1223/stat : 1223 (java) S 1208 1210 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335605904 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702961506056 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1224] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1224/stat : 1224 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702960454544 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1225] ppid=1208 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/1210/task/1225/stat : 1225 (java) S 1208 1210 27163 0 -1 4202560 5082 0 0 0 106 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702959401144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1210/tid=1226] ppid=1208 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/1210/task/1226/stat : 1226 (java) S 1208 1210 27163 0 -1 4202560 3143 0 0 0 85 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702958348344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1227] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1227/stat : 1227 (java) S 1208 1210 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702957296248 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1228] ppid=1208 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/1210/task/1228/stat : 1228 (java) S 1208 1210 27163 0 -1 4202560 49 0 0 0 13 15 0 0 20 0 22 0 335605907 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702956243656 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1229] ppid=1208 vsize=11852648 CPUtime=892.46 cores=0,2,4,6
/proc/1210/task/1229/stat : 1229 (java) R 1208 1210 27163 0 -1 4202560 160 0 0 0 89231 15 0 0 20 0 22 0 335606038 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702955186736 140703011853344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1210/tid=1230] ppid=1208 vsize=11852648 CPUtime=892.44 cores=0,2,4,6
/proc/1210/task/1230/stat : 1230 (java) R 1208 1210 27163 0 -1 4202560 1571 0 0 0 89179 65 0 0 20 0 22 0 335606038 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702954134688 140703011848783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1210/tid=1231] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1231/stat : 1231 (java) S 1208 1210 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702953084584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1210/tid=1232] ppid=1208 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1210/task/1232/stat : 1232 (java) S 1208 1210 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335606042 12137111552 976396 33554432000 1073741824 1073778376 140733748823328 140702952031784 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1210 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=869290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=82683
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.742
CPU time (s): 1800.06
CPU user time (s): 1798.42
CPU system time (s): 1.64
CPU usage (%): 200.287
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.08268
maximum resident set size= 3905708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27771
involuntary context switches= 31477

runsolver used 3.33049 second user time and 7.8848 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 05:40:06
IDJOB=3735322
IDBENCH=2971
IDSOLVER=2328
FILE ID=node132/3735322-1338694805
RUNJOBID= node132-1338678626-27182
PBS_JOBID= 14636681
Free space on /tmp= 71204 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735322-1338694805/watcher-3735322-1338694805 -o /tmp/evaluation-result-3735322-1338694805/solver-3735322-1338694805 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735322-1338694805.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=866815557

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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:       32873844 kB
MemFree:        24558556 kB
Buffers:          605732 kB
Cached:          3089488 kB
SwapCached:         2288 kB
Active:          5275420 kB
Inactive:        2118888 kB
Active(anon):    3691688 kB
Inactive(anon):     7108 kB
Active(file):    1583732 kB
Inactive(file):  2111780 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              6360 kB
Writeback:            72 kB
AnonPages:       3702044 kB
Mapped:            19248 kB
Shmem:                 8 kB
Slab:             775028 kB
SReclaimable:     216384 kB
SUnreclaim:       558644 kB
KernelStack:        1640 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3647488 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= 71188 MiB
End job on node132 at 2012-06-03 05:55:06