Trace number 3689815

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa1c8f87e33a217e9c288dbd99c4ff21b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4
Best CPU time to get the best result obtained on this benchmark1801.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188920
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188920
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.08	c version 2.3.2.v20120418
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		501472288
0.08/0.09	c Max memory 		7480803328
0.08/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689815-1337893447.opb
0.10/0.11	c reading problem ... 
8.47/5.81	c ... done. Wall clock time 5.697s.
8.47/5.81	c declared #vars     400896
8.47/5.81	c #constraints  402763
8.47/5.81	c constraints type 
8.47/5.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
8.47/5.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.47/5.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.47/5.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.47/5.81	c 402763 constraints processed.
8.47/5.81	c objective function length is 1605 literals
53.49/50.29	c cleaning 2487 clauses out of 4999 with flag 5000/5000
118.03/114.53	c cleaning 4249 clauses out of 8515 with flag 11003/11003
176.00/172.45	c cleaning 5629 clauses out of 11263 with flag 18000/18000
239.97/236.35	c cleaning 6796 clauses out of 13634 with flag 26000/26000
304.90/301.13	c cleaning 7910 clauses out of 15838 with flag 35000/35000
373.86/370.00	c cleaning 8942 clauses out of 17928 with flag 45000/45000
458.54/454.69	c cleaning 9957 clauses out of 19988 with flag 56002/56002
557.45/553.46	c cleaning 11005 clauses out of 22031 with flag 68002/68002
646.69/642.53	c cleaning 11993 clauses out of 24025 with flag 81001/81001
747.33/743.03	c cleaning 12993 clauses out of 26032 with flag 95001/95001
854.57/850.11	c cleaning 14019 clauses out of 28038 with flag 110000/110000
969.94/965.33	c cleaning 14981 clauses out of 30020 with flag 126001/126001
1097.13/1092.33	c cleaning 15729 clauses out of 32039 with flag 143001/143001
1236.96/1232.04	c cleaning 17144 clauses out of 34310 with flag 161001/161001
1375.97/1370.97	c cleaning 17973 clauses out of 36166 with flag 180001/180001
1516.33/1511.11	c cleaning 19021 clauses out of 38193 with flag 200001/200001
1667.88/1662.54	c cleaning 20062 clauses out of 40172 with flag 221001/221001
1800.02/1794.51	c starts		: 120
1800.02/1794.51	c conflicts		: 240374
1800.02/1794.51	c decisions		: 7761108
1800.02/1794.51	c propagations		: 4469395776
1800.02/1794.51	c inspects		: 2911534861
1800.02/1794.51	c shortcuts		: 0
1800.02/1794.51	c learnt literals	: 1
1800.02/1794.51	c learnt binary clauses	: 1476
1800.02/1794.51	c learnt ternary clauses	: 757
1800.02/1794.51	c learnt constraints	: 240372
1800.02/1794.51	c ignored constraints	: 0
1800.02/1794.51	c root simplifications	: 0
1800.02/1794.51	c removed literals (reason simplification)	: 0
1800.02/1794.51	c reason swapping (by a shorter reason)	: 0
1800.02/1794.51	c Calls to reduceDB	: 17
1800.02/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.51	c number of learned constraints concerned by reduction	: 0
1800.02/1794.51	c number of learning phase by resolution	: 0
1800.02/1794.51	c number of learning phase by cutting planes	: 0
1800.02/1794.51	c speed (assignments/second)	: 2498787.2120834654
1800.02/1794.51	c non guided choices	0
1800.02/1794.53	c learnt constraints type 
1800.02/1794.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1476
1800.02/1794.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38012
1800.02/1794.53	c constraints type 
1800.02/1794.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/1794.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/1794.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/1794.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1794.53	c 402763 constraints processed.
1800.02/1794.53	s UNKNOWN
1800.02/1794.53	c Total wall clock time (in seconds): 1794.419

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-3689815-1337893447/watcher-3689815-1337893447 -o /tmp/evaluation-result-3689815-1337893447/solver-3689815-1337893447 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689815-1337893447.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: 1.94 2.00 2.04 3/194 26963
/proc/meminfo: memFree=26482512/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26963/stat : 26963 (java) R 26961 26963 22059 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 255471776 23793664 424 33554432000 1073741824 1073778376 140736945237504 140736945226568 233402579507 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 5809 435 332 9 0 128 0

