Trace number 3688319

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) 1801.43 1769.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
MD5SUM37b8d6470d70c8bd94b60d5c165e51c9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-66
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569056391466495993868342803
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688319-1337882642.opb
0.08/0.12	c reading problem ... 
0.64/0.43	c ... done. Wall clock time 0.31s.
0.64/0.43	c declared #vars     3401
0.64/0.43	c #constraints  9842
0.64/0.43	c constraints type 
0.64/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.64/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.64/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.64/0.44	c 9842 constraints processed.
0.64/0.44	c objective function length is 41 literals
14.91/14.16	c cleaning 2502 clauses out of 5003 with flag 5003/5003
31.52/30.59	c cleaning 4248 clauses out of 8498 with flag 11000/11000
47.55/46.36	c cleaning 5626 clauses out of 11251 with flag 18001/18001
66.51/64.93	c cleaning 6805 clauses out of 13624 with flag 26000/26000
93.76/91.63	c cleaning 7903 clauses out of 15820 with flag 35001/35001
122.45/119.60	c cleaning 8953 clauses out of 17916 with flag 45000/45000
141.85/138.75	c cleaning 9979 clauses out of 19963 with flag 56000/56000
163.50/160.12	c cleaning 10986 clauses out of 21984 with flag 68000/68000
190.44/186.63	c cleaning 11991 clauses out of 23998 with flag 81000/81000
220.56/216.21	c cleaning 12994 clauses out of 26007 with flag 95000/95000
254.76/249.60	c cleaning 13997 clauses out of 28013 with flag 110000/110000
290.47/284.32	c cleaning 15002 clauses out of 30017 with flag 126001/126001
327.34/320.36	c cleaning 16003 clauses out of 32014 with flag 143000/143000
368.67/361.06	c cleaning 16999 clauses out of 34012 with flag 161001/161001
410.07/401.77	c cleaning 18004 clauses out of 36013 with flag 180001/180001
454.06/444.97	c cleaning 18998 clauses out of 38009 with flag 200001/200001
502.10/492.28	c cleaning 19994 clauses out of 40010 with flag 221000/221000
550.26/539.66	c cleaning 20997 clauses out of 42016 with flag 243000/243000
601.45/590.03	c cleaning 22006 clauses out of 44021 with flag 266002/266002
673.11/660.54	c cleaning 22998 clauses out of 46013 with flag 290000/290000
739.77/726.15	c cleaning 23998 clauses out of 48015 with flag 315000/315000
799.92/785.31	c cleaning 24999 clauses out of 50018 with flag 341001/341001
863.58/847.92	c cleaning 26000 clauses out of 52019 with flag 368001/368001
922.06/905.45	c cleaning 27005 clauses out of 54020 with flag 396002/396002
1007.34/989.42	c cleaning 27994 clauses out of 56014 with flag 425001/425001
1069.82/1050.88	c cleaning 29000 clauses out of 58020 with flag 455001/455001
1145.33/1125.15	c cleaning 30002 clauses out of 60019 with flag 486000/486000
1248.63/1226.87	c cleaning 31005 clauses out of 62018 with flag 518001/518001
1352.07/1328.80	c cleaning 31999 clauses out of 64014 with flag 551002/551002
1462.02/1437.06	c cleaning 32999 clauses out of 66013 with flag 585000/585000
1550.64/1524.31	c cleaning 34001 clauses out of 68015 with flag 620001/620001
1628.87/1601.26	c cleaning 34995 clauses out of 70013 with flag 656000/656000
1712.01/1682.93	c cleaning 36005 clauses out of 72022 with flag 693004/693004
1793.20/1762.60	c cleaning 36994 clauses out of 74013 with flag 731000/731000
1800.04/1769.31	c starts		: 170
1800.04/1769.31	c conflicts		: 734370
1800.04/1769.31	c decisions		: 861725
1800.04/1769.31	c propagations		: 63981859
1800.04/1769.31	c inspects		: 700046985
1800.04/1769.31	c shortcuts		: 0
1800.04/1769.31	c learnt literals	: 0
1800.04/1769.31	c learnt binary clauses	: 9
1800.04/1769.31	c learnt ternary clauses	: 18
1800.04/1769.31	c learnt constraints	: 734370
1800.04/1769.31	c ignored constraints	: 0
1800.04/1769.31	c root simplifications	: 0
1800.04/1769.31	c removed literals (reason simplification)	: 0
1800.04/1769.31	c reason swapping (by a shorter reason)	: 0
1800.04/1769.31	c Calls to reduceDB	: 34
1800.04/1769.31	c number of reductions to clauses (during analyze)	: 0
1800.04/1769.31	c number of learned constraints concerned by reduction	: 0
1800.04/1769.31	c number of learning phase by resolution	: 0
1800.04/1769.31	c number of learning phase by cutting planes	: 0
1800.04/1769.31	c speed (assignments/second)	: 36171.14816563163
1800.04/1769.31	c non guided choices	33
1800.04/1769.33	c learnt constraints type 
1800.04/1769.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.04/1769.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40383
1800.04/1769.33	c constraints type 
1800.04/1769.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.04/1769.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.04/1769.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1769.33	c 9842 constraints processed.
1800.04/1769.33	s UNKNOWN
1800.04/1769.33	c Total wall clock time (in seconds): 1769.202

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 22695
/proc/meminfo: memFree=28946216/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22695/stat : 22695 (java) D 22693 22695 21479 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254390963 9515008 182 33554432000 1073741824 1073778376 140733749685104 140733749676136 271787572917 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2323 182 140 9 0 71 0

