Trace number 4263497

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 2.7410901 1.28626

General information on the benchmark

NameQRandom/QRandom-composed-s75/
composed-75-01-25-6.xml
MD5SUM3604f03ade31706fc8f860f14c72a950
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.024199
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints647
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":83}]
Minimum variable degree6
Maximum variable degree26
Distribution of variable degrees[{"degree":6,"count":1},{"degree":8,"count":3},{"degree":9,"count":5},{"degree":10,"count":3},{"degree":11,"count":4},{"degree":13,"count":10},{"degree":14,"count":6},{"degree":15,"count":7},{"degree":16,"count":12},{"degree":17,"count":6},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":4},{"degree":21,"count":6},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":647}]
Number of extensional constraints647
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":647}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263497-1502624879/watcher-4263497-1502624879 -o /tmp/evaluation-result-4263497-1502624879/solver-4263497-1502624879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263497-1502624879.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=3007, runsolver pid=3004

[startup+0.105657 s]*
/proc/loadavg: 0.96 1.43 1.74 3/187 3017
/proc/meminfo: memFree=31488132/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10484492 memory=22336 CPUtime=0.05 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 4540 0 0 0 4 1 0 0 20 0 14 0 64681207 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2621123 5584 2578 1 0 2610620 0
[pid=3007/tid=3009] ppid=3004 vsize=10484492 memory=-7677926825137650786 CPUtime=0.04 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) D 3004 3007 17093 0 -1 4202560 2651 0 0 0 4 0 0 0 20 0 14 0 64681212 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942534080416 139942529864957 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10484492 memory=4342489072520795238 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64681213 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10484492 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64681213 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64681213 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64681213 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10484492 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64681214 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64681215 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64681215 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64681217 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3004 3007 17093 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 64681217 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942021752816 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64681217 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942020700272 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10484492 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3004 3007 17093 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 64681217 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64681218 10736119808 5584 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22336 KiB

[startup+0.210155 s]*
/proc/loadavg: 0.96 1.43 1.74 3/190 3022
/proc/meminfo: memFree=31450764/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10551156 memory=27544 CPUtime=0.08 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 4875 0 0 0 7 1 0 0 20 0 15 0 64681207 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2637789 6886 2740 1 0 2627261 0
[pid=3007/tid=3009] ppid=3004 vsize=10551156 memory=7882827048052850738 CPUtime=0.07 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) R 3004 3007 17093 0 -1 4202560 2843 0 0 0 6 1 0 0 20 0 15 0 64681212 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942534067112 139942513923422 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10551156 memory=3762387454465640096 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10551156 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681214 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681215 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681215 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681217 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3004 3007 17093 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 64681217 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942021752816 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681217 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942020700272 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10551156 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) R 3004 3007 17093 0 -1 4202560 242 0 0 0 0 0 0 0 20 0 15 0 64681217 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529864282 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681218 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3022] ppid=3004 vsize=10551156 memory=139932195325568 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681226 10804383744 6886 18446744073709551615 4194304 4196468 140721944667648 139942017542960 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27544 KiB

[startup+0.31001 s]*
/proc/loadavg: 0.96 1.43 1.74 3/190 3022
/proc/meminfo: memFree=31438308/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10551156 memory=36500 CPUtime=0.24 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 7927 0 0 0 21 3 0 0 20 0 15 0 64681207 10804383744 9125 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2637789 9125 2852 1 0 2627261 0
[pid=3007/tid=3009] ppid=3004 vsize=10551156 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) R 3004 3007 17093 0 -1 4202560 5614 0 0 0 15 2 0 0 20 0 15 0 64681212 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942534077296 139942513886565 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681214 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681215 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681215 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681217 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3004 3007 17093 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 64681217 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942021752816 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3004 3007 17093 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 64681217 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942020700272 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3004 3007 17093 0 -1 1077944384 389 0 0 0 4 0 0 0 20 0 15 0 64681217 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681218 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3022] ppid=3004 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681226 10804383744 9132 18446744073709551615 4194304 4196468 140721944667648 139942017542960 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36500 KiB

[startup+0.700829 s]
/proc/loadavg: 0.96 1.43 1.74 5/196 3033
/proc/meminfo: memFree=31418508/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10551232 memory=79596 CPUtime=1.52 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 13111 0 0 0 147 5 0 0 20 0 15 0 64681207 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2637808 19899 3063 1 0 2627261 0
[pid=3007/tid=3009] ppid=3004 vsize=10551232 memory=139932195324449 CPUtime=0.54 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) R 3004 3007 17093 0 -1 1077944384 6924 0 0 0 51 3 0 0 20 0 15 0 64681212 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942534062048 139942529853141 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10551232 memory=139932195332561 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10551232 memory=139932047894704 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10551232 memory=139934329471553 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64681213 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681213 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64681214 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10551232 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64681215 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64681215 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681217 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10551232 memory=1000 CPUtime=0.35 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) R 3004 3007 17093 0 -1 4202560 1896 0 0 0 35 0 0 0 20 0 15 0 64681217 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942021735968 139942511360720 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10551232 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) R 3004 3007 17093 0 -1 4202560 1035 0 0 0 27 0 0 0 20 0 15 0 64681217 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942020691600 139942510010976 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10551232 memory=10960 CPUtime=0.32 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3004 3007 17093 0 -1 1077944384 1884 0 0 0 32 0 0 0 20 0 15 0 64681217 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64681218 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3022] ppid=3004 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64681226 10804461568 19899 18446744073709551615 4194304 4196468 140721944667648 139942017542960 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 79596 KiB

[startup+1.28618 s]
# the end of solver process 3007 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.68071 s, system=0.060376 s

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