[startup+0.088837 s]
/proc/loadavg: 1.94 2.00 2.04 3/194 26963
/proc/meminfo: memFree=26482512/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 4242 0 1 0 7 1 0 0 20 0 18 0 255471776 9787813888 4922 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 4922 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100267 s]
/proc/loadavg: 1.94 2.00 2.04 3/194 26963
/proc/meminfo: memFree=26482512/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 4402 0 1 0 9 1 0 0 20 0 18 0 255471776 9787813888 5081 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 5081 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 1.94 2.00 2.04 3/194 26963
/proc/meminfo: memFree=26482512/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 5985 0 1 0 51 2 0 0 20 0 18 0 255471776 9787813888 12518 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 12518 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700274 s]
/proc/loadavg: 1.94 2.00 2.04 3/194 26963
/proc/meminfo: memFree=26482512/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 9539 0 1 0 126 6 0 0 20 0 18 0 255471776 9787813888 45080 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 45080 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 1.94 2.00 2.04 3/212 26981
/proc/meminfo: memFree=26157988/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=2.45 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 10285 0 1 0 226 19 0 0 20 0 18 0 255471776 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 89176 2247 9 0 2380296 0
[pid=26963/tid=26965] ppid=26961 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 2615 0 1 0 129 5 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434767739800 233415173389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 129 0 0 0 4 2 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 128 0 0 0 4 1 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 102 0 0 0 4 1 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 43 0 0 0 3 3 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 18 0 255471777 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255471778 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471779 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471779 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2217 0 0 0 28 0 0 0 20 0 18 0 255471781 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 3461 0 0 0 27 0 0 0 20 0 18 0 255471781 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 89176 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 1.94 2.00 2.04 10/212 26981
/proc/meminfo: memFree=25893612/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9558412 CPUtime=4.36 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 11004 0 1 0 402 34 0 0 20 0 18 0 255471776 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2389603 159302 2247 9 0 2380296 0
[pid=26963/tid=26965] ppid=26961 vsize=9558412 CPUtime=2.83 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 2897 0 1 0 273 10 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434767732608 233415173389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 155 0 0 0 11 4 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 142 0 0 0 6 2 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 141 0 0 0 12 4 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 57 0 0 0 7 3 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 137 0 0 0 5 2 0 0 20 0 18 0 255471777 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 255471778 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471779 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471779 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2217 0 0 0 28 0 0 0 20 0 18 0 255471781 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 3461 0 0 0 27 0 0 0 20 0 18 0 255471781 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471781 9787813888 159302 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9558412

[startup+6.3008 s]
/proc/loadavg: 1.94 2.00 2.03 3/212 26981
/proc/meminfo: memFree=24262612/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9624976 CPUtime=9.44 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 18663 0 1 0 854 90 0 0 20 0 19 0 255471776 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2406244 557633 2263 9 0 2396937 0
[pid=26963/tid=26965] ppid=26961 vsize=9624976 CPUtime=5.58 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 4419 0 1 0 522 36 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434767741480 140434640470477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 513 0 0 0 27 7 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 126 0 0 0 26 6 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 190 0 0 0 24 7 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 265 0 0 0 29 8 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 493 0 0 0 29 8 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 146 0 0 0 19 5 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 100 0 0 0 20 6 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 504 0 0 0 27 7 0 0 20 0 19 0 255471777 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255471778 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2441 0 0 0 55 0 0 0 20 0 19 0 255471781 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 7021 0 0 0 59 2 0 0 20 0 19 0 255471781 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 557633 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.95 2.00 2.03 3/213 26982
/proc/meminfo: memFree=24255948/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9624976 CPUtime=15.98 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 18677 0 1 0 1508 90 0 0 20 0 19 0 255471776 9855975424 557644 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2406244 557644 2267 9 0 2396937 0
[pid=26963/tid=26965] ppid=26961 vsize=9624976 CPUtime=11.97 cores=1,3,5,7

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

