Trace number 4263588

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-05UNSAT 0.59195697 0.65691602

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0004-int.xml
MD5SUM702c42d504c6f2b051c8b46344939363
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015268
Satisfiable
(Un)Satisfiability was proved
Number of variables4
Number of constraints24
Number of domains1
Minimum domain size3
Maximum domain size3
Distribution of domain sizes[{"size":3,"count":4}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":24}]
Number of extensional constraints0
Number of intensional constraints24
Distribution of constraint types[{"type":"intension","count":24}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263588-1502626344/watcher-4263588-1502626344 -o /tmp/evaluation-result-4263588-1502626344/solver-4263588-1502626344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263588-1502626344.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=16168, runsolver pid=16165

[startup+0.100155 s]*
/proc/loadavg: 4.76 4.55 3.82 3/205 16174
/proc/meminfo: memFree=27570684/32770624 swapFree=67108764/67108860
[pid=16168] ppid=16165 vsize=10151672 memory=19544 CPUtime=0.02 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 4674 0 -1 1077944320 3738 0 0 0 2 0 0 0 20 0 9 0 110140812 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 140736378201024 139685849665271 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
/proc/16168/statm: 2537918 4886 2083 1 0 2527415 0
[pid=16168/tid=16170] ppid=16165 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 4674 0 -1 4202560 2386 0 0 0 2 0 0 0 20 0 9 0 110140820 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685853901256 139685849687197 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16171] ppid=16165 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110140820 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685780085904 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16172] ppid=16165 vsize=10151672 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110140820 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685779033104 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16173] ppid=16165 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110140820 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685777980304 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16174] ppid=16165 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110140820 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685776927504 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16175] ppid=16165 vsize=10151672 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110140822 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685346105712 139685849676418 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16176] ppid=16165 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110140822 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685345051680 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16177] ppid=16165 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110140822 10395312128 4886 18446744073709551615 4194304 4196468 140736378218480 139685343998896 139685849675477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19544 KiB

[startup+0.210381 s]*
/proc/loadavg: 4.76 4.55 3.82 4/214 16183
/proc/meminfo: memFree=27558392/32770624 swapFree=67108764/67108860
[pid=16168] ppid=16165 vsize=10551156 memory=31232 CPUtime=0.14 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 4674 0 -1 1077944320 7430 0 0 0 12 2 0 0 20 0 15 0 110140812 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 140736378201024 139685849665271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
/proc/16168/statm: 2637789 7808 2784 1 0 2627261 0
[pid=16168/tid=16170] ppid=16165 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 4674 0 -1 4202560 5284 0 0 0 9 1 0 0 20 0 15 0 110140820 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685853889168 139685849677206 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16171] ppid=16165 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685780085904 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16172] ppid=16165 vsize=10551156 memory=3617435427997398688 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685779033104 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16173] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685777980304 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16174] ppid=16165 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685776927504 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16175] ppid=16165 vsize=10551156 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685346105712 139685849676418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16176] ppid=16165 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685345051680 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16177] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685343998832 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16178] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685342947152 139685849683867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16179] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 4674 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685341895536 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16180] ppid=16165 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685340842736 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16181] ppid=16165 vsize=10551156 memory=139800693618304 CPUtime=0.02 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) R 16165 16168 4674 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 110140825 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685339787744 139685828588240 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16182] ppid=16165 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685338737376 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16183] ppid=16165 vsize=10551156 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140828 10804383744 7808 18446744073709551615 4194304 4196468 140736378218480 139685337684656 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31232 KiB

[startup+0.32024 s]*
/proc/loadavg: 4.76 4.55 3.82 3/214 16183
/proc/meminfo: memFree=27553296/32770624 swapFree=67108764/67108860
[pid=16168] ppid=16165 vsize=10551156 memory=37700 CPUtime=0.3 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 4674 0 -1 1077944320 8841 0 0 0 27 3 0 0 20 0 15 0 110140812 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 140736378201024 139685849665271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
/proc/16168/statm: 2637789 9425 2875 1 0 2627261 0
[pid=16168/tid=16170] ppid=16165 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 4674 0 -1 4202560 6466 0 0 0 19 2 0 0 20 0 15 0 110140820 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685853891216 139685849686618 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16171] ppid=16165 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685780085904 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16172] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685779033104 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16173] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685777980304 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16174] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685776927504 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16175] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685346105712 139685849676418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16176] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685345051680 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16177] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110140822 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685343998832 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16178] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685342947152 139685849683867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16179] ppid=16165 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 4674 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 110140825 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685341895536 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16180] ppid=16165 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 4674 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 110140825 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685340842736 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16181] ppid=16165 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 4674 0 -1 1077944384 390 0 0 0 5 0 0 0 20 0 15 0 110140825 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685339789936 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16182] ppid=16165 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685338737376 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16183] ppid=16165 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140828 10804383744 9425 18446744073709551615 4194304 4196468 140736378218480 139685337684656 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37700 KiB

[startup+0.656881 s]
# the end of solver process 16168 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.542275 s, system=0.049682 s

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

