Trace number 4263264

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 0.74050498 0.73559302

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-kyoto-osaka-tokyo.xml
MD5SUMea216a9039d6bca348670276c70823be
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.011518
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints16
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":6},{"size":10,"count":6}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":1},{"degree":3,"count":6},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":7,"count":1},{"degree":9,"count":1}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":5},{"arity":3,"count":1},{"arity":4,"count":9},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.39/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.39/0.50	c This is free software under the dual EPL/GNU LGPL licenses.
0.39/0.50	c See www.sat4j.org for details.
0.39/0.50	c That software uses the Rhino library from the Mozilla project.
0.39/0.50	c version CUSTOM.v20170705
0.39/0.50	c java.runtime.name	Java(TM) SE Runtime Environment
0.39/0.50	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.39/0.50	c java.vm.version	25.131-b11
0.39/0.50	c java.vm.vendor	Oracle Corporation
0.39/0.50	c sun.arch.data.model	64
0.39/0.50	c java.version		1.8.0_131
0.39/0.50	c os.name		Linux
0.39/0.50	c os.version		3.10.0-514.16.1.el7.x86_64
0.39/0.50	c os.arch		amd64
0.39/0.50	c Free memory 		499604488
0.39/0.50	c Max memory 		7247757312
0.39/0.50	c Total memory 		504889344
0.39/0.50	c Number of processors 	4
0.39/0.50	c c --- Begin Solver configuration ---
0.39/0.50	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.39/0.50	c Learn all clauses as in MiniSAT
0.39/0.50	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.50	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.39/0.50	c No reason simplification
0.39/0.50	c Glucose 2.1 dynamic restart strategy
0.39/0.50	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.39/0.50	c timeout=2147483s
0.39/0.50	c DB Simplification allowed=false
0.39/0.50	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.39/0.50	c --- End Solver configuration ---
0.39/0.50	c constraints type 
0.39/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.39/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
0.39/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1900
0.39/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 30
0.39/0.50	c 2338 constraints processed.
0.73/0.73	c starts		: 1
0.73/0.73	c conflicts		: 127
0.73/0.73	c decisions		: 906
0.73/0.73	c propagations		: 7210
0.73/0.73	c inspects		: 17051
0.73/0.73	c shortcuts		: 0
0.73/0.73	c learnt literals	: 10
0.73/0.73	c learnt binary clauses	: 18
0.73/0.73	c learnt ternary clauses	: 16
0.73/0.73	c learnt constraints	: 117
0.73/0.73	c ignored constraints	: 0
0.73/0.73	c root simplifications	: 0
0.73/0.73	c removed literals (reason simplification)	: 0
0.73/0.73	c reason swapping (by a shorter reason)	: 0
0.73/0.73	c Calls to reduceDB	: 0
0.73/0.73	c Number of update (reduction) of LBD	: 32
0.73/0.73	c Imported unit clauses	: 0
0.73/0.73	c number of reductions to clauses (during analyze)	: 0
0.73/0.73	c number of learned constraints concerned by reduction	: 0
0.73/0.73	c number of learning phase by resolution	: 0
0.73/0.73	c number of learning phase by cutting planes	: 0
0.73/0.73	c number of rounding to 1 operations	: 0
0.73/0.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
0.73/0.73	c number of reductions of the coefficients by power 2 	: 0
0.73/0.73	c number of right shift for reduction by power 2 	: 0
0.73/0.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
0.73/0.73	c speed (assignments/second)	: 32044.444444444445
0.73/0.73	c non guided choices	271
0.73/0.73	c learnt constraints type 
0.73/0.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99
0.73/0.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
0.73/0.73	s SATISFIABLE
0.73/0.73	v <instantiation type="solution">
0.73/0.73	v 	<list> l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] C[0] C[1] C[2] C[3] C[4] C[5] </list>
0.73/0.73	v 	<values> 0 0 0 0 0 0 0 0 0 0 4 0 0 0 3 0 0 0 2 7 0 0 0 0 1 0 0 0 1 0 0 0 </values>
0.73/0.73	v </instantiation>
0.73/0.73	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263264-1502636422/watcher-4263264-1502636422 -o /tmp/evaluation-result-4263264-1502636422/solver-4263264-1502636422 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263264-1502636422.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=2528, runsolver pid=2525

