Trace number 4262972

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
sat4j-CSP 2017-07-05? (TO) 2520.28 2516.76

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-06.xml
MD5SUMe510f4e528f92f41d50b9f762f8b8317
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1134
Best CPU time to get the best result obtained on this benchmark151.156
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.71/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.71/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
0.71/0.54	c See www.sat4j.org for details.
0.71/0.54	c That software uses the Rhino library from the Mozilla project.
0.71/0.54	c version CUSTOM.v20170705
0.71/0.54	c java.runtime.name	Java(TM) SE Runtime Environment
0.71/0.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.71/0.54	c java.vm.version	25.131-b11
0.71/0.54	c java.vm.vendor	Oracle Corporation
0.71/0.54	c sun.arch.data.model	64
0.71/0.54	c java.version		1.8.0_131
0.71/0.54	c os.name		Linux
0.71/0.54	c os.version		3.10.0-514.16.1.el7.x86_64
0.71/0.54	c os.arch		amd64
0.71/0.54	c Free memory 		499604488
0.71/0.54	c Max memory 		7247757312
0.71/0.54	c Total memory 		504889344
0.71/0.54	c Number of processors 	4
0.71/0.54	c c --- Begin Solver configuration ---
0.71/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.71/0.54	c Learn all clauses as in MiniSAT
0.71/0.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.71/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.71/0.54	c No reason simplification
0.71/0.54	c Glucose 2.1 dynamic restart strategy
0.71/0.54	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.71/0.54	c timeout=2147483s
0.71/0.54	c DB Simplification allowed=false
0.71/0.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.71/0.54	c --- End Solver configuration ---
0.71/0.54	c constraints type 
0.71/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.71/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1894
0.71/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 109998
0.71/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.71/0.54	c 112014 constraints processed.
2520.25/2516.74	c starts		: 1
2520.25/2516.74	c conflicts		: 314263
2520.25/2516.74	c decisions		: 321244
2520.25/2516.74	c propagations		: 15578678297
2520.25/2516.74	c inspects		: 21909334631
2520.25/2516.74	c shortcuts		: 0
2520.25/2516.74	c learnt literals	: 0
2520.25/2516.74	c learnt binary clauses	: 0
2520.25/2516.74	c learnt ternary clauses	: 3
2520.25/2516.74	c learnt constraints	: 314263
2520.25/2516.74	c ignored constraints	: 0
2520.25/2516.74	c root simplifications	: 0
2520.25/2516.74	c removed literals (reason simplification)	: 0
2520.25/2516.74	c reason swapping (by a shorter reason)	: 0
2520.25/2516.74	c Calls to reduceDB	: 20
2520.25/2516.74	c Number of update (reduction) of LBD	: 228
2520.25/2516.74	c Imported unit clauses	: 0
2520.25/2516.74	c number of reductions to clauses (during analyze)	: 0
2520.25/2516.74	c number of learned constraints concerned by reduction	: 0
2520.25/2516.74	c number of learning phase by resolution	: 0
2520.25/2516.74	c number of learning phase by cutting planes	: 0
2520.25/2516.74	c number of rounding to 1 operations	: 0
2520.25/2516.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.25/2516.74	c number of reductions of the coefficients by power 2 	: 0
2520.25/2516.74	c number of right shift for reduction by power 2 	: 0
2520.25/2516.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.25/2516.74	c speed (assignments/second)	: 6191405.495557151
2520.25/2516.74	c non guided choices	0
2520.25/2516.76	c learnt constraints type 
2520.25/2516.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47269
2520.25/2516.76	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15080 MiB free)
  memory of node 1: 16384 MiB (15076 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262972-1502629810/watcher-4262972-1502629810 -o /tmp/evaluation-result-4262972-1502629810/solver-4262972-1502629810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262972-1502629810.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=764, runsolver pid=761
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 2.38 3.15 2.87 3/208 773
/proc/meminfo: memFree=30872344/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10151672 memory=21056 CPUtime=0.03 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 4117 0 0 0 3 0 0 0 20 0 9 0 104892352 10395312128 5264 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2537918 5264 2113 1 0 2527415 0
[pid=764/tid=766] ppid=761 vsize=10151672 memory=-7174084197695649220 CPUtime=0.03 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 2828 0 0 0 3 0 0 0 20 0 9 0 104892359 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139954194714192 139954190502973 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104892359 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10151672 memory=140701260170880 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104892359 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104892359 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104892359 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10151672 memory=140701260170880 CPUtime=0 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104892361 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 104892361 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 104892361 10395312128 5294 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21056 KiB

[startup+0.210146 s]*
/proc/loadavg: 2.38 3.15 2.87 3/214 779
/proc/meminfo: memFree=30867352/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10551156 memory=27236 CPUtime=0.1 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 5274 0 0 0 9 1 0 0 20 0 15 0 104892352 10804383744 6809 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2637789 6809 2796 1 0 2627261 0
[pid=764/tid=766] ppid=761 vsize=10554768 memory=-7174084197695649220 CPUtime=0.08 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 4108 0 0 0 7 1 0 0 20 0 15 0 104892359 10808082432 7733 18446744073709551615 4194304 4196468 140721937810992 139954194667440 139954183158813 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10554768 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10808082432 7733 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10554768 memory=140701260170880 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10808082432 7733 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10808082432 7351 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104892359 10808082432 7351 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10554768 memory=140701260170880 CPUtime=0 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104892361 10808082432 7351 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104892361 10806415360 7298 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104892361 10806415360 7111 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104892364 10805432320 7111 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 104892364 10805432320 7111 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104892364 10805432320 6855 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10552180 memory=140701260170880 CPUtime=0.01 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 104892364 10805432320 6855 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104892364 10805432320 6855 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10552180 memory=140701260170880 CPUtime=0 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892370 10805432320 6855 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27236 KiB

[startup+0.3106 s]*
/proc/loadavg: 2.38 3.15 2.87 3/214 779
/proc/meminfo: memFree=30856896/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10551156 memory=36728 CPUtime=0.25 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 8474 0 0 0 22 3 0 0 20 0 15 0 104892352 10804383744 9182 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2637789 9182 2854 1 0 2627261 0
[pid=764/tid=766] ppid=761 vsize=10551156 memory=1398720917958146503 CPUtime=0.18 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 6170 0 0 0 16 2 0 0 20 0 15 0 104892359 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139954194713120 139954174559582 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892359 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104892359 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104892361 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104892361 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104892361 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104892364 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 104892364 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 104892364 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) R 761 764 12395 0 -1 4202560 400 0 0 0 4 0 0 0 20 0 15 0 104892364 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954169092473 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104892364 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104892370 10804383744 9288 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36728 KiB

