Trace number 4282551

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
choco-solver 4.0.5 seq (2017-08-18)SAT 2.5014601 1.19488

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-6-2-6-cp.xml
MD5SUM4a8cebd9dd4db13e1c53af67b2847c2b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.12252
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints998
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":72}]
Minimum variable degree57
Maximum variable degree58
Distribution of variable degrees[{"degree":57,"count":60},{"degree":58,"count":12}]
Minimum constraint arity4
Maximum constraint arity72
Distribution of constraint arities[{"arity":4,"count":990},{"arity":12,"count":7},{"arity":72,"count":1}]
Number of extensional constraints0
Number of intensional constraints990
Distribution of constraint types[{"type":"intension","count":990},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282551-1503127397.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282551-1503127397.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
1.92/1.08	c solve instance...
2.23/1.19	s SATISFIABLE
2.23/1.19	v <instantiation>
2.23/1.19	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] </list>
2.23/1.19	v 	<values>0 0 1 1 2 2 3 3 4 4 5 5 0 1 4 5 3 5 3 4 1 2 0 2 1 0 4 5 4 1 0 3 5 2 2 3 1 2 5 3 3 4 1 0 5 0 4 2 1 2 5 3 4 0 3 2 0 4 5 1 1 2 5 3 4 2 0 1 0 5 3 4 </values>
2.23/1.19	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282551-1503127397/watcher-4282551-1503127397 -o /tmp/evaluation-result-4282551-1503127397/solver-4282551-1503127397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1466889300 HOME/instance-4282551-1503127397.xml 

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

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

solver pid=1998, runsolver pid=1995

[startup+0.100124 s]*
/proc/loadavg: 1.96 2.00 1.99 2/198 2001
/proc/meminfo: memFree=29844048/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13358712 memory=13312 CPUtime=0 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 3120 0 0 0 0 0 0 0 20 0 6 0 114932785 13679321088 3328 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3339678 3328 1747 1 0 3329175 0
[pid=2000/tid=2001] ppid=1998 vsize=13358712 memory=1404226546252096138 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 2075 0 0 0 0 0 0 0 20 0 6 0 114932786 13679321088 3526 18446744073709551615 4194304 4196468 140726686499536 140581192426064 140581188211869 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13358712 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 114932786 13679321088 3526 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13358712 memory=140614185711232 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 114932786 13679321088 3526 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 114932786 13679321088 3526 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 114932786 13679321088 3526 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 14688 KiB

[startup+0.210259 s]*
/proc/loadavg: 1.96 2.00 1.99 3/211 2015
/proc/meminfo: memFree=29833312/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13974352 memory=26840 CPUtime=0.09 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 5167 0 0 0 8 1 0 0 20 0 15 0 114932785 14309736448 6710 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3493588 6710 2728 1 0 3482964 0
[pid=2000/tid=2001] ppid=1998 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 3319 0 0 0 6 1 0 0 20 0 15 0 114932786 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140581192420096 140581188211869 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13974352 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13974352 memory=140614185734539 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932788 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13974352 memory=140614185711232 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) S 1998 1998 28892 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580729678704 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580728625904 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) R 1998 1998 28892 0 -1 4202560 237 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580727573104 140581188203807 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14309736448 6774 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28216 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.96 2.00 1.99 4/211 2015
/proc/meminfo: memFree=29820416/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13974352 memory=36792 CPUtime=0.28 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 8790 0 0 0 25 3 0 0 20 0 15 0 114932785 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3493588 9198 2933 1 0 3482964 0
[pid=2000/tid=2001] ppid=1998 vsize=13974352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 6066 0 0 0 15 2 0 0 20 0 15 0 114932786 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140581192416256 140581172270430 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13974352 memory=140614185711232 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13974352 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13974352 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932788 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13974352 memory=140614185711232 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) S 1998 1998 28892 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 114932791 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580729678704 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) S 1998 1998 28892 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 15 0 114932791 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580728625904 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) R 1998 1998 28892 0 -1 4202560 732 0 0 0 6 0 0 0 20 0 15 0 114932791 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580727573104 140581188201878 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14309736448 9198 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38168 KiB

