Trace number 4258222

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 15.6676 6.5036302

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-24-03.xml
MD5SUM0635e1aa85568fae2d5bbba2ded3e0a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark1.49503
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size313
Distribution of domain sizes[{"size":1,"count":1},{"size":313,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":6},{"degree":5,"count":23},{"degree":6,"count":20},{"degree":7,"count":8},{"degree":8,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":112},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

14.20/5.94	Aug 02, 2017 7:01:36 AM org.sat4j.reader.XMLCSP3Reader parseInstance
14.20/5.94	INFO: Runtime exception
14.20/5.94	java.lang.IllegalArgumentException: "ite" is not a valid operator
14.20/5.94		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
14.20/5.94		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
14.20/5.94		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
14.20/5.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
14.20/5.94		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
14.20/5.94		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
14.20/5.94		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
14.20/5.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
14.20/5.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
14.20/5.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
14.20/5.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
14.20/5.94		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
14.20/5.94		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
14.20/5.94		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
14.20/5.94		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
14.20/5.94		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
14.20/5.94		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
14.20/5.94		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
14.20/5.94	
15.65/6.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
15.65/6.49	c This is free software under the dual EPL/GNU LGPL licenses.
15.65/6.49	c See www.sat4j.org for details.
15.65/6.49	c That software uses the Rhino library from the Mozilla project.
15.65/6.49	c version CUSTOM.v20170705
15.65/6.49	c java.runtime.name	Java(TM) SE Runtime Environment
15.65/6.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
15.65/6.49	c java.vm.version	25.131-b11
15.65/6.49	c java.vm.vendor	Oracle Corporation
15.65/6.49	c sun.arch.data.model	64
15.65/6.49	c java.version		1.8.0_131
15.65/6.49	c os.name		Linux
15.65/6.49	c os.version		3.10.0-514.16.1.el7.x86_64
15.65/6.49	c os.arch		amd64
15.65/6.49	c Free memory 		499604488
15.65/6.49	c Max memory 		7247757312
15.65/6.49	c Total memory 		504889344
15.65/6.49	c Number of processors 	4
15.65/6.49	c c --- Begin Solver configuration ---
15.65/6.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
15.65/6.49	c Learn all clauses as in MiniSAT
15.65/6.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
15.65/6.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
15.65/6.49	c No reason simplification
15.65/6.49	c Glucose 2.1 dynamic restart strategy
15.65/6.49	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
15.65/6.49	c timeout=2147483s
15.65/6.49	c DB Simplification allowed=false
15.65/6.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
15.65/6.49	c --- End Solver configuration ---
15.65/6.49	c starts		: 0
15.65/6.49	c conflicts		: 0
15.65/6.49	c decisions		: 0
15.65/6.49	c propagations		: 0
15.65/6.49	c inspects		: 0
15.65/6.49	c shortcuts		: 0
15.65/6.49	c learnt literals	: 0
15.65/6.49	c learnt binary clauses	: 0
15.65/6.49	c learnt ternary clauses	: 0
15.65/6.49	c learnt constraints	: 0
15.65/6.49	c ignored constraints	: 0
15.65/6.49	c root simplifications	: 0
15.65/6.49	c removed literals (reason simplification)	: 0
15.65/6.49	c reason swapping (by a shorter reason)	: 0
15.65/6.49	c Calls to reduceDB	: 0
15.65/6.49	c Number of update (reduction) of LBD	: 0
15.65/6.49	c Imported unit clauses	: 0
15.65/6.49	c number of reductions to clauses (during analyze)	: 0
15.65/6.49	c number of learned constraints concerned by reduction	: 0
15.65/6.49	c number of learning phase by resolution	: 0
15.65/6.49	c number of learning phase by cutting planes	: 0
15.65/6.49	c number of rounding to 1 operations	: 0
15.65/6.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.65/6.49	c number of reductions of the coefficients by power 2 	: 0
15.65/6.49	c number of right shift for reduction by power 2 	: 0
15.65/6.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.65/6.49	c speed (assignments/second)	: 0.0
15.65/6.49	c non guided choices	0
15.65/6.49	c learnt constraints type 
15.65/6.49	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258222-1501650930/watcher-4258222-1501650930 -o /tmp/evaluation-result-4258222-1501650930/solver-4258222-1501650930 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258222-1501650930.xml 

pid=7455
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.17 5.18 3.69 5/198 7458
/proc/meminfo: memFree=23602844/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7458/stat : 7458 (runsolver) D 7455 7458 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13716082 24240128 108 18446744073709551615 4194304 4338465 140723106877776 140723106875416 139916049392343 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25899008 140723106885767 140723106886214 140723106886214 140723106889674 0
/proc/7458/statm: 5918 108 54 36 0 2156 0

[startup+0.106719 s]
/proc/loadavg: 6.17 5.18 3.69 5/198 7458
/proc/meminfo: memFree=23602844/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10152700 CPUtime=0.04 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 3977 0 0 0 4 0 0 0 20 0 10 0 13716082 10396364800 5097 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2538175 5097 2147 1 0 2527680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10152700

[startup+0.20023 s]
/proc/loadavg: 6.17 5.18 3.69 5/198 7458
/proc/meminfo: memFree=23602844/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10551156 CPUtime=0.08 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 4998 0 0 0 8 0 0 0 20 0 15 0 13716082 10804383744 6520 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2637789 6520 2738 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300312 s]
/proc/loadavg: 6.17 5.18 3.69 5/198 7458
/proc/meminfo: memFree=23602844/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10551156 CPUtime=0.24 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 8291 0 0 0 22 2 0 0 20 0 15 0 13716082 10804383744 8998 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2637789 8998 2848 1 0 2627269 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700316 s]
/proc/loadavg: 6.17 5.18 3.69 5/198 7458
/proc/meminfo: memFree=23602844/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 12519 0 0 0 121 5 0 0 20 0 15 0 13716082 10804461568 35659 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2637808 35659 3044 1 0 2627269 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10551232

