Trace number 4297682

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.7b par (e747e1e)SAT 1.99571 0.736889

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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.99571
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297682-1532728067.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297682-1532728067.xml, -tl, 20160s, -p, 8]
0.11/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.02/0.59	c solve instance...
1.92/0.71	s SATISFIABLE
1.92/0.71	v <instantiation>
1.92/0.71	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
1.92/0.71	v 	<values>3 39 32 37 36 21 18 11 25 34 14 9 15 16 23 38 8 4 6 5 24 26 29 17 10 20 7 28 31 19 12 22 27 13 33 35 30 </values>
1.92/0.71	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 (13151 MiB free)
  memory of node 1: 16384 MiB (13707 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297682-1532728067/watcher-4297682-1532728067 -o /tmp/evaluation-result-4297682-1532728067/solver-4297682-1532728067 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532723020-21326 --watchdog 2580 HOME/xcsp3-exec -seed 416616069 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297682-1532728067.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100163 s]*
/proc/loadavg: 8.58 8.45 8.42 3/204 22346
/proc/meminfo: memFree=27487588/32770624 swapFree=67108856/67108860
[pid=22325] ppid=22322 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 21299 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90369897 115843072 364 33554432000 4194304 5098028 140733582805600 140733582803704 140456174105212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8699904 140733582812214 140733582812416 140733582812416 140733582815178 0
/proc/22325/statm: 28282 364 306 221 0 87 0
[pid=22327] ppid=22325 vsize=26104152 memory=26868 CPUtime=0.11 cores=0-7
/proc/22327/stat : 22327 (java) S 22325 22325 21299 0 -1 1077944320 5660 0 0 0 10 1 0 0 20 0 20 0 90369898 26730651648 6717 33554432000 4194304 4196468 140722859166112 140722859148656 139816239537911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
/proc/22327/statm: 6526038 6717 2997 1 0 6488315 0
[pid=22327/tid=22328] ppid=22325 vsize=26104152 memory=7896669904268337305 CPUtime=0.08 cores=0-7
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 21299 0 -1 4202560 3669 0 0 0 8 0 0 0 20 0 20 0 90369898 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816243772448 139816223618398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22329] ppid=22325 vsize=26104152 memory=732370644126706661 CPUtime=0 cores=0-7
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816162117904 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22330] ppid=22325 vsize=26104152 memory=140505789253248 CPUtime=0 cores=0-7
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816161065360 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22331] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816160012816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22332] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816158960272 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22333] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816157907728 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22334] ppid=22325 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816156855184 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22335] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816155802640 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22336] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 6717 33554432000 4194304 4196468 140722859166112 139816154750096 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22337] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369900 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815634884592 139816239549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22338] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 21299 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90369901 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815633830816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22339] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 21299 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90369901 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815632778224 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22340] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369903 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815631726800 139816239556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22341] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 21299 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 90369903 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815630674416 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22342] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22342/stat : 22342 (java) S 22325 22325 21299 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 90369903 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815629621872 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22343] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22343/stat : 22343 (java) S 22325 22325 21299 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90369903 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815628569328 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22344] ppid=22325 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22327/task/22344/stat : 22344 (java) S 22325 22325 21299 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 90369903 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815627516784 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22345] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22345/stat : 22345 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369904 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815626463456 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22346] ppid=22325 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22327/task/22346/stat : 22346 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369904 26730651648 6717 33554432000 4194304 4196468 140722859166112 139815625410992 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28324 KiB

