Trace number 4263361

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) 2520.4299 2509.53

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-30.xml
MD5SUMcfab102c91084e040090bf0c1bc6cb0b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints90
Number of domains2
Minimum domain size30
Maximum domain size60
Distribution of domain sizes[{"size":30,"count":60},{"size":60,"count":60}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":60},{"degree":60,"count":60}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":30},{"arity":61,"count":60}]
Number of extensional constraints0
Number of intensional constraints30
Distribution of constraint types[{"type":"intension","count":30},{"type":"element","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263361-1502623788/watcher-4263361-1502623788 -o /tmp/evaluation-result-4263361-1502623788/solver-4263361-1502623788 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263361-1502623788.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
Current StackSize limit: 8192 KiB

solver pid=19328, runsolver pid=19325

[startup+0.100159 s]*
/proc/loadavg: 4.45 5.79 4.55 5/198 19329
/proc/meminfo: memFree=29600368/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=356952 memory=5556 CPUtime=0 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 1743 0 0 0 0 0 0 0 20 0 2 0 16261451 365518848 1389 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 89238 1389 1053 1 0 79208 0
[pid=19328/tid=19330] ppid=19325 vsize=356952 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) S 19325 19328 7968 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 2 0 16261461 365518848 1389 18446744073709551615 4194304 4196468 140734007265600 140409970715040 140409966484098 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 5556 KiB

[startup+0.211716 s]*
/proc/loadavg: 4.45 5.79 4.55 7/212 19343
/proc/meminfo: memFree=29513980/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10551156 memory=26320 CPUtime=0.07 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 5091 0 0 0 6 1 0 0 20 0 15 0 16261451 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2637789 6580 2610 1 0 2627261 0
[pid=19328/tid=19330] ppid=19325 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) R 19325 19328 7968 0 -1 4202560 3188 0 0 0 5 1 0 0 20 0 15 0 16261461 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409970698640 140409606988582 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10551156 memory=288370069218649728 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10551156 memory=139693066937984 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409529619488 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409528566640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10551156 memory=139693066937984 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10551156 memory=139693066937984 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261471 10804383744 6580 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26320 KiB

[startup+0.310111 s]*
/proc/loadavg: 4.45 5.79 4.55 3/212 19343
/proc/meminfo: memFree=29504972/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10551156 memory=36352 CPUtime=0.23 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 8318 0 0 0 20 3 0 0 20 0 15 0 16261451 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2637789 9088 2882 1 0 2627261 0
[pid=19328/tid=19330] ppid=19325 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) R 19325 19328 7968 0 -1 4202560 6004 0 0 0 14 2 0 0 20 0 15 0 16261461 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409970702256 140409966494877 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16261462 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409529619488 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16261464 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409528566640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 15 0 16261467 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10551156 memory=139693066937984 CPUtime=0.03 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 16261467 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10551156 memory=139693066937984 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261471 10804383744 9088 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36352 KiB

[startup+0.7007 s]
/proc/loadavg: 4.45 5.79 4.55 5/212 19343
/proc/meminfo: memFree=29489840/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10551232 memory=122416 CPUtime=1.25 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 12087 0 0 0 119 6 0 0 20 0 15 0 16261451 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2637808 30604 3058 1 0 2627261 0
[pid=19328/tid=19330] ppid=19325 vsize=10551232 memory=2164 CPUtime=0.54 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) R 19325 19328 7968 0 -1 4202560 7474 0 0 0 49 5 0 0 20 0 15 0 16261461 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409970702320 140409945550505 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10551232 memory=840 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10551232 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10551232 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261462 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10551232 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16261462 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10551232 memory=3056 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16261464 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10551232 memory=3144 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16261464 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409529619488 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10551232 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16261464 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409528566640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10551232 memory=2936 CPUtime=0.25 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) R 19325 19328 7968 0 -1 4202560 1432 0 0 0 25 0 0 0 20 0 15 0 16261467 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409459151176 140409945804577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10551232 memory=1930448 CPUtime=0.25 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) R 19325 19328 7968 0 -1 4202560 715 0 0 0 25 0 0 0 20 0 15 0 16261467 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409458098376 140409948372654 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10551232 memory=1152 CPUtime=0.19 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 1095 0 0 0 19 0 0 0 20 0 15 0 16261467 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10551232 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16261467 10804461568 30604 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10551232 memory=139693066937984 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16261471 10804461568 31116 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 122416 KiB