[pid=26963/tid=26971] ppid=26961 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 158 0 0 0 34 6 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 516 0 0 0 44 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9624976 CPUtime=8.59 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 1379 0 0 0 853 6 0 0 20 0 19 0 255471778 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2732 0 0 0 72 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 7042 0 0 0 72 2 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 99 0 0 0 50 61 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26982] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26982/stat : 26982 (java) S 26961 26963 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255472365 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434583205160 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.76
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26996
/proc/meminfo: memFree=23971016/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9624976 CPUtime=1787.8 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 19323 0 1 0 178608 172 0 0 20 0 19 0 255471776 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2406244 593837 2281 9 0 2396937 0
[pid=26963/tid=26965] ppid=26961 vsize=9624976 CPUtime=1772.69 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 4442 0 1 0 177207 62 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434767741216 140434640424783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 525 0 0 0 47 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 149 0 0 0 44 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 200 0 0 0 41 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 281 0 0 0 43 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 501 0 0 0 48 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 158 0 0 0 34 6 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 516 0 0 0 44 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9624976 CPUtime=8.59 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 1379 0 0 0 853 6 0 0 20 0 19 0 255471778 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2732 0 0 0 72 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 7042 0 0 0 72 2 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9624976 CPUtime=1.15 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 103 0 0 0 51 64 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26982] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26982/stat : 26982 (java) S 26961 26963 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255472365 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434583205160 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.8
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/189 27023
/proc/meminfo: memFree=26364024/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 19323 0 1 0 179829 173 0 0 20 0 19 0 255471776 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2406244 593837 2281 9 0 2396937 0
[pid=26963/tid=26965] ppid=26961 vsize=9624976 CPUtime=1784.9 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 4442 0 1 0 178427 63 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434767741216 140434640139857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 525 0 0 0 47 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 149 0 0 0 44 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 200 0 0 0 41 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 281 0 0 0 43 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 501 0 0 0 48 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 158 0 0 0 34 6 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 516 0 0 0 44 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9624976 CPUtime=8.59 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 1379 0 0 0 853 6 0 0 20 0 19 0 255471778 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2732 0 0 0 72 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 7042 0 0 0 72 2 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 103 0 0 0 52 64 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26982] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26982/stat : 26982 (java) S 26961 26963 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255472365 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434583205160 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1794.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/189 27023
/proc/meminfo: memFree=26364024/32873844 swapFree=7100/7100
[pid=26963] ppid=26961 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/26963/stat : 26963 (java) S 26961 26963 22059 0 -1 4202496 19323 0 1 0 179829 173 0 0 20 0 19 0 255471776 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140736945228640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26963/statm: 2406244 593837 2281 9 0 2396937 0
[pid=26963/tid=26965] ppid=26961 vsize=9624976 CPUtime=1784.9 cores=1,3,5,7
/proc/26963/task/26965/stat : 26965 (java) R 26961 26963 22059 0 -1 4202560 4442 0 1 0 178427 63 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434767741216 140434640139857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26966] ppid=26961 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26963/task/26966/stat : 26966 (java) S 26961 26963 22059 0 -1 4202560 525 0 0 0 47 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434611194536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26967] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26967/stat : 26967 (java) S 26961 26963 22059 0 -1 4202560 149 0 0 0 44 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434610141992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26968] ppid=26961 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/26963/task/26968/stat : 26968 (java) S 26961 26963 22059 0 -1 4202560 200 0 0 0 41 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434609089448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26969] ppid=26961 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26963/task/26969/stat : 26969 (java) S 26961 26963 22059 0 -1 4202560 281 0 0 0 43 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434608036904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26970] ppid=26961 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/26963/task/26970/stat : 26970 (java) S 26961 26963 22059 0 -1 4202560 501 0 0 0 48 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434606983336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26971] ppid=26961 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26963/task/26971/stat : 26971 (java) S 26961 26963 22059 0 -1 4202560 158 0 0 0 34 6 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434605930792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26972] ppid=26961 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26963/task/26972/stat : 26972 (java) S 26961 26963 22059 0 -1 4202560 116 0 0 0 35 7 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434604878248 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26973] ppid=26961 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26963/task/26973/stat : 26973 (java) S 26961 26963 22059 0 -1 4202560 516 0 0 0 44 8 0 0 20 0 19 0 255471777 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434603825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26974] ppid=26961 vsize=9624976 CPUtime=8.59 cores=1,3,5,7
/proc/26963/task/26974/stat : 26974 (java) S 26961 26963 22059 0 -1 4202560 1379 0 0 0 853 6 0 0 20 0 19 0 255471778 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434591627880 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26975] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26975/stat : 26975 (java) S 26961 26963 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434590574200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26976] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26976/stat : 26976 (java) S 26961 26963 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471779 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434589521544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26977] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26977/stat : 26977 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434588470288 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26963/tid=26978] ppid=26961 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26963/task/26978/stat : 26978 (java) S 26961 26963 22059 0 -1 4202560 2732 0 0 0 72 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434587416632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26979] ppid=26961 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/26963/task/26979/stat : 26979 (java) S 26961 26963 22059 0 -1 4202560 7042 0 0 0 72 2 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434586364088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26963/tid=26980] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26980/stat : 26980 (java) S 26961 26963 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434585311736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26963/tid=26981] ppid=26961 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/26963/task/26981/stat : 26981 (java) S 26961 26963 22059 0 -1 4202560 103 0 0 0 52 64 0 0 20 0 19 0 255471781 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434584259400 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26963/tid=26982] ppid=26961 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26963/task/26982/stat : 26982 (java) S 26961 26963 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255472365 9855975424 593837 33554432000 1073741824 1073778376 140736945237504 140434583205160 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1794.55
CPU time (s): 1800.4
CPU user time (s): 1798.3
CPU system time (s): 2.09968
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.09968
maximum resident set size= 2376364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19358
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38659
involuntary context switches= 5491

runsolver used 6.09907 second user time and 17.0454 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 23:04:08
IDJOB=3689815
IDBENCH=90912
IDSOLVER=2269
FILE ID=node111/3689815-1337893447
RUNJOBID= node111-1337889847-26627
PBS_JOBID= 14620093
Free space on /tmp= 71572 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689815-1337893447/watcher-3689815-1337893447 -o /tmp/evaluation-result-3689815-1337893447/solver-3689815-1337893447 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689815-1337893447.opb

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

MD5SUM BENCH= a1c8f87e33a217e9c288dbd99c4ff21b
RANDOM SEED=1365429507

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26483040 kB
Buffers:          219276 kB
Cached:          3163460 kB
SwapCached:            0 kB
Active:          3047372 kB
Inactive:        2569012 kB
Active(anon):    2236352 kB
Inactive(anon):        0 kB
Active(file):     811020 kB
Inactive(file):  2569012 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             56192 kB
Writeback:             0 kB
AnonPages:       2240924 kB
Mapped:            22472 kB
Shmem:               200 kB
Slab:             632832 kB
SReclaimable:      74464 kB
SUnreclaim:       558368 kB
KernelStack:        1576 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3272596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 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= 71596 MiB
End job on node111 at 2012-05-24 23:34:05