Trace number 4297694

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 3.02228 0.885859

General information on the benchmark

NameEternity/
Eternity-05-05_c18.xml
MD5SUMc4864a898575c3e068596f0b6cab168e
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 benchmark3.02228
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints46
Number of domains2
Minimum domain size8
Maximum domain size25
Distribution of domain sizes[{"size":8,"count":60},{"size":25,"count":25}]
Minimum variable degree1
Maximum variable degree6
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":80},{"degree":6,"count":1}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":20},{"arity":5,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":20},{"type":"allDifferent","count":1}]
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-4297694-1532735949.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297694-1532735949.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.94/0.74	c solve instance...
2.59/0.86	s SATISFIABLE
2.59/0.86	v <instantiation>
2.59/0.86	v 	<list>id[0][0] id[0][1] id[0][2] id[0][3] id[0][4] id[1][0] id[1][1] id[1][2] id[1][3] id[1][4] id[2][0] id[2][1] id[2][2] id[2][3] id[2][4] id[3][0] id[3][1] id[3][2] id[3][3] id[3][4] id[4][0] id[4][1] id[4][2] id[4][3] id[4][4] top[0][0] top[0][1] top[0][2] top[0][3] top[0][4] top[1][0] top[1][1] top[1][2] top[1][3] top[1][4] top[2][0] top[2][1] top[2][2] top[2][3] top[2][4] top[3][0] top[3][1] top[3][2] top[3][3] top[3][4] top[4][0] top[4][1] top[4][2] top[4][3] top[4][4] left[0][0] left[0][1] left[0][2] left[0][3] left[0][4] left[1][0] left[1][1] left[1][2] left[1][3] left[1][4] left[2][0] left[2][1] left[2][2] left[2][3] left[2][4] left[3][0] left[3][1] left[3][2] left[3][3] left[3][4] left[4][0] left[4][1] left[4][2] left[4][3] left[4][4] bot[0] bot[1] bot[2] bot[3] bot[4] right[0] right[1] right[2] right[3] right[4] </list>
2.59/0.86	v 	<values>2 8 12 7 1 15 24 21 20 14 9 19 23 22 11 10 17 16 18 6 3 4 5 13 0 0 0 0 0 0 3 6 4 5 2 2 7 7 4 3 2 4 6 5 2 3 4 4 6 1 0 2 1 3 1 0 7 7 6 6 0 5 7 5 7 0 6 5 4 5 0 1 1 3 1 0 0 0 0 0 0 0 0 0 0 </values>
2.59/0.86	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 (8476 MiB free)
  memory of node 1: 16384 MiB (11530 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297694-1532735949/watcher-4297694-1532735949 -o /tmp/evaluation-result-4297694-1532735949/solver-4297694-1532735949 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532728371-6105 --watchdog 2580 HOME/xcsp3-exec -seed 1509236990 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297694-1532735949.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=7044, runsolver pid=7041
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 7.95 8.21 8.22 2/199 7065
/proc/meminfo: memFree=20471632/32770624 swapFree=67108860/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6078 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 91158046 115843072 363 33554432000 4194304 5098028 140725678339040 140725678337144 139743347524220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7581696 140725678343221 140725678343424 140725678343424 140725678346186 0
/proc/7044/statm: 28282 363 305 221 0 87 0
[pid=7046] ppid=7044 vsize=26104152 memory=27320 CPUtime=0.11 cores=0-7
/proc/7046/stat : 7046 (java) S 7044 7044 6078 0 -1 1077944320 5683 0 0 0 10 1 0 0 20 0 20 0 91158046 26730651648 6830 33554432000 4194304 4196468 140723256841312 140723256823856 139690294963959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
/proc/7046/statm: 6526038 6830 3036 1 0 6488315 0
[pid=7046/tid=7047] ppid=7044 vsize=26104152 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6078 0 -1 4202560 3704 0 0 0 8 1 0 0 20 0 20 0 91158046 26730651648 6830 33554432000 4194304 4196468 140723256841312 139690299196224 139690294975894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7048] ppid=7044 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139690255923600 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7049] ppid=7044 vsize=26104152 memory=140623277262464 CPUtime=0 cores=0-7
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689852320016 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7050] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689851267728 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7051] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689850214928 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7052] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7052/stat : 7052 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689849162640 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7053] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7053/stat : 7053 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689848109840 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7054] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7054/stat : 7054 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689847057552 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7055] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7055/stat : 7055 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 6830 33554432000 4194304 4196468 140723256841312 139689846004752 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7056] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7056/stat : 7056 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688835631216 139690294975106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7057] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7057/stat : 7057 (java) S 7044 7044 6078 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688834577184 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7058] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7058/stat : 7058 (java) S 7044 7044 6078 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688833524848 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7059] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688832473168 139690294982555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7060] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6078 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688831421040 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7061] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688830368240 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7062] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688829315952 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7063] ppid=7044 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6078 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688828263152 139690294975894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7064] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688827210080 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7065] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 6830 33554432000 4194304 4196468 140723256841312 139688826157360 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28772 KiB

