Trace number 4263348

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2522.95 2463.01

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-025-09.xml
MD5SUM287901c8e2fb3bad680affa51c865c8b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.3672299
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":9}]
Minimum variable degree7
Maximum variable degree7
Distribution of variable degrees[{"degree":7,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36}]
Optimization problemNO
Type of objective

Solver Data

14.37/6.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.37/6.20	c This is free software under the dual EPL/GNU LGPL licenses.
14.37/6.20	c See www.sat4j.org for details.
14.37/6.20	c That software uses the Rhino library from the Mozilla project.
14.37/6.20	c version CUSTOM.v20170705
14.37/6.20	c java.runtime.name	Java(TM) SE Runtime Environment
14.37/6.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.37/6.20	c java.vm.version	25.131-b11
14.37/6.20	c java.vm.vendor	Oracle Corporation
14.37/6.20	c sun.arch.data.model	64
14.37/6.20	c java.version		1.8.0_131
14.37/6.20	c os.name		Linux
14.37/6.20	c os.version		3.10.0-514.16.1.el7.x86_64
14.37/6.20	c os.arch		amd64
14.37/6.20	c Free memory 		499604488
14.37/6.20	c Max memory 		7247757312
14.37/6.20	c Total memory 		504889344
14.37/6.20	c Number of processors 	4
14.37/6.20	c c --- Begin Solver configuration ---
14.37/6.20	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.37/6.20	c Learn all clauses as in MiniSAT
14.37/6.20	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.37/6.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.37/6.20	c No reason simplification
14.37/6.20	c Glucose 2.1 dynamic restart strategy
14.37/6.20	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
14.37/6.20	c timeout=2147483s
14.37/6.20	c DB Simplification allowed=false
14.37/6.20	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.37/6.20	c --- End Solver configuration ---
14.37/6.20	c constraints type 
14.37/6.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
14.37/6.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45900
14.37/6.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10569483
14.37/6.20	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
14.37/6.20	c 10615473 constraints processed.
2522.85/2462.92	c starts		: 34381
2522.85/2462.92	c conflicts		: 5985653
2522.85/2462.92	c decisions		: 233531863
2522.85/2462.92	c propagations		: 1388108695
2522.85/2462.92	c inspects		: 23825361791
2522.85/2462.92	c shortcuts		: 0
2522.85/2462.92	c learnt literals	: 0
2522.85/2462.92	c learnt binary clauses	: 74494
2522.85/2462.92	c learnt ternary clauses	: 104136
2522.85/2462.92	c learnt constraints	: 5985653
2522.85/2462.92	c ignored constraints	: 0
2522.85/2462.92	c root simplifications	: 0
2522.85/2462.92	c removed literals (reason simplification)	: 0
2522.85/2462.92	c reason swapping (by a shorter reason)	: 0
2522.85/2462.92	c Calls to reduceDB	: 105
2522.85/2462.92	c Number of update (reduction) of LBD	: 4472758
2522.85/2462.92	c Imported unit clauses	: 0
2522.85/2462.92	c number of reductions to clauses (during analyze)	: 0
2522.85/2462.92	c number of learned constraints concerned by reduction	: 0
2522.85/2462.92	c number of learning phase by resolution	: 0
2522.85/2462.92	c number of learning phase by cutting planes	: 0
2522.85/2462.92	c number of rounding to 1 operations	: 0
2522.85/2462.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2522.85/2462.92	c number of reductions of the coefficients by power 2 	: 0
2522.85/2462.92	c number of right shift for reduction by power 2 	: 0
2522.85/2462.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
2522.85/2462.92	c speed (assignments/second)	: 565026.3441221305
2522.85/2462.92	c non guided choices	768162
2522.85/2462.96	c learnt constraints type 
2522.85/2462.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74494
2522.85/2462.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168069
2522.85/2462.96	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 (7520 MiB free)
  memory of node 1: 16384 MiB (15584 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263348-1502613760/watcher-4263348-1502613760 -o /tmp/evaluation-result-4263348-1502613760/solver-4263348-1502613760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263348-1502613760.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=23878, runsolver pid=23875

[startup+0.103815 s]*
/proc/loadavg: 7.43 6.84 5.52 6/201 23885
/proc/meminfo: memFree=23650072/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10151672 memory=18488 CPUtime=0.02 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 4019 0 0 0 2 0 0 0 20 0 9 0 63571378 10395312128 4622 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2537918 4622 2083 1 0 2527415 0
[pid=23878/tid=23880] ppid=23875 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 12560 0 -1 4202560 2667 0 0 0 2 0 0 0 20 0 9 0 63571387 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940775112936 139940754957662 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63571387 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10151672 memory=140097441117824 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63571387 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63571387 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940709808784 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63571387 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940708755984 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10151672 memory=140097441117824 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63571389 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940267313776 139940770888322 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 63571389 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940266259744 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 63571389 10395312128 4687 18446744073709551615 4194304 4196468 140728480160256 139940265207472 139940770887381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18488 KiB

[startup+0.20985 s]*
/proc/loadavg: 7.43 6.84 5.52 5/208 23892
/proc/meminfo: memFree=23645120/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10484492 memory=23556 CPUtime=0.05 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 4852 0 0 0 5 0 0 0 20 0 14 0 63571378 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2621123 5889 2578 1 0 2610620 0
[pid=23878/tid=23880] ppid=23875 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) D 23875 23878 12560 0 -1 4202560 2965 0 0 0 4 0 0 0 20 0 14 0 63571387 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940775114656 139940770899197 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10484492 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63571387 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10484492 memory=288370473592829568 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63571387 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 63571387 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940709808784 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63571387 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940708755984 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10484492 memory=140097441117824 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 63571389 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940267313776 139940770888322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 63571389 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940266259744 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 63571389 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940265207408 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63571392 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 63571392 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940263102576 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63571392 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940262049776 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10484492 memory=140097441117824 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 63571392 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 63571392 10736119808 5889 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.309749 s]*
/proc/loadavg: 7.43 6.84 5.52 6/209 23893
/proc/meminfo: memFree=23637668/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10551156 memory=33388 CPUtime=0.19 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 8124 0 0 0 17 2 0 0 20 0 15 0 63571378 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2637789 8347 2863 1 0 2627261 0
[pid=23878/tid=23880] ppid=23875 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 12560 0 -1 4202560 5788 0 0 0 11 1 0 0 20 0 15 0 63571387 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940775109392 139940754957662 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940709808784 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63571387 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940708755984 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63571389 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940267313776 139940770888322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63571389 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940266259744 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63571389 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940265207408 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) R 23875 23878 12560 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 15 0 63571392 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940263102672 139940770887381 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) R 23875 23878 12560 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 15 0 63571392 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940262049776 139940748728577 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) R 23875 23878 12560 0 -1 4202560 380 0 0 0 3 0 0 0 20 0 15 0 63571392 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940749829582 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10551156 memory=140097441117824 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571401 10804383744 8347 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33388 KiB