[startup+0.413563 s]*
/proc/loadavg: 4.76 4.55 3.82 4/214 16183
/proc/meminfo: memFree=27546660/32770624 swapFree=67108764/67108860
[pid=16168] ppid=16165 vsize=10551232 memory=46632 CPUtime=0.5 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 4674 0 -1 1077944320 10031 0 0 0 46 4 0 0 20 0 15 0 110140812 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 140736378201024 139685849665271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
/proc/16168/statm: 2637808 11658 3012 1 0 2627261 0
[pid=16168/tid=16170] ppid=16165 vsize=10551232 memory=8318255677412212789 CPUtime=0.3 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 4674 0 -1 4202560 6854 0 0 0 28 2 0 0 20 0 15 0 110140820 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685853900128 139685833745758 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16171] ppid=16165 vsize=10551232 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685780085904 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16172] ppid=16165 vsize=10551232 memory=3617435427997398688 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140820 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685779033104 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16173] ppid=16165 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685777980304 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16174] ppid=16165 vsize=10551232 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140820 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685776927504 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16175] ppid=16165 vsize=10551232 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110140822 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685346105712 139685849676418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16176] ppid=16165 vsize=10551232 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110140822 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685345051680 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16177] ppid=16165 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110140822 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685343998832 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16178] ppid=16165 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685342947152 139685849683867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16179] ppid=16165 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) R 16165 16168 4674 0 -1 4202560 869 0 0 0 4 0 0 0 20 0 15 0 110140825 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685341895536 139685831189591 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16180] ppid=16165 vsize=10551232 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) R 16165 16168 4674 0 -1 4202560 260 0 0 0 3 0 0 0 20 0 15 0 110140825 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685340842736 139685849686618 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16181] ppid=16165 vsize=10551232 memory=139800693618304 CPUtime=0.1 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) R 16165 16168 4674 0 -1 1077944384 687 0 0 0 10 0 0 0 20 0 15 0 110140825 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685339789936 139685849676418 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16182] ppid=16165 vsize=10551232 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110140825 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685338737376 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16183] ppid=16165 vsize=10551232 memory=139800693618304 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110140828 10804461568 11658 18446744073709551615 4194304 4196468 140736378218480 139685337684656 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 46632 KiB

[startup+0.609927 s]
/proc/loadavg: 4.76 4.55 3.82 2/215 16186
/proc/meminfo: memFree=27540688/32770624 swapFree=67108764/67108860
[pid=16168] ppid=16165 vsize=10750924 memory=51584 CPUtime=0.58 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 4674 0 -1 1077944320 10234 0 0 0 54 4 0 0 20 0 16 0 110140812 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 140736378201024 139685849665271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
/proc/16168/statm: 2687731 12896 3020 1 0 2677184 0
[pid=16168/tid=16170] ppid=16165 vsize=10750924 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) S 16165 16168 4674 0 -1 1077944384 6923 0 0 0 31 2 0 0 20 0 16 0 110140820 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685853905952 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16171] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110140820 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685780085904 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16172] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110140820 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685779033104 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16173] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110140820 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685777980304 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16174] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110140820 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685776927504 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16175] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 110140822 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685346105712 139685849676418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16176] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110140822 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685345051680 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16177] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110140822 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685343998832 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16178] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110140825 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685342947152 139685849683867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16179] ppid=16165 vsize=10750924 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 4674 0 -1 1077944384 875 0 0 0 4 0 0 0 20 0 16 0 110140825 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685341895536 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16180] ppid=16165 vsize=10750924 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 4674 0 -1 1077944384 281 0 0 0 5 0 0 0 20 0 16 0 110140825 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685340842736 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16181] ppid=16165 vsize=10750924 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 4674 0 -1 1077944384 719 0 0 0 12 0 0 0 20 0 16 0 110140825 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685339789936 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16182] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110140825 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685338737376 139685849675477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16183] ppid=16165 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110140828 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685337684656 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
[pid=16168/tid=16185] ppid=16165 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16185/stat : 16185 (java) S 16165 16168 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110140857 11008946176 12896 18446744073709551615 4194304 4196468 140736378218480 139685335577616 139685849676418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7499776 140736378220944 140736378221097 140736378221097 140736378224591 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 51584 KiB

Child status: 0
Real time (s): 0.656916
CPU time (s): 0.591957
CPU user time (s): 0.542275
CPU system time (s): 0.049682
CPU usage (%): 90.1115
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 51584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.542275
system time used= 0.049682
maximum resident set size= 54184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1075
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 16168
#   total CPU time (s): 0.591957
#   total CPU user time (s): 0.542275
#   total CPU system time (s): 0.049682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028918 second user time and 0.04441 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:58:29
IDJOB=4263588
IDBENCH=126908
IDSOLVER=2651
FILE ID=node134/4263588-1502626344
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0004-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263588-1502626344/watcher-4263588-1502626344 -o /tmp/evaluation-result-4263588-1502626344/solver-4263588-1502626344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263588-1502626344.xml

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

MD5SUM BENCH= 702c42d504c6f2b051c8b46344939363
RANDOM SEED=2086567934

node134.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.43
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.43
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.43
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.43
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:        27580300 kB
MemAvailable:   27790272 kB
Buffers:          222792 kB
Cached:           280856 kB
SwapCached:            4 kB
Active:          4524104 kB
Inactive:         206728 kB
Active(anon):    4174308 kB
Inactive(anon):    94440 kB
Active(file):     349796 kB
Inactive(file):   112288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1724 kB
Writeback:             0 kB
AnonPages:       4228896 kB
Mapped:            67612 kB
Shmem:             41564 kB
Slab:             154060 kB
SReclaimable:     127448 kB
SUnreclaim:        26612 kB
KernelStack:        3680 kB
PageTables:        13592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6006336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4079616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:58:30