Trace number 4263628

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 0.800704 1.44142

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cjss/
la03x2-593_X2.xml
MD5SUMc5d32b6ac83ae8a87635e40175bf5ae7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints105
Number of domains2
Minimum domain size1
Maximum domain size594
Distribution of domain sizes[{"size":1,"count":1},{"size":594,"count":100}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":80},{"degree":20,"count":1}]
Minimum constraint arity2
Maximum constraint arity20
Distribution of constraint arities[{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"cumulative","count":5}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15394 MiB free)
  memory of node 1: 16384 MiB (15460 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263628-1502583770/watcher-4263628-1502583770 -o /tmp/evaluation-result-4263628-1502583770/solver-4263628-1502583770 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263628-1502583770.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8060, runsolver pid=8054

[startup+0.100238 s]*
/proc/loadavg: 0.00 0.01 0.05 2/187 8063
/proc/meminfo: memFree=31584044/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=26980 memory=808 CPUtime=0 cores=1,3,5,7
/proc/8060/stat : 8060 (java) D 8054 8060 7968 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 12259743 27627520 202 18446744073709551615 4194304 4196468 140732896126384 140732896106408 140715398691322 0 0 1 0 18446744071580431491 0 0 17 3 0 0 8 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 6745 202 163 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 26980 KiB
Current children cumulated memory: 808 KiB

[startup+0.209815 s]*
/proc/loadavg: 0.00 0.01 0.05 1/188 8064
/proc/meminfo: memFree=31578264/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=26980 memory=812 CPUtime=0 cores=1,3,5,7
/proc/8060/stat : 8060 (java) D 8054 8060 7968 0 -1 1077944320 352 0 1 0 0 0 0 0 20 0 1 0 12259743 27627520 203 18446744073709551615 4194304 4196468 140732896126384 140732896105976 140715398686407 0 0 1 0 18446744072101723684 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 6745 203 163 1 0 159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 26980 KiB
Current children cumulated memory: 812 KiB

[startup+0.309068 s]*
/proc/loadavg: 0.00 0.01 0.05 1/198 8074
/proc/meminfo: memFree=31552884/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=9936560 memory=13324 CPUtime=0.01 cores=1,3,5,7
/proc/8060/stat : 8060 (java) S 8054 8060 7968 0 -1 1077944320 2659 0 1 0 0 1 0 0 20 0 6 0 12259743 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140732896108928 140715396411127 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 2484140 3331 1326 1 0 2473637 0
[pid=8060/tid=8065] ppid=8054 vsize=9936560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8065/stat : 8065 (java) D 8054 8060 7968 0 -1 4202560 1353 0 0 0 0 0 0 0 20 0 6 0 12259768 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140715400646344 140715357391826 0 4 1 16784584 18446744071580431491 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8070] ppid=8054 vsize=9936560 memory=4123401283169797999 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8070/stat : 8070 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12259770 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140715007728272 140715396421333 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8072] ppid=8054 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8072/stat : 8072 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12259770 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140715006675472 140715396421333 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8073] ppid=8054 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8073/stat : 8073 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12259770 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140715005622672 140715396421333 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8074] ppid=8054 vsize=9936560 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8074/stat : 8074 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12259770 10175037440 3331 18446744073709551615 4194304 4196468 140732896126384 140715004569872 140715396421333 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13324 KiB