[startup+0.1002 s]*
/proc/loadavg: 4.83 5.46 4.45 3/208 2537
/proc/meminfo: memFree=30776100/32770624 swapFree=67108860/67108860
[pid=2528] ppid=2525 vsize=10151672 memory=20024 CPUtime=0.02 cores=0,2,4,6
/proc/2528/stat : 2528 (java) S 2525 2528 12395 0 -1 1077944320 3864 0 0 0 2 0 0 0 20 0 9 0 105553538 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140720738501408 140561950600951 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
/proc/2528/statm: 2537918 5006 2110 1 0 2527415 0
[pid=2528/tid=2530] ppid=2525 vsize=10151672 memory=-7174084197762691781 CPUtime=0.02 cores=0,2,4,6
/proc/2528/task/2530/stat : 2530 (java) R 2525 2528 12395 0 -1 4202560 2507 0 0 0 2 0 0 0 20 0 9 0 105553545 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561954836680 140561943278965 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2531] ppid=2525 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2531/stat : 2531 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105553546 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561881021584 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2532] ppid=2525 vsize=10151672 memory=140362887960192 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2532/stat : 2532 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105553546 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561879968784 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2533] ppid=2525 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2533/stat : 2533 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105553546 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561878915984 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2534] ppid=2525 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2534/stat : 2534 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105553546 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561877863184 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2535] ppid=2525 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2535/stat : 2535 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105553547 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561446009200 140561950612098 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2536] ppid=2525 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2536/stat : 2536 (java) S 2525 2528 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 105553548 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561444955168 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2537] ppid=2525 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2537/stat : 2537 (java) S 2525 2528 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 105553548 10395312128 5006 18446744073709551615 4194304 4196468 140720738518864 140561443902384 140561950611157 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20024 KiB

[startup+0.210263 s]*
/proc/loadavg: 4.83 5.46 4.45 3/213 2542
/proc/meminfo: memFree=30775836/32770624 swapFree=67108860/67108860
[pid=2528] ppid=2525 vsize=10551056 memory=22872 CPUtime=0.06 cores=0,2,4,6
/proc/2528/stat : 2528 (java) S 2525 2528 12395 0 -1 1077944320 4671 0 0 0 5 1 0 0 20 0 15 0 105553538 10804281344 5718 18446744073709551615 4194304 4196468 140720738518864 140720738501408 140561950600951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
/proc/2528/statm: 2637764 5718 2607 1 0 2627261 0
[pid=2528/tid=2530] ppid=2525 vsize=10551156 memory=-7174084197762691781 CPUtime=0.04 cores=0,2,4,6
/proc/2528/task/2530/stat : 2530 (java) R 2525 2528 12395 0 -1 4202560 2804 0 0 0 4 0 0 0 20 0 15 0 105553545 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561954843232 140561934681438 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2531] ppid=2525 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2531/stat : 2531 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561881021584 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2532] ppid=2525 vsize=10551156 memory=140362887960192 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2532/stat : 2532 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561879968784 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2533] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2533/stat : 2533 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561878915984 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2534] ppid=2525 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2534/stat : 2534 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561877863184 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2535] ppid=2525 vsize=10551156 memory=140362887960192 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2535/stat : 2535 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553547 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561446009200 140561950612098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2536] ppid=2525 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2536/stat : 2536 (java) S 2525 2528 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105553548 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561444955168 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2537] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2537/stat : 2537 (java) S 2525 2528 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105553548 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561443902320 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2538] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2538/stat : 2538 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561442850640 140561950619547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2539] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2539/stat : 2539 (java) S 2525 2528 12395 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561441799024 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2540] ppid=2525 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2540/stat : 2540 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561440746224 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2541] ppid=2525 vsize=10551156 memory=140362887960192 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2541/stat : 2541 (java) R 2525 2528 12395 0 -1 4202560 228 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561439693424 140561928626834 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2542] ppid=2525 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2542/stat : 2542 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561438640864 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2543] ppid=2525 vsize=10551156 memory=140362887960192 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2543/stat : 2543 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105553559 10804383744 5718 18446744073709551615 4194304 4196468 140720738518864 140561437588144 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22872 KiB