[startup+0.210563 s]*
/proc/loadavg: 8.58 8.45 8.42 3/204 22346
/proc/meminfo: memFree=27475664/32770624 swapFree=67108856/67108860
[pid=22325] ppid=22322 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 21299 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90369897 115843072 364 33554432000 4194304 5098028 140733582805600 140733582803704 140456174105212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8699904 140733582812214 140733582812416 140733582812416 140733582815178 0
/proc/22325/statm: 28282 364 306 221 0 87 0
[pid=22327] ppid=22325 vsize=26104152 memory=39716 CPUtime=0.33 cores=0-7
/proc/22327/stat : 22327 (java) S 22325 22325 21299 0 -1 1077944320 8499 0 0 0 31 2 0 0 20 0 20 0 90369898 26730651648 9929 33554432000 4194304 4196468 140722859166112 140722859148656 139816239537911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
/proc/22327/statm: 6526038 9929 3167 1 0 6488315 0
[pid=22327/tid=22328] ppid=22325 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 21299 0 -1 4202560 5578 0 0 0 18 1 0 0 20 0 20 0 90369898 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816243769824 139816223618398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22329] ppid=22325 vsize=26104152 memory=281011416483576 CPUtime=0 cores=0-7
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816162117904 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22330] ppid=22325 vsize=26104152 memory=140505789253248 CPUtime=0 cores=0-7
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816161065360 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22331] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816160012816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22332] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816158960272 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22333] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816157907728 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22334] ppid=22325 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816156855184 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22335] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816155802640 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22336] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369899 26730651648 9929 33554432000 4194304 4196468 140722859166112 139816154750096 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22337] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 21299 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 90369900 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815634884592 139816239549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22338] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 21299 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90369901 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815633830816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22339] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 21299 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90369901 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815632778224 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22340] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369903 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815631726800 139816239556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22341] ppid=22325 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 21299 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 20 0 90369903 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815630674416 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22342] ppid=22325 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22327/task/22342/stat : 22342 (java) S 22325 22325 21299 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 20 0 90369903 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815629621872 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22343] ppid=22325 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/22327/task/22343/stat : 22343 (java) S 22325 22325 21299 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 90369903 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815628569328 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22344] ppid=22325 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/22327/task/22344/stat : 22344 (java) S 22325 22325 21299 0 -1 1077944384 804 0 0 0 7 0 0 0 20 0 20 0 90369903 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815627516784 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22345] ppid=22325 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22345/stat : 22345 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369904 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815626463456 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22346] ppid=22325 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22327/task/22346/stat : 22346 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369904 26730651648 9929 33554432000 4194304 4196468 140722859166112 139815625410992 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41172 KiB

[startup+0.311449 s]*
/proc/loadavg: 8.58 8.45 8.42 3/204 22346
/proc/meminfo: memFree=27469212/32770624 swapFree=67108856/67108860
[pid=22325] ppid=22322 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 21299 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90369897 115843072 364 33554432000 4194304 5098028 140733582805600 140733582803704 140456174105212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8699904 140733582812214 140733582812416 140733582812416 140733582815178 0
/proc/22325/statm: 28282 364 306 221 0 87 0
[pid=22327] ppid=22325 vsize=26108408 memory=46568 CPUtime=0.53 cores=0-7
/proc/22327/stat : 22327 (java) S 22325 22325 21299 0 -1 1077944320 9407 0 0 0 50 3 0 0 20 0 20 0 90369898 26735009792 11642 33554432000 4194304 4196468 140722859166112 140722859148656 139816239537911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
/proc/22327/statm: 6527102 11642 3209 1 0 6488315 0
[pid=22327/tid=22328] ppid=22325 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22327/task/22328/stat : 22328 (java) R 22325 22325 21299 0 -1 4202560 6292 0 0 0 28 1 0 0 20 0 20 0 90369898 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816243769024 139816223618398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22329] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816162117904 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22330] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816161065360 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22331] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816160012816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22332] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816158960272 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22333] ppid=22325 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816157907728 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22334] ppid=22325 vsize=26108408 memory=140505627325359 CPUtime=0 cores=0-7
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816156855184 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22335] ppid=22325 vsize=26108408 memory=140505627327664 CPUtime=0 cores=0-7
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816155802640 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22336] ppid=22325 vsize=26108408 memory=140505627329968 CPUtime=0 cores=0-7
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369899 26735009792 11642 33554432000 4194304 4196468 140722859166112 139816154750096 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22337] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 21299 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 90369900 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815634884592 139816239549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22338] ppid=22325 vsize=26108408 memory=281011254666896 CPUtime=0 cores=0-7
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 21299 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90369901 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815633830816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22339] ppid=22325 vsize=26108408 memory=281011254673808 CPUtime=0 cores=0-7
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 21299 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90369901 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815632778224 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22340] ppid=22325 vsize=26108408 memory=281011254615088 CPUtime=0 cores=0-7
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369903 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815631726800 139816239556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22341] ppid=22325 vsize=26108408 memory=281011254687632 CPUtime=0.02 cores=0-7
/proc/22327/task/22341/stat : 22341 (java) S 22325 22325 21299 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 20 0 90369903 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815630674416 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22342] ppid=22325 vsize=26108408 memory=281011254694544 CPUtime=0.04 cores=0-7
/proc/22327/task/22342/stat : 22342 (java) S 22325 22325 21299 0 -1 1077944384 304 0 0 0 4 0 0 0 20 0 20 0 90369903 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815629621872 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22343] ppid=22325 vsize=26108408 memory=281011254692240 CPUtime=0.03 cores=0-7
/proc/22327/task/22343/stat : 22343 (java) S 22325 22325 21299 0 -1 1077944384 263 0 0 0 3 0 0 0 20 0 20 0 90369903 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815628569328 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22344] ppid=22325 vsize=26108408 memory=281011254708400 CPUtime=0.12 cores=0-7
/proc/22327/task/22344/stat : 22344 (java) S 22325 22325 21299 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 20 0 90369903 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815627516784 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22345] ppid=22325 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22327/task/22345/stat : 22345 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90369904 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815626463456 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22346] ppid=22325 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/22327/task/22346/stat : 22346 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90369904 26735009792 11642 33554432000 4194304 4196468 140722859166112 139815625410992 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48024 KiB

