Trace number 4263601

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.69447899 0.60081398

General information on the benchmark

NameSat/Sat-m1-aim100/
aim-100-2-0-unsat-2.xml
MD5SUM8177bfdfc8e0bc0efe17d41d3961e832
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.0167
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints192
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":14},{"degree":6,"count":81}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":192}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263601-1502622786/watcher-4263601-1502622786 -o /tmp/evaluation-result-4263601-1502622786/solver-4263601-1502622786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263601-1502622786.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100084 s]*
/proc/loadavg: 1.95 2.00 2.18 3/216 7344
/proc/meminfo: memFree=21803412/32770624 swapFree=67108860/67108860
[pid=7329] ppid=7326 vsize=10555400 memory=29924 CPUtime=0.12 cores=0,2,4,6
/proc/7329/stat : 7329 (java) S 7326 7329 4973 0 -1 1077944320 6536 0 0 0 10 2 0 0 20 0 15 0 95359496 10808729600 7481 33554432000 4194304 4196468 140736175771984 140736175754528 139626022895351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
/proc/7329/statm: 2638850 7481 2828 1 0 2627263 0
[pid=7329/tid=7331] ppid=7326 vsize=10555400 memory=-8681631047539848384 CPUtime=0.08 cores=0,2,4,6
/proc/7329/task/7331/stat : 7331 (java) R 7326 7329 4973 0 -1 4202560 4375 0 0 0 7 1 0 0 20 0 15 0 95359497 10808729600 7481 33554432000 4194304 4196468 140736175771984 139626027116480 139626006975838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7332] ppid=7326 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7332/stat : 7332 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625629539344 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7333] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7333/stat : 7333 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625628486800 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7334] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7334/stat : 7334 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625627433744 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7335] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7335/stat : 7335 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625626381200 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7336] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7336/stat : 7336 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359499 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625582479600 139626022906498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7337] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7337/stat : 7337 (java) S 7326 7329 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95359500 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625581425824 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7338] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7338/stat : 7338 (java) S 7326 7329 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95359500 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625580372720 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7339] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7339/stat : 7339 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625579321296 139626022913947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7340] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7340/stat : 7340 (java) S 7326 7329 4973 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625578269424 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7341] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7341/stat : 7341 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625577216880 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7342] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0.01 cores=0,2,4,6
/proc/7329/task/7342/stat : 7342 (java) R 7326 7329 4973 0 -1 4202560 385 0 0 0 1 0 0 0 20 0 15 0 95359502 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625576163824 139626006975838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7343] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7343/stat : 7343 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625575111520 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7344] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7344/stat : 7344 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359503 10808729600 7481 33554432000 4194304 4196468 140736175771984 139625574058544 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.210723 s]*
/proc/loadavg: 1.95 2.00 2.18 3/216 7344
/proc/meminfo: memFree=21794356/32770624 swapFree=67108860/67108860
[pid=7329] ppid=7326 vsize=10555400 memory=39420 CPUtime=0.29 cores=0,2,4,6
/proc/7329/stat : 7329 (java) S 7326 7329 4973 0 -1 1077944320 7988 0 0 0 26 3 0 0 20 0 15 0 95359496 10808729600 9855 33554432000 4194304 4196468 140736175771984 140736175754528 139626022895351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
/proc/7329/statm: 2638850 9855 2920 1 0 2627263 0
[pid=7329/tid=7331] ppid=7326 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7329/task/7331/stat : 7331 (java) R 7326 7329 4973 0 -1 4202560 5172 0 0 0 18 2 0 0 20 0 15 0 95359497 10808729600 9855 33554432000 4194304 4196468 140736175771984 139626027122960 139626006975838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7332] ppid=7326 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7332/stat : 7332 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625629539344 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7333] ppid=7326 vsize=10555400 memory=140527380707351 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7333/stat : 7333 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625628486800 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7334] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7334/stat : 7334 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625627433744 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7335] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7335/stat : 7335 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359498 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625626381200 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7336] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7336/stat : 7336 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359499 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625582479600 139626022906498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7337] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7337/stat : 7337 (java) S 7326 7329 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95359500 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625581425824 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7338] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7338/stat : 7338 (java) S 7326 7329 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95359500 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625580372720 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7339] ppid=7326 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7339/stat : 7339 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625579321296 139626022913947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7340] ppid=7326 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7329/task/7340/stat : 7340 (java) S 7326 7329 4973 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 95359502 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625578269424 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7341] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7341/stat : 7341 (java) S 7326 7329 4973 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625577216880 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7342] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0.05 cores=0,2,4,6
/proc/7329/task/7342/stat : 7342 (java) S 7326 7329 4973 0 -1 1077944384 841 0 0 0 5 0 0 0 20 0 15 0 95359502 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625576163824 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7343] ppid=7326 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7343/stat : 7343 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625575111520 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7344] ppid=7326 vsize=10555400 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7344/stat : 7344 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359503 10808729600 9855 33554432000 4194304 4196468 140736175771984 139625574058544 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39420 KiB