[startup+0.210299 s]*
/proc/loadavg: 7.95 8.21 8.22 3/199 7065
/proc/meminfo: memFree=20459832/32770624 swapFree=67108860/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6078 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 91158046 115843072 363 33554432000 4194304 5098028 140725678339040 140725678337144 139743347524220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7581696 140725678343221 140725678343424 140725678343424 140725678346186 0
/proc/7044/statm: 28282 363 305 221 0 87 0
[pid=7046] ppid=7044 vsize=26104152 memory=39204 CPUtime=0.33 cores=0-7
/proc/7046/stat : 7046 (java) S 7044 7044 6078 0 -1 1077944320 8382 0 0 0 30 3 0 0 20 0 20 0 91158046 26730651648 9801 33554432000 4194304 4196468 140723256841312 140723256823856 139690294963959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
/proc/7046/statm: 6526038 9801 3220 1 0 6488315 0
[pid=7046/tid=7047] ppid=7044 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6078 0 -1 4202560 5600 0 0 0 18 2 0 0 20 0 20 0 91158046 26730651648 9864 33554432000 4194304 4196468 140723256841312 139690299197392 139690279044446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7048] ppid=7044 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139690255923600 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7049] ppid=7044 vsize=26104152 memory=140623277269767 CPUtime=0 cores=0-7
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689852320016 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7050] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689851267728 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7051] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689850214928 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7052] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7052/stat : 7052 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689849162640 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7053] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7053/stat : 7053 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689848109840 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7054] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7054/stat : 7054 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689847057552 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7055] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7055/stat : 7055 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158047 26730651648 9864 33554432000 4194304 4196468 140723256841312 139689846004752 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7056] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7056/stat : 7056 (java) S 7044 7044 6078 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688835631216 139690294975106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7057] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7057/stat : 7057 (java) S 7044 7044 6078 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688834577184 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7058] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7058/stat : 7058 (java) S 7044 7044 6078 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 91158049 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688833524848 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7059] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688832473168 139690294982555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7060] ppid=7044 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6078 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688831421040 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7061] ppid=7044 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6078 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688830368240 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7062] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6078 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688829315952 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7063] ppid=7044 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6078 0 -1 1077944384 770 0 0 0 7 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688828263152 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7064] ppid=7044 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688827210080 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7065] ppid=7044 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26730651648 9864 33554432000 4194304 4196468 140723256841312 139688826157360 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40656 KiB