[startup+0.805896 s]
/proc/loadavg: 0.96 1.43 1.74 5/196 3033
/proc/meminfo: memFree=31418508/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10617796 memory=99212 CPUtime=1.88 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 13465 0 0 0 183 5 0 0 20 0 16 0 64681207 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2654449 24803 3068 1 0 2643902 0
[pid=3007/tid=3009] ppid=3004 vsize=10617796 memory=7300728970739542608 CPUtime=0.64 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) R 3004 3007 17093 0 -1 4202560 6986 0 0 0 61 3 0 0 20 0 16 0 64681212 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942534081560 139942135353042 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10617796 memory=7007712420471858773 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681213 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10617796 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64681213 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64681213 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10617796 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681213 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10617796 memory=456 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64681214 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10617796 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64681215 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10617796 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64681215 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10617796 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681217 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10617796 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) R 3004 3007 17093 0 -1 4202560 1928 0 0 0 45 0 0 0 20 0 16 0 64681217 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942021742928 139942509088778 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) R 3004 3007 17093 0 -1 4202560 1166 0 0 0 38 0 0 0 20 0 16 0 64681217 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942020699456 139942513229739 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3004 3007 17093 0 -1 1077944384 1992 0 0 0 38 0 0 0 20 0 16 0 64681217 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681218 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3022] ppid=3004 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681226 10872623104 24803 18446744073709551615 4194304 4196468 140721944667648 139942017542960 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 99212 KiB

[startup+1.20069 s]
/proc/loadavg: 0.96 1.43 1.74 7/211 3048
/proc/meminfo: memFree=31224856/32770624 swapFree=67108860/67108860
[pid=3007] ppid=3004 vsize=10750924 memory=104588 CPUtime=2.72 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3004 3007 17093 0 -1 1077944320 13747 0 0 0 267 5 0 0 20 0 16 0 64681207 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 140721944650192 139942529842935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
/proc/3007/statm: 2687731 26147 3077 1 0 2677184 0
[pid=3007/tid=3009] ppid=3004 vsize=10750924 memory=3053511329498284128 CPUtime=0.91 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3004 3007 17093 0 -1 1077944384 6998 0 0 0 88 3 0 0 20 0 16 0 64681212 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942534083616 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3010] ppid=3004 vsize=10750924 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681213 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942460262672 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3011] ppid=3004 vsize=10750924 memory=2984339746955739232 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64681213 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942459210128 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3012] ppid=3004 vsize=10750924 memory=6525018278055845907 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3004 3007 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64681213 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942458157584 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3013] ppid=3004 vsize=10750924 memory=4638778398333223008 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681213 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942457105040 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3014] ppid=3004 vsize=10750924 memory=69340 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3004 3007 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64681214 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942025964016 139942529854082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3015] ppid=3004 vsize=10750924 memory=25898652800908 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3004 3007 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64681215 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942024910240 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3016] ppid=3004 vsize=10750924 memory=621196 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3004 3007 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64681215 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942023857648 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3017] ppid=3004 vsize=10750924 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681217 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942022806224 139942529861531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3018] ppid=3004 vsize=10750924 memory=6935649255759568960 CPUtime=0.71 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3004 3007 17093 0 -1 1077944384 1971 0 0 0 71 0 0 0 20 0 16 0 64681217 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942021752816 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3019] ppid=3004 vsize=10750924 memory=6935649255759568960 CPUtime=0.65 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3004 3007 17093 0 -1 1077944384 1287 0 0 0 65 0 0 0 20 0 16 0 64681217 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942020700272 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3020] ppid=3004 vsize=10750924 memory=4638778398333161808 CPUtime=0.42 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3004 3007 17093 0 -1 1077944384 2052 0 0 0 42 0 0 0 20 0 16 0 64681217 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942019647728 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3021] ppid=3004 vsize=10750924 memory=7444819964895188565 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3004 3007 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64681218 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942018595424 139942529853141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
[pid=3007/tid=3022] ppid=3004 vsize=10750924 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3004 3007 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64681226 11008946176 26147 18446744073709551615 4194304 4196468 140721944667648 139942017542960 139942529854082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13008896 140721944674704 140721944674857 140721944674857 140721944678351 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 104588 KiB

Child status: 0
Real time (s): 1.28626
CPU time (s): 2.74109
CPU user time (s): 2.68071
CPU system time (s): 0.060376
CPU usage (%): 213.105
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 104588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.68071
system time used= 0.060376
maximum resident set size= 109016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13762
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= 1214
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 3007
#   total CPU time (s): 2.74109
#   total CPU user time (s): 2.68071
#   total CPU system time (s): 0.060376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025832 second user time and 0.0592 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 13:33:50
IDJOB=4263497
IDBENCH=125642
IDSOLVER=2651
FILE ID=node127/4263497-1502624879
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-composed-s75/composed-75-01-25-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263497-1502624879/watcher-4263497-1502624879 -o /tmp/evaluation-result-4263497-1502624879/solver-4263497-1502624879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263497-1502624879.xml

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

MD5SUM BENCH= 3604f03ade31706fc8f860f14c72a950
RANDOM SEED=422250255

node127.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.92
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.92
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.92
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.92
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:        31568264 kB
MemAvailable:   31987408 kB
Buffers:          192212 kB
Cached:           523508 kB
SwapCached:            0 kB
Active:           575692 kB
Inactive:         202716 kB
Active(anon):      12432 kB
Inactive(anon):    83888 kB
Active(file):     563260 kB
Inactive(file):   118828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8448 kB
Writeback:             4 kB
AnonPages:         56464 kB
Mapped:            46352 kB
Shmem:             33444 kB
Slab:             131508 kB
SReclaimable:     105780 kB
SUnreclaim:        25728 kB
KernelStack:        3104 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     315572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61916 MiB
End job on node127 at 2017-08-13 13:33:52