[startup+0.312882 s]*
/proc/loadavg: 1.95 2.00 2.18 6/216 7344
/proc/meminfo: memFree=21787284/32770624 swapFree=67108860/67108860
[pid=7329] ppid=7326 vsize=10555476 memory=46764 CPUtime=0.51 cores=0,2,4,6
/proc/7329/stat : 7329 (java) S 7326 7329 4973 0 -1 1077944320 8751 0 0 0 48 3 0 0 20 0 15 0 95359496 10808807424 11691 33554432000 4194304 4196468 140736175771984 140736175754528 139626022895351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
/proc/7329/statm: 2638869 11691 3037 1 0 2627263 0
[pid=7329/tid=7331] ppid=7326 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/7329/task/7331/stat : 7331 (java) R 7326 7329 4973 0 -1 4202560 5537 0 0 0 28 2 0 0 20 0 15 0 95359497 10808807424 11691 33554432000 4194304 4196468 140736175771984 139626027131616 139625645550728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7332] ppid=7326 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7332/stat : 7332 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625629539344 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7333] ppid=7326 vsize=10555476 memory=15395371670804120 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7333/stat : 7333 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625628486800 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7334] ppid=7326 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7334/stat : 7334 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359498 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625627433744 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7335] ppid=7326 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7335/stat : 7335 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359498 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625626381200 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7336] ppid=7326 vsize=10555476 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7336/stat : 7336 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95359499 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625582479600 139626022906498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7337] ppid=7326 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7337/stat : 7337 (java) S 7326 7329 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95359500 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625581425824 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7338] ppid=7326 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7338/stat : 7338 (java) S 7326 7329 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95359500 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625580372720 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7339] ppid=7326 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7339/stat : 7339 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625579321296 139626022913947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7340] ppid=7326 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7329/task/7340/stat : 7340 (java) S 7326 7329 4973 0 -1 1077944384 612 0 0 0 4 0 0 0 20 0 15 0 95359502 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625578269424 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7341] ppid=7326 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7329/task/7341/stat : 7341 (java) S 7326 7329 4973 0 -1 1077944384 277 0 0 0 3 0 0 0 20 0 15 0 95359502 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625577216880 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7342] ppid=7326 vsize=10555476 memory=140527380698752 CPUtime=0.12 cores=0,2,4,6
/proc/7329/task/7342/stat : 7342 (java) R 7326 7329 4973 0 -1 4202560 958 0 0 0 12 0 0 0 20 0 15 0 95359502 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625576158816 139626001913192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7343] ppid=7326 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7343/stat : 7343 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95359502 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625575111520 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7344] ppid=7326 vsize=10555476 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7344/stat : 7344 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95359503 10808807424 11691 33554432000 4194304 4196468 140736175771984 139625574058544 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46764 KiB

