Trace number 4302249

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT9 2.33439 1.28703

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-05_c18.xml
MD5SUM57539414b171e46171fa8a7098eb6fd5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.025284
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints36
Number of domains7
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":80},{"size":5,"count":21},{"size":10,"count":5}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":85},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":3},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":10},{"arity":6,"count":16},{"arity":17,"count":10}]
Number of extensional constraints16
Number of intensional constraints10
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":10},{"type":"sum","count":5},{"type":"count","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.77/0.47	c This is free software under the dual EPL/GNU LGPL licenses.
0.77/0.47	c See www.sat4j.org for details.
0.77/0.47	c That software uses the Rhino library from the Mozilla project.
0.77/0.47	c version 2.3.6-SNAPSHOT
0.77/0.47	c java.runtime.name	Java(TM) SE Runtime Environment
0.77/0.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.77/0.47	c java.vm.version	25.131-b11
0.77/0.47	c java.vm.vendor	Oracle Corporation
0.77/0.47	c sun.arch.data.model	64
0.77/0.47	c java.version		1.8.0_131
0.77/0.47	c os.name		Linux
0.77/0.47	c os.version		3.10.0-514.16.1.el7.x86_64
0.77/0.47	c os.arch		amd64
0.77/0.47	c Free memory 		499604488
0.77/0.47	c Max memory 		7247757312
0.77/0.47	c Total memory 		504889344
0.77/0.47	c Number of processors 	4
0.77/0.47	c c --- Begin Solver configuration ---
0.77/0.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.77/0.47	c Learn all clauses as in MiniSAT
0.77/0.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.77/0.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.77/0.47	c No reason simplification
0.77/0.47	c Glucose 2.1 dynamic restart strategy
0.77/0.47	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.77/0.47	c timeout=2147483s
0.77/0.47	c DB Simplification allowed=false
0.77/0.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.77/0.47	c --- End Solver configuration ---
0.77/0.47	c constraints type 
0.77/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 212
0.77/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1760
0.77/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9016
0.77/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
0.77/0.47	c 11060 constraints processed.
1.67/0.71	o 28
1.67/0.77	o 27
1.97/0.81	o 26
1.97/0.81	o 14
1.97/0.84	o 12
1.97/0.85	o 11
1.97/0.89	o 10
2.11/0.92	o 9
2.32/1.28	c starts		: 46
2.32/1.28	c conflicts		: 5480
2.32/1.28	c decisions		: 88758
2.32/1.28	c propagations		: 1552251
2.32/1.28	c inspects		: 3518560
2.32/1.28	c shortcuts		: 0
2.32/1.28	c learnt literals	: 234
2.32/1.28	c learnt binary clauses	: 626
2.32/1.28	c learnt ternary clauses	: 751
2.32/1.28	c learnt constraints	: 5245
2.32/1.28	c ignored constraints	: 0
2.32/1.28	c root simplifications	: 0
2.32/1.28	c removed literals (reason simplification)	: 0
2.32/1.28	c reason swapping (by a shorter reason)	: 0
2.32/1.28	c Calls to reduceDB	: 0
2.32/1.28	c Number of update (reduction) of LBD	: 2662
2.32/1.28	c Imported unit clauses	: 0
2.32/1.28	c number of reductions to clauses (during analyze)	: 0
2.32/1.28	c number of learned constraints concerned by reduction	: 0
2.32/1.28	c number of learning phase by resolution	: 0
2.32/1.28	c number of learning phase by cutting planes	: 0
2.32/1.28	c number of rounding to 1 operations	: 0
2.32/1.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2.32/1.28	c number of reductions of the coefficients by power 2 	: 0
2.32/1.28	c number of right shift for reduction by power 2 	: 0
2.32/1.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
2.32/1.28	c number of ending skipping 	: 0
2.32/1.28	c number of internal skipping 	: 0
2.32/1.28	c number of derivation steps 	: 0
2.32/1.28	c number of skipped derivation steps 	: 0
2.32/1.28	c number of remaining unassigned 	: 0
2.32/1.28	c number of remaining assigned 	: 0
2.32/1.28	c speed (assignments/second)	: 1921102.7227722772
2.32/1.28	c non guided choices	: 31419
2.32/1.28	s OPTIMUM FOUND
2.32/1.28	v <instantiation type="optimum" cost="9">
2.32/1.28	v 	<list> prd[0] prd[1] prd[2] prd[3] prd[4] prd[5] prd[6] prd[7] prd[8] prd[9] prd[10] prd[11] prd[12] prd[13] prd[14] prd[15] nco[0] nco[1] nco[2] nco[3] nco[4] ncr[0] ncr[1] ncr[2] ncr[3] ncr[4] cp[0][0] cp[0][1] cp[0][2] cp[0][3] cp[0][4] cp[1][0] cp[1][1] cp[1][2] cp[1][3] cp[1][4] cp[2][0] cp[2][1] cp[2][2] cp[2][3] cp[2][4] cp[3][0] cp[3][1] cp[3][2] cp[3][3] cp[3][4] cp[4][0] cp[4][1] cp[4][2] cp[4][3] cp[4][4] cp[5][0] cp[5][1] cp[5][2] cp[5][3] cp[5][4] cp[6][0] cp[6][1] cp[6][2] cp[6][3] cp[6][4] cp[7][0] cp[7][1] cp[7][2] cp[7][3] cp[7][4] cp[8][0] cp[8][1] cp[8][2] cp[8][3] cp[8][4] cp[9][0] cp[9][1] cp[9][2] cp[9][3] cp[9][4] cp[10][0] cp[10][1] cp[10][2] cp[10][3] cp[10][4] cp[11][0] cp[11][1] cp[11][2] cp[11][3] cp[11][4] cp[12][0] cp[12][1] cp[12][2] cp[12][3] cp[12][4] cp[13][0] cp[13][1] cp[13][2] cp[13][3] cp[13][4] cp[14][0] cp[14][1] cp[14][2] cp[14][3] cp[14][4] cp[15][0] cp[15][1] cp[15][2] cp[15][3] cp[15][4] </list>
2.32/1.28	v 	<values> 4 4 2 2 4 4 3 3 1 2 1 0 3 0 0 1 3 3 3 3 4 9 9 9 8 9 0 0 0 0 2 0 0 0 0 3 0 0 2 0 0 0 0 4 0 0 0 0 0 0 1 0 0 0 0 3 0 0 0 3 0 0 0 0 3 0 0 3 0 0 0 0 0 3 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 2 0 3 0 0 0 0 3 0 0 0 0 0 3 0 0 0 </values>
2.32/1.28	v </instantiation>
2.32/1.28	