[startup+0.312174 s]*
/proc/loadavg: 4.83 5.46 4.45 3/214 2543
/proc/meminfo: memFree=30762936/32770624 swapFree=67108860/67108860
[pid=2528] ppid=2525 vsize=10551156 memory=35708 CPUtime=0.22 cores=0,2,4,6
/proc/2528/stat : 2528 (java) S 2525 2528 12395 0 -1 1077944320 8189 0 0 0 20 2 0 0 20 0 15 0 105553538 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140720738501408 140561950600951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
/proc/2528/statm: 2637789 8927 2867 1 0 2627261 0
[pid=2528/tid=2530] ppid=2525 vsize=10551156 memory=6933928925625698159 CPUtime=0.15 cores=0,2,4,6
/proc/2528/task/2530/stat : 2530 (java) R 2525 2528 12395 0 -1 4202560 5824 0 0 0 13 2 0 0 20 0 15 0 105553545 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561954816336 140561950612886 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2531] ppid=2525 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2531/stat : 2531 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561881021584 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2532] ppid=2525 vsize=10551156 memory=6940155024670012480 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2532/stat : 2532 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561879968784 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2533] ppid=2525 vsize=10551156 memory=8377423817439797344 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2533/stat : 2533 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561878915984 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2534] ppid=2525 vsize=10551156 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2534/stat : 2534 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553546 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561877863184 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2535] ppid=2525 vsize=10551156 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2535/stat : 2535 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105553547 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561446009200 140561950612098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2536] ppid=2525 vsize=10551156 memory=-8102431393132624720 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2536/stat : 2536 (java) S 2525 2528 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105553548 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561444955168 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2537] ppid=2525 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2537/stat : 2537 (java) S 2525 2528 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105553548 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561443902320 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2538] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2538/stat : 2538 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561442850640 140561950619547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2539] ppid=2525 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2528/task/2539/stat : 2539 (java) S 2525 2528 12395 0 -1 1077944384 485 0 0 0 1 0 0 0 20 0 15 0 105553550 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561441799024 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2540] ppid=2525 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2528/task/2540/stat : 2540 (java) S 2525 2528 12395 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 105553550 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561440746224 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2541] ppid=2525 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2528/task/2541/stat : 2541 (java) R 2525 2528 12395 0 -1 4202560 423 0 0 0 4 0 0 0 20 0 15 0 105553550 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561439693424 140561934681438 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2542] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2542/stat : 2542 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105553550 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561438640864 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2543] ppid=2525 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2543/stat : 2543 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105553559 10804383744 8927 18446744073709551615 4194304 4196468 140720738518864 140561437588144 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35708 KiB

[startup+0.700781 s]
/proc/loadavg: 4.83 5.46 4.45 4/215 2544
/proc/meminfo: memFree=30753640/32770624 swapFree=67108860/67108860
[pid=2528] ppid=2525 vsize=10750924 memory=52816 CPUtime=0.73 cores=0,2,4,6
/proc/2528/stat : 2528 (java) S 2525 2528 12395 0 -1 1077944320 11072 0 0 0 69 4 0 0 20 0 16 0 105553538 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140720738501408 140561950600951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
/proc/2528/statm: 2687731 13204 3055 1 0 2677184 0
[pid=2528/tid=2530] ppid=2525 vsize=10750924 memory=4529 CPUtime=0.36 cores=0,2,4,6
/proc/2528/task/2530/stat : 2530 (java) S 2525 2528 12395 0 -1 1077944384 7409 0 0 0 33 3 0 0 20 0 16 0 105553545 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561954841632 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2531] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2531/stat : 2531 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561881021584 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2532] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2532/stat : 2532 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561879968784 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2533] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2533/stat : 2533 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561878915984 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2534] ppid=2525 vsize=10750924 memory=8242257093008175158 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2534/stat : 2534 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561877863184 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2535] ppid=2525 vsize=10750924 memory=7084815745747599460 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2535/stat : 2535 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553547 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561446009200 140561950612098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2536] ppid=2525 vsize=10750924 memory=6226596351323422817 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2536/stat : 2536 (java) S 2525 2528 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105553548 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561444955168 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2537] ppid=2525 vsize=10750924 memory=4638778398333293666 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2537/stat : 2537 (java) S 2525 2528 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105553548 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561443902320 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2538] ppid=2525 vsize=10750924 memory=9047017150487036575 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2538/stat : 2538 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561442850640 140561950619547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2539] ppid=2525 vsize=10750924 memory=8414074075373934941 CPUtime=0.09 cores=0,2,4,6
/proc/2528/task/2539/stat : 2539 (java) S 2525 2528 12395 0 -1 1077944384 859 0 0 0 9 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561441799024 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2540] ppid=2525 vsize=10750924 memory=-7522837583129502606 CPUtime=0.1 cores=0,2,4,6
/proc/2528/task/2540/stat : 2540 (java) S 2525 2528 12395 0 -1 1077944384 543 0 0 0 10 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561440746224 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2541] ppid=2525 vsize=10750924 memory=6944656592455362618 CPUtime=0.15 cores=0,2,4,6
/proc/2528/task/2541/stat : 2541 (java) S 2525 2528 12395 0 -1 1077944384 824 0 0 0 15 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561439693424 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2542] ppid=2525 vsize=10750924 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2542/stat : 2542 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561438640864 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2543] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2543/stat : 2543 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105553559 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561437588144 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 52816 KiB

[startup+0.735546 s]
# the end of solver process 2528 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.694158 s, system=0.046347 s

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