[startup+0.069533 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 22695
/proc/meminfo: memFree=28946216/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9558380 CPUtime=0.04 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 3160 0 1 0 3 1 0 0 20 0 18 0 254390963 9787781120 4370 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2389595 4370 1744 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558380

[startup+0.100264 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 22695
/proc/meminfo: memFree=28946216/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 4073 0 1 0 7 1 0 0 20 0 18 0 254390963 9787813888 5279 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2389603 5281 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 22695
/proc/meminfo: memFree=28946216/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 5436 0 1 0 42 1 0 0 20 0 18 0 254390963 9787813888 7814 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2389603 7814 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700221 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 22695
/proc/meminfo: memFree=28946216/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=1.17 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 7375 0 1 0 115 2 0 0 20 0 19 0 254390963 9855975424 14831 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 14831 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22714
/proc/meminfo: memFree=28873076/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 7414 0 1 0 197 3 0 0 20 0 19 0 254390963 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 31221 2252 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 2509 0 1 0 144 2 0 0 20 0 19 0 254390965 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685470986680 140685295030291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254390967 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 2563 0 0 0 31 0 0 0 20 0 19 0 254390970 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 1149 0 0 0 19 0 0 0 20 0 19 0 254390970 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 31221 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22714
/proc/meminfo: memFree=28794144/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 7513 0 1 0 359 4 0 0 20 0 19 0 254390963 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 41994 2266 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=3.06 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 2529 0 1 0 302 4 0 0 20 0 19 0 254390965 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685470985376 140685295072713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254390967 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 2563 0 0 0 32 0 0 0 20 0 19 0 254390970 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 1185 0 0 0 21 0 0 0 20 0 19 0 254390970 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 41994 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22714
/proc/meminfo: memFree=28773544/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=6.91 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 7550 0 1 0 685 6 0 0 20 0 19 0 254390963 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 45850 2266 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=6.22 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 2534 0 1 0 618 4 0 0 20 0 19 0 254390965 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685470985472 140685295030034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254390966 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254390967 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 2563 0 0 0 32 0 0 0 20 0 19 0 254390970 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 1185 0 0 0 21 0 0 0 20 0 19 0 254390970 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 45850 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=5.04 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 1930 0 0 0 483 21 0 0 20 0 19 0 254390966 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=4.96 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 2147 0 0 0 476 20 0 0 20 0 19 0 254390966 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=5.22 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 2088 0 0 0 500 22 0 0 20 0 19 0 254390966 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=1.59 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 2429 0 0 0 123 36 0 0 20 0 19 0 254390967 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 22049 0 0 0 202 4 0 0 20 0 19 0 254390970 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 3216 0 0 0 38 0 0 0 20 0 19 0 254390970 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 93 0 0 0 37 29 0 0 20 0 19 0 254390970 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 192259 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1690.98
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 22787
/proc/meminfo: memFree=28127808/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=1752.15 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 79716 0 1 0 174929 286 0 0 20 0 19 0 254390963 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 205479 2282 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=1705.82 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 32655 0 1 0 170505 77 0 0 20 0 19 0 254390965 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685470985408 140685295029979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=5.25 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 2889 0 0 0 505 20 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=5.46 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 2091 0 0 0 525 21 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=5.33 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 1443 0 0 0 511 22 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=5.44 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 2685 0 0 0 523 21 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=5.27 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 2315 0 0 0 507 20 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=5.24 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 2134 0 0 0 501 23 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=5.19 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 2215 0 0 0 498 21 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=5.42 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 2205 0 0 0 520 22 0 0 20 0 19 0 254390966 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=1.65 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 2544 0 0 0 128 37 0 0 20 0 19 0 254390967 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 22049 0 0 0 202 4 0 0 20 0 19 0 254390970 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 3216 0 0 0 38 0 0 0 20 0 19 0 254390970 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 96 0 0 0 39 29 0 0 20 0 19 0 254390970 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 205479 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1752.15
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 22788
/proc/meminfo: memFree=28200656/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 80173 0 1 0 179709 295 0 0 20 0 19 0 254390963 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 186754 2282 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=1752.34 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 32705 0 1 0 175156 78 0 0 20 0 19 0 254390965 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685470985408 140685295030052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=5.43 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 3058 0 0 0 522 21 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=5.6 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 2099 0 0 0 538 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=5.51 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 1450 0 0 0 529 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=5.62 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 2837 0 0 0 540 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=5.46 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 2334 0 0 0 525 21 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=5.39 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 2144 0 0 0 515 24 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=5.34 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 2224 0 0 0 512 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=5.58 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 2210 0 0 0 535 23 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=1.71 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 2570 0 0 0 133 38 0 0 20 0 19 0 254390967 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 22049 0 0 0 202 4 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 3216 0 0 0 38 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 98 0 0 0 40 30 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1769.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 22788
/proc/meminfo: memFree=28200656/32873648 swapFree=6844/6844
[pid=22695] ppid=22693 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/22695/stat : 22695 (java) S 22693 22695 21479 0 -1 4202496 80173 0 1 0 179709 295 0 0 20 0 19 0 254390963 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140735011068224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22695/statm: 2406244 186754 2282 9 0 2396937 0
[pid=22695/tid=22697] ppid=22693 vsize=9624976 CPUtime=1752.34 cores=0,2,4,6
/proc/22695/task/22697/stat : 22697 (java) R 22693 22695 21479 0 -1 4202560 32705 0 1 0 175156 78 0 0 20 0 19 0 254390965 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685470985408 140685295030052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22698] ppid=22693 vsize=9624976 CPUtime=5.43 cores=0,2,4,6
/proc/22695/task/22698/stat : 22698 (java) S 22693 22695 21479 0 -1 4202560 3058 0 0 0 522 21 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685432477864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22699] ppid=22693 vsize=9624976 CPUtime=5.6 cores=0,2,4,6
/proc/22695/task/22699/stat : 22699 (java) S 22693 22695 21479 0 -1 4202560 2099 0 0 0 538 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685431425320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22700] ppid=22693 vsize=9624976 CPUtime=5.51 cores=0,2,4,6
/proc/22695/task/22700/stat : 22700 (java) S 22693 22695 21479 0 -1 4202560 1450 0 0 0 529 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685430372776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22701] ppid=22693 vsize=9624976 CPUtime=5.62 cores=0,2,4,6
/proc/22695/task/22701/stat : 22701 (java) S 22693 22695 21479 0 -1 4202560 2837 0 0 0 540 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685429320232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22702] ppid=22693 vsize=9624976 CPUtime=5.46 cores=0,2,4,6
/proc/22695/task/22702/stat : 22702 (java) S 22693 22695 21479 0 -1 4202560 2334 0 0 0 525 21 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685428267688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22695/tid=22703] ppid=22693 vsize=9624976 CPUtime=5.39 cores=0,2,4,6
/proc/22695/task/22703/stat : 22703 (java) S 22693 22695 21479 0 -1 4202560 2144 0 0 0 515 24 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685427215144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22704] ppid=22693 vsize=9624976 CPUtime=5.34 cores=0,2,4,6
/proc/22695/task/22704/stat : 22704 (java) S 22693 22695 21479 0 -1 4202560 2224 0 0 0 512 22 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685426162600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22705] ppid=22693 vsize=9624976 CPUtime=5.58 cores=0,2,4,6
/proc/22695/task/22705/stat : 22705 (java) S 22693 22695 21479 0 -1 4202560 2210 0 0 0 535 23 0 0 20 0 19 0 254390966 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685425110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22706] ppid=22693 vsize=9624976 CPUtime=1.71 cores=0,2,4,6
/proc/22695/task/22706/stat : 22706 (java) S 22693 22695 21479 0 -1 4202560 2570 0 0 0 133 38 0 0 20 0 19 0 254390967 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685294430312 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22707] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22707/stat : 22707 (java) S 22693 22695 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685293376632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22708] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22708/stat : 22708 (java) S 22693 22695 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254390968 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685292323976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22709] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22709/stat : 22709 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685291272720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22710] ppid=22693 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/22695/task/22710/stat : 22710 (java) S 22693 22695 21479 0 -1 4202560 22049 0 0 0 202 4 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685290220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22695/tid=22711] ppid=22693 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22695/task/22711/stat : 22711 (java) S 22693 22695 21479 0 -1 4202560 3216 0 0 0 38 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685289167544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22712] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22712/stat : 22712 (java) S 22693 22695 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685288115192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22695/tid=22713] ppid=22693 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22695/task/22713/stat : 22713 (java) S 22693 22695 21479 0 -1 4202560 98 0 0 0 40 30 0 0 20 0 19 0 254390970 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685287062856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22695/tid=22714] ppid=22693 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22695/task/22714/stat : 22714 (java) S 22693 22695 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254391008 9855975424 186754 33554432000 1073741824 1073778376 140735011077088 140685286007592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1769.35
CPU time (s): 1801.43
CPU user time (s): 1798.02
CPU system time (s): 3.41348
CPU usage (%): 101.813
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.02
system time used= 3.41348
maximum resident set size= 861372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80205
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100776
involuntary context switches= 149132

runsolver used 5.8811 second user time and 14.6658 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 20:04:02
IDJOB=3688319
IDBENCH=2977
IDSOLVER=2269
FILE ID=node115/3688319-1337882642
RUNJOBID= node115-1337871882-21495
PBS_JOBID= 14620089
Free space on /tmp= 71648 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688319-1337882642/watcher-3688319-1337882642 -o /tmp/evaluation-result-3688319-1337882642/solver-3688319-1337882642 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688319-1337882642.opb

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

MD5SUM BENCH= 37b8d6470d70c8bd94b60d5c165e51c9
RANDOM SEED=1249656988

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28946860 kB
Buffers:          202384 kB
Cached:          2820984 kB
SwapCached:            0 kB
Active:          1007064 kB
Inactive:        2143652 kB
Active(anon):     129568 kB
Inactive(anon):        0 kB
Active(file):     877496 kB
Inactive(file):  2143652 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        147816 kB
Mapped:            22480 kB
Shmem:               200 kB
Slab:             624144 kB
SReclaimable:      68584 kB
SUnreclaim:       555560 kB
KernelStack:        1600 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node115 at 2012-05-24 20:33:33