Trace number 4263639

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-05SAT 1.7053601 0.86763698

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-2-4-cp.xml
MD5SUM612b3a9d83ebb0dde099fe85e279ef2b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.296404
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints276
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":40}]
Minimum variable degree29
Maximum variable degree30
Distribution of variable degrees[{"degree":29,"count":30},{"degree":30,"count":10}]
Minimum constraint arity4
Maximum constraint arity40
Distribution of constraint arities[{"arity":4,"count":270},{"arity":10,"count":5},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints270
Distribution of constraint types[{"type":"intension","count":270},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.14/0.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.14/0.53	c This is free software under the dual EPL/GNU LGPL licenses.
1.14/0.53	c See www.sat4j.org for details.
1.14/0.53	c That software uses the Rhino library from the Mozilla project.
1.14/0.53	c version CUSTOM.v20170705
1.14/0.53	c java.runtime.name	Java(TM) SE Runtime Environment
1.14/0.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.14/0.53	c java.vm.version	25.131-b11
1.14/0.53	c java.vm.vendor	Oracle Corporation
1.14/0.53	c sun.arch.data.model	64
1.14/0.53	c java.version		1.8.0_131
1.14/0.53	c os.name		Linux
1.14/0.53	c os.version		3.10.0-514.16.1.el7.x86_64
1.14/0.53	c os.arch		amd64
1.14/0.53	c Free memory 		499604488
1.14/0.53	c Max memory 		7247757312
1.14/0.53	c Total memory 		504889344
1.14/0.53	c Number of processors 	4
1.14/0.53	c c --- Begin Solver configuration ---
1.14/0.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.14/0.53	c Learn all clauses as in MiniSAT
1.14/0.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.14/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.14/0.53	c No reason simplification
1.14/0.53	c Glucose 2.1 dynamic restart strategy
1.14/0.53	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.14/0.53	c timeout=2147483s
1.14/0.53	c DB Simplification allowed=false
1.14/0.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.14/0.53	c --- End Solver configuration ---
1.14/0.53	c constraints type 
1.14/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1.14/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2203
1.14/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22844
1.14/0.53	c org.sat4j.specs.Constr$1 => 224
1.14/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 650
1.14/0.53	c 26001 constraints processed.
1.69/0.86	c starts		: 6
1.69/0.86	c conflicts		: 840
1.69/0.86	c decisions		: 5124
1.69/0.86	c propagations		: 110179
1.69/0.86	c inspects		: 316346
1.69/0.86	c shortcuts		: 0
1.69/0.86	c learnt literals	: 2
1.69/0.86	c learnt binary clauses	: 47
1.69/0.86	c learnt ternary clauses	: 102
1.69/0.86	c learnt constraints	: 838
1.69/0.86	c ignored constraints	: 0
1.69/0.86	c root simplifications	: 0
1.69/0.86	c removed literals (reason simplification)	: 0
1.69/0.86	c reason swapping (by a shorter reason)	: 0
1.69/0.86	c Calls to reduceDB	: 0
1.69/0.86	c Number of update (reduction) of LBD	: 252
1.69/0.86	c Imported unit clauses	: 0
1.69/0.86	c number of reductions to clauses (during analyze)	: 0
1.69/0.86	c number of learned constraints concerned by reduction	: 0
1.69/0.86	c number of learning phase by resolution	: 0
1.69/0.86	c number of learning phase by cutting planes	: 0
1.69/0.86	c number of rounding to 1 operations	: 0
1.69/0.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1.69/0.86	c number of reductions of the coefficients by power 2 	: 0
1.69/0.86	c number of right shift for reduction by power 2 	: 0
1.69/0.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
1.69/0.86	c speed (assignments/second)	: 349774.6031746032
1.69/0.86	c non guided choices	1562
1.69/0.86	c learnt constraints type 
1.69/0.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 791
1.69/0.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1.69/0.86	s SATISFIABLE
1.69/0.86	v <instantiation type="solution">
1.69/0.86	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] </list>
1.69/0.86	v 	<values> 0 0 1 1 2 2 3 3 4 4 1 2 0 4 2 3 1 4 0 3 1 3 0 2 2 0 3 4 4 1 3 1 2 3 0 1 4 2 0 4 </values>
1.69/0.86	v </instantiation>
1.69/0.86	

Verifier Data

OK	

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 (7824 MiB free)
  memory of node 1: 16384 MiB (15752 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263639-1502626102/watcher-4263639-1502626102 -o /tmp/evaluation-result-4263639-1502626102/solver-4263639-1502626102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263639-1502626102.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=2936, runsolver pid=2933

[startup+0.100061 s]*
/proc/loadavg: 4.73 4.66 4.14 4/216 2951
/proc/meminfo: memFree=24122412/32770624 swapFree=67108860/67108860
[pid=2936] ppid=2933 vsize=10555400 memory=31368 CPUtime=0.12 cores=1,3,5,7
/proc/2936/stat : 2936 (java) S 2933 2936 28385 0 -1 1077944320 6374 0 0 0 11 1 0 0 20 0 15 0 95697964 10808729600 7842 33554432000 4194304 4196468 140734073730112 140734073712656 139957694689015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
/proc/2936/statm: 2638850 7842 2823 1 0 2627263 0
[pid=2936/tid=2938] ppid=2933 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2936/task/2938/stat : 2938 (java) R 2933 2936 28385 0 -1 4202560 4228 0 0 0 8 1 0 0 20 0 15 0 95697965 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957698910784 139957694710941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2939] ppid=2933 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2939/stat : 2939 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957620763792 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2940] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2940/stat : 2940 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957619710992 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2941] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2941/stat : 2941 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957618658192 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2942] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2942/stat : 2942 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957617605392 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2943] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2943/stat : 2943 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957186988400 139957694700162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2944] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2944/stat : 2944 (java) S 2933 2936 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957185934368 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2945] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2945/stat : 2945 (java) S 2933 2936 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957184881520 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2946] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2946/stat : 2946 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957183829840 139957694707611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2947] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2947/stat : 2947 (java) S 2933 2936 28385 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957182778224 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2948] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2948/stat : 2948 (java) S 2933 2936 28385 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957181725424 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2949] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0.02 cores=1,3,5,7
/proc/2936/task/2949/stat : 2949 (java) S 2933 2936 28385 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957180672624 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2950] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2950/stat : 2950 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957179620064 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2951] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2951/stat : 2951 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 7842 33554432000 4194304 4196468 140734073730112 139957178567344 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31368 KiB