[startup+0.600766 s]
# the end of solver process 7329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.655955 s, system=0.038524 s

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

[startup+0.410531 s]*
/proc/loadavg: 1.95 2.00 2.18 2/217 7347
/proc/meminfo: memFree=21779512/32770624 swapFree=67108860/67108860
[pid=7329] ppid=7326 vsize=10755168 memory=54252 CPUtime=0.68 cores=0,2,4,6
/proc/7329/stat : 7329 (java) S 7326 7329 4973 0 -1 1077944320 9303 0 0 0 65 3 0 0 20 0 16 0 95359496 11013292032 13563 33554432000 4194304 4196468 140736175771984 140736175754528 139626022895351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
/proc/7329/statm: 2688792 13563 3041 1 0 2677186 0
[pid=7329/tid=7331] ppid=7326 vsize=10755168 memory=7022364594140610616 CPUtime=0.37 cores=0,2,4,6
/proc/7329/task/7331/stat : 7331 (java) S 7326 7329 4973 0 -1 1077944384 5815 0 0 0 35 2 0 0 20 0 16 0 95359497 11013292032 13563 33554432000 4194304 4196468 140736175771984 139626027136032 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7332] ppid=7326 vsize=10755168 memory=365 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7332/stat : 7332 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625629539344 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7333] ppid=7326 vsize=10755168 memory=140527380707351 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7333/stat : 7333 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625628486800 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7334] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7334/stat : 7334 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625627433744 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7335] ppid=7326 vsize=10755168 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7335/stat : 7335 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625626381200 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7336] ppid=7326 vsize=10755168 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7336/stat : 7336 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95359499 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625582479600 139626022906498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7337] ppid=7326 vsize=10755168 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7337/stat : 7337 (java) S 7326 7329 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95359500 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625581425824 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7338] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7338/stat : 7338 (java) S 7326 7329 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95359500 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625580372720 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7339] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7339/stat : 7339 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625579321296 139626022913947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7340] ppid=7326 vsize=10755168 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7329/task/7340/stat : 7340 (java) S 7326 7329 4973 0 -1 1077944384 640 0 0 0 5 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625578269424 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7341] ppid=7326 vsize=10755168 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/7329/task/7341/stat : 7341 (java) S 7326 7329 4973 0 -1 1077944384 284 0 0 0 4 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625577216880 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7342] ppid=7326 vsize=10755168 memory=140527380698752 CPUtime=0.18 cores=0,2,4,6
/proc/7329/task/7342/stat : 7342 (java) S 7326 7329 4973 0 -1 1077944384 1130 0 0 0 18 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625576163824 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7343] ppid=7326 vsize=10755168 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7343/stat : 7343 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625575111520 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7344] ppid=7326 vsize=10755168 memory=140527380698752 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7344/stat : 7344 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359503 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625574058544 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7346] ppid=7326 vsize=10755168 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7346/stat : 7346 (java) S 7326 7329 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95359536 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625571951504 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 54252 KiB