[startup+0.703422 s]
/proc/loadavg: 8.58 8.45 8.42 3/204 22346
/proc/meminfo: memFree=27451952/32770624 swapFree=67108856/67108860
[pid=22325] ppid=22322 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 21299 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90369897 115843072 364 33554432000 4194304 5098028 140733582805600 140733582803704 140456174105212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8699904 140733582812214 140733582812416 140733582812416 140733582815178 0
/proc/22325/statm: 28282 364 306 221 0 87 0
[pid=22327] ppid=22325 vsize=26643044 memory=88072 CPUtime=1.92 cores=0-7
/proc/22327/stat : 22327 (java) S 22325 22325 21299 0 -1 1077944320 13065 0 0 0 187 5 0 0 20 0 28 0 90369898 27282477056 22018 33554432000 4194304 4196468 140722859166112 140722859148656 139816239537911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
/proc/22327/statm: 6660761 22018 3361 1 0 6621955 0
[pid=22327/tid=22328] ppid=22325 vsize=26643044 memory=281011255003264 CPUtime=0.57 cores=0-7
/proc/22327/task/22328/stat : 22328 (java) S 22325 22325 21299 0 -1 1077944384 7211 0 0 0 55 2 0 0 20 0 28 0 90369898 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816243778688 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22329] ppid=22325 vsize=26643044 memory=796 CPUtime=0 cores=0-7
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816162117904 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22330] ppid=22325 vsize=26643044 memory=1712 CPUtime=0 cores=0-7
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816161065360 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22331] ppid=22325 vsize=26643044 memory=11860 CPUtime=0 cores=0-7
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816160012816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22332] ppid=22325 vsize=26643044 memory=5772 CPUtime=0 cores=0-7
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816158960272 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22333] ppid=22325 vsize=26643044 memory=4616 CPUtime=0 cores=0-7
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816157907728 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22334] ppid=22325 vsize=26643044 memory=1388 CPUtime=0 cores=0-7
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816156855184 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22335] ppid=22325 vsize=26643044 memory=1232 CPUtime=0 cores=0-7
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816155802640 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22336] ppid=22325 vsize=26643044 memory=1012 CPUtime=0 cores=0-7
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816154750096 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22337] ppid=22325 vsize=26643044 memory=1948 CPUtime=0 cores=0-7
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 21299 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 90369900 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815634884592 139816239549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22338] ppid=22325 vsize=26643044 memory=1188 CPUtime=0 cores=0-7
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 21299 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90369901 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815633830816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22339] ppid=22325 vsize=26643044 memory=8440 CPUtime=0 cores=0-7
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 21299 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 90369901 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815632778224 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22340] ppid=22325 vsize=26643044 memory=15252 CPUtime=0 cores=0-7
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815631726800 139816239556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22341] ppid=22325 vsize=26643044 memory=16244 CPUtime=0.17 cores=0-7
/proc/22327/task/22341/stat : 22341 (java) D 22325 22325 21299 0 -1 4202560 866 0 0 0 17 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815630663776 139816232643633 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22342] ppid=22325 vsize=26643044 memory=4048 CPUtime=0.16 cores=0-7
/proc/22327/task/22342/stat : 22342 (java) R 22325 22325 21299 0 -1 4202560 586 0 0 0 16 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815629602984 139816232255063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22343] ppid=22325 vsize=26643044 memory=1236 CPUtime=0.15 cores=0-7
/proc/22327/task/22343/stat : 22343 (java) D 22325 22325 21299 0 -1 4202560 951 0 0 0 15 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815628554808 139816219235701 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22344] ppid=22325 vsize=26643044 memory=15324 CPUtime=0.35 cores=0-7
/proc/22327/task/22344/stat : 22344 (java) D 22325 22325 21299 0 -1 4202560 1790 0 0 0 35 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815627515888 139816219780604 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22345] ppid=22325 vsize=26643044 memory=1780 CPUtime=0 cores=0-7
/proc/22327/task/22345/stat : 22345 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90369904 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815626463456 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22346] ppid=22325 vsize=26643044 memory=644 CPUtime=0 cores=0-7
/proc/22327/task/22346/stat : 22346 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369904 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815625410992 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 89528 KiB