Verifier Data

OK	9

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302249-1532888879/watcher-4302249-1532888879 -o /tmp/evaluation-result-4302249-1532888879/solver-4302249-1532888879 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302249-1532888879.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=817, runsolver pid=814
Current StackSize limit: 8192 KiB


[startup+0.100395 s]*
/proc/loadavg: 2.00 2.11 2.33 2/216 832
/proc/meminfo: memFree=28045932/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10659044 memory=29464 CPUtime=0.11 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 5875 0 0 0 10 1 0 0 20 0 15 0 106451056 10914861056 7366 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2664761 7366 2843 1 0 2627271 0
[pid=817/tid=819] ppid=814 vsize=10659012 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) R 814 817 22004 0 -1 4202560 4387 0 0 0 7 1 0 0 20 0 15 0 106451057 10914828288 8011 33554432000 4194304 4196468 140722931941072 140131078268784 140131074086045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10659012 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451057 10914828288 8011 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10659012 memory=3760699377887966880 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 814 817 22004 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130629642992 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 814 817 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130628590448 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0.01 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) R 814 817 22004 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130627537392 140131074085466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 8011 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 29464 KiB

[startup+0.210455 s]*
/proc/loadavg: 2.00 2.11 2.33 7/216 832
/proc/meminfo: memFree=28036288/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10659012 memory=40884 CPUtime=0.31 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 7812 0 0 0 29 2 0 0 20 0 15 0 106451056 10914828288 10221 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2664753 10221 2997 1 0 2627263 0
[pid=817/tid=819] ppid=814 vsize=10659012 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) R 814 817 22004 0 -1 4202560 4768 0 0 0 18 1 0 0 20 0 15 0 106451057 10914828288 10733 33554432000 4194304 4196468 140722931941072 140131078299392 140131058107749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10659012 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451057 10914828288 10733 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10659012 memory=3760699377887966880 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451058 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106451059 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 814 817 22004 0 -1 1077944384 636 0 0 0 2 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130629642992 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 814 817 22004 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130628590448 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0.07 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) R 814 817 22004 0 -1 4202560 681 0 0 0 7 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130627537392 140131053026305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10659012 memory=140696887981696 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451062 10914828288 10733 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40884 KiB

