Trace number 4263574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 0.96270603 0.82178903

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-souffleuse.xml
MD5SUMdf23e3c33d5f18cffd66f727a476ed8f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005752
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints35
Number of domains9
Minimum domain size2
Maximum domain size12
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":6},{"size":4,"count":8},{"size":5,"count":6},{"size":6,"count":2},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":1},{"size":12,"count":1}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":8},{"degree":2,"count":14},{"degree":3,"count":7},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":2}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263574-1502620483/watcher-4263574-1502620483 -o /tmp/evaluation-result-4263574-1502620483/solver-4263574-1502620483 -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-4263574-1502620483.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=14449, runsolver pid=14446

[startup+0.100156 s]*
/proc/loadavg: 1.08 1.07 1.38 2/203 14450
/proc/meminfo: memFree=30927924/32770624 swapFree=67108764/67108860
[pid=14449] ppid=14446 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/14449/stat : 14449 (runsolver) D 14446 14449 4674 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 109554721 34791424 113 18446744073709551615 4194304 4346622 140735232023632 140735232020264 140410603324119 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 15314944 140735232024674 140735232025124 140735232025124 140735232028618 0
/proc/14449/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209471 s]*
/proc/loadavg: 1.08 1.07 1.38 2/216 14463
/proc/meminfo: memFree=30914624/32770624 swapFree=67108764/67108860
[pid=14449] ppid=14446 vsize=10484492 memory=23556 CPUtime=0.05 cores=1,3,5,7
/proc/14449/stat : 14449 (java) S 14446 14449 4674 0 -1 1077944320 4852 0 0 0 4 1 0 0 20 0 14 0 109554721 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140733259828208 140464686055159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
/proc/14449/statm: 2621123 5889 2577 1 0 2610620 0
[pid=14449/tid=14451] ppid=14446 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=1,3,5,7
/proc/14449/task/14451/stat : 14451 (java) D 14446 14449 4674 0 -1 4202560 2961 0 0 0 4 0 0 0 20 0 14 0 109554732 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464690292640 140464686077181 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14452] ppid=14446 vsize=10484492 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14452/stat : 14452 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 109554733 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464627092496 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14453] ppid=14446 vsize=10484492 memory=140410606288689 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14453/stat : 14453 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 109554733 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464626039952 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14454] ppid=14446 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14454/stat : 14454 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 109554733 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464624986896 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14455] ppid=14446 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14455/stat : 14455 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 109554733 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464294325136 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14456] ppid=14446 vsize=10484492 memory=140410606274176 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14456/stat : 14456 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 109554734 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464182003952 140464686066306 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14457] ppid=14446 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14457/stat : 14457 (java) S 14446 14449 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 109554735 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464180950176 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14458] ppid=14446 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14458/stat : 14458 (java) S 14446 14449 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 109554735 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464179897072 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14459] ppid=14446 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14459/stat : 14459 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109554737 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464178845648 140464686073755 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14460] ppid=14446 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14460/stat : 14460 (java) S 14446 14449 4674 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 109554737 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464177793776 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14461] ppid=14446 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14461/stat : 14461 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109554737 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464176741232 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14462] ppid=14446 vsize=10484492 memory=140410606274176 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14462/stat : 14462 (java) S 14446 14449 4674 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 109554737 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464175688176 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14463] ppid=14446 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14463/stat : 14463 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109554737 10736119808 5889 18446744073709551615 4194304 4196468 140733259845664 140464174635872 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.08 1.07 1.38 3/217 14464
/proc/meminfo: memFree=30906540/32770624 swapFree=67108764/67108860
[pid=14449] ppid=14446 vsize=10551156 memory=30864 CPUtime=0.16 cores=1,3,5,7
/proc/14449/stat : 14449 (java) S 14446 14449 4674 0 -1 1077944320 7998 0 0 0 14 2 0 0 20 0 15 0 109554721 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140733259828208 140464686055159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
/proc/14449/statm: 2637789 7716 2858 1 0 2627261 0
[pid=14449/tid=14451] ppid=14446 vsize=10551156 memory=-8774313645642428999 CPUtime=0.12 cores=1,3,5,7
/proc/14449/task/14451/stat : 14451 (java) R 14446 14449 4674 0 -1 4202560 5766 0 0 0 10 2 0 0 20 0 15 0 109554732 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464690287312 140464686067094 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14452] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14452/stat : 14452 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554733 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464627092496 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14453] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14453/stat : 14453 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554733 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464626039952 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14454] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14454/stat : 14454 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554733 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464624986896 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14455] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14455/stat : 14455 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554733 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464294325136 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14456] ppid=14446 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14456/stat : 14456 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554734 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464182003952 140464686066306 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14457] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14457/stat : 14457 (java) S 14446 14449 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554735 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464180950176 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14458] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14458/stat : 14458 (java) S 14446 14449 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554735 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464179897072 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14459] ppid=14446 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14459/stat : 14459 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554737 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464178845648 140464686073755 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14460] ppid=14446 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14449/task/14460/stat : 14460 (java) S 14446 14449 4674 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 109554737 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464177793776 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14461] ppid=14446 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14461/stat : 14461 (java) S 14446 14449 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 109554737 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464176741232 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14462] ppid=14446 vsize=10551156 memory=140410606274176 CPUtime=0.02 cores=1,3,5,7
/proc/14449/task/14462/stat : 14462 (java) R 14446 14449 4674 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 109554737 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464175688176 140464686067094 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14463] ppid=14446 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14463/stat : 14463 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554737 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464174635872 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14464] ppid=14446 vsize=10551156 memory=140410606274176 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14464/stat : 14464 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554745 10804383744 7716 18446744073709551615 4194304 4196468 140733259845664 140464173582896 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30864 KiB

