Trace number 3735175

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.16 901.249

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.12	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.15	c Pseudo Boolean Optimization
0.06/0.15	c ManyCore solver with 2 solvers running in parallel
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.15	c No reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-3735175-1338694085.opb
0.06/0.15	c reading problem ... 
2.90/2.01	c ... done. Wall clock time 1.865s.
2.90/2.01	c #vars     13478
2.90/2.01	c #constraints  26620
2.90/2.01	c constraints type 
2.90/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.90/2.01	c constraints type 
2.90/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
57.26/28.41	c cleaning 2500 clauses out of 5000 with flag 5000/5000
110.34/55.02	c cleaning 4246 clauses out of 8501 with flag 11001/11001
175.48/87.60	c cleaning 5619 clauses out of 11254 with flag 18000/18000
181.68/90.81	c cleaning 0 clauses out of 5001 with flag 0/5001
247.63/123.70	c cleaning 6812 clauses out of 13635 with flag 26000/26000
321.31/160.51	c cleaning 7913 clauses out of 15825 with flag 35002/35002
418.05/208.98	c cleaning 8950 clauses out of 17911 with flag 45001/45001
432.59/216.37	c cleaning 0 clauses out of 11000 with flag 0/11000
516.12/258.29	c cleaning 9963 clauses out of 19961 with flag 56001/56001
618.04/309.21	c cleaning 10989 clauses out of 22000 with flag 68003/68003
730.95/365.79	c cleaning 11993 clauses out of 24008 with flag 81000/81000
839.07/419.90	c cleaning 13004 clauses out of 26015 with flag 95000/95000
846.82/423.93	c cleaning 0 clauses out of 18000 with flag 0/18000
961.38/481.22	c cleaning 14003 clauses out of 28013 with flag 110002/110002
1104.29/552.76	c cleaning 14992 clauses out of 30010 with flag 126002/126002
1234.61/617.97	c cleaning 15978 clauses out of 32018 with flag 143002/143002
1303.22/652.44	c cleaning 0 clauses out of 26000 with flag 0/26000
1374.20/688.02	c cleaning 17015 clauses out of 34042 with flag 161004/161004
1532.62/767.20	c cleaning 17994 clauses out of 36023 with flag 180000/180000
1713.23/857.55	c cleaning 19003 clauses out of 38029 with flag 200000/200000
1800.16/901.21	c starts		: 118
1800.16/901.21	c conflicts		: 207822
1800.16/901.21	c decisions		: 264470
1800.16/901.21	c propagations		: 93726803
1800.16/901.21	c inspects		: 3336094253
1800.16/901.21	c shortcuts		: 0
1800.16/901.21	c learnt literals	: 0
1800.16/901.21	c learnt binary clauses	: 0
1800.16/901.21	c learnt ternary clauses	: 1
1800.16/901.21	c learnt constraints	: 207821
1800.16/901.21	c ignored constraints	: 0
1800.16/901.21	c root simplifications	: 0
1800.16/901.21	c removed literals (reason simplification)	: 3901828
1800.16/901.21	c reason swapping (by a shorter reason)	: 0
1800.16/901.21	c Calls to reduceDB	: 16
1800.16/901.21	c number of reductions to clauses (during analyze)	: 0
1800.16/901.21	c number of learned constraints concerned by reduction	: 0
1800.16/901.21	c number of learning phase by resolution	: 0
1800.16/901.21	c number of learning phase by cutting planes	: 0
1800.16/901.21	c speed (assignments/second)	: 104234.12385522606
1800.16/901.21	c non guided choices	13556
1800.16/901.23	c learnt constraints type 
1800.16/901.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26850
1800.16/901.23	c constraints type 
1800.16/901.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.16/901.23	c constraints type 
1800.16/901.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.16/901.23	s UNKNOWN
1800.16/901.23	c Total wall clock time (in seconds): 901.08

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-3735175-1338694085/watcher-3735175-1338694085 -o /tmp/evaluation-result-3735175-1338694085/solver-3735175-1338694085 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735175-1338694085.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: 3.79 3.79 3.77 4/199 955
/proc/meminfo: memFree=24639912/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/955/stat : 955 (java) D 953 955 27163 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 335533887 278528 33 33554432000 1073741824 1073778376 140736547974912 140736547972088 273579863335 0 0 4096 0 18446744072100748580 0 0 17 1 0 0 0 0 0
/proc/955/statm: 68 33 25 9 0 25 0