[startup+1.50063 s]
/proc/loadavg: 6.17 5.18 3.69 6/213 7473
/proc/meminfo: memFree=23290908/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10551232 CPUtime=3.22 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 13643 0 0 0 279 43 0 0 20 0 15 0 13716082 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2637808 132989 3074 1 0 2627269 0
[pid=7458/tid=7460] ppid=7455 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/7458/task/7460/stat : 7460 (java) S 7455 7458 5091 0 -1 1077944384 7532 0 0 0 99 4 0 0 20 0 15 0 13716087 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139873600324928 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7461] ppid=7455 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7461/stat : 7461 (java) R 7455 7458 5091 0 -1 4202560 229 0 0 0 23 9 0 0 20 0 15 0 13716088 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139873537125464 139873581110119 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7462] ppid=7455 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7462/stat : 7462 (java) R 7455 7458 5091 0 -1 4202560 229 0 0 0 23 9 0 0 20 0 15 0 13716088 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139873536072664 139873581112299 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7463] ppid=7455 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7463/stat : 7463 (java) R 7455 7458 5091 0 -1 4202560 198 0 0 0 24 8 0 0 20 0 15 0 13716088 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139873535020376 139873577713823 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7464] ppid=7455 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/7458/task/7464/stat : 7464 (java) R 7455 7458 5091 0 -1 4202560 211 0 0 0 23 8 0 0 20 0 15 0 13716088 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139873533967376 139873581115474 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7465] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7465/stat : 7465 (java) S 7455 7458 5091 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13716089 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872635208352 139873596098261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7466] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7466/stat : 7466 (java) S 7455 7458 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13716090 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872634155808 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7467] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7467/stat : 7467 (java) S 7455 7458 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13716090 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872633103472 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7468] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7468/stat : 7468 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13716092 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872632051792 139873596106651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7469] ppid=7455 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/7458/task/7469/stat : 7469 (java) S 7455 7458 5091 0 -1 1077944384 1545 0 0 0 31 0 0 0 20 0 15 0 13716092 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872630999664 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7470] ppid=7455 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7470/stat : 7470 (java) S 7455 7458 5091 0 -1 1077944384 1199 0 0 0 32 0 0 0 20 0 15 0 13716092 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872629946864 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7471] ppid=7455 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/7458/task/7471/stat : 7471 (java) S 7455 7458 5091 0 -1 1077944384 1058 0 0 0 21 0 0 0 20 0 15 0 13716093 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872628894576 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7472] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7472/stat : 7472 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13716093 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872627842016 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7473] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7473/stat : 7473 (java) S 7455 7458 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13716100 10804461568 132989 18446744073709551615 4194304 4196468 140729028620240 139872626788784 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 10551232