[startup+0.700686 s]
/proc/loadavg: 1.08 1.07 1.38 9/217 14464
/proc/meminfo: memFree=30723900/32770624 swapFree=67108764/67108860
[pid=14449] ppid=14446 vsize=10750924 memory=61816 CPUtime=0.95 cores=1,3,5,7
/proc/14449/stat : 14449 (java) S 14446 14449 4674 0 -1 1077944320 12695 0 0 0 90 5 0 0 20 0 16 0 109554721 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140733259828208 140464686055159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
/proc/14449/statm: 2687731 15454 3061 1 0 2677184 0
[pid=14449/tid=14451] ppid=14446 vsize=10750924 memory=2356 CPUtime=0.41 cores=1,3,5,7
/proc/14449/task/14451/stat : 14451 (java) S 14446 14449 4674 0 -1 1077944384 7860 0 0 0 38 3 0 0 20 0 16 0 109554732 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464690295840 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14452] ppid=14446 vsize=10750924 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14452/stat : 14452 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464627092496 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14453] ppid=14446 vsize=10750924 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14453/stat : 14453 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464626039952 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14454] ppid=14446 vsize=10750924 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14454/stat : 14454 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464624986896 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14455] ppid=14446 vsize=10750924 memory=31652 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14455/stat : 14455 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464294325136 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14456] ppid=14446 vsize=10750924 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14456/stat : 14456 (java) S 14446 14449 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 109554734 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464182003952 140464686066306 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14457] ppid=14446 vsize=10750924 memory=644 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14457/stat : 14457 (java) S 14446 14449 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554735 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464180950176 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14458] ppid=14446 vsize=10750924 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14458/stat : 14458 (java) S 14446 14449 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554735 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464179897072 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14459] ppid=14446 vsize=10750924 memory=956 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14459/stat : 14459 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464178845648 140464686073755 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14460] ppid=14446 vsize=10750924 memory=2244 CPUtime=0.18 cores=1,3,5,7
/proc/14449/task/14460/stat : 14460 (java) S 14446 14449 4674 0 -1 1077944384 1556 0 0 0 18 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464177793776 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14461] ppid=14446 vsize=10750924 memory=4288 CPUtime=0.12 cores=1,3,5,7
/proc/14449/task/14461/stat : 14461 (java) S 14446 14449 4674 0 -1 1077944384 628 0 0 0 12 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464176741232 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14462] ppid=14446 vsize=10750924 memory=1608 CPUtime=0.21 cores=1,3,5,7
/proc/14449/task/14462/stat : 14462 (java) S 14446 14449 4674 0 -1 1077944384 1212 0 0 0 21 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464175688176 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14463] ppid=14446 vsize=10750924 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14463/stat : 14463 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464174635872 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14464] ppid=14446 vsize=10750924 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14464/stat : 14464 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554745 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464173582896 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 61816 KiB

[startup+0.821751 s]
# the end of solver process 14449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.907246 s, system=0.05546 s

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