[startup+0.70148 s]
/proc/loadavg: 7.43 6.84 5.52 7/209 23893
/proc/meminfo: memFree=23622772/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10551232 memory=117664 CPUtime=1.12 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 11886 0 0 0 108 4 0 0 20 0 15 0 63571378 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2637808 29416 3053 1 0 2627261 0
[pid=23878/tid=23880] ppid=23875 vsize=10551232 memory=140097336946144 CPUtime=0.5 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 12560 0 -1 4202560 7429 0 0 0 47 3 0 0 20 0 15 0 63571387 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940775108080 139940388385057 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10551232 memory=-8341965534556230502 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571387 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940709808784 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63571387 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940708755984 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10551232 memory=140097337184848 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940267313776 139940770888322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940266259744 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940265207408 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) R 23875 23878 12560 0 -1 4202560 1395 0 0 0 23 0 0 0 20 0 15 0 63571392 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940263089824 139940754433995 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) R 23875 23878 12560 0 -1 4202560 953 0 0 0 22 0 0 0 20 0 15 0 63571392 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940262036320 139940748472206 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10551232 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 741 0 0 0 13 0 0 0 20 0 15 0 63571392 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10551232 memory=14 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804461568 29416 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63571401 10804461568 29928 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 117664 KiB

[startup+1.50348 s]
/proc/loadavg: 7.43 6.84 5.52 9/209 23893
/proc/meminfo: memFree=23415496/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10551232 memory=528976 CPUtime=2.93 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 12899 0 0 0 256 37 0 0 20 0 15 0 63571378 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2637808 132244 3085 1 0 2627261 0
[pid=23878/tid=23880] ppid=23875 vsize=10551232 memory=140097336946144 CPUtime=1.01 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) S 23875 23878 12560 0 -1 1077944384 7556 0 0 0 94 7 0 0 20 0 15 0 63571387 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940775110864 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) R 23875 23878 12560 0 -1 4202560 202 0 0 0 21 7 0 0 20 0 15 0 63571387 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940755899296 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10551232 memory=33 CPUtime=0.28 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) R 23875 23878 12560 0 -1 4202560 168 0 0 0 21 7 0 0 20 0 15 0 63571387 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940755904594 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) R 23875 23878 12560 0 -1 4202560 195 0 0 0 22 7 0 0 20 0 15 0 63571387 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940709808984 139940755903984 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10551232 memory=288230617509003574 CPUtime=0.27 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) R 23875 23878 12560 0 -1 4202560 212 0 0 0 20 7 0 0 20 0 15 0 63571387 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940708756184 139940755901230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10551232 memory=9113 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940267312288 139940770887381 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10551232 memory=19646 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940266259744 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63571389 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940265207408 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10551232 memory=17777 CPUtime=0.31 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 1412 0 0 0 31 0 0 0 20 0 15 0 63571392 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940263102576 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 960 0 0 0 28 0 0 0 20 0 15 0 63571392 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940262049776 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10551232 memory=825307185 CPUtime=0.14 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 746 0 0 0 14 0 0 0 20 0 15 0 63571392 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63571392 10804461568 132244 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0

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