[startup+0.310418 s]*
/proc/loadavg: 7.95 8.21 8.22 5/199 7065
/proc/meminfo: memFree=20454424/32770624 swapFree=67108860/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6078 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 91158046 115843072 363 33554432000 4194304 5098028 140725678339040 140725678337144 139743347524220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7581696 140725678343221 140725678343424 140725678343424 140725678346186 0
/proc/7044/statm: 28282 363 305 221 0 87 0
[pid=7046] ppid=7044 vsize=26108408 memory=46212 CPUtime=0.51 cores=0-7
/proc/7046/stat : 7046 (java) S 7044 7044 6078 0 -1 1077944320 9281 0 0 0 48 3 0 0 20 0 20 0 91158046 26735009792 11553 33554432000 4194304 4196468 140723256841312 140723256823856 139690294963959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
/proc/7046/statm: 6527102 11553 3268 1 0 6488315 0
[pid=7046/tid=7047] ppid=7044 vsize=26108408 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6078 0 -1 4202560 6281 0 0 0 27 2 0 0 20 0 20 0 91158046 26735009792 11609 33554432000 4194304 4196468 140723256841312 139690299199744 139690279044446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7048] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11609 33554432000 4194304 4196468 140723256841312 139690255923600 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7049] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11609 33554432000 4194304 4196468 140723256841312 139689852320016 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7050] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11609 33554432000 4194304 4196468 140723256841312 139689851267728 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7051] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11622 33554432000 4194304 4196468 140723256841312 139689850214928 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7052] ppid=7044 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/7046/task/7052/stat : 7052 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11622 33554432000 4194304 4196468 140723256841312 139689849162640 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7053] ppid=7044 vsize=26108408 memory=140623134946223 CPUtime=0 cores=0-7
/proc/7046/task/7053/stat : 7053 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11622 33554432000 4194304 4196468 140723256841312 139689848109840 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7054] ppid=7044 vsize=26108408 memory=140623134948528 CPUtime=0 cores=0-7
/proc/7046/task/7054/stat : 7054 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11622 33554432000 4194304 4196468 140723256841312 139689847057552 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7055] ppid=7044 vsize=26108408 memory=140623134950832 CPUtime=0 cores=0-7
/proc/7046/task/7055/stat : 7055 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158047 26735009792 11622 33554432000 4194304 4196468 140723256841312 139689846004752 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7056] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7056/stat : 7056 (java) S 7044 7044 6078 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 91158049 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688835631216 139690294975106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7057] ppid=7044 vsize=26108408 memory=281246269908624 CPUtime=0 cores=0-7
/proc/7046/task/7057/stat : 7057 (java) S 7044 7044 6078 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 91158049 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688834577184 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7058] ppid=7044 vsize=26108408 memory=281246269915536 CPUtime=0 cores=0-7
/proc/7046/task/7058/stat : 7058 (java) S 7044 7044 6078 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 91158049 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688833524848 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7059] ppid=7044 vsize=26108408 memory=281246269856816 CPUtime=0 cores=0-7
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688832473168 139690294982555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7060] ppid=7044 vsize=26108408 memory=281246269929360 CPUtime=0.03 cores=0-7
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6078 0 -1 1077944384 594 0 0 0 3 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688831421040 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7061] ppid=7044 vsize=26108408 memory=281246269936272 CPUtime=0.03 cores=0-7
/proc/7046/task/7061/stat : 7061 (java) R 7044 7044 6078 0 -1 4202560 198 0 0 0 3 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688830349256 139690276509120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7062] ppid=7044 vsize=26108408 memory=281246269933968 CPUtime=0.01 cores=0-7
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6078 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688829315952 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7063] ppid=7044 vsize=26108408 memory=281246269950128 CPUtime=0.12 cores=0-7
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6078 0 -1 1077944384 884 0 0 0 12 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688828263152 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7064] ppid=7044 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688827210080 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7065] ppid=7044 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26735009792 11622 33554432000 4194304 4196468 140723256841312 139688826157360 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47664 KiB