[startup+0.700739 s]
/proc/loadavg: 2.38 3.15 2.87 5/214 779
/proc/meminfo: memFree=30827908/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10617796 memory=92340 CPUtime=1.3 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 12239 0 0 0 125 5 0 0 20 0 16 0 104892352 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2654449 23085 3057 1 0 2643902 0
[pid=764/tid=766] ppid=761 vsize=10617796 memory=1728 CPUtime=0.56 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 7420 0 0 0 53 3 0 0 20 0 16 0 104892359 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139954194715440 139953810317469 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10617796 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10617796 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10617796 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10617796 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10617796 memory=2740 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10617796 memory=6009316314409559402 CPUtime=0.27 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) R 761 764 12395 0 -1 4202560 1433 0 0 0 27 0 0 0 20 0 16 0 104892364 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953682763392 139954171668766 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10617796 memory=7380106142448643439 CPUtime=0.28 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) R 761 764 12395 0 -1 4202560 1117 0 0 0 28 0 0 0 20 0 16 0 104892364 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953681715888 139954169721549 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10617796 memory=6370179389361383016 CPUtime=0.15 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 877 0 0 0 15 0 0 0 20 0 16 0 104892364 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10617796 memory=5787782378022856021 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10617796 memory=-9177337428966686655 CPUtime=0 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892370 10872623104 23085 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 92340 KiB

[startup+1.50085 s]
/proc/loadavg: 2.38 3.15 2.87 3/215 780
/proc/meminfo: memFree=30802344/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10617796 memory=96132 CPUtime=2.56 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 13514 0 0 0 251 5 0 0 20 0 16 0 104892352 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2654449 24033 3060 1 0 2643902 0
[pid=764/tid=766] ppid=761 vsize=10617796 memory=4134931637327791675 CPUtime=1.36 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 7704 0 0 0 133 3 0 0 20 0 16 0 104892359 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139954194717704 139953810622925 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10617796 memory=4642200130796868963 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10617796 memory=8173301488753797742 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10617796 memory=7883358086422094944 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10617796 memory=4642200105044039012 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10617796 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10617796 memory=46532 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10617796 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 1757 0 0 0 46 0 0 0 20 0 16 0 104892364 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10617796 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 1485 0 0 0 53 0 0 0 20 0 16 0 104892364 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10617796 memory=4132 CPUtime=0.17 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 1164 0 0 0 17 0 0 0 20 0 16 0 104892364 10872623104 24033 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0

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