[pid=23878/tid=23887] ppid=23875 vsize=10617796 memory=5891940 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 63571389 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940265207424 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10617796 memory=5891940 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10617796 memory=5891940 CPUtime=1.42 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 8338 0 0 0 141 1 0 0 20 0 16 0 63571392 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940263102576 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10617796 memory=5891940 CPUtime=1.15 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 7171 0 0 0 114 1 0 0 20 0 16 0 63571392 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940262049776 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10617796 memory=5891940 CPUtime=0.29 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 3733 0 0 0 28 1 0 0 20 0 16 0 63571392 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10617796 memory=164 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10617796 memory=5891940 CPUtime=1.44 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 2236 0 0 0 65 79 0 0 20 0 16 0 63571401 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23894] ppid=23875 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23875 23878 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63572000 10872623104 1472985 18446744073709551615 4194304 4196468 140728480160256 139940257838256 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 2498.57 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5891940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462 s]*
/proc/loadavg: 2.00 2.04 2.62 6/211 24679
/proc/meminfo: memFree=22535288/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10617796 memory=6586664 CPUtime=2520.09 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 313000 0 0 0 251190 819 0 0 20 0 16 0 63571378 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2654449 1646666 3131 1 0 2643902 0
[pid=23878/tid=23880] ppid=23875 vsize=10617796 memory=-8774313645642428999 CPUtime=2440.28 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) S 23875 23878 12560 0 -1 1077944384 143289 0 0 0 244001 27 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940775116176 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10617796 memory=4872558044660077418 CPUtime=18.12 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) R 23875 23878 12560 0 -1 4202560 26954 0 0 0 1634 178 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940711914072 139940755331932 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10617796 memory=1156 CPUtime=18.04 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) R 23875 23878 12560 0 -1 4202560 26881 0 0 0 1627 177 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940710860960 139940755331126 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10617796 memory=3228 CPUtime=18.04 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) R 23875 23878 12560 0 -1 4202560 31719 0 0 0 1625 179 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940709808680 139940763505383 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10617796 memory=5891940 CPUtime=18.09 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) R 23875 23878 12560 0 -1 4202560 29860 0 0 0 1630 179 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940708756184 139940755827831 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10617796 memory=1152 CPUtime=3.11 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 31282 0 0 0 307 4 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940267312096 139940770887381 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10617796 memory=5891940 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940266259808 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10617796 memory=3148 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940265207424 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10617796 memory=2621024 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10617796 memory=-8774313645642428999 CPUtime=1.42 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 8347 0 0 0 141 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940263102336 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10617796 memory=4872558044660077418 CPUtime=1.15 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 7175 0 0 0 114 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940262049824 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10617796 memory=-8774313645642428999 CPUtime=0.29 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 3737 0 0 0 28 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940260997536 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10617796 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10617796 memory=832 CPUtime=1.45 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 2272 0 0 0 65 80 0 0 20 0 16 0 63571401 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23894] ppid=23875 vsize=10617796 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23875 23878 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63572000 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940257838256 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6586664 KiB

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