[startup+0.210604 s]*
/proc/loadavg: 4.73 4.66 4.14 3/216 2951
/proc/meminfo: memFree=24114348/32770624 swapFree=67108860/67108860
[pid=2936] ppid=2933 vsize=10555400 memory=39316 CPUtime=0.3 cores=1,3,5,7
/proc/2936/stat : 2936 (java) S 2933 2936 28385 0 -1 1077944320 7603 0 0 0 28 2 0 0 20 0 15 0 95697964 10808729600 9829 33554432000 4194304 4196468 140734073730112 140734073712656 139957694689015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
/proc/2936/statm: 2638850 9829 2958 1 0 2627263 0
[pid=2936/tid=2938] ppid=2933 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2936/task/2938/stat : 2938 (java) R 2933 2936 28385 0 -1 4202560 4785 0 0 0 18 1 0 0 20 0 15 0 95697965 10808729600 9894 33554432000 4194304 4196468 140734073730112 139957698917072 139957678769502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2939] ppid=2933 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2939/stat : 2939 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 9894 33554432000 4194304 4196468 140734073730112 139957620763792 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2940] ppid=2933 vsize=10555400 memory=140303575632948 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2940/stat : 2940 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 9894 33554432000 4194304 4196468 140734073730112 139957619710992 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2941] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2941/stat : 2941 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957618658192 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2942] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2942/stat : 2942 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957617605392 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2943] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2943/stat : 2943 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957186988400 139957694700162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2944] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2944/stat : 2944 (java) S 2933 2936 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957185934368 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2945] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2945/stat : 2945 (java) S 2933 2936 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697967 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957184881520 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2946] ppid=2933 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2946/stat : 2946 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957183829840 139957694707611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2947] ppid=2933 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2936/task/2947/stat : 2947 (java) S 2933 2936 28385 0 -1 1077944384 584 0 0 0 1 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957182778224 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2948] ppid=2933 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2936/task/2948/stat : 2948 (java) S 2933 2936 28385 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957181725424 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2949] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0.06 cores=1,3,5,7
/proc/2936/task/2949/stat : 2949 (java) S 2933 2936 28385 0 -1 1077944384 738 0 0 0 6 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957180672624 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2950] ppid=2933 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2950/stat : 2950 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957179620064 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2951] ppid=2933 vsize=10555400 memory=140303575615104 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2951/stat : 2951 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697970 10808729600 9902 33554432000 4194304 4196468 140734073730112 139957178567344 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39316 KiB