[startup+0.509974 s]*
/proc/loadavg: 1.95 2.00 2.18 2/217 7347
/proc/meminfo: memFree=21779512/32770624 swapFree=67108860/67108860
[pid=7329] ppid=7326 vsize=10755168 memory=54252 CPUtime=0.68 cores=0,2,4,6
/proc/7329/stat : 7329 (java) S 7326 7329 4973 0 -1 1077944320 9303 0 0 0 65 3 0 0 20 0 16 0 95359496 11013292032 13563 33554432000 4194304 4196468 140736175771984 140736175754528 139626022895351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
/proc/7329/statm: 2688792 13563 3041 1 0 2677186 0
[pid=7329/tid=7331] ppid=7326 vsize=10755168 memory=8112282956445269571 CPUtime=0.37 cores=0,2,4,6
/proc/7329/task/7331/stat : 7331 (java) S 7326 7329 4973 0 -1 1077944384 5815 0 0 0 35 2 0 0 20 0 16 0 95359497 11013292032 13563 33554432000 4194304 4196468 140736175771984 139626027136032 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7332] ppid=7326 vsize=10755168 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7332/stat : 7332 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625629539344 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7333] ppid=7326 vsize=10755168 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7333/stat : 7333 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625628486800 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7334] ppid=7326 vsize=10755168 memory=916 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7334/stat : 7334 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625627433744 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7335] ppid=7326 vsize=10755168 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7335/stat : 7335 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95359498 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625626381200 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7336] ppid=7326 vsize=10755168 memory=2808 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7336/stat : 7336 (java) S 7326 7329 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95359499 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625582479600 139626022906498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7337] ppid=7326 vsize=10755168 memory=2792 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7337/stat : 7337 (java) S 7326 7329 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95359500 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625581425824 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7338] ppid=7326 vsize=10755168 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7338/stat : 7338 (java) S 7326 7329 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95359500 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625580372720 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7339] ppid=7326 vsize=10755168 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7339/stat : 7339 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625579321296 139626022913947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7340] ppid=7326 vsize=10755168 memory=3216 CPUtime=0.05 cores=0,2,4,6
/proc/7329/task/7340/stat : 7340 (java) S 7326 7329 4973 0 -1 1077944384 640 0 0 0 5 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625578269424 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7341] ppid=7326 vsize=10755168 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7329/task/7341/stat : 7341 (java) S 7326 7329 4973 0 -1 1077944384 284 0 0 0 4 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625577216880 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7342] ppid=7326 vsize=10755168 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/7329/task/7342/stat : 7342 (java) S 7326 7329 4973 0 -1 1077944384 1130 0 0 0 18 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625576163824 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7343] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7343/stat : 7343 (java) S 7326 7329 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95359502 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625575111520 139626022905557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7344] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7344/stat : 7344 (java) S 7326 7329 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95359503 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625574058544 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
[pid=7329/tid=7346] ppid=7326 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7329/task/7346/stat : 7346 (java) S 7326 7329 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95359536 11013292032 13563 33554432000 4194304 4196468 140736175771984 139625571951504 139626022906498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19845120 140736175780998 140736175781151 140736175781151 140736175783887 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 54252 KiB

Child status: 0
Real time (s): 0.600814
CPU time (s): 0.694479
CPU user time (s): 0.655955
CPU system time (s): 0.038524
CPU usage (%): 115.59
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 54252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.655955
system time used= 0.038524
maximum resident set size= 57000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9338
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= 1273
involuntary context switches= 1


# summary of solver processes directly reported to runsolver:
#   pid: 7329
#   total CPU time (s): 0.694479
#   total CPU user time (s): 0.655955
#   total CPU system time (s): 0.038524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021698 second user time and 0.051662 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 12:58:47
IDJOB=4263601
IDBENCH=123460
IDSOLVER=2651
FILE ID=node151/4263601-1502622786
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sat/Sat-m1-aim100/aim-100-2-0-unsat-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263601-1502622786/watcher-4263601-1502622786 -o /tmp/evaluation-result-4263601-1502622786/solver-4263601-1502622786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263601-1502622786.xml

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

MD5SUM BENCH= 8177bfdfc8e0bc0efe17d41d3961e832
RANDOM SEED=1820418014

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        21824412 kB
MemAvailable:   24923064 kB
Buffers:          230944 kB
Cached:          3159724 kB
SwapCached:            0 kB
Active:          7902776 kB
Inactive:        2599924 kB
Active(anon):    7114892 kB
Inactive(anon):    25044 kB
Active(file):     787884 kB
Inactive(file):  2574880 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       7118824 kB
Mapped:            55228 kB
Shmem:             25224 kB
Slab:             129952 kB
SReclaimable:     103448 kB
SUnreclaim:        26504 kB
KernelStack:        3504 kB
PageTables:        18992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8655016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6957056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 12:58:48