[startup+0.700775 s]
/proc/loadavg: 1.96 2.00 1.99 4/211 2015
/proc/meminfo: memFree=29810396/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13980732 memory=71536 CPUtime=1.29 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 12584 0 0 0 123 6 0 0 20 0 15 0 114932785 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3495183 17884 3169 1 0 3483476 0
[pid=2000/tid=2001] ppid=1998 vsize=13980732 memory=33 CPUtime=0.54 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 8030 0 0 0 51 3 0 0 20 0 15 0 114932786 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140581192427216 140581168212544 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13980732 memory=140617229271613 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13980732 memory=140617229271617 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13980732 memory=140617229271618 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13980732 memory=140617229271620 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13980732 memory=140617229271624 CPUtime=0.19 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) R 1998 1998 28892 0 -1 4202560 934 0 0 0 19 0 0 0 20 0 15 0 114932791 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580729670352 140581171402160 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13980732 memory=140617229271627 CPUtime=0.22 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) R 1998 1998 28892 0 -1 4202560 871 0 0 0 21 1 0 0 20 0 15 0 114932791 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580728617360 140581169734396 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13980732 memory=140617229271648 CPUtime=0.3 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) R 1998 1998 28892 0 -1 1077944384 1441 0 0 0 30 0 0 0 20 0 15 0 114932791 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580727573104 140581188201090 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13980732 memory=-6222952690429537422 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14316269568 17884 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72912 KiB

[startup+1.19483 s]
# the end of solver process 1998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.41763 s, system=0.083827 s

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

[startup+0.807503 s]
/proc/loadavg: 1.96 2.00 1.99 4/211 2015
/proc/meminfo: memFree=29810396/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13980732 memory=86476 CPUtime=1.57 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 12756 0 0 0 151 6 0 0 20 0 15 0 114932785 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3495183 21619 3172 1 0 3483476 0
[pid=2000/tid=2001] ppid=1998 vsize=13980732 memory=140617229271929 CPUtime=0.65 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 8047 0 0 0 62 3 0 0 20 0 15 0 114932786 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140581192427712 140580806061839 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13980732 memory=140617229271933 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13980732 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13980732 memory=5794559668828067941 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13980732 memory=7739276948477864808 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13980732 memory=6154538792250073449 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13980732 memory=-8383301570218270069 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13980732 memory=7450198862098355819 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13980732 memory=33505 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13980732 memory=662364497384251444 CPUtime=0.24 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) S 1998 1998 28892 0 -1 1077944384 975 0 0 0 24 0 0 0 20 0 15 0 114932791 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580729678704 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13980732 memory=4028 CPUtime=0.3 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) S 1998 1998 28892 0 -1 1077944384 901 0 0 0 29 1 0 0 20 0 15 0 114932791 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580728625904 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13980732 memory=2241 CPUtime=0.34 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) S 1998 1998 28892 0 -1 1077944384 1525 0 0 0 34 0 0 0 20 0 15 0 114932791 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580727573104 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14316269568 21619 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 87852 KiB

[startup+1.00084 s]*
/proc/loadavg: 1.96 2.00 1.99 3/211 2015
/proc/meminfo: memFree=29724108/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13980732 memory=138940 CPUtime=1.92 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 13087 0 0 0 185 7 0 0 20 0 15 0 114932785 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3495183 34735 3173 1 0 3483476 0
[pid=2000/tid=2001] ppid=1998 vsize=13980732 memory=1404226546252096138 CPUtime=0.86 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 8099 0 0 0 82 4 0 0 20 0 15 0 114932786 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140581192423984 140580809870580 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13980732 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13980732 memory=3472752417080827879 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13980732 memory=7512686521831502451 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13980732 memory=8386111881146035822 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13980732 memory=3617430555110105063 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13980732 memory=7022329023429899364 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13980732 memory=-1597232446413093188 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13980732 memory=-2961578254468854852 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) R 1998 1998 28892 0 -1 4202560 1010 0 0 0 28 0 0 0 20 0 15 0 114932791 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580729678704 140581173884944 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13980732 memory=7740634871459154479 CPUtime=0.34 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) R 1998 1998 28892 0 -1 4202560 925 0 0 0 33 1 0 0 20 0 15 0 114932791 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580728625904 140581174207670 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13980732 memory=7378802002649284784 CPUtime=0.42 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) S 1998 1998 28892 0 -1 1077944384 1745 0 0 0 41 1 0 0 20 0 15 0 114932791 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580727573104 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13980732 memory=7885630751101880879 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13980732 memory=3472468910413391536 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14316269568 34735 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 140316 KiB