[startup+0.0198739 s]
/proc/loadavg: 3.79 3.79 3.77 4/199 955
/proc/meminfo: memFree=24639912/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 335533887 95129600 927 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 23528 931 705 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100283 s]
/proc/loadavg: 3.79 3.79 3.77 4/199 955
/proc/meminfo: memFree=24639912/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11586364 CPUtime=0.06 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 4407 0 1 0 4 2 0 0 20 0 18 0 335533887 11864436736 12770 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2896591 12770 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586364

[startup+0.300186 s]
/proc/loadavg: 3.79 3.79 3.77 4/199 955
/proc/meminfo: memFree=24639912/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 8487 0 1 0 44 3 0 0 20 0 18 0 335533887 11864465408 17356 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2896598 17356 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700317 s]
/proc/loadavg: 3.79 3.79 3.77 4/199 955
/proc/meminfo: memFree=24639912/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11586392 CPUtime=1.45 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 17386 0 1 0 138 7 0 0 20 0 18 0 335533887 11864465408 39503 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2896598 39503 2236 9 0 2887285 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 11586392

[startup+1.50078 s]
/proc/loadavg: 3.79 3.79 3.77 4/217 973
/proc/meminfo: memFree=24354724/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11586392 CPUtime=2.4 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 17583 0 1 0 225 15 0 0 20 0 18 0 335533887 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2896598 134746 2237 9 0 2887285 0
[pid=955/tid=957] ppid=953 vsize=11586392 CPUtime=1.45 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) R 953 955 27163 0 -1 4202560 3594 0 1 0 133 12 0 0 20 0 18 0 335533888 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536441311136 140536313231323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533891 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533891 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533891 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533891 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533892 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533892 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533892 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335533892 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335533893 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335533893 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335533893 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533896 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11586392 CPUtime=0.43 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 7558 0 0 0 41 2 0 0 20 0 18 0 335533896 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 5247 0 0 0 48 0 0 0 20 0 18 0 335533896 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533896 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335533896 11864465408 134746 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 11586392

[startup+3.10085 s]
/proc/loadavg: 3.81 3.79 3.77 5/221 977
/proc/meminfo: memFree=23835276/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11852648 CPUtime=5.48 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 17919 0 1 0 524 24 0 0 20 0 22 0 335533887 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2963162 236758 2257 9 0 2953849 0
[pid=955/tid=957] ppid=953 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) S 953 955 27163 0 -1 4202560 3731 0 1 0 178 18 0 0 20 0 22 0 335533888 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536441320600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 7564 0 0 0 60 2 0 0 20 0 22 0 335533896 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 5250 0 0 0 69 0 0 0 20 0 22 0 335533896 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=974] ppid=953 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/955/task/974/stat : 974 (java) R 953 955 27163 0 -1 4202560 37 0 0 0 106 0 0 0 20 0 22 0 335534089 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536250239832 140536313551745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=955/tid=975] ppid=953 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/955/task/975/stat : 975 (java) R 953 955 27163 0 -1 4202560 137 0 0 0 104 2 0 0 20 0 22 0 335534089 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536249187304 140536313562307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=955/tid=976] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/976/stat : 976 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536248137256 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=977] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/977/stat : 977 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 236758 33554432000 1073741824 1073778376 140735231068912 140536247084712 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.81 3.79 3.77 5/221 977
/proc/meminfo: memFree=23405592/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11852648 CPUtime=12.26 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 19438 0 1 0 1195 31 0 0 20 0 22 0 335533887 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2963162 336068 2261 9 0 2953849 0
[pid=955/tid=957] ppid=953 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) S 953 955 27163 0 -1 4202560 3731 0 1 0 178 18 0 0 20 0 22 0 335533888 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536441320600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533891 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335533892 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 8883 0 0 0 84 2 0 0 20 0 22 0 335533896 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 5252 0 0 0 82 0 0 0 20 0 22 0 335533896 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=974] ppid=953 vsize=11852648 CPUtime=4.25 cores=1,3,5,7
/proc/955/task/974/stat : 974 (java) R 953 955 27163 0 -1 4202560 40 0 0 0 425 0 0 0 20 0 22 0 335534089 12137111552 336068 33554432000 1073741824 1073778376 140735231068912 140536250239728 140536313551745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