[startup+1.50312 s]
/proc/loadavg: 4.45 5.79 4.55 5/213 19344
/proc/meminfo: memFree=29332784/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10617796 memory=216972 CPUtime=3.56 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 18281 0 0 0 345 11 0 0 20 0 16 0 16261451 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2654449 54243 3091 1 0 2643902 0
[pid=19328/tid=19330] ppid=19325 vsize=10617796 memory=279385877948240 CPUtime=1.31 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) R 19325 19328 7968 0 -1 4202560 7538 0 0 0 125 6 0 0 20 0 16 0 16261461 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409970707712 140409610315273 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10617796 memory=288230613214036277 CPUtime=0.01 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 16 0 16261462 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10617796 memory=15816711811106768 CPUtime=0.01 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 16261462 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 16 0 16261462 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10617796 memory=11798 CPUtime=0.01 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 16261462 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10617796 memory=14003 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409529619488 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409528566640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10617796 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 3388 0 0 0 90 1 0 0 20 0 16 0 16261467 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10617796 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 4066 0 0 0 91 1 0 0 20 0 16 0 16261467 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10617796 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 1754 0 0 0 30 0 0 0 20 0 16 0 16261467 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16261471 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19344] ppid=19325 vsize=10617796 memory=7379236398855645287 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19344/stat : 19344 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16261543 10872623104 54243 18446744073709551615 4194304 4196468 140734007265600 140409453904816 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 216972 KiB

[startup+3.11105 s]
/proc/loadavg: 4.45 5.79 4.55 3/213 19344
/proc/meminfo: memFree=29322752/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10617796 memory=219368 CPUtime=5.71 cores=0,2,4,6

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

/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 12468 0 0 0 163 53 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10617796 memory=2252820 CPUtime=2.16 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 13386 0 0 0 164 52 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10617796 memory=2252820 CPUtime=2.15 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 13507 0 0 0 162 53 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10617796 memory=2252820 CPUtime=0.2 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 17185 0 0 0 17 3 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10617796 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409529619552 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10617796 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409528566656 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10617796 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10617796 memory=2252820 CPUtime=1.38 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 7919 0 0 0 137 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10617796 memory=2252820 CPUtime=1.6 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 9235 0 0 0 159 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10617796 memory=16444 CPUtime=0.34 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 2948 0 0 0 33 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10617796 memory=8516 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10617796 memory=2252820 CPUtime=1.52 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 3035 0 0 0 80 72 0 0 20 0 16 0 16261471 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19344] ppid=19325 vsize=10617796 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19344/stat : 19344 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16261543 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409453904816 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 2513.16 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2252820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.2 s]
/proc/loadavg: 2.01 2.05 2.22 3/213 19651
/proc/meminfo: memFree=28825268/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10617796 memory=2252820 CPUtime=2520.08 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 144122 0 0 0 251715 293 0 0 20 0 16 0 16261451 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2654449 563205 3136 1 0 2643902 0
[pid=19328/tid=19330] ppid=19325 vsize=10617796 memory=160 CPUtime=2506.3 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) R 19325 19328 7968 0 -1 4202560 50519 0 0 0 250614 16 0 0 20 0 16 0 16261461 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409970711808 140409610315621 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10617796 memory=34 CPUtime=2.15 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 12441 0 0 0 164 51 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10617796 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 12468 0 0 0 163 53 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10617796 memory=152 CPUtime=2.16 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 13386 0 0 0 164 52 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10617796 memory=2252820 CPUtime=2.15 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 13507 0 0 0 162 53 0 0 20 0 16 0 16261462 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10617796 memory=1152 CPUtime=0.2 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 17194 0 0 0 17 3 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10617796 memory=2788 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409529619552 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10617796 memory=330588 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 16261464 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409528566656 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10617796 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10617796 memory=2252820 CPUtime=1.38 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 7923 0 0 0 137 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10617796 memory=2252820 CPUtime=1.6 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 9240 0 0 0 159 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10617796 memory=2760 CPUtime=0.34 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 2954 0 0 0 33 1 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10617796 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16261467 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10617796 memory=-8774313645642428999 CPUtime=1.52 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 3070 0 0 0 80 72 0 0 20 0 16 0 16261471 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19344] ppid=19325 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19344/stat : 19344 (java) S 19325 19328 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16261543 10872623104 563205 18446744073709551615 4194304 4196468 140734007265600 140409453904816 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2252820 KiB

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