[startup+3.10063 s]
/proc/loadavg: 6.07 5.18 3.70 6/213 7474
/proc/meminfo: memFree=23024736/32770624 swapFree=0/231084
[pid=7458] ppid=7455 vsize=10551232 CPUtime=7.12 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 14870 0 0 0 649 63 0 0 20 0 15 0 13716082 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2637808 191657 3091 1 0 2627269 0
[pid=7458/tid=7460] ppid=7455 vsize=10551232 CPUtime=1.58 cores=0,2,4,6
/proc/7458/task/7460/stat : 7460 (java) R 7455 7458 5091 0 -1 4202560 7568 0 0 0 153 5 0 0 20 0 15 0 13716087 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139873600325048 139873210106132 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7461] ppid=7455 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/7458/task/7461/stat : 7461 (java) S 7455 7458 5091 0 -1 1077944384 395 0 0 0 94 13 0 0 20 0 15 0 13716088 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139873537125264 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7462] ppid=7455 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/7458/task/7462/stat : 7462 (java) S 7455 7458 5091 0 -1 1077944384 403 0 0 0 94 14 0 0 20 0 15 0 13716088 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139873536072464 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7463] ppid=7455 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/7458/task/7463/stat : 7463 (java) S 7455 7458 5091 0 -1 1077944384 383 0 0 0 94 13 0 0 20 0 15 0 13716088 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139873535020176 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7464] ppid=7455 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/7458/task/7464/stat : 7464 (java) S 7455 7458 5091 0 -1 1077944384 430 0 0 0 94 13 0 0 20 0 15 0 13716088 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139873533967376 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7465] ppid=7455 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/7458/task/7465/stat : 7465 (java) S 7455 7458 5091 0 -1 1077944384 479 0 0 0 29 0 0 0 20 0 15 0 13716089 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872635209840 139873596099202 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7466] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7466/stat : 7466 (java) S 7455 7458 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13716090 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872634155808 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7467] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7467/stat : 7467 (java) S 7455 7458 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13716090 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872633103472 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7468] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7468/stat : 7468 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13716092 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872632051792 139873596106651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7469] ppid=7455 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/7458/task/7469/stat : 7469 (java) S 7455 7458 5091 0 -1 1077944384 1545 0 0 0 31 0 0 0 20 0 15 0 13716092 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872630999664 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7470] ppid=7455 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7470/stat : 7470 (java) S 7455 7458 5091 0 -1 1077944384 1199 0 0 0 32 0 0 0 20 0 15 0 13716092 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872629946864 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7471] ppid=7455 vsize=10551232 CPUtime=0.24 cores=0,2,4,6
/proc/7458/task/7471/stat : 7471 (java) S 7455 7458 5091 0 -1 1077944384 1110 0 0 0 24 0 0 0 20 0 15 0 13716093 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872628894576 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7472] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7472/stat : 7472 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13716093 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872627842016 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7473] ppid=7455 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7473/stat : 7473 (java) S 7455 7458 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13716100 10804461568 191657 18446744073709551615 4194304 4196468 140729028620240 139872626788784 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 10551232