[startup+0.310372 s]*
/proc/loadavg: 2.00 2.11 2.33 4/216 832
/proc/meminfo: memFree=28028968/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10659088 memory=48264 CPUtime=0.5 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 8634 0 0 0 48 2 0 0 20 0 15 0 106451056 10914906112 12066 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2664772 12066 3059 1 0 2627263 0
[pid=817/tid=819] ppid=814 vsize=10659088 memory=8389772277269004345 CPUtime=0.29 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) R 814 817 22004 0 -1 4202560 5422 0 0 0 28 1 0 0 20 0 15 0 106451057 10914906112 12101 33554432000 4194304 4196468 140722931941072 140131078298560 140130706911065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451057 10914906112 12101 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10659088 memory=3833891663630792352 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451058 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451058 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10659088 memory=140696887981696 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106451059 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106451059 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10659088 memory=18868 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106451059 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10659088 memory=21172 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 814 817 22004 0 -1 1077944384 710 0 0 0 4 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130629642992 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10659088 memory=35 CPUtime=0.04 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 814 817 22004 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130628590448 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10659088 memory=140696887981696 CPUtime=0.11 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) R 814 817 22004 0 -1 4202560 749 0 0 0 11 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130627537392 140131066301246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10659088 memory=144235941034423 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106451062 10914906112 12101 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 48264 KiB

[startup+0.700813 s]
/proc/loadavg: 2.00 2.11 2.33 5/217 833
/proc/meminfo: memFree=28006000/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10727700 memory=71700 CPUtime=1.67 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 11589 0 0 0 164 3 0 0 20 0 16 0 106451056 10985164800 17925 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2681925 17925 3110 1 0 2644416 0
[pid=817/tid=819] ppid=814 vsize=10727700 memory=4052 CPUtime=0.67 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) R 814 817 22004 0 -1 4202560 5841 0 0 0 65 2 0 0 20 0 16 0 106451057 10985164800 17925 33554432000 4194304 4196468 140722931941072 140131078302328 140130710211584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10727700 memory=18248 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451057 10985164800 17925 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10727700 memory=640 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10727700 memory=7305218370954421849 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10727700 memory=7739276948478453609 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10727700 memory=6220993253238723945 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10727700 memory=3054156605368933524 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10727700 memory=8326441112149131689 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10727700 memory=7679937539659563834 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10727700 memory=6944656425123485561 CPUtime=0.35 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) R 814 817 22004 0 -1 4202560 1534 0 0 0 35 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130629633968 140131060092545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10727700 memory=-9178176116494409632 CPUtime=0.34 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) R 814 817 22004 0 -1 4202560 1189 0 0 0 34 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130628576472 140131055589126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10727700 memory=-7029379521808015264 CPUtime=0.28 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 814 817 22004 0 -1 1077944384 1634 0 0 0 28 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130627537392 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=833] ppid=814 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/817/task/833/stat : 833 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106451104 10985164800 17925 33554432000 4194304 4196468 140722931941072 140130624377904 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 71700 KiB

[startup+1.28696 s]
# the end of solver process 817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.28873 s, system=0.045652 s

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

[startup+0.800947 s]
/proc/loadavg: 2.00 2.11 2.33 5/217 833
/proc/meminfo: memFree=28006000/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10727700 memory=74300 CPUtime=1.97 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 11775 0 0 0 193 4 0 0 20 0 16 0 106451056 10985164800 18575 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2681925 18575 3113 1 0 2644416 0
[pid=817/tid=819] ppid=814 vsize=10727700 memory=1296 CPUtime=0.77 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) R 814 817 22004 0 -1 4202560 5861 0 0 0 75 2 0 0 20 0 16 0 106451057 10985164800 18575 33554432000 4194304 4196468 140722931941072 140131078300480 140131074076054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451057 10985164800 18575 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10727700 memory=-6225554002004328351 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10727700 memory=7680491646476186426 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106451058 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10727700 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10727700 memory=-8312670058677691234 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106451059 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10727700 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10727700 memory=6944656592455360604 CPUtime=0.42 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 814 817 22004 0 -1 1077944384 1551 0 0 0 42 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130629642992 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10727700 memory=6944652177228980320 CPUtime=0.43 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 814 817 22004 0 -1 1077944384 1313 0 0 0 43 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130628590448 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10727700 memory=6944656592455360604 CPUtime=0.3 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 814 817 22004 0 -1 1077944384 1659 0 0 0 30 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130627537392 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451062 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=833] ppid=814 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/833/stat : 833 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106451104 10985164800 18575 33554432000 4194304 4196468 140722931941072 140130624377904 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 74300 KiB