[startup+0.736833 s]
# the end of solver process 22325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.93443 s, system=0.06128 s

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

[startup+0.703422 s]
/proc/loadavg: 8.58 8.45 8.42 3/204 22346
/proc/meminfo: memFree=27451952/32770624 swapFree=67108856/67108860
[pid=22325] ppid=22322 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22325/stat : 22325 (xcsp3-exec) S 22322 22325 21299 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90369897 115843072 364 33554432000 4194304 5098028 140733582805600 140733582803704 140456174105212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8699904 140733582812214 140733582812416 140733582812416 140733582815178 0
/proc/22325/statm: 28282 364 306 221 0 87 0
[pid=22327] ppid=22325 vsize=26643044 memory=88072 CPUtime=1.92 cores=0-7
/proc/22327/stat : 22327 (java) S 22325 22325 21299 0 -1 1077944320 13065 0 0 0 187 5 0 0 20 0 28 0 90369898 27282477056 22018 33554432000 4194304 4196468 140722859166112 140722859148656 139816239537911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
/proc/22327/statm: 6660761 22018 3361 1 0 6621955 0
[pid=22327/tid=22328] ppid=22325 vsize=26643044 memory=281011255003264 CPUtime=0.57 cores=0-7
/proc/22327/task/22328/stat : 22328 (java) S 22325 22325 21299 0 -1 1077944384 7211 0 0 0 55 2 0 0 20 0 28 0 90369898 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816243778688 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22329] ppid=22325 vsize=26643044 memory=796 CPUtime=0 cores=0-7
/proc/22327/task/22329/stat : 22329 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816162117904 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22330] ppid=22325 vsize=26643044 memory=1712 CPUtime=0 cores=0-7
/proc/22327/task/22330/stat : 22330 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816161065360 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22331] ppid=22325 vsize=26643044 memory=11860 CPUtime=0 cores=0-7
/proc/22327/task/22331/stat : 22331 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816160012816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22332] ppid=22325 vsize=26643044 memory=5772 CPUtime=0 cores=0-7
/proc/22327/task/22332/stat : 22332 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816158960272 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22333] ppid=22325 vsize=26643044 memory=4616 CPUtime=0 cores=0-7
/proc/22327/task/22333/stat : 22333 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816157907728 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22334] ppid=22325 vsize=26643044 memory=1388 CPUtime=0 cores=0-7
/proc/22327/task/22334/stat : 22334 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816156855184 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22335] ppid=22325 vsize=26643044 memory=1232 CPUtime=0 cores=0-7
/proc/22327/task/22335/stat : 22335 (java) S 22325 22325 21299 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816155802640 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22336] ppid=22325 vsize=26643044 memory=1012 CPUtime=0 cores=0-7
/proc/22327/task/22336/stat : 22336 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90369899 27282477056 22018 33554432000 4194304 4196468 140722859166112 139816154750096 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22337] ppid=22325 vsize=26643044 memory=1948 CPUtime=0 cores=0-7
/proc/22327/task/22337/stat : 22337 (java) S 22325 22325 21299 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 90369900 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815634884592 139816239549058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22338] ppid=22325 vsize=26643044 memory=1188 CPUtime=0 cores=0-7
/proc/22327/task/22338/stat : 22338 (java) S 22325 22325 21299 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90369901 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815633830816 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22339] ppid=22325 vsize=26643044 memory=8440 CPUtime=0 cores=0-7
/proc/22327/task/22339/stat : 22339 (java) S 22325 22325 21299 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 90369901 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815632778224 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22340] ppid=22325 vsize=26643044 memory=15252 CPUtime=0 cores=0-7
/proc/22327/task/22340/stat : 22340 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815631726800 139816239556507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22341] ppid=22325 vsize=26643044 memory=16244 CPUtime=0.17 cores=0-7
/proc/22327/task/22341/stat : 22341 (java) D 22325 22325 21299 0 -1 4202560 866 0 0 0 17 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815630663776 139816232643633 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22342] ppid=22325 vsize=26643044 memory=4048 CPUtime=0.16 cores=0-7
/proc/22327/task/22342/stat : 22342 (java) R 22325 22325 21299 0 -1 4202560 586 0 0 0 16 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815629602984 139816232255063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22343] ppid=22325 vsize=26643044 memory=1236 CPUtime=0.15 cores=0-7
/proc/22327/task/22343/stat : 22343 (java) D 22325 22325 21299 0 -1 4202560 951 0 0 0 15 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815628554808 139816219235701 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22344] ppid=22325 vsize=26643044 memory=15324 CPUtime=0.35 cores=0-7
/proc/22327/task/22344/stat : 22344 (java) D 22325 22325 21299 0 -1 4202560 1790 0 0 0 35 0 0 0 20 0 28 0 90369903 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815627515888 139816219780604 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22345] ppid=22325 vsize=26643044 memory=1780 CPUtime=0 cores=0-7
/proc/22327/task/22345/stat : 22345 (java) S 22325 22325 21299 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90369904 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815626463456 139816239548117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
[pid=22327/tid=22346] ppid=22325 vsize=26643044 memory=644 CPUtime=0 cores=0-7
/proc/22327/task/22346/stat : 22346 (java) S 22325 22325 21299 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90369904 27282477056 22018 33554432000 4194304 4196468 140722859166112 139815625410992 139816239549058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15372288 140722859172993 140722859173165 140722859173165 140722859175887 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 89528 KiB