[startup+0.700852 s]
/proc/loadavg: 0.00 0.01 0.05 6/216 8092
/proc/meminfo: memFree=31531672/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=10551156 memory=36360 CPUtime=0.25 cores=1,3,5,7
/proc/8060/stat : 8060 (java) S 8054 8060 7968 0 -1 1077944320 8416 0 2 0 21 4 0 0 20 0 15 0 12259743 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140732896108928 140715396411127 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 2637789 9090 2849 1 0 2627261 0
[pid=8060/tid=8065] ppid=8054 vsize=10551156 memory=139895750681121 CPUtime=0.18 cores=1,3,5,7
/proc/8060/task/8065/stat : 8065 (java) D 8054 8060 7968 0 -1 4202560 6053 0 1 0 15 3 0 0 20 0 15 0 12259768 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140715400644640 140715396433053 0 4 1 16800974 18446744071580419588 0 0 -1 1 0 0 20 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8070] ppid=8054 vsize=10551156 memory=139895750704353 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8070/stat : 8070 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140715007728272 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8072] ppid=8054 vsize=10551156 memory=7444564955911512934 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8072/stat : 8072 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140715006675472 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8073] ppid=8054 vsize=10551156 memory=8028061405676857704 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8073/stat : 8073 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140715005622672 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8074] ppid=8054 vsize=10551156 memory=5931610490098704960 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8074/stat : 8074 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140715004569872 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8076] ppid=8054 vsize=10551156 memory=2319824794949836166 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8076/stat : 8076 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259780 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714960620400 140715396422274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8077] ppid=8054 vsize=10551156 memory=139895674766204 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8077/stat : 8077 (java) S 8054 8060 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12259781 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714959566368 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8079] ppid=8054 vsize=10551156 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8079/stat : 8079 (java) S 8054 8060 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12259781 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714958513520 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8081] ppid=8054 vsize=10551156 memory=6153431502485415530 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8081/stat : 8081 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714957461840 140715396429723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8083] ppid=8054 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8060/task/8083/stat : 8083 (java) S 8054 8060 7968 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 15 0 12259784 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714956409200 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8085] ppid=8054 vsize=10551156 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8085/stat : 8085 (java) S 8054 8060 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 12259784 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714955356400 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8086] ppid=8054 vsize=10551156 memory=-2247047206123755031 CPUtime=0.03 cores=1,3,5,7
/proc/8060/task/8086/stat : 8086 (java) S 8054 8060 7968 0 -1 1077944384 414 0 0 0 3 0 0 0 20 0 15 0 12259784 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714954303600 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8089] ppid=8054 vsize=10551156 memory=-6080008306869822572 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8089/stat : 8089 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714953251040 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8091] ppid=8054 vsize=10551156 memory=-6452064069391756930 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8091/stat : 8091 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259788 10804383744 9090 18446744073709551615 4194304 4196468 140732896126384 140714952199344 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36360 KiB

[startup+1.44137 s]
# the end of solver process 8060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.725833 s, system=0.074871 s

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

[startup+0.800843 s]
/proc/loadavg: 0.00 0.01 0.05 6/216 8092
/proc/meminfo: memFree=31531672/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=10551156 memory=39124 CPUtime=0.3 cores=1,3,5,7
/proc/8060/stat : 8060 (java) S 8054 8060 7968 0 -1 1077944320 9080 0 2 0 26 4 0 0 20 0 15 0 12259743 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140732896108928 140715396411127 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 2637789 9781 2874 1 0 2627261 0
[pid=8060/tid=8065] ppid=8054 vsize=10551156 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8060/task/8065/stat : 8065 (java) R 8054 8060 7968 0 -1 4202560 6261 0 1 0 18 3 0 0 20 0 15 0 12259768 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140715400639184 140715396433053 0 4 1 16800974 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8070] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8070/stat : 8070 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140715007728272 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8072] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8072/stat : 8072 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140715006675472 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8073] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8073/stat : 8073 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140715005622672 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8074] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8074/stat : 8074 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259770 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140715004569872 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8076] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8076/stat : 8076 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259780 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714960620400 140715396422274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8077] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8077/stat : 8077 (java) S 8054 8060 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12259781 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714959566368 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8079] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8079/stat : 8079 (java) S 8054 8060 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12259781 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714958513520 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8081] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8081/stat : 8081 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714957461840 140715396429723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8083] ppid=8054 vsize=10551156 memory=4124 CPUtime=0.01 cores=1,3,5,7
/proc/8060/task/8083/stat : 8083 (java) S 8054 8060 7968 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 15 0 12259784 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714956409200 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8085] ppid=8054 vsize=10551156 memory=2241 CPUtime=0.01 cores=1,3,5,7
/proc/8060/task/8085/stat : 8085 (java) S 8054 8060 7968 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 12259784 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714955356400 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8086] ppid=8054 vsize=10551156 memory=2244 CPUtime=0.05 cores=1,3,5,7
/proc/8060/task/8086/stat : 8086 (java) S 8054 8060 7968 0 -1 1077944384 829 0 0 0 5 0 0 0 20 0 15 0 12259784 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714954303600 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8089] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8089/stat : 8089 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714953251040 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8091] ppid=8054 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8091/stat : 8091 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259788 10804383744 9781 18446744073709551615 4194304 4196468 140732896126384 140714952199344 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39124 KiB