[startup+0.700964 s]
/proc/loadavg: 7.95 8.21 8.22 3/199 7065
/proc/meminfo: memFree=20434576/32770624 swapFree=67108860/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6078 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 91158046 115843072 363 33554432000 4194304 5098028 140725678339040 140725678337144 139743347524220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7581696 140725678343221 140725678343424 140725678343424 140725678346186 0
/proc/7044/statm: 28282 363 305 221 0 87 0
[pid=7046] ppid=7044 vsize=26110532 memory=100940 CPUtime=1.94 cores=0-7
/proc/7046/stat : 7046 (java) S 7044 7044 6078 0 -1 1077944320 14366 0 0 0 188 6 0 0 20 0 20 0 91158046 26737184768 25235 33554432000 4194304 4196468 140723256841312 140723256823856 139690294963959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
/proc/7046/statm: 6527633 25235 3363 1 0 6488827 0
[pid=7046/tid=7047] ppid=7044 vsize=26110532 memory=281246270308016 CPUtime=0.67 cores=0-7
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6078 0 -1 4202560 7193 0 0 0 64 3 0 0 20 0 20 0 91158046 26737184768 25235 33554432000 4194304 4196468 140723256841312 139690299196624 139690279044446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7048] ppid=7044 vsize=26110532 memory=140623135155056 CPUtime=0 cores=0-7
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139690255923600 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7049] ppid=7044 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689852320016 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7050] ppid=7044 vsize=26110532 memory=8540 CPUtime=0 cores=0-7
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689851267728 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7051] ppid=7044 vsize=26110532 memory=4616 CPUtime=0 cores=0-7
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689850214928 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7052] ppid=7044 vsize=26110532 memory=1424 CPUtime=0 cores=0-7
/proc/7046/task/7052/stat : 7052 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689849162640 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7053] ppid=7044 vsize=26110532 memory=15868 CPUtime=0 cores=0-7
/proc/7046/task/7053/stat : 7053 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689848109840 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7054] ppid=7044 vsize=26110532 memory=4052 CPUtime=0 cores=0-7
/proc/7046/task/7054/stat : 7054 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689847057552 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7055] ppid=7044 vsize=26110532 memory=18252 CPUtime=0 cores=0-7
/proc/7046/task/7055/stat : 7055 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158047 26737184768 25235 33554432000 4194304 4196468 140723256841312 139689846004752 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7056] ppid=7044 vsize=26110532 memory=15236 CPUtime=0 cores=0-7
/proc/7046/task/7056/stat : 7056 (java) S 7044 7044 6078 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 91158049 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688835631216 139690294975106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7057] ppid=7044 vsize=26110532 memory=644 CPUtime=0 cores=0-7
/proc/7046/task/7057/stat : 7057 (java) S 7044 7044 6078 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 91158049 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688834577184 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7058] ppid=7044 vsize=26110532 memory=1792 CPUtime=0 cores=0-7
/proc/7046/task/7058/stat : 7058 (java) S 7044 7044 6078 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 91158049 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688833524848 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7059] ppid=7044 vsize=26110532 memory=960 CPUtime=0 cores=0-7
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688832473168 139690294982555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7060] ppid=7044 vsize=26110532 memory=0 CPUtime=0.27 cores=0-7
/proc/7046/task/7060/stat : 7060 (java) R 7044 7044 6078 0 -1 4202560 1470 0 0 0 27 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688831410304 139690274183336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7061] ppid=7044 vsize=26110532 memory=1012 CPUtime=0.28 cores=0-7
/proc/7046/task/7061/stat : 7061 (java) R 7044 7044 6078 0 -1 4202560 1170 0 0 0 28 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688830351840 139690274211616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7062] ppid=7044 vsize=26110532 memory=1228 CPUtime=0.25 cores=0-7
/proc/7046/task/7062/stat : 7062 (java) R 7044 7044 6078 0 -1 4202560 1023 0 0 0 25 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688829307456 139690294985306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7063] ppid=7044 vsize=26110532 memory=1712 CPUtime=0.42 cores=0-7
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6078 0 -1 4202560 2199 0 0 0 42 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688828263152 139690294985306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7064] ppid=7044 vsize=26110532 memory=9996 CPUtime=0 cores=0-7
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688827210080 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7065] ppid=7044 vsize=26110532 memory=5792 CPUtime=0 cores=0-7
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 91158052 26737184768 25235 33554432000 4194304 4196468 140723256841312 139688826157360 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 102392 KiB

[startup+0.885803 s]
# the end of solver process 7044 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.94659 s, system=0.075685 s

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