[startup+0.310814 s]*
/proc/loadavg: 4.73 4.66 4.14 4/216 2951
/proc/meminfo: memFree=24107524/32770624 swapFree=67108860/67108860
[pid=2936] ppid=2933 vsize=10555476 memory=46100 CPUtime=0.5 cores=1,3,5,7
/proc/2936/stat : 2936 (java) S 2933 2936 28385 0 -1 1077944320 8261 0 0 0 48 2 0 0 20 0 15 0 95697964 10808807424 11525 33554432000 4194304 4196468 140734073730112 140734073712656 139957694689015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
/proc/2936/statm: 2638869 11525 3028 1 0 2627263 0
[pid=2936/tid=2938] ppid=2933 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2936/task/2938/stat : 2938 (java) R 2933 2936 28385 0 -1 4202560 5189 0 0 0 28 2 0 0 20 0 15 0 95697965 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957698924992 139957694700950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2939] ppid=2933 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2939/stat : 2939 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697965 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957620763792 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2940] ppid=2933 vsize=10555476 memory=140303575673120 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2940/stat : 2940 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957619710992 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2941] ppid=2933 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2941/stat : 2941 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957618658192 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2942] ppid=2933 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2942/stat : 2942 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697965 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957617605392 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2943] ppid=2933 vsize=10555476 memory=140303575680032 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2943/stat : 2943 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697967 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957186988400 139957694700162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2944] ppid=2933 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2944/stat : 2944 (java) S 2933 2936 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697967 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957185934368 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2945] ppid=2933 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2945/stat : 2945 (java) S 2933 2936 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697967 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957184881520 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2946] ppid=2933 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2946/stat : 2946 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957183829840 139957694707611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2947] ppid=2933 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2936/task/2947/stat : 2947 (java) S 2933 2936 28385 0 -1 1077944384 681 0 0 0 4 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957182778224 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2948] ppid=2933 vsize=10555476 memory=140303428341263 CPUtime=0.02 cores=1,3,5,7
/proc/2936/task/2948/stat : 2948 (java) S 2933 2936 28385 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957181725424 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2949] ppid=2933 vsize=10555476 memory=140303575617634 CPUtime=0.13 cores=1,3,5,7
/proc/2936/task/2949/stat : 2949 (java) R 2933 2936 28385 0 -1 4202560 848 0 0 0 13 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957180672920 139957686926142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2950] ppid=2933 vsize=10555476 memory=140303428345807 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2950/stat : 2950 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957179620064 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2951] ppid=2933 vsize=10555476 memory=280607003977664 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2951/stat : 2951 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697970 10808807424 11525 33554432000 4194304 4196468 140734073730112 139957178567344 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46100 KiB

[startup+0.700814 s]
/proc/loadavg: 4.73 4.66 4.14 6/216 2951
/proc/meminfo: memFree=24077624/32770624 swapFree=67108860/67108860
[pid=2936] ppid=2933 vsize=10755168 memory=85784 CPUtime=1.66 cores=1,3,5,7
/proc/2936/stat : 2936 (java) S 2933 2936 28385 0 -1 1077944320 12085 0 0 0 162 4 0 0 20 0 16 0 95697964 11013292032 21446 33554432000 4194304 4196468 140734073730112 140734073712656 139957694689015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
/proc/2936/statm: 2688792 21446 3091 1 0 2677186 0
[pid=2936/tid=2938] ppid=2933 vsize=10755168 memory=2372 CPUtime=0.63 cores=1,3,5,7
/proc/2936/task/2938/stat : 2938 (java) S 2933 2936 28385 0 -1 1077944384 5478 0 0 0 61 2 0 0 20 0 16 0 95697965 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957698929696 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2939] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2939/stat : 2939 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957620763792 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2940] ppid=2933 vsize=10755168 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2940/stat : 2940 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957619710992 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2941] ppid=2933 vsize=10755168 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2941/stat : 2941 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957618658192 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2942] ppid=2933 vsize=10755168 memory=17708 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2942/stat : 2942 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957617605392 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2943] ppid=2933 vsize=10755168 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2943/stat : 2943 (java) S 2933 2936 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957186988400 139957694700162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2944] ppid=2933 vsize=10755168 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2944/stat : 2944 (java) S 2933 2936 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957185934368 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2945] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2945/stat : 2945 (java) S 2933 2936 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957184881520 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2946] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2946/stat : 2946 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957183829840 139957694707611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2947] ppid=2933 vsize=10755168 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2936/task/2947/stat : 2947 (java) R 2933 2936 28385 0 -1 4202560 1765 0 0 0 35 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957182771416 139957673080456 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2948] ppid=2933 vsize=10755168 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2936/task/2948/stat : 2948 (java) S 2933 2936 28385 0 -1 1077944384 1206 0 0 0 32 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957181725424 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2949] ppid=2933 vsize=10755168 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2936/task/2949/stat : 2949 (java) S 2933 2936 28385 0 -1 1077944384 2198 0 0 0 32 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957180672624 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2950] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2950/stat : 2950 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957179620064 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2951] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2951/stat : 2951 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21446 33554432000 4194304 4196468 140734073730112 139957178567344 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 85784 KiB