[startup+1.20078 s]
/proc/loadavg: 0.00 0.01 0.05 8/216 8092
/proc/meminfo: memFree=31474960/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=10551384 memory=110984 CPUtime=0.76 cores=1,3,5,7
/proc/8060/stat : 8060 (java) S 8054 8060 7968 0 -1 1077944320 10303 0 5 0 70 6 0 0 20 0 15 0 12259743 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140732896108928 140715396411127 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 2637846 27746 3033 1 0 2627261 0
[pid=8060/tid=8065] ppid=8054 vsize=10551384 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/8060/task/8065/stat : 8065 (java) D 8054 8060 7968 0 -1 4202560 6973 0 4 0 37 4 0 0 20 0 15 0 12259768 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140715400645728 140715396433053 0 4 1 16800974 18446744071580419588 0 0 -1 1 0 0 49 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8070] ppid=8054 vsize=10551384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8070/stat : 8070 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140715007728272 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8072] ppid=8054 vsize=10551384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8072/stat : 8072 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140715006675472 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8073] ppid=8054 vsize=10551384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8073/stat : 8073 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259770 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140715005622672 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8074] ppid=8054 vsize=10551384 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8074/stat : 8074 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259770 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140715004569872 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8076] ppid=8054 vsize=10551384 memory=35700 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8076/stat : 8076 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12259780 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714960620400 140715396422274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8077] ppid=8054 vsize=10551384 memory=69385196683031 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8077/stat : 8077 (java) S 8054 8060 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12259781 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714959566368 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8079] ppid=8054 vsize=10551384 memory=26993 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8079/stat : 8079 (java) S 8054 8060 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12259781 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714958513520 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8081] ppid=8054 vsize=10551384 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8081/stat : 8081 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714957461840 140715396429723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8083] ppid=8054 vsize=10551384 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/8060/task/8083/stat : 8083 (java) S 8054 8060 7968 0 -1 1077944384 716 0 0 0 8 0 0 0 20 0 15 0 12259784 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714956409200 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8085] ppid=8054 vsize=10551384 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/8060/task/8085/stat : 8085 (java) S 8054 8060 7968 0 -1 1077944384 244 0 0 0 7 0 0 0 20 0 15 0 12259784 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714955356400 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8086] ppid=8054 vsize=10551384 memory=6935649255877011281 CPUtime=0.15 cores=1,3,5,7
/proc/8060/task/8086/stat : 8086 (java) S 8054 8060 7968 0 -1 1077944384 1001 0 0 0 15 0 0 0 20 0 15 0 12259784 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714954303600 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8089] ppid=8054 vsize=10551384 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8089/stat : 8089 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12259784 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714953251040 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8091] ppid=8054 vsize=10551384 memory=4641048821391970386 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8091/stat : 8091 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12259788 10804617216 27746 18446744073709551615 4194304 4196468 140732896126384 140714952199344 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 110984 KiB