[startup+1.11018 s]
/proc/loadavg: 1.96 2.00 1.99 3/211 2015
/proc/meminfo: memFree=29724108/32770624 swapFree=67108860/67108860
[pid=1998] ppid=1995 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1998/stat : 1998 (xcsp3-exec) S 1995 1998 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114932776 9740288 344 18446744073709551615 4194304 5098028 140735712214192 140735712212296 140650388128380 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 28930048 140735712215416 140735712215621 140735712215621 140735712219115 0
/proc/1998/statm: 2378 344 289 221 0 87 0
[pid=2000] ppid=1998 vsize=13980732 memory=155376 CPUtime=2.23 cores=0,2,4,6
/proc/2000/stat : 2000 (java) S 1998 1998 28892 0 -1 1077944320 13618 0 0 0 216 7 0 0 20 0 15 0 114932785 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140726686482080 140581188189943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
/proc/2000/statm: 3495183 38844 3188 1 0 3483476 0
[pid=2000/tid=2001] ppid=1998 vsize=13980732 memory=33 CPUtime=0.95 cores=0,2,4,6
/proc/2000/task/2001/stat : 2001 (java) R 1998 1998 28892 0 -1 4202560 8256 0 0 0 91 4 0 0 20 0 15 0 114932786 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140581192426864 140581188211290 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2002] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2002/stat : 2002 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140581130136720 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2004] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2004/stat : 2004 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140581129083920 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2005] ppid=1998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2005/stat : 2005 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140581128031120 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2006] ppid=1998 vsize=13980732 memory=281228150857088 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2006/stat : 2006 (java) S 1998 1998 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114932786 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140581126978320 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2007] ppid=1998 vsize=13980732 memory=149194278965158 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2007/stat : 2007 (java) S 1998 1998 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580733888880 140581188201090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2008] ppid=1998 vsize=13980732 memory=149194278965159 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2008/stat : 2008 (java) S 1998 1998 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114932788 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580732834848 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2009] ppid=1998 vsize=13980732 memory=149194278965160 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2009/stat : 2009 (java) S 1998 1998 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114932789 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580731782000 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2010] ppid=1998 vsize=13980732 memory=149194278965161 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2010/stat : 2010 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580730730320 140581188208539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2011] ppid=1998 vsize=13980732 memory=149194278965162 CPUtime=0.36 cores=0,2,4,6
/proc/2000/task/2011/stat : 2011 (java) R 1998 1998 28892 0 -1 4202560 1151 0 0 0 36 0 0 0 20 0 15 0 114932791 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580729668304 140581172985975 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2012] ppid=1998 vsize=13980732 memory=149194278965163 CPUtime=0.43 cores=0,2,4,6
/proc/2000/task/2012/stat : 2012 (java) R 1998 1998 28892 0 -1 4202560 1062 0 0 0 42 1 0 0 20 0 15 0 114932791 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580728619096 140581168043519 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2013] ppid=1998 vsize=13980732 memory=281228150644688 CPUtime=0.47 cores=0,2,4,6
/proc/2000/task/2013/stat : 2013 (java) R 1998 1998 28892 0 -1 4202560 1841 0 0 0 46 1 0 0 20 0 15 0 114932791 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580727568864 140581188201878 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2014] ppid=1998 vsize=13980732 memory=281228150647440 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2014/stat : 2014 (java) S 1998 1998 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114932791 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580726520544 140581188200149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
[pid=2000/tid=2015] ppid=1998 vsize=13980732 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/2000/task/2015/stat : 2015 (java) S 1998 1998 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114932795 14316269568 38844 18446744073709551615 4194304 4196468 140726686499536 140580725467824 140581188201090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16834560 140726686507441 140726686507617 140726686507617 140726686511055 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 156752 KiB

Child status: 0
Real time (s): 1.19488
CPU time (s): 2.50146
CPU user time (s): 2.41763
CPU system time (s): 0.083827
CPU usage (%): 209.347
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 156752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.41763
system time used= 0.083827
maximum resident set size= 160440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17367
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= 1908
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 1998
#   total CPU time (s): 2.50146
#   total CPU user time (s): 2.41763
#   total CPU system time (s): 0.083827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032562 second user time and 0.055191 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 09:09:06
IDJOB=4282551
IDBENCH=126439
IDSOLVER=2677
FILE ID=node127/4282551-1503127397
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-6-2-6-cp.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282551-1503127397/watcher-4282551-1503127397 -o /tmp/evaluation-result-4282551-1503127397/solver-4282551-1503127397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1466889300 HOME/instance-4282551-1503127397.xml

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

MD5SUM BENCH= 4a8cebd9dd4db13e1c53af67b2847c2b
RANDOM SEED=1466889300

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:        29847916 kB
MemAvailable:   30677544 kB
Buffers:          296068 kB
Cached:           835484 kB
SwapCached:            0 kB
Active:          2096328 kB
Inactive:         376420 kB
Active(anon):    1291792 kB
Inactive(anon):    99188 kB
Active(file):     804536 kB
Inactive(file):   277232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:       1341228 kB
Mapped:            72972 kB
Shmem:             49828 kB
Slab:             153736 kB
SReclaimable:     127392 kB
SUnreclaim:        26344 kB
KernelStack:        3456 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3093896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1230848 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= 62012 MiB
End job on node127 at 2017-08-19 09:09:07