[startup+0.867593 s]
# the end of solver process 2936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.66043 s, system=0.044931 s

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

[startup+0.800863 s]
/proc/loadavg: 4.73 4.66 4.14 6/216 2951
/proc/meminfo: memFree=24077624/32770624 swapFree=67108860/67108860
[pid=2936] ppid=2933 vsize=10755168 memory=86048 CPUtime=1.69 cores=1,3,5,7
/proc/2936/stat : 2936 (java) S 2933 2936 28385 0 -1 1077944320 12093 0 0 0 165 4 0 0 20 0 16 0 95697964 11013292032 21512 33554432000 4194304 4196468 140734073730112 140734073712656 139957694689015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
/proc/2936/statm: 2688792 21512 3093 1 0 2677186 0
[pid=2936/tid=2938] ppid=2933 vsize=10755168 memory=928 CPUtime=0.63 cores=1,3,5,7
/proc/2936/task/2938/stat : 2938 (java) S 2933 2936 28385 0 -1 1077944384 5478 0 0 0 61 2 0 0 20 0 16 0 95697965 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957698929696 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2939] ppid=2933 vsize=10755168 memory=2957 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2939/stat : 2939 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957620763792 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2940] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2940/stat : 2940 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957619710992 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2941] ppid=2933 vsize=10755168 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2941/stat : 2941 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957618658192 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2942] ppid=2933 vsize=10755168 memory=280606856933088 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2942/stat : 2942 (java) S 2933 2936 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95697965 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957617605392 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2943] ppid=2933 vsize=10755168 memory=41284 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2943/stat : 2943 (java) S 2933 2936 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957186988400 139957694700162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2944] ppid=2933 vsize=10755168 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2944/stat : 2944 (java) S 2933 2936 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957185934368 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2945] ppid=2933 vsize=10755168 memory=140303428473440 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2945/stat : 2945 (java) S 2933 2936 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95697967 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957184881520 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2946] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2946/stat : 2946 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957183829840 139957694707611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2947] ppid=2933 vsize=10755168 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/2936/task/2947/stat : 2947 (java) S 2933 2936 28385 0 -1 1077944384 1773 0 0 0 38 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957182778224 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2948] ppid=2933 vsize=10755168 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2936/task/2948/stat : 2948 (java) S 2933 2936 28385 0 -1 1077944384 1206 0 0 0 32 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957181725424 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2949] ppid=2933 vsize=10755168 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2936/task/2949/stat : 2949 (java) S 2933 2936 28385 0 -1 1077944384 2198 0 0 0 32 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957180672624 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2950] ppid=2933 vsize=10755168 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2950/stat : 2950 (java) S 2933 2936 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957179620064 139957694699221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
[pid=2936/tid=2951] ppid=2933 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2936/task/2951/stat : 2951 (java) S 2933 2936 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95697970 11013292032 21512 33554432000 4194304 4196468 140734073730112 139957178567344 139957694700162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140734073738374 140734073738527 140734073738527 140734073741263 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 86048 KiB

Child status: 0
Real time (s): 0.867637
CPU time (s): 1.70536
CPU user time (s): 1.66043
CPU system time (s): 0.044931
CPU usage (%): 196.552
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 86048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.66043
system time used= 0.044931
maximum resident set size= 88500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1488
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 2936
#   total CPU time (s): 1.70536
#   total CPU user time (s): 1.66043
#   total CPU system time (s): 0.044931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032467 second user time and 0.042614 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:54:03
IDJOB=4263639
IDBENCH=126671
IDSOLVER=2651
FILE ID=node106/4263639-1502626102
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-2-4-cp.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263639-1502626102/watcher-4263639-1502626102 -o /tmp/evaluation-result-4263639-1502626102/solver-4263639-1502626102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263639-1502626102.xml

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

MD5SUM BENCH= 612b3a9d83ebb0dde099fe85e279ef2b
RANDOM SEED=2128855743

node106.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.86
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.86
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.86
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.86
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:        24142528 kB
MemAvailable:   24549836 kB
Buffers:          102896 kB
Cached:           592492 kB
SwapCached:            0 kB
Active:          7803620 kB
Inactive:         373192 kB
Active(anon):    7437388 kB
Inactive(anon):    72092 kB
Active(file):     366232 kB
Inactive(file):   301100 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:       7307584 kB
Mapped:            55156 kB
Shmem:             25228 kB
Slab:             137208 kB
SReclaimable:     111624 kB
SUnreclaim:        25584 kB
KernelStack:        3808 kB
PageTables:        19412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6649856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 13:54:04