[startup+0.813567 s]
/proc/loadavg: 7.95 8.21 8.22 3/199 7065
/proc/meminfo: memFree=20434576/32770624 swapFree=67108860/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6078 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 91158046 115843072 363 33554432000 4194304 5098028 140725678339040 140725678337144 139743347524220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7581696 140725678343221 140725678343424 140725678343424 140725678346186 0
/proc/7044/statm: 28282 363 305 221 0 87 0
[pid=7046] ppid=7044 vsize=26643044 memory=129152 CPUtime=2.59 cores=0-7
/proc/7046/stat : 7046 (java) S 7044 7044 6078 0 -1 1077944320 15011 0 0 0 253 6 0 0 20 0 28 0 91158046 27282477056 32288 33554432000 4194304 4196468 140723256841312 140723256823856 139690294963959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
/proc/7046/statm: 6660761 32288 3369 1 0 6621955 0
[pid=7046/tid=7047] ppid=7044 vsize=26643044 memory=7516877558933115733 CPUtime=0.72 cores=0-7
/proc/7046/task/7047/stat : 7047 (java) S 7044 7044 6078 0 -1 1077944384 7258 0 0 0 69 3 0 0 20 0 28 0 91158046 27282477056 32288 33554432000 4194304 4196468 140723256841312 139690299204736 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7048] ppid=7044 vsize=26643044 memory=4638778398332698724 CPUtime=0 cores=0-7
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139690255923600 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7049] ppid=7044 vsize=26643044 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689852320016 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7050] ppid=7044 vsize=26643044 memory=-8820188211957838939 CPUtime=0 cores=0-7
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689851267728 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7051] ppid=7044 vsize=26643044 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689850214928 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7052] ppid=7044 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7052/stat : 7052 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689849162640 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7053] ppid=7044 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7053/stat : 7053 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689848109840 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7054] ppid=7044 vsize=26643044 memory=281246269771328 CPUtime=0 cores=0-7
/proc/7046/task/7054/stat : 7054 (java) S 7044 7044 6078 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689847057552 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7055] ppid=7044 vsize=26643044 memory=-9178176117318312558 CPUtime=0 cores=0-7
/proc/7046/task/7055/stat : 7055 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 91158047 27282477056 32288 33554432000 4194304 4196468 140723256841312 139689846004752 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7056] ppid=7044 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/7046/task/7056/stat : 7056 (java) S 7044 7044 6078 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 91158049 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688835631216 139690294975106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7057] ppid=7044 vsize=26643044 memory=1728 CPUtime=0 cores=0-7
/proc/7046/task/7057/stat : 7057 (java) S 7044 7044 6078 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 91158049 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688834577184 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7058] ppid=7044 vsize=26643044 memory=796 CPUtime=0 cores=0-7
/proc/7046/task/7058/stat : 7058 (java) S 7044 7044 6078 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 91158049 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688833524848 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7059] ppid=7044 vsize=26643044 memory=1012 CPUtime=0 cores=0-7
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688832473168 139690294982555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7060] ppid=7044 vsize=26643044 memory=1228 CPUtime=0.37 cores=0-7
/proc/7046/task/7060/stat : 7060 (java) R 7044 7044 6078 0 -1 4202560 1588 0 0 0 37 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688831409776 139690278460729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7061] ppid=7044 vsize=26643044 memory=1712 CPUtime=0.35 cores=0-7
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6078 0 -1 1077944384 1194 0 0 0 35 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688830361264 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7062] ppid=7044 vsize=26643044 memory=9996 CPUtime=0.33 cores=0-7
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6078 0 -1 1077944384 1055 0 0 0 33 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688829315952 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7063] ppid=7044 vsize=26643044 memory=5792 CPUtime=0.47 cores=0-7
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6078 0 -1 4202560 2293 0 0 0 47 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688828260944 139689931358329 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7064] ppid=7044 vsize=26643044 memory=1936 CPUtime=0 cores=0-7
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6078 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688827210080 139690294974165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
[pid=7046/tid=7065] ppid=7044 vsize=26643044 memory=1196 CPUtime=0 cores=0-7
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6078 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 91158052 27282477056 32288 33554432000 4194304 4196468 140723256841312 139688826157360 139690294975106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27074560 140723256849537 140723256849709 140723256849709 140723256852431 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 130604 KiB

Child status: 0
Real time (s): 0.885859
CPU time (s): 3.02228
CPU user time (s): 2.94659
CPU system time (s): 0.075685
CPU usage (%): 341.169
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 130604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.94659
system time used= 0.075685
maximum resident set size= 132792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15709
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= 2580
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 7044
#   total CPU time (s): 3.02228
#   total CPU user time (s): 2.94659
#   total CPU system time (s): 0.075685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023963 second user time and 0.050923 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 01:59:09
IDJOB=4297694
IDBENCH=141659
IDSOLVER=2760
FILE ID=node105/4297694-1532735949
RUNJOBID= node105-1532728371-6105
PBS_JOBID= 21022347
Free space on /tmp= 44624 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Eternity/Eternity-05-05_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-4297694-1532735949/watcher-4297694-1532735949 -o /tmp/evaluation-result-4297694-1532735949/solver-4297694-1532735949 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532728371-6105 --watchdog 2580  HOME/xcsp3-exec -seed 1509236990 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297694-1532735949.xml

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

MD5SUM BENCH= c4864a898575c3e068596f0b6cab168e
RANDOM SEED=1509236990

node105.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.32
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.32
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.32
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.32
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:        20487684 kB
MemAvailable:   31930636 kB
Buffers:          263196 kB
Cached:         11319948 kB
SwapCached:            0 kB
Active:          2388796 kB
Inactive:        9245868 kB
Active(anon):       5968 kB
Inactive(anon):    73352 kB
Active(file):    2382828 kB
Inactive(file):  9172516 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21676 kB
Writeback:             0 kB
AnonPages:        230356 kB
Mapped:            42616 kB
Shmem:             25228 kB
Slab:             343612 kB
SReclaimable:     316068 kB
SUnreclaim:        27544 kB
KernelStack:        3520 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44604 MiB
End job on node105 at 2018-07-28 01:59:10