[startup+2463.01 s]
# the end of solver process 23878 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.72 s, system=8.22993 s

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

[startup+2462.4 s]
/proc/loadavg: 2.00 2.04 2.62 6/211 24679
/proc/meminfo: memFree=22535288/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10617796 memory=6586664 CPUtime=2521.63 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 313021 0 0 0 251344 819 0 0 20 0 16 0 63571378 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2654449 1646666 3131 1 0 2643902 0
[pid=23878/tid=23880] ppid=23875 vsize=10617796 memory=4144 CPUtime=2440.28 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) S 23875 23878 12560 0 -1 1077944384 143289 0 0 0 244001 27 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940775116176 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10617796 memory=6432728 CPUtime=18.51 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) R 23875 23878 12560 0 -1 4202560 26957 0 0 0 1673 178 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940711914072 139940755828302 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10617796 memory=2621024 CPUtime=18.43 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) R 23875 23878 12560 0 -1 4202560 26883 0 0 0 1666 177 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940710860960 139940755574950 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10617796 memory=311 CPUtime=18.41 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) R 23875 23878 12560 0 -1 4202560 31719 0 0 0 1662 179 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940709808680 139940763505383 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10617796 memory=-8774313645642428999 CPUtime=18.48 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) R 23875 23878 12560 0 -1 4202560 29872 0 0 0 1669 179 0 0 20 0 16 0 63571387 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940708756184 139940755828201 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10617796 memory=1716 CPUtime=3.11 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 31282 0 0 0 307 4 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940267312096 139940770887381 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10617796 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940266259808 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 63571389 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940265207424 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10617796 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940264155376 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10617796 memory=1004 CPUtime=1.42 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 8347 0 0 0 141 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940263102336 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10617796 memory=2016 CPUtime=1.15 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 7175 0 0 0 114 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940262049824 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10617796 memory=1196 CPUtime=0.29 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 3737 0 0 0 28 1 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940260997536 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63571392 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10617796 memory=1412 CPUtime=1.45 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 2272 0 0 0 65 80 0 0 20 0 16 0 63571401 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23894] ppid=23875 vsize=10617796 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23894/stat : 23894 (java) S 23875 23878 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63572000 10872623104 1646666 18446744073709551615 4194304 4196468 140728480160256 139940257838256 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 2521.63 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6586664 KiB