/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10617796 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10617796 memory=186332 CPUtime=0.06 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 698 0 0 0 2 4 0 0 20 0 16 0 104892361 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10617796 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10617796 memory=51632 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10617796 memory=186332 CPUtime=0.76 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 5884 0 0 0 75 1 0 0 20 0 16 0 104892364 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10617796 memory=186332 CPUtime=0.87 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 5926 0 0 0 86 1 0 0 20 0 16 0 104892364 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10617796 memory=4132 CPUtime=0.22 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 2635 0 0 0 21 1 0 0 20 0 16 0 104892364 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10617796 memory=51632 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10617796 memory=186332 CPUtime=1.69 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1768 0 0 0 79 90 0 0 20 0 16 0 104892370 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=780] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/780/stat : 780 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892409 10872623104 46583 18446744073709551615 4194304 4196468 140721937810992 139953677505968 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 2505.87 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 186332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.5 s]
/proc/loadavg: 1.85 1.77 1.85 3/215 1042
/proc/meminfo: memFree=30340792/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10617796 memory=188380 CPUtime=2520.08 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 34408 0 0 0 251923 85 0 0 20 0 16 0 104892352 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2654449 47095 3081 1 0 2643902 0
[pid=764/tid=766] ppid=761 vsize=10617796 memory=186332 CPUtime=2516.41 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) R 761 764 12395 0 -1 4202560 16111 0 0 0 251635 6 0 0 20 0 16 0 104892359 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139954194717832 139953810622925 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 104892359 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10617796 memory=184284 CPUtime=0.06 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 698 0 0 0 2 4 0 0 20 0 16 0 104892361 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892361 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10617796 memory=188380 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10617796 memory=188380 CPUtime=0.76 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 5884 0 0 0 75 1 0 0 20 0 16 0 104892364 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10617796 memory=5784 CPUtime=0.87 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 5926 0 0 0 86 1 0 0 20 0 16 0 104892364 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10617796 memory=186332 CPUtime=0.22 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 2635 0 0 0 21 1 0 0 20 0 16 0 104892364 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104892364 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10617796 memory=186332 CPUtime=1.69 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1768 0 0 0 79 90 0 0 20 0 16 0 104892370 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=780] ppid=761 vsize=10617796 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/780/stat : 780 (java) S 761 764 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104892409 10872623104 47095 18446744073709551615 4194304 4196468 140721937810992 139953677505968 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 188380 KiB

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

[startup+2516.76 s]
# the end of solver process 764 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.35 s, system=0.928191 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2516.61 s]
/proc/loadavg: 1.85 1.77 1.85 3/215 1042
/proc/meminfo: memFree=30340792/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10817488 memory=229616 CPUtime=2520.25 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 35552 0 0 0 251933 92 0 0 20 0 17 0 104892352 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2704372 57404 3100 1 0 2693825 0
[pid=764/tid=766] ppid=761 vsize=10817488 memory=956 CPUtime=2516.42 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) S 761 764 12395 0 -1 1077944384 16138 0 0 0 251636 6 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954194721968 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10817488 memory=1236 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 80 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10817488 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 210 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10817488 memory=4296 CPUtime=0.03 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 206 0 0 0 2 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10817488 memory=1608 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10817488 memory=928 CPUtime=0.06 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 853 0 0 0 2 4 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10817488 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10817488 memory=840 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10817488 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10817488 memory=288230583166042426 CPUtime=0.76 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 5884 0 0 0 75 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10817488 memory=16098169607947917 CPUtime=0.87 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 5926 0 0 0 86 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10817488 memory=4134931637327791675 CPUtime=0.22 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 2755 0 0 0 21 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10817488 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10817488 memory=186332 CPUtime=1.69 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1768 0 0 0 79 90 0 0 20 0 17 0 104892370 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 2520.25 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 229616 KiB