[startup+0.80084 s]
/proc/loadavg: 1.08 1.07 1.38 9/217 14464
/proc/meminfo: memFree=30723900/32770624 swapFree=67108764/67108860
[pid=14449] ppid=14446 vsize=10750924 memory=61816 CPUtime=0.95 cores=1,3,5,7
/proc/14449/stat : 14449 (java) S 14446 14449 4674 0 -1 1077944320 12695 0 0 0 90 5 0 0 20 0 16 0 109554721 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140733259828208 140464686055159 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
/proc/14449/statm: 2687731 15454 3061 1 0 2677184 0
[pid=14449/tid=14451] ppid=14446 vsize=10750924 memory=288230617509003574 CPUtime=0.41 cores=1,3,5,7
/proc/14449/task/14451/stat : 14451 (java) S 14446 14449 4674 0 -1 1077944384 7860 0 0 0 38 3 0 0 20 0 16 0 109554732 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464690295840 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14452] ppid=14446 vsize=10750924 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14452/stat : 14452 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464627092496 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14453] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14453/stat : 14453 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464626039952 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14454] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14454/stat : 14454 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464624986896 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14455] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14455/stat : 14455 (java) S 14446 14449 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109554733 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464294325136 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14456] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14456/stat : 14456 (java) S 14446 14449 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 109554734 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464182003952 140464686066306 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14457] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14457/stat : 14457 (java) S 14446 14449 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109554735 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464180950176 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14458] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14458/stat : 14458 (java) S 14446 14449 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554735 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464179897072 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14459] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14459/stat : 14459 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464178845648 140464686073755 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14460] ppid=14446 vsize=10750924 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/14449/task/14460/stat : 14460 (java) S 14446 14449 4674 0 -1 1077944384 1556 0 0 0 18 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464177793776 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14461] ppid=14446 vsize=10750924 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14449/task/14461/stat : 14461 (java) S 14446 14449 4674 0 -1 1077944384 628 0 0 0 12 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464176741232 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14462] ppid=14446 vsize=10750924 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/14449/task/14462/stat : 14462 (java) S 14446 14449 4674 0 -1 1077944384 1212 0 0 0 21 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464175688176 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14463] ppid=14446 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14463/stat : 14463 (java) S 14446 14449 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554737 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464174635872 140464686065365 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
[pid=14449/tid=14464] ppid=14446 vsize=10750924 memory=-7005211126010266472 CPUtime=0 cores=1,3,5,7
/proc/14449/task/14464/stat : 14464 (java) S 14446 14449 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109554745 11008946176 15454 18446744073709551615 4194304 4196468 140733259845664 140464173582896 140464686066306 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19148800 140733259850128 140733259850281 140733259850281 140733259853775 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 61816 KiB

Child status: 0
Real time (s): 0.821789
CPU time (s): 0.962706
CPU user time (s): 0.907246
CPU system time (s): 0.05546
CPU usage (%): 117.148
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 61816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.907246
system time used= 0.05546
maximum resident set size= 64556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12724
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= 1319
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 14449
#   total CPU time (s): 0.962706
#   total CPU user time (s): 0.907246
#   total CPU system time (s): 0.05546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029005 second user time and 0.047009 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:20:49
IDJOB=4263574
IDBENCH=123012
IDSOLVER=2651
FILE ID=node134/4263574-1502620483
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-souffleuse.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263574-1502620483/watcher-4263574-1502620483 -o /tmp/evaluation-result-4263574-1502620483/solver-4263574-1502620483 -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-4263574-1502620483.xml

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

MD5SUM BENCH= df23e3c33d5f18cffd66f727a476ed8f
RANDOM SEED=38956506

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:        30927924 kB
MemAvailable:   31130600 kB
Buffers:          220520 kB
Cached:           275756 kB
SwapCached:            4 kB
Active:          1192760 kB
Inactive:         197988 kB
Active(anon):     841596 kB
Inactive(anon):    94440 kB
Active(file):     351164 kB
Inactive(file):   103548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1780 kB
Writeback:             4 kB
AnonPages:        773040 kB
Mapped:            68400 kB
Shmem:             41564 kB
Slab:             153876 kB
SReclaimable:     127596 kB
SUnreclaim:        26280 kB
KernelStack:        3552 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2325328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 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= 62024 MiB
End job on node134 at 2017-08-13 12:20:49