[startup+1.20072 s]
/proc/loadavg: 2.00 2.11 2.33 3/217 833
/proc/meminfo: memFree=27997996/32770624 swapFree=67108860/67108860
[pid=817] ppid=814 vsize=10860828 memory=83080 CPUtime=2.32 cores=1,3,5,7
/proc/817/stat : 817 (java) S 814 817 22004 0 -1 1077944320 12211 0 0 0 228 4 0 0 20 0 16 0 106451056 11121487872 20770 33554432000 4194304 4196468 140722931941072 140722931923616 140131074064119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
/proc/817/statm: 2715207 20770 3116 1 0 2677698 0
[pid=817/tid=819] ppid=814 vsize=10860828 memory=4137293581110450563 CPUtime=1.05 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) S 814 817 22004 0 -1 1077944384 5986 0 0 0 103 2 0 0 20 0 16 0 106451057 11121487872 20770 33554432000 4194304 4196468 140722931941072 140131078304800 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=820] ppid=814 vsize=10860828 memory=7594315140727138664 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451057 11121487872 20770 33554432000 4194304 4196468 140722931941072 140131026684944 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=821] ppid=814 vsize=10860828 memory=7594315140727138664 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130680233104 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=822] ppid=814 vsize=10860828 memory=7236548286644578409 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451058 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130679180048 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=823] ppid=814 vsize=10860828 memory=7236548286644578409 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 814 817 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106451058 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130678127504 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=824] ppid=814 vsize=10860828 memory=7594315140727138664 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 814 817 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106451059 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130633853168 140131074075266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=825] ppid=814 vsize=10860828 memory=7234589030004970345 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 814 817 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106451059 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130632799392 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=826] ppid=814 vsize=10860828 memory=7234589030004970345 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 814 817 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106451059 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130631746288 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=827] ppid=814 vsize=10860828 memory=6010451074868342114 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130630694864 140131074082715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=828] ppid=814 vsize=10860828 memory=7594315140727138664 CPUtime=0.47 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 814 817 22004 0 -1 1077944384 1733 0 0 0 47 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130629642992 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=829] ppid=814 vsize=10860828 memory=71420 CPUtime=0.46 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 814 817 22004 0 -1 1077944384 1352 0 0 0 46 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130628590448 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=830] ppid=814 vsize=10860828 memory=281393507124464 CPUtime=0.31 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 814 817 22004 0 -1 1077944384 1691 0 0 0 31 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130627537392 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=831] ppid=814 vsize=10860828 memory=5684456327914 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 814 817 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130626485088 140131074074325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
[pid=817/tid=832] ppid=814 vsize=10860828 memory=281393506830552 CPUtime=0 cores=1,3,5,7
/proc/817/task/832/stat : 832 (java) S 814 817 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106451062 11121487872 20770 33554432000 4194304 4196468 140722931941072 140130625432112 140131074075266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6766592 140722931942518 140722931942670 140722931942670 140722931945423 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 83080 KiB

Child status: 0
Real time (s): 1.28703
CPU time (s): 2.33439
CPU user time (s): 2.28873
CPU system time (s): 0.045652
CPU usage (%): 181.379
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 83080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.28873
system time used= 0.045652
maximum resident set size= 85540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12287
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= 1650
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 817
#   total CPU time (s): 2.33439
#   total CPU user time (s): 2.28873
#   total CPU system time (s): 0.045652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029993 second user time and 0.057919 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 20:27:59
IDJOB=4302249
IDBENCH=141685
IDSOLVER=2773
FILE ID=node151/4302249-1532888879
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302249-1532888879/watcher-4302249-1532888879 -o /tmp/evaluation-result-4302249-1532888879/solver-4302249-1532888879 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302249-1532888879.xml

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

MD5SUM BENCH= 57539414b171e46171fa8a7098eb6fd5
RANDOM SEED=857924582

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	: 5333.87
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.87
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.87
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.87
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:        28065068 kB
MemAvailable:   31720188 kB
Buffers:          213564 kB
Cached:          3714684 kB
SwapCached:            0 kB
Active:          1608652 kB
Inactive:        2628480 kB
Active(anon):     257928 kB
Inactive(anon):    78188 kB
Active(file):    1350724 kB
Inactive(file):  2550292 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:        334280 kB
Mapped:            56352 kB
Shmem:             25224 kB
Slab:             167940 kB
SReclaimable:     139880 kB
SUnreclaim:        28060 kB
KernelStack:        3840 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 59308 MiB
End job on node151 at 2018-07-29 20:28:00