[startup+2516.7 s]
/proc/loadavg: 1.85 1.77 1.85 3/215 1042
/proc/meminfo: memFree=30340792/32770624 swapFree=67108860/67108860
[pid=764] ppid=761 vsize=10817488 memory=229616 CPUtime=2520.25 cores=0,2,4,6
/proc/764/stat : 764 (java) S 761 764 12395 0 -1 1077944320 35552 0 0 0 251933 92 0 0 20 0 17 0 104892352 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 140721937793536 139954190479095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
/proc/764/statm: 2704372 57404 3100 1 0 2693825 0
[pid=764/tid=766] ppid=761 vsize=10817488 memory=184284 CPUtime=2516.42 cores=0,2,4,6
/proc/764/task/766/stat : 766 (java) S 761 764 12395 0 -1 1077944384 16138 0 0 0 251636 6 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954194721968 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=767] ppid=761 vsize=10817488 memory=186332 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/767/stat : 767 (java) S 761 764 12395 0 -1 1077944384 80 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954131516048 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=768] ppid=761 vsize=10817488 memory=186332 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/768/stat : 768 (java) S 761 764 12395 0 -1 1077944384 210 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954130463248 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=769] ppid=761 vsize=10817488 memory=186332 CPUtime=0.03 cores=0,2,4,6
/proc/764/task/769/stat : 769 (java) S 761 764 12395 0 -1 1077944384 206 0 0 0 2 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954129410448 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=770] ppid=761 vsize=10817488 memory=186332 CPUtime=0.02 cores=0,2,4,6
/proc/764/task/770/stat : 770 (java) S 761 764 12395 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 17 0 104892359 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139954128357648 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=771] ppid=761 vsize=10817488 memory=186332 CPUtime=0.06 cores=0,2,4,6
/proc/764/task/771/stat : 771 (java) S 761 764 12395 0 -1 1077944384 853 0 0 0 2 4 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953686981488 139954190490242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=772] ppid=761 vsize=10817488 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/772/stat : 772 (java) S 761 764 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953685927456 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=773] ppid=761 vsize=10817488 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/764/task/773/stat : 773 (java) S 761 764 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 104892361 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953684874608 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=774] ppid=761 vsize=10817488 memory=188380 CPUtime=0 cores=0,2,4,6
/proc/764/task/774/stat : 774 (java) S 761 764 12395 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953683822928 139954190497691 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=775] ppid=761 vsize=10817488 memory=188380 CPUtime=0.76 cores=0,2,4,6
/proc/764/task/775/stat : 775 (java) S 761 764 12395 0 -1 1077944384 5884 0 0 0 75 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953682770288 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=776] ppid=761 vsize=10817488 memory=188380 CPUtime=0.87 cores=0,2,4,6
/proc/764/task/776/stat : 776 (java) S 761 764 12395 0 -1 1077944384 5926 0 0 0 86 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953681717488 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=777] ppid=761 vsize=10817488 memory=186332 CPUtime=0.22 cores=0,2,4,6
/proc/764/task/777/stat : 777 (java) S 761 764 12395 0 -1 1077944384 2755 0 0 0 21 1 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953680664688 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=778] ppid=761 vsize=10817488 memory=186332 CPUtime=0 cores=0,2,4,6
/proc/764/task/778/stat : 778 (java) S 761 764 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104892364 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953679612128 139954190489301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
[pid=764/tid=779] ppid=761 vsize=10817488 memory=188380 CPUtime=1.69 cores=0,2,4,6
/proc/764/task/779/stat : 779 (java) S 761 764 12395 0 -1 1077944384 1768 0 0 0 79 90 0 0 20 0 17 0 104892370 11077107712 57404 18446744073709551615 4194304 4196468 140721937810992 139953678560432 139954190490242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34439168 140721937818000 140721937818153 140721937818153 140721937821647 0
Current children cumulated CPU time: 2520.25 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 229616 KiB

Child status: 143
Real time (s): 2516.76
CPU time (s): 2520.28
CPU user time (s): 2519.35
CPU system time (s): 0.928191
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 229616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.35
system time used= 0.928191
maximum resident set size= 230024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55680
involuntary context switches= 3160


# summary of solver processes directly reported to runsolver:
#   pid: 764
#   total CPU time (s): 2520.28
#   total CPU user time (s): 2519.35
#   total CPU system time (s): 0.928191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1141 second user time and 24.6761 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 14:56:17
IDJOB=4262972
IDBENCH=133484
IDSOLVER=2651
FILE ID=node135/4262972-1502629810
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262972-1502629810/watcher-4262972-1502629810 -o /tmp/evaluation-result-4262972-1502629810/solver-4262972-1502629810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262972-1502629810.xml

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

MD5SUM BENCH= e510f4e528f92f41d50b9f762f8b8317
RANDOM SEED=759922576

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        30881948 kB
MemAvailable:   31776488 kB
Buffers:          311944 kB
Cached:           879816 kB
SwapCached:            0 kB
Active:           889528 kB
Inactive:         555488 kB
Active(anon):     253192 kB
Inactive(anon):    41324 kB
Active(file):     636336 kB
Inactive(file):   514164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1720 kB
Writeback:             0 kB
AnonPages:        260900 kB
Mapped:            66668 kB
Shmem:             41656 kB
Slab:             147368 kB
SReclaimable:     119748 kB
SUnreclaim:        27620 kB
KernelStack:        3776 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 15:38:14