[startup+1.4008 s]
/proc/loadavg: 0.00 0.01 0.05 8/216 8092
/proc/meminfo: memFree=31474960/32770624 swapFree=67108860/67108860
[pid=8060] ppid=8054 vsize=10684512 memory=115676 CPUtime=0.78 cores=1,3,5,7
/proc/8060/stat : 8060 (java) S 8054 8060 7968 0 -1 1077944320 10615 0 5 0 72 6 0 0 20 0 16 0 12259743 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140732896108928 140715396411127 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 17 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
/proc/8060/statm: 2671128 28919 3060 1 0 2660543 0
[pid=8060/tid=8065] ppid=8054 vsize=10684512 memory=6935649255759568960 CPUtime=0.43 cores=1,3,5,7
/proc/8060/task/8065/stat : 8065 (java) S 8054 8060 7968 0 -1 1077944384 7219 0 4 0 38 5 0 0 20 0 16 0 12259768 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140715400651808 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8070] ppid=8054 vsize=10684512 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8070/stat : 8070 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12259770 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140715007728272 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8072] ppid=8054 vsize=10684512 memory=7381515682096572779 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8072/stat : 8072 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12259770 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140715006675472 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8073] ppid=8054 vsize=10684512 memory=7235430156214495344 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8073/stat : 8073 (java) S 8054 8060 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12259770 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140715005622672 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8074] ppid=8054 vsize=10684512 memory=4638778424102965584 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8074/stat : 8074 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12259770 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140715004569872 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8076] ppid=8054 vsize=10684512 memory=-7966001967340291680 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8076/stat : 8076 (java) S 8054 8060 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 12259780 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714960620400 140715396422274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8077] ppid=8054 vsize=10684512 memory=4206749494057918560 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8077/stat : 8077 (java) S 8054 8060 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12259781 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714959566368 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8079] ppid=8054 vsize=10684512 memory=-7966001954452177503 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8079/stat : 8079 (java) S 8054 8060 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12259781 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714958513520 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8081] ppid=8054 vsize=10684512 memory=8292095139715588497 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8081/stat : 8081 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12259784 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714957461840 140715396429723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8083] ppid=8054 vsize=10684512 memory=6944656591648088400 CPUtime=0.08 cores=1,3,5,7
/proc/8060/task/8083/stat : 8083 (java) S 8054 8060 7968 0 -1 1077944384 719 0 0 0 8 0 0 0 20 0 16 0 12259784 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714956409200 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8085] ppid=8054 vsize=10684512 memory=7594309677796910937 CPUtime=0.08 cores=1,3,5,7
/proc/8060/task/8085/stat : 8085 (java) S 8054 8060 7968 0 -1 1077944384 244 0 0 0 8 0 0 0 20 0 16 0 12259784 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714955356400 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8086] ppid=8054 vsize=10684512 memory=7594309677796910937 CPUtime=0.16 cores=1,3,5,7
/proc/8060/task/8086/stat : 8086 (java) S 8054 8060 7968 0 -1 1077944384 1017 0 0 0 16 0 0 0 20 0 16 0 12259784 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714954303600 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8089] ppid=8054 vsize=10684512 memory=7447099338803274597 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8089/stat : 8089 (java) S 8054 8060 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12259784 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714953251040 140715396421333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
[pid=8060/tid=8091] ppid=8054 vsize=10684512 memory=7447099338803274597 CPUtime=0 cores=1,3,5,7
/proc/8060/task/8091/stat : 8091 (java) S 8054 8060 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12259788 10940940288 28919 18446744073709551615 4194304 4196468 140732896126384 140714952199344 140715396422274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29179904 140732896133521 140732896133674 140732896133674 140732896137167 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 115676 KiB

Child status: 0
Real time (s): 1.44142
CPU time (s): 0.800704
CPU user time (s): 0.725833
CPU system time (s): 0.074871
CPU usage (%): 55.5497
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 115676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.725833
system time used= 0.074871
maximum resident set size= 118612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10778
page faults= 5
swaps= 0
block input operations= 71008
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1359
involuntary context switches= 311


# summary of solver processes directly reported to runsolver:
#   pid: 8060
#   total CPU time (s): 0.800704
#   total CPU user time (s): 0.725833
#   total CPU system time (s): 0.074871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031538 second user time and 0.054283 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:08:54
IDJOB=4263628
IDBENCH=115500
IDSOLVER=2651
FILE ID=node128/4263628-1502583770
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cjss/la03x2-593_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263628-1502583770/watcher-4263628-1502583770 -o /tmp/evaluation-result-4263628-1502583770/solver-4263628-1502583770 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263628-1502583770.xml

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

MD5SUM BENCH= c5d32b6ac83ae8a87635e40175bf5ae7
RANDOM SEED=147493839

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31597008 kB
MemAvailable:   32018708 kB
Buffers:           98576 kB
Cached:           613552 kB
SwapCached:            0 kB
Active:           209504 kB
Inactive:         557716 kB
Active(anon):      55800 kB
Inactive(anon):    16768 kB
Active(file):     153704 kB
Inactive(file):   540948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2948 kB
Writeback:             0 kB
AnonPages:         54620 kB
Mapped:            31600 kB
Shmem:             17120 kB
Slab:             109932 kB
SReclaimable:      85768 kB
SUnreclaim:        24164 kB
KernelStack:        3184 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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