/proc/955/statm: 2963162 930060 2287 9 0 2953849 0
[pid=955/tid=957] ppid=953 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) S 953 955 27163 0 -1 4202560 3744 0 1 0 182 20 0 0 20 0 22 0 335533888 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536441320600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 291 0 0 0 112 6 0 0 20 0 22 0 335533891 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 256 0 0 0 95 5 0 0 20 0 22 0 335533891 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 220 0 0 0 85 3 0 0 20 0 22 0 335533891 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 348 0 0 0 117 9 0 0 20 0 22 0 335533891 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 242 0 0 0 98 4 0 0 20 0 22 0 335533892 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 272 0 0 0 90 7 0 0 20 0 22 0 335533892 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 289 0 0 0 98 5 0 0 20 0 22 0 335533892 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 253 0 0 0 93 4 0 0 20 0 22 0 335533892 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11852648 CPUtime=6.6 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 5521 0 0 0 651 9 0 0 20 0 22 0 335533893 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 8906 0 0 0 119 2 0 0 20 0 22 0 335533896 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 8643 0 0 0 152 2 0 0 20 0 22 0 335533896 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 47 0 0 0 23 21 0 0 20 0 22 0 335533896 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=974] ppid=953 vsize=11852648 CPUtime=809.18 cores=1,3,5,7
/proc/955/task/974/stat : 974 (java) R 953 955 27163 0 -1 4202560 62 0 0 0 80906 12 0 0 20 0 22 0 335534089 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536250240640 140536313645422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=955/tid=975] ppid=953 vsize=11852648 CPUtime=809.17 cores=1,3,5,7
/proc/955/task/975/stat : 975 (java) R 953 955 27163 0 -1 4202560 1188 0 0 0 80871 46 0 0 20 0 22 0 335534089 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536249187200 140536313645811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=955/tid=976] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/976/stat : 976 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536248137256 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=977] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/977/stat : 977 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 930060 33554432000 1073741824 1073778376 140735231068912 140536247084712 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1642.7
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.04 3.94 3.85 5/221 1232
/proc/meminfo: memFree=20974484/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11852648 CPUtime=1762.28 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 33572 0 1 0 176091 137 0 0 20 0 22 0 335533887 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2963162 931690 2287 9 0 2953849 0
[pid=955/tid=957] ppid=953 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) S 953 955 27163 0 -1 4202560 3744 0 1 0 182 20 0 0 20 0 22 0 335533888 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536441320600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 304 0 0 0 116 6 0 0 20 0 22 0 335533891 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 262 0 0 0 96 6 0 0 20 0 22 0 335533891 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 231 0 0 0 91 3 0 0 20 0 22 0 335533891 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 371 0 0 0 125 9 0 0 20 0 22 0 335533891 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 261 0 0 0 104 4 0 0 20 0 22 0 335533892 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 285 0 0 0 94 7 0 0 20 0 22 0 335533892 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 298 0 0 0 106 5 0 0 20 0 22 0 335533892 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 264 0 0 0 100 4 0 0 20 0 22 0 335533892 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11852648 CPUtime=7.23 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 7510 0 0 0 713 10 0 0 20 0 22 0 335533893 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 8906 0 0 0 119 2 0 0 20 0 22 0 335533896 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 8643 0 0 0 152 2 0 0 20 0 22 0 335533896 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 51 0 0 0 25 22 0 0 20 0 22 0 335533896 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=974] ppid=953 vsize=11852648 CPUtime=868.27 cores=1,3,5,7
/proc/955/task/974/stat : 974 (java) R 953 955 27163 0 -1 4202560 65 0 0 0 86814 13 0 0 20 0 22 0 335534089 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536250240672 140536313743451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=955/tid=975] ppid=953 vsize=11852648 CPUtime=868.24 cores=1,3,5,7
/proc/955/task/975/stat : 975 (java) R 953 955 27163 0 -1 4202560 1189 0 0 0 86777 47 0 0 20 0 22 0 335534089 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536249187200 140536313528409 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=955/tid=976] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/976/stat : 976 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536248137256 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=977] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/977/stat : 977 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 931690 33554432000 1073741824 1073778376 140735231068912 140536247084712 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1762.28
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 4.03 3.94 3.85 5/221 1232
/proc/meminfo: memFree=20965548/32873844 swapFree=7112/7112
[pid=955] ppid=953 vsize=11852648 CPUtime=1800.16 cores=1,3,5,7
/proc/955/stat : 955 (java) S 953 955 27163 0 -1 4202496 33592 0 1 0 179878 138 0 0 20 0 22 0 335533887 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140735231060048 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/955/statm: 2963162 931706 2287 9 0 2953849 0
[pid=955/tid=957] ppid=953 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/955/task/957/stat : 957 (java) S 953 955 27163 0 -1 4202560 3744 0 1 0 182 20 0 0 20 0 22 0 335533888 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536441320600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=958] ppid=953 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/955/task/958/stat : 958 (java) S 953 955 27163 0 -1 4202560 304 0 0 0 117 6 0 0 20 0 22 0 335533891 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536278444712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=959] ppid=953 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/955/task/959/stat : 959 (java) S 953 955 27163 0 -1 4202560 265 0 0 0 98 6 0 0 20 0 22 0 335533891 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536277392168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=960] ppid=953 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/955/task/960/stat : 960 (java) S 953 955 27163 0 -1 4202560 231 0 0 0 92 3 0 0 20 0 22 0 335533891 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536276339624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=961] ppid=953 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/955/task/961/stat : 961 (java) S 953 955 27163 0 -1 4202560 375 0 0 0 128 9 0 0 20 0 22 0 335533891 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536275287080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=962] ppid=953 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/955/task/962/stat : 962 (java) S 953 955 27163 0 -1 4202560 264 0 0 0 105 4 0 0 20 0 22 0 335533892 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536274233512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=963] ppid=953 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/955/task/963/stat : 963 (java) S 953 955 27163 0 -1 4202560 285 0 0 0 95 7 0 0 20 0 22 0 335533892 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536273180968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=964] ppid=953 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/955/task/964/stat : 964 (java) S 953 955 27163 0 -1 4202560 302 0 0 0 109 5 0 0 20 0 22 0 335533892 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536272128424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=965] ppid=953 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/955/task/965/stat : 965 (java) S 953 955 27163 0 -1 4202560 266 0 0 0 101 4 0 0 20 0 22 0 335533892 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536271075880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=955/tid=966] ppid=953 vsize=11852648 CPUtime=7.24 cores=1,3,5,7
/proc/955/task/966/stat : 966 (java) S 953 955 27163 0 -1 4202560 7510 0 0 0 714 10 0 0 20 0 22 0 335533893 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536258665064 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=955/tid=967] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/967/stat : 967 (java) S 953 955 27163 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536257611384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=968] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/968/stat : 968 (java) S 953 955 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335533893 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536256558728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=969] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/969/stat : 969 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536255507472 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=970] ppid=953 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/955/task/970/stat : 970 (java) S 953 955 27163 0 -1 4202560 8906 0 0 0 119 2 0 0 20 0 22 0 335533896 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536254453816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=971] ppid=953 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/955/task/971/stat : 971 (java) S 953 955 27163 0 -1 4202560 8643 0 0 0 152 2 0 0 20 0 22 0 335533896 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536253401272 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=972] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/972/stat : 972 (java) S 953 955 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335533896 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536252348920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=973] ppid=953 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/955/task/973/stat : 973 (java) S 953 955 27163 0 -1 4202560 53 0 0 0 25 23 0 0 20 0 22 0 335533896 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536251296584 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=955/tid=974] ppid=953 vsize=11852648 CPUtime=887.09 cores=1,3,5,7
/proc/955/task/974/stat : 974 (java) R 953 955 27163 0 -1 4202560 66 0 0 0 88696 13 0 0 20 0 22 0 335534089 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536250240672 140536313549680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=955/tid=975] ppid=953 vsize=11852648 CPUtime=887.05 cores=1,3,5,7
/proc/955/task/975/stat : 975 (java) R 953 955 27163 0 -1 4202560 1190 0 0 0 88658 47 0 0 20 0 22 0 335534089 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536249187264 140536313528409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=955/tid=976] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/976/stat : 976 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536248137256 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=955/tid=977] ppid=953 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/955/task/977/stat : 977 (java) S 953 955 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335534091 12137111552 931706 33554432000 1073741824 1073778376 140735231068912 140536247084712 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 955 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=128251
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=786728
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.249
CPU time (s): 1800.16
CPU user time (s): 1798.78
CPU system time (s): 1.38
CPU usage (%): 199.741
Max. virtual memory (cumulated for all children) (KiB): 11854032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 1.78673
maximum resident set size= 3734548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33630
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23288
involuntary context switches= 21458

runsolver used 3.89041 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 05:28:06
IDJOB=3735175
IDBENCH=2947
IDSOLVER=2328
FILE ID=node132/3735175-1338694085
RUNJOBID= node132-1338678626-27183
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-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735175-1338694085/watcher-3735175-1338694085 -o /tmp/evaluation-result-3735175-1338694085/solver-3735175-1338694085 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735175-1338694085.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=15848205

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:        24640292 kB
Buffers:          605328 kB
Cached:          3088588 kB
SwapCached:         2288 kB
Active:          5190456 kB
Inactive:        2123204 kB
Active(anon):    3612368 kB
Inactive(anon):     7108 kB
Active(file):    1578088 kB
Inactive(file):  2116096 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:       3623988 kB
Mapped:            19288 kB
Shmem:                 8 kB
Slab:             775096 kB
SReclaimable:     216400 kB
SUnreclaim:       558696 kB
KernelStack:        1632 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3567616 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= 71204 MiB
End job on node132 at 2012-06-03 05:43:09