[startup+6.30069 s]
/proc/loadavg: 6.07 5.18 3.70 6/213 7474
/proc/meminfo: memFree=22508764/32770624 swapFree=0/231096
[pid=7458] ppid=7455 vsize=10684512 CPUtime=15.65 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 26444 0 0 0 1434 131 0 0 20 0 16 0 13716082 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2671128 379386 3143 1 0 2660551 0
[pid=7458/tid=7460] ppid=7455 vsize=10684512 CPUtime=2.37 cores=0,2,4,6
/proc/7458/task/7460/stat : 7460 (java) S 7455 7458 5091 0 -1 1077944384 10603 0 0 0 228 9 0 0 20 0 16 0 13716087 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873600328736 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7461] ppid=7455 vsize=10684512 CPUtime=2.84 cores=0,2,4,6
/proc/7458/task/7461/stat : 7461 (java) S 7455 7458 5091 0 -1 1077944384 1798 0 0 0 255 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873537125264 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7462] ppid=7455 vsize=10684512 CPUtime=2.84 cores=0,2,4,6
/proc/7458/task/7462/stat : 7462 (java) S 7455 7458 5091 0 -1 1077944384 1660 0 0 0 254 30 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873536072464 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7463] ppid=7455 vsize=10684512 CPUtime=2.85 cores=0,2,4,6
/proc/7458/task/7463/stat : 7463 (java) S 7455 7458 5091 0 -1 1077944384 2113 0 0 0 256 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873535020176 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7464] ppid=7455 vsize=10684512 CPUtime=2.83 cores=0,2,4,6
/proc/7458/task/7464/stat : 7464 (java) S 7455 7458 5091 0 -1 1077944384 2380 0 0 0 254 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873533967376 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7465] ppid=7455 vsize=10684512 CPUtime=0.9 cores=0,2,4,6
/proc/7458/task/7465/stat : 7465 (java) S 7455 7458 5091 0 -1 1077944384 1597 0 0 0 90 0 0 0 20 0 16 0 13716089 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872635209840 139873596099202 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7466] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7466/stat : 7466 (java) S 7455 7458 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13716090 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872634155872 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7467] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7467/stat : 7467 (java) S 7455 7458 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 13716090 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872633103488 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7468] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7468/stat : 7468 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872632051792 139873596106651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7469] ppid=7455 vsize=10684512 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7469/stat : 7469 (java) S 7455 7458 5091 0 -1 1077944384 1646 0 0 0 32 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872630999664 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7470] ppid=7455 vsize=10684512 CPUtime=0.33 cores=0,2,4,6
/proc/7458/task/7470/stat : 7470 (java) S 7455 7458 5091 0 -1 1077944384 1226 0 0 0 33 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872629946864 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7471] ppid=7455 vsize=10684512 CPUtime=0.27 cores=0,2,4,6
/proc/7458/task/7471/stat : 7471 (java) S 7455 7458 5091 0 -1 1077944384 1692 0 0 0 27 0 0 0 20 0 16 0 13716093 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872628894576 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7472] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7472/stat : 7472 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13716093 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872627842016 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7473] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7473/stat : 7473 (java) S 7455 7458 5091 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 16 0 13716100 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872626788784 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 10684512

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7458 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40085 s]
/proc/loadavg: 6.07 5.18 3.70 6/213 7474
/proc/meminfo: memFree=22508764/32770624 swapFree=0/231096
[pid=7458] ppid=7455 vsize=10684512 CPUtime=15.65 cores=0,2,4,6
/proc/7458/stat : 7458 (java) S 7455 7458 5091 0 -1 1077944320 26444 0 0 0 1434 131 0 0 20 0 16 0 13716082 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 140729028602784 139873596088055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
/proc/7458/statm: 2671128 379386 3143 1 0 2660551 0
[pid=7458/tid=7460] ppid=7455 vsize=10684512 CPUtime=2.37 cores=0,2,4,6
/proc/7458/task/7460/stat : 7460 (java) S 7455 7458 5091 0 -1 1077944384 10603 0 0 0 228 9 0 0 20 0 16 0 13716087 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873600328736 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7461] ppid=7455 vsize=10684512 CPUtime=2.84 cores=0,2,4,6
/proc/7458/task/7461/stat : 7461 (java) S 7455 7458 5091 0 -1 1077944384 1798 0 0 0 255 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873537125264 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7462] ppid=7455 vsize=10684512 CPUtime=2.84 cores=0,2,4,6
/proc/7458/task/7462/stat : 7462 (java) S 7455 7458 5091 0 -1 1077944384 1660 0 0 0 254 30 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873536072464 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7463] ppid=7455 vsize=10684512 CPUtime=2.85 cores=0,2,4,6
/proc/7458/task/7463/stat : 7463 (java) S 7455 7458 5091 0 -1 1077944384 2113 0 0 0 256 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873535020176 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7464] ppid=7455 vsize=10684512 CPUtime=2.83 cores=0,2,4,6
/proc/7458/task/7464/stat : 7464 (java) S 7455 7458 5091 0 -1 1077944384 2380 0 0 0 254 29 0 0 20 0 16 0 13716088 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139873533967376 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7465] ppid=7455 vsize=10684512 CPUtime=0.9 cores=0,2,4,6
/proc/7458/task/7465/stat : 7465 (java) S 7455 7458 5091 0 -1 1077944384 1597 0 0 0 90 0 0 0 20 0 16 0 13716089 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872635209840 139873596099202 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7466] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7466/stat : 7466 (java) S 7455 7458 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13716090 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872634155872 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7467] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7467/stat : 7467 (java) S 7455 7458 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 13716090 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872633103488 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7468] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7468/stat : 7468 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872632051792 139873596106651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7469] ppid=7455 vsize=10684512 CPUtime=0.32 cores=0,2,4,6
/proc/7458/task/7469/stat : 7469 (java) S 7455 7458 5091 0 -1 1077944384 1646 0 0 0 32 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872630999664 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7470] ppid=7455 vsize=10684512 CPUtime=0.33 cores=0,2,4,6
/proc/7458/task/7470/stat : 7470 (java) S 7455 7458 5091 0 -1 1077944384 1226 0 0 0 33 0 0 0 20 0 16 0 13716092 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872629946864 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7471] ppid=7455 vsize=10684512 CPUtime=0.27 cores=0,2,4,6
/proc/7458/task/7471/stat : 7471 (java) S 7455 7458 5091 0 -1 1077944384 1692 0 0 0 27 0 0 0 20 0 16 0 13716093 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872628894576 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7472] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7472/stat : 7472 (java) S 7455 7458 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13716093 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872627842016 139873596098261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
[pid=7458/tid=7473] ppid=7455 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/7458/task/7473/stat : 7473 (java) S 7455 7458 5091 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 16 0 13716100 10940940288 379386 18446744073709551615 4194304 4196468 140729028620240 139872626788784 139873596099202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140729028628914 140729028629067 140729028629067 140729028632527 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 10684512