[startup+2509.53 s]
# the end of solver process 19328 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.48 s, system=2.94799 s

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

[startup+2509.4 s]
/proc/loadavg: 2.01 2.05 2.22 3/213 19651
/proc/meminfo: memFree=28825268/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10817488 memory=2253092 CPUtime=2520.36 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 146254 0 0 0 251743 293 0 0 20 0 17 0 16261451 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2704372 563273 3139 1 0 2693825 0
[pid=19328/tid=19330] ppid=19325 vsize=10817488 memory=-8774313645642428999 CPUtime=2506.31 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) S 19325 19328 7968 0 -1 1077944384 50622 0 0 0 250615 16 0 0 20 0 17 0 16261461 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409970715824 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10817488 memory=288230617492226348 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 12651 0 0 0 171 51 0 0 20 0 17 0 16261462 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10817488 memory=15815586529674933 CPUtime=2.23 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 12647 0 0 0 170 53 0 0 20 0 17 0 16261462 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10817488 memory=15815586529674933 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 13493 0 0 0 170 52 0 0 20 0 17 0 16261462 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10817488 memory=36261 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 14199 0 0 0 169 53 0 0 20 0 17 0 16261462 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10817488 memory=288230617492226348 CPUtime=0.21 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 17384 0 0 0 17 4 0 0 20 0 17 0 16261464 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10817488 memory=8516 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 16261464 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409529619552 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10817488 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 16261464 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409528566656 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10817488 memory=640 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 17 0 16261467 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10817488 memory=1792 CPUtime=1.38 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 7923 0 0 0 137 1 0 0 20 0 17 0 16261467 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10817488 memory=960 CPUtime=1.6 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 9240 0 0 0 159 1 0 0 20 0 17 0 16261467 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10817488 memory=2248 CPUtime=0.34 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) S 19325 19328 7968 0 -1 1077944384 3034 0 0 0 33 1 0 0 20 0 17 0 16261467 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10817488 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16261467 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10817488 memory=1440 CPUtime=1.52 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 3070 0 0 0 80 72 0 0 20 0 17 0 16261471 11077107712 563273 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 2520.36 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2253092 KiB