Child status: 0
Real time (s): 0.736889
CPU time (s): 1.99571
CPU user time (s): 1.93443
CPU system time (s): 0.06128
CPU usage (%): 270.83
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 89528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.93443
system time used= 0.06128
maximum resident set size= 94484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14312
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= 2886
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 22325
#   total CPU time (s): 1.99571
#   total CPU user time (s): 1.93443
#   total CPU system time (s): 0.06128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026026 second user time and 0.04997 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-27 23:47:47
IDJOB=4297682
IDBENCH=141567
IDSOLVER=2760
FILE ID=node133/4297682-1532728067
RUNJOBID= node133-1532723020-21326
PBS_JOBID= 21022334
Free space on /tmp= 48252 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297682-1532728067/watcher-4297682-1532728067 -o /tmp/evaluation-result-4297682-1532728067/solver-4297682-1532728067 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532723020-21326 --watchdog 2580  HOME/xcsp3-exec -seed 416616069 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297682-1532728067.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=416616069

node133.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.24
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.24
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.24
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.24
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:        27502996 kB
MemAvailable:   31946840 kB
Buffers:          162336 kB
Cached:          4529420 kB
SwapCached:            0 kB
Active:          2140172 kB
Inactive:        2604312 kB
Active(anon):       3464 kB
Inactive(anon):    76692 kB
Active(file):    2136708 kB
Inactive(file):  2527620 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             21724 kB
Writeback:             0 kB
AnonPages:         59620 kB
Mapped:            40116 kB
Shmem:             25244 kB
Slab:             218176 kB
SReclaimable:     190704 kB
SUnreclaim:        27472 kB
KernelStack:        3248 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48228 MiB
End job on node133 at 2018-07-27 23:47:48