[startup+6.50069 s]
/proc/loadavg: 6.07 5.18 3.70 6/213 7474
/proc/meminfo: memFree=22508764/32770624 swapFree=0/231096
[pid=7458] ppid=7455 vsize=0 CPUtime=15.66 cores=0,2,4,6
/proc/7458/stat : 7458 (java) Z 7455 7458 5091 0 -1 4227084 26540 0 0 0 1434 132 0 0 20 0 2 0 13716082 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/7458/statm: 0 0 0 0 0 0 0
[pid=7458/tid=7462] ppid=7455 vsize=0 CPUtime=2.84 cores=0,2,4,6
/proc/7458/task/7462/stat : 7462 (java) R 7455 7458 5091 0 -1 4203588 1660 0 0 0 254 30 0 0 20 0 2 0 13716088 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.50363
CPU time (s): 15.6676
CPU user time (s): 14.3422
CPU system time (s): 1.32532
CPU usage (%): 240.905
Max. virtual memory (cumulated for all children) (KiB): 10684512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3422
system time used= 1.32532
maximum resident set size= 1517996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1797
involuntary context switches= 172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038508 second user time and 0.038685 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:01:30
IDJOB=4258222
IDBENCH=128586
IDSOLVER=2643
FILE ID=node129/4258222-1501650930
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-24-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258222-1501650930/watcher-4258222-1501650930 -o /tmp/evaluation-result-4258222-1501650930/solver-4258222-1501650930 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258222-1501650930.xml

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

MD5SUM BENCH= 0635e1aa85568fae2d5bbba2ded3e0a0
RANDOM SEED=1603034960

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23603108 kB
MemAvailable:   23762448 kB
Buffers:          121780 kB
Cached:           318832 kB
SwapCached:            0 kB
Active:          8504732 kB
Inactive:         239616 kB
Active(anon):    8304168 kB
Inactive(anon):     8532 kB
Active(file):     200564 kB
Inactive(file):   231084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1884 kB
Writeback:             8 kB
AnonPages:       8303840 kB
Mapped:            43280 kB
Shmem:              8872 kB
Slab:             112024 kB
SReclaimable:      87052 kB
SUnreclaim:        24972 kB
KernelStack:        3472 kB
PageTables:        21588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8605000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8134656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 07:01:37