[startup+0.700781 s]
/proc/loadavg: 4.83 5.46 4.45 4/215 2544
/proc/meminfo: memFree=30753640/32770624 swapFree=67108860/67108860
[pid=2528] ppid=2525 vsize=10750924 memory=52816 CPUtime=0.73 cores=0,2,4,6
/proc/2528/stat : 2528 (java) S 2525 2528 12395 0 -1 1077944320 11072 0 0 0 69 4 0 0 20 0 16 0 105553538 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140720738501408 140561950600951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
/proc/2528/statm: 2687731 13204 3055 1 0 2677184 0
[pid=2528/tid=2530] ppid=2525 vsize=10750924 memory=4529 CPUtime=0.36 cores=0,2,4,6
/proc/2528/task/2530/stat : 2530 (java) S 2525 2528 12395 0 -1 1077944384 7409 0 0 0 33 3 0 0 20 0 16 0 105553545 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561954841632 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2531] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2531/stat : 2531 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561881021584 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2532] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2532/stat : 2532 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561879968784 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2533] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2533/stat : 2533 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561878915984 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2534] ppid=2525 vsize=10750924 memory=8242257093008175158 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2534/stat : 2534 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553546 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561877863184 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2535] ppid=2525 vsize=10750924 memory=7084815745747599460 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2535/stat : 2535 (java) S 2525 2528 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105553547 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561446009200 140561950612098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2536] ppid=2525 vsize=10750924 memory=6226596351323422817 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2536/stat : 2536 (java) S 2525 2528 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105553548 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561444955168 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2537] ppid=2525 vsize=10750924 memory=4638778398333293666 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2537/stat : 2537 (java) S 2525 2528 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105553548 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561443902320 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2538] ppid=2525 vsize=10750924 memory=9047017150487036575 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2538/stat : 2538 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561442850640 140561950619547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2539] ppid=2525 vsize=10750924 memory=8414074075373934941 CPUtime=0.09 cores=0,2,4,6
/proc/2528/task/2539/stat : 2539 (java) S 2525 2528 12395 0 -1 1077944384 859 0 0 0 9 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561441799024 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2540] ppid=2525 vsize=10750924 memory=-7522837583129502606 CPUtime=0.1 cores=0,2,4,6
/proc/2528/task/2540/stat : 2540 (java) S 2525 2528 12395 0 -1 1077944384 543 0 0 0 10 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561440746224 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2541] ppid=2525 vsize=10750924 memory=6944656592455362618 CPUtime=0.15 cores=0,2,4,6
/proc/2528/task/2541/stat : 2541 (java) S 2525 2528 12395 0 -1 1077944384 824 0 0 0 15 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561439693424 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2542] ppid=2525 vsize=10750924 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2542/stat : 2542 (java) S 2525 2528 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105553550 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561438640864 140561950611157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
[pid=2528/tid=2543] ppid=2525 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2528/task/2543/stat : 2543 (java) S 2525 2528 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105553559 11008946176 13204 18446744073709551615 4194304 4196468 140720738518864 140561437588144 140561950612098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140720738525584 140720738525737 140720738525737 140720738529231 0
Current children cumulated CPU time: 0.73 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 52816 KiB

Child status: 0
Real time (s): 0.735593
CPU time (s): 0.740505
CPU user time (s): 0.694158
CPU system time (s): 0.046347
CPU usage (%): 100.668
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 52816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.694158
system time used= 0.046347
maximum resident set size= 55492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11105
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= 1183
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 2528
#   total CPU time (s): 0.740505
#   total CPU user time (s): 0.694158
#   total CPU system time (s): 0.046347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025607 second user time and 0.05003 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:46:29
IDJOB=4263264
IDBENCH=139159
IDSOLVER=2651
FILE ID=node135/4263264-1502636422
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-kyoto-osaka-tokyo.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263264-1502636422/watcher-4263264-1502636422 -o /tmp/evaluation-result-4263264-1502636422/solver-4263264-1502636422 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263264-1502636422.xml

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

MD5SUM BENCH= ea216a9039d6bca348670276c70823be
RANDOM SEED=185445417

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30787340 kB
MemAvailable:   31684668 kB
Buffers:          312520 kB
Cached:           882324 kB
SwapCached:            0 kB
Active:           982400 kB
Inactive:         556692 kB
Active(anon):     344580 kB
Inactive(anon):    41324 kB
Active(file):     637820 kB
Inactive(file):   515368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:        344232 kB
Mapped:            66816 kB
Shmem:             41656 kB
Slab:             147960 kB
SReclaimable:     119948 kB
SUnreclaim:        28012 kB
KernelStack:        3552 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1297584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:46:30