[startup+2462.8 s]
/proc/loadavg: 2.00 2.04 2.62 6/211 24679
/proc/meminfo: memFree=22535288/32770624 swapFree=67105588/67108860
[pid=23878] ppid=23875 vsize=10817488 memory=6589860 CPUtime=2522.85 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 12560 0 -1 1077944320 316640 0 0 0 251465 820 0 0 20 0 17 0 63571378 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 140728480142800 139940770877175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
/proc/23878/statm: 2704372 1647465 3133 1 0 2693825 0
[pid=23878/tid=23880] ppid=23875 vsize=10817488 memory=1412 CPUtime=2440.28 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) S 23875 23878 12560 0 -1 1077944384 143297 0 0 0 244001 27 0 0 20 0 17 0 63571387 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940775120048 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23881] ppid=23875 vsize=10817488 memory=15584 CPUtime=18.81 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 12560 0 -1 1077944384 26960 0 0 0 1703 178 0 0 20 0 17 0 63571387 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940711913872 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23882] ppid=23875 vsize=10817488 memory=2016 CPUtime=18.74 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 12560 0 -1 1077944384 26885 0 0 0 1696 178 0 0 20 0 17 0 63571387 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940710861072 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23883] ppid=23875 vsize=10817488 memory=1196 CPUtime=18.7 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 12560 0 -1 1077944384 31720 0 0 0 1691 179 0 0 20 0 17 0 63571387 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940709808784 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23884] ppid=23875 vsize=10817488 memory=5891940 CPUtime=18.78 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 12560 0 -1 1077944384 29880 0 0 0 1699 179 0 0 20 0 17 0 63571387 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940708755984 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23885] ppid=23875 vsize=10817488 memory=-8774313645642428999 CPUtime=3.14 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 12560 0 -1 1077944384 34669 0 0 0 310 4 0 0 20 0 17 0 63571389 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940267313776 139940770888322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23886] ppid=23875 vsize=10817488 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 63571389 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940266259808 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23887] ppid=23875 vsize=10817488 memory=644 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 12560 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 63571389 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940265207424 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23888] ppid=23875 vsize=10817488 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 63571392 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940264155728 139940770895771 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23889] ppid=23875 vsize=10817488 memory=956 CPUtime=1.42 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 12560 0 -1 1077944384 8347 0 0 0 141 1 0 0 20 0 17 0 63571392 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940263102576 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23890] ppid=23875 vsize=10817488 memory=-8774313645642428999 CPUtime=1.15 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 12560 0 -1 1077944384 7175 0 0 0 114 1 0 0 20 0 17 0 63571392 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940262049776 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23891] ppid=23875 vsize=10817488 memory=832 CPUtime=0.29 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 12560 0 -1 1077944384 3771 0 0 0 28 1 0 0 20 0 17 0 63571392 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940260997488 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23892] ppid=23875 vsize=10817488 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63571392 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940259944928 139940770887381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
[pid=23878/tid=23893] ppid=23875 vsize=10817488 memory=3908 CPUtime=1.45 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 12560 0 -1 1077944384 2272 0 0 0 65 80 0 0 20 0 17 0 63571401 11077107712 1647465 18446744073709551615 4194304 4196468 140728480160256 139940258892720 139940770888322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28180480 140728480166288 140728480166441 140728480166441 140728480169935 0
Current children cumulated CPU time: 2522.85 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6589860 KiB

[startup+2463 s]*
/proc/loadavg: 2.00 2.04 2.62 3/197 24682
/proc/meminfo: memFree=28859248/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2463.01
CPU time (s): 2522.95
CPU user time (s): 2514.72
CPU system time (s): 8.22993
CPU usage (%): 102.434
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6589860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.72
system time used= 8.22993
maximum resident set size= 6590528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56278
involuntary context switches= 2996


# summary of solver processes directly reported to runsolver:
#   pid: 23878
#   total CPU time (s): 2522.95
#   total CPU user time (s): 2514.72
#   total CPU system time (s): 8.22993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0026 second user time and 23.9464 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:28:38
IDJOB=4263348
IDBENCH=120661
IDSOLVER=2651
FILE ID=node126/4263348-1502613760
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-025-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263348-1502613760/watcher-4263348-1502613760 -o /tmp/evaluation-result-4263348-1502613760/solver-4263348-1502613760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263348-1502613760.xml

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

MD5SUM BENCH= 287901c8e2fb3bad680affa51c865c8b
RANDOM SEED=2050017186

node126.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.81
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.81
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.81
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.81
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:        23659604 kB
MemAvailable:   23887904 kB
Buffers:          257140 kB
Cached:           241380 kB
SwapCached:          524 kB
Active:          8485288 kB
Inactive:         134636 kB
Active(anon):    8069264 kB
Inactive(anon):    85576 kB
Active(file):     416024 kB
Inactive(file):    49060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1600 kB
Writeback:             4 kB
AnonPages:       8120704 kB
Mapped:            57448 kB
Shmem:             33440 kB
Slab:             184096 kB
SReclaimable:     158104 kB
SUnreclaim:        25992 kB
KernelStack:        3408 kB
PageTables:        21004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7985152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 11:09:41