[startup+2509.5 s]
/proc/loadavg: 2.01 2.05 2.22 3/213 19651
/proc/meminfo: memFree=28825268/32770624 swapFree=67108860/67108860
[pid=19328] ppid=19325 vsize=10817488 memory=2253216 CPUtime=2520.39 cores=0,2,4,6
/proc/19328/stat : 19328 (java) S 19325 19328 7968 0 -1 1077944320 147067 0 0 0 251746 293 0 0 20 0 17 0 16261451 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140734007248144 140409966472951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
/proc/19328/statm: 2704372 563304 3139 1 0 2693825 0
[pid=19328/tid=19330] ppid=19325 vsize=10817488 memory=2252820 CPUtime=2506.31 cores=0,2,4,6
/proc/19328/task/19330/stat : 19330 (java) S 19325 19328 7968 0 -1 1077944384 50622 0 0 0 250615 16 0 0 20 0 17 0 16261461 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409970715824 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19331] ppid=19325 vsize=10817488 memory=2253092 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19331/stat : 19331 (java) S 19325 19328 7968 0 -1 1077944384 12651 0 0 0 171 51 0 0 20 0 17 0 16261462 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409931754640 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19332] ppid=19325 vsize=10817488 memory=4124 CPUtime=2.23 cores=0,2,4,6
/proc/19328/task/19332/stat : 19332 (java) S 19325 19328 7968 0 -1 1077944384 12647 0 0 0 170 53 0 0 20 0 17 0 16261462 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409576356880 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19333] ppid=19325 vsize=10817488 memory=0 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19333/stat : 19333 (java) S 19325 19328 7968 0 -1 1077944384 13493 0 0 0 170 52 0 0 20 0 17 0 16261462 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409575304080 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19334] ppid=19325 vsize=10817488 memory=2252820 CPUtime=2.22 cores=0,2,4,6
/proc/19328/task/19334/stat : 19334 (java) S 19325 19328 7968 0 -1 1077944384 14199 0 0 0 169 53 0 0 20 0 17 0 16261462 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409574251280 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19335] ppid=19325 vsize=10817488 memory=2252820 CPUtime=0.21 cores=0,2,4,6
/proc/19328/task/19335/stat : 19335 (java) S 19325 19328 7968 0 -1 1077944384 17384 0 0 0 17 4 0 0 20 0 17 0 16261464 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409530673520 140409966484098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19336] ppid=19325 vsize=10817488 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19336/stat : 19336 (java) S 19325 19328 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 16261464 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409529619552 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19337] ppid=19325 vsize=10817488 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19337/stat : 19337 (java) S 19325 19328 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 16261464 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409528566656 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19338] ppid=19325 vsize=10817488 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19338/stat : 19338 (java) S 19325 19328 7968 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 17 0 16261467 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409460221776 140409966491547 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19339] ppid=19325 vsize=10817488 memory=1732 CPUtime=1.38 cores=0,2,4,6
/proc/19328/task/19339/stat : 19339 (java) S 19325 19328 7968 0 -1 1077944384 8003 0 0 0 137 1 0 0 20 0 17 0 16261467 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409459170160 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19340] ppid=19325 vsize=10817488 memory=1700 CPUtime=1.6 cores=0,2,4,6
/proc/19328/task/19340/stat : 19340 (java) S 19325 19328 7968 0 -1 1077944384 9469 0 0 0 159 1 0 0 20 0 17 0 16261467 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409458117360 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19341] ppid=19325 vsize=10817488 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/19328/task/19341/stat : 19341 (java) R 19325 19328 7968 0 -1 4202560 3417 0 0 0 34 1 0 0 20 0 17 0 16261467 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409457064560 140409945414502 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19342] ppid=19325 vsize=10817488 memory=2252820 CPUtime=0 cores=0,2,4,6
/proc/19328/task/19342/stat : 19342 (java) S 19325 19328 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16261467 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409456012000 140409966483157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
[pid=19328/tid=19343] ppid=19325 vsize=10817488 memory=4124 CPUtime=1.52 cores=0,2,4,6
/proc/19328/task/19343/stat : 19343 (java) S 19325 19328 7968 0 -1 1077944384 3070 0 0 0 80 72 0 0 20 0 17 0 16261471 11077107712 563304 18446744073709551615 4194304 4196468 140734007265600 140409454959280 140409966484098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140734007271825 140734007271978 140734007271978 140734007275471 0
Current children cumulated CPU time: 2520.39 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2253216 KiB

Child status: 143
Real time (s): 2509.53
CPU time (s): 2520.43
CPU user time (s): 2517.48
CPU system time (s): 2.94799
CPU usage (%): 100.434
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2253216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.48
system time used= 2.94799
maximum resident set size= 2253412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57161
involuntary context switches= 3341


# summary of solver processes directly reported to runsolver:
#   pid: 19328
#   total CPU time (s): 2520.43
#   total CPU user time (s): 2517.48
#   total CPU system time (s): 2.94799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2904 second user time and 23.5741 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:15:51
IDJOB=4263361
IDBENCH=124374
IDSOLVER=2651
FILE ID=node128/4263361-1502623788
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263361-1502623788/watcher-4263361-1502623788 -o /tmp/evaluation-result-4263361-1502623788/solver-4263361-1502623788 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263361-1502623788.xml

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

MD5SUM BENCH= cfab102c91084e040090bf0c1bc6cb0b
RANDOM SEED=1900729004

node128.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.94
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.94
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.94
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.94
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:        29775704 kB
MemAvailable:   30343604 kB
Buffers:          135028 kB
Cached:           720732 kB
SwapCached:            0 kB
Active:          1910740 kB
Inactive:         666476 kB
Active(anon):    1721700 kB
Inactive(anon):    16764 kB
Active(file):     189040 kB
Inactive(file):   649712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:       1599380 kB
Mapped:            44532 kB
Shmem:             17116 kB
Slab:             114612 kB
SReclaimable:      89968 kB
SUnreclaim:        24644 kB
KernelStack:        3744 kB
PageTables:         8132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3248324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1501184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 13:57:40