Trace number 4297446

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)OPT25 2.66706 0.821702

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark2.66706
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297446-1532716868.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297446-1532716868.xml, -tl, 20160s, -p, 8]
0.11/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.97/0.59	c solve instance...
1.28/0.63	o 30 
1.28/0.64	o 28 
1.28/0.65	o 27 
1.28/0.66	o 25 
1.92/0.79	s OPTIMUM FOUND
1.92/0.79	v <instantiation>
1.92/0.79	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6] </list>
1.92/0.79	v 	<values>0 1 4 10 18 23 25 1 4 10 18 23 25 3 9 17 22 24 6 14 19 21 8 13 15 5 7 2 </values>
1.92/0.79	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297446-1532716868/watcher-4297446-1532716868 -o /tmp/evaluation-result-4297446-1532716868/solver-4297446-1532716868 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532713470-28287 --watchdog 2580 HOME/xcsp3-exec -seed 72699356 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297446-1532716868.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=29674, runsolver pid=29671
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 7.98 7.87 5.64 2/200 29695
/proc/meminfo: memFree=28132016/32770624 swapFree=67108792/67108860
[pid=29674] ppid=29671 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29674/stat : 29674 (xcsp3-exec) S 29671 29674 28260 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89250099 115843072 364 33554432000 4194304 5098028 140733320152256 140733320150360 139722831245948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10629120 140733320160311 140733320160512 140733320160512 140733320163274 0
/proc/29674/statm: 28282 364 306 221 0 87 0
[pid=29676] ppid=29674 vsize=26104152 memory=27120 CPUtime=0.11 cores=0-7
/proc/29676/stat : 29676 (java) S 29674 29674 28260 0 -1 1077944320 5650 0 0 0 10 1 0 0 20 0 20 0 89250100 26730651648 6780 33554432000 4194304 4196468 140725130955984 140725130938528 140424609861367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
/proc/29676/statm: 6526038 6780 3028 1 0 6488315 0
[pid=29676/tid=29677] ppid=29674 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29676/task/29677/stat : 29677 (java) R 29674 29674 28260 0 -1 4202560 3666 0 0 0 8 0 0 0 20 0 20 0 89250100 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424614082176 140424609873302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29678] ppid=29674 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29676/task/29678/stat : 29678 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424562481808 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29679] ppid=29674 vsize=26104152 memory=140540405716608 CPUtime=0 cores=0-7
/proc/29676/task/29679/stat : 29679 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424561429008 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29680] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29680/stat : 29680 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424165849488 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29681] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29681/stat : 29681 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424164796688 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29682] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29682/stat : 29682 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424163744912 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29683] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29683/stat : 29683 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424162692112 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29684] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29684/stat : 29684 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424161639312 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29685] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29685/stat : 29685 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 6780 33554432000 4194304 4196468 140725130955984 140424160586512 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29686] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29686/stat : 29686 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250102 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423804406128 140424609872514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29687] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29687/stat : 29687 (java) S 29674 29674 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89250103 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423803352096 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29688] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29688/stat : 29688 (java) S 29674 29674 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89250103 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423802299248 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29689] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29689/stat : 29689 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423801247568 140424609879963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29690] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29690/stat : 29690 (java) S 29674 29674 28260 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423800195952 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29691] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29691/stat : 29691 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423799143152 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29692] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29692/stat : 29692 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423798090352 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29693] ppid=29674 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/29676/task/29693/stat : 29693 (java) R 29674 29674 28260 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 89250105 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423797037680 140424609873302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29694] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29694/stat : 29694 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250106 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423795984992 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29695] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29695/stat : 29695 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250106 26730651648 6780 33554432000 4194304 4196468 140725130955984 140423794932272 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28576 KiB

[startup+0.210384 s]*
/proc/loadavg: 7.98 7.87 5.64 3/200 29695
/proc/meminfo: memFree=28120116/32770624 swapFree=67108792/67108860
[pid=29674] ppid=29671 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29674/stat : 29674 (xcsp3-exec) S 29671 29674 28260 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89250099 115843072 364 33554432000 4194304 5098028 140733320152256 140733320150360 139722831245948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10629120 140733320160311 140733320160512 140733320160512 140733320163274 0
/proc/29674/statm: 28282 364 306 221 0 87 0
[pid=29676] ppid=29674 vsize=26104152 memory=39356 CPUtime=0.34 cores=0-7
/proc/29676/stat : 29676 (java) S 29674 29674 28260 0 -1 1077944320 8397 0 0 0 31 3 0 0 20 0 20 0 89250100 26730651648 9839 33554432000 4194304 4196468 140725130955984 140725130938528 140424609861367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
/proc/29676/statm: 6526038 9839 3215 1 0 6488315 0
[pid=29676/tid=29677] ppid=29674 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29676/task/29677/stat : 29677 (java) R 29674 29674 28260 0 -1 4202560 5589 0 0 0 18 1 0 0 20 0 20 0 89250100 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424614096352 140424593904997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29678] ppid=29674 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/29676/task/29678/stat : 29678 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424562481808 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29679] ppid=29674 vsize=26104152 memory=3690894552462890656 CPUtime=0 cores=0-7
/proc/29676/task/29679/stat : 29679 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424561429008 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29680] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29680/stat : 29680 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424165849488 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29681] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29681/stat : 29681 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424164796688 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29682] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29682/stat : 29682 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424163744912 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29683] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29683/stat : 29683 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424162692112 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29684] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29684/stat : 29684 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424161639312 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29685] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29685/stat : 29685 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26730651648 9839 33554432000 4194304 4196468 140725130955984 140424160586512 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29686] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29686/stat : 29686 (java) S 29674 29674 28260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89250102 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423804406128 140424609872514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29687] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29687/stat : 29687 (java) S 29674 29674 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89250103 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423803352096 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29688] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29688/stat : 29688 (java) S 29674 29674 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89250103 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423802299248 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29689] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29689/stat : 29689 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423801247568 140424609879963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29690] ppid=29674 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/29676/task/29690/stat : 29690 (java) S 29674 29674 28260 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 20 0 89250105 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423800195952 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29691] ppid=29674 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/29676/task/29691/stat : 29691 (java) S 29674 29674 28260 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 89250105 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423799143152 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29692] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29692/stat : 29692 (java) S 29674 29674 28260 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 89250105 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423798090352 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29693] ppid=29674 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/29676/task/29693/stat : 29693 (java) S 29674 29674 28260 0 -1 1077944384 784 0 0 0 7 0 0 0 20 0 20 0 89250105 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423797037552 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29694] ppid=29674 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29694/stat : 29694 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250106 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423795984992 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29695] ppid=29674 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29695/stat : 29695 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250106 26730651648 9839 33554432000 4194304 4196468 140725130955984 140423794932272 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40812 KiB

[startup+0.312219 s]*
/proc/loadavg: 7.98 7.87 5.64 3/200 29695
/proc/meminfo: memFree=28113292/32770624 swapFree=67108792/67108860
[pid=29674] ppid=29671 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29674/stat : 29674 (xcsp3-exec) S 29671 29674 28260 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89250099 115843072 364 33554432000 4194304 5098028 140733320152256 140733320150360 139722831245948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10629120 140733320160311 140733320160512 140733320160512 140733320163274 0
/proc/29674/statm: 28282 364 306 221 0 87 0
[pid=29676] ppid=29674 vsize=26108408 memory=46708 CPUtime=0.52 cores=0-7
/proc/29676/stat : 29676 (java) S 29674 29674 28260 0 -1 1077944320 9402 0 0 0 48 4 0 0 20 0 20 0 89250100 26735009792 11677 33554432000 4194304 4196468 140725130955984 140725130938528 140424609861367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
/proc/29676/statm: 6527102 11677 3248 1 0 6488315 0
[pid=29676/tid=29677] ppid=29674 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29676/task/29677/stat : 29677 (java) R 29674 29674 28260 0 -1 4202560 6312 0 0 0 27 2 0 0 20 0 20 0 89250100 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424614095152 140424593941854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29678] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29678/stat : 29678 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424562481808 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29679] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29679/stat : 29679 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424561429008 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29680] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29680/stat : 29680 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424165849488 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29681] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29681/stat : 29681 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424164796688 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29682] ppid=29674 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/29676/task/29682/stat : 29682 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424163744912 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29683] ppid=29674 vsize=26108408 memory=140540255499183 CPUtime=0 cores=0-7
/proc/29676/task/29683/stat : 29683 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424162692112 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29684] ppid=29674 vsize=26108408 memory=140540255501488 CPUtime=0 cores=0-7
/proc/29676/task/29684/stat : 29684 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424161639312 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29685] ppid=29674 vsize=26108408 memory=140540255503792 CPUtime=0 cores=0-7
/proc/29676/task/29685/stat : 29685 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250101 26735009792 11677 33554432000 4194304 4196468 140725130955984 140424160586512 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29686] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29686/stat : 29686 (java) S 29674 29674 28260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89250102 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423804406128 140424609872514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29687] ppid=29674 vsize=26108408 memory=281080511014544 CPUtime=0 cores=0-7
/proc/29676/task/29687/stat : 29687 (java) S 29674 29674 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89250103 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423803352096 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29688] ppid=29674 vsize=26108408 memory=281080511021456 CPUtime=0 cores=0-7
/proc/29676/task/29688/stat : 29688 (java) S 29674 29674 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89250103 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423802299248 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29689] ppid=29674 vsize=26108408 memory=281080510962736 CPUtime=0 cores=0-7
/proc/29676/task/29689/stat : 29689 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250105 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423801247568 140424609879963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29690] ppid=29674 vsize=26108408 memory=281080511035280 CPUtime=0.03 cores=0-7
/proc/29676/task/29690/stat : 29690 (java) S 29674 29674 28260 0 -1 1077944384 556 0 0 0 3 0 0 0 20 0 20 0 89250105 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423800195952 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29691] ppid=29674 vsize=26108408 memory=281080511042192 CPUtime=0.03 cores=0-7
/proc/29676/task/29691/stat : 29691 (java) S 29674 29674 28260 0 -1 1077944384 180 0 0 0 3 0 0 0 20 0 20 0 89250105 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423799143152 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29692] ppid=29674 vsize=26108408 memory=281080511039888 CPUtime=0.01 cores=0-7
/proc/29676/task/29692/stat : 29692 (java) S 29674 29674 28260 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 89250105 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423798090352 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29693] ppid=29674 vsize=26108408 memory=281080511056048 CPUtime=0.12 cores=0-7
/proc/29676/task/29693/stat : 29693 (java) S 29674 29674 28260 0 -1 1077944384 953 0 0 0 12 0 0 0 20 0 20 0 89250105 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423797037552 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29694] ppid=29674 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29694/stat : 29694 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89250106 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423795984992 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29695] ppid=29674 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/29676/task/29695/stat : 29695 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89250106 26735009792 11677 33554432000 4194304 4196468 140725130955984 140423794932272 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48164 KiB

[startup+0.709731 s]
/proc/loadavg: 7.98 7.87 5.64 4/200 29695
/proc/meminfo: memFree=28096536/32770624 swapFree=67108792/67108860
[pid=29674] ppid=29671 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29674/stat : 29674 (xcsp3-exec) S 29671 29674 28260 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89250099 115843072 364 33554432000 4194304 5098028 140733320152256 140733320150360 139722831245948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10629120 140733320160311 140733320160512 140733320160512 140733320163274 0
/proc/29674/statm: 28282 364 306 221 0 87 0
[pid=29676] ppid=29674 vsize=26709608 memory=157460 CPUtime=1.92 cores=0-7
/proc/29676/stat : 29676 (java) S 29674 29674 28260 0 -1 1077944320 13790 0 0 0 183 9 0 0 20 0 28 0 89250100 27350638592 39365 33554432000 4194304 4196468 140725130955984 140725130938528 140424609861367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
/proc/29676/statm: 6677402 39365 3365 1 0 6638596 0
[pid=29676/tid=29677] ppid=29674 vsize=26709608 memory=281080511413936 CPUtime=0.57 cores=0-7
/proc/29676/task/29677/stat : 29677 (java) S 29674 29674 28260 0 -1 1077944384 7106 0 0 0 54 3 0 0 20 0 28 0 89250100 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424614102144 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29678] ppid=29674 vsize=26709608 memory=140540255708016 CPUtime=0 cores=0-7
/proc/29676/task/29678/stat : 29678 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424562481808 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29679] ppid=29674 vsize=26709608 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29679/stat : 29679 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424561429008 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29680] ppid=29674 vsize=26709608 memory=1008 CPUtime=0 cores=0-7
/proc/29676/task/29680/stat : 29680 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424165849488 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29681] ppid=29674 vsize=26709608 memory=1228 CPUtime=0 cores=0-7
/proc/29676/task/29681/stat : 29681 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424164796688 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29682] ppid=29674 vsize=26709608 memory=1200 CPUtime=0 cores=0-7
/proc/29676/task/29682/stat : 29682 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424163744912 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29683] ppid=29674 vsize=26709608 memory=15876 CPUtime=0 cores=0-7
/proc/29676/task/29683/stat : 29683 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424162692112 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29684] ppid=29674 vsize=26709608 memory=18268 CPUtime=0 cores=0-7
/proc/29676/task/29684/stat : 29684 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424161639312 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29685] ppid=29674 vsize=26709608 memory=15956 CPUtime=0 cores=0-7
/proc/29676/task/29685/stat : 29685 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89250101 27350638592 39365 33554432000 4194304 4196468 140725130955984 140424160586512 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29686] ppid=29674 vsize=26709608 memory=4052 CPUtime=0 cores=0-7
/proc/29676/task/29686/stat : 29686 (java) S 29674 29674 28260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89250102 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423804406128 140424609872514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29687] ppid=29674 vsize=26709608 memory=644 CPUtime=0 cores=0-7
/proc/29676/task/29687/stat : 29687 (java) S 29674 29674 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89250103 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423803352096 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29688] ppid=29674 vsize=26709608 memory=1792 CPUtime=0 cores=0-7
/proc/29676/task/29688/stat : 29688 (java) S 29674 29674 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89250103 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423802299248 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29689] ppid=29674 vsize=26709608 memory=1232 CPUtime=0 cores=0-7
/proc/29676/task/29689/stat : 29689 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89250105 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423801247568 140424609879963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29690] ppid=29674 vsize=26709608 memory=0 CPUtime=0.18 cores=0-7
/proc/29676/task/29690/stat : 29690 (java) R 29674 29674 28260 0 -1 4202560 1189 0 0 0 18 0 0 0 20 0 28 0 89250105 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423800196080 140424594770262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29691] ppid=29674 vsize=26709608 memory=5760 CPUtime=0.17 cores=0-7
/proc/29676/task/29691/stat : 29691 (java) R 29674 29674 28260 0 -1 4202560 626 0 0 0 17 0 0 0 20 0 28 0 89250105 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423799124168 140424594255243 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29692] ppid=29674 vsize=26709608 memory=4588 CPUtime=0.17 cores=0-7
/proc/29676/task/29692/stat : 29692 (java) R 29674 29674 28260 0 -1 4202560 510 0 0 0 17 0 0 0 20 0 28 0 89250105 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423798081424 140424602150749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29693] ppid=29674 vsize=26709608 memory=9920 CPUtime=0.38 cores=0-7
/proc/29676/task/29693/stat : 29693 (java) R 29674 29674 28260 0 -1 1077944384 2112 0 0 0 37 1 0 0 20 0 28 0 89250105 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423797035344 140424609871573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29694] ppid=29674 vsize=26709608 memory=1944 CPUtime=0 cores=0-7
/proc/29676/task/29694/stat : 29694 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89250106 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423795984992 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29695] ppid=29674 vsize=26709608 memory=1428 CPUtime=0 cores=0-7
/proc/29676/task/29695/stat : 29695 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89250106 27350638592 39365 33554432000 4194304 4196468 140725130955984 140423794932272 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 26822736 KiB
Current children cumulated memory: 158916 KiB

[startup+0.821656 s]
# the end of solver process 29674 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.55256 s, system=0.114503 s

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

[startup+0.803373 s]
/proc/loadavg: 7.98 7.87 5.64 4/200 29695
/proc/meminfo: memFree=28096536/32770624 swapFree=67108792/67108860
[pid=29674] ppid=29671 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29674/stat : 29674 (xcsp3-exec) S 29671 29674 28260 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 89250099 115843072 364 33554432000 4194304 5098028 140733320152256 140733320150360 139722831245948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10629120 140733320160311 140733320160512 140733320160512 140733320163274 0
/proc/29674/statm: 28282 364 306 221 0 87 0
[pid=29676] ppid=29674 vsize=26709608 memory=171360 CPUtime=2.63 cores=0-7
/proc/29676/stat : 29676 (java) S 29674 29674 28260 0 -1 1077944320 15229 0 0 0 253 10 0 0 20 0 25 0 89250100 27350638592 42840 33554432000 4194304 4196468 140725130955984 140725130938528 140424609861367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
/proc/29676/statm: 6677402 42840 3365 1 0 6638596 0
[pid=29676/tid=29677] ppid=29674 vsize=26709608 memory=4638778398332764256 CPUtime=0.57 cores=0-7
/proc/29676/task/29677/stat : 29677 (java) S 29674 29674 28260 0 -1 1077944384 7109 0 0 0 54 3 0 0 20 0 25 0 89250100 27350638592 42906 33554432000 4194304 4196468 140725130955984 140424614102960 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29678] ppid=29674 vsize=26709608 memory=4638778428397932880 CPUtime=0 cores=0-7
/proc/29676/task/29678/stat : 29678 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42906 33554432000 4194304 4196468 140725130955984 140424562481808 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29679] ppid=29674 vsize=26709608 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/29676/task/29679/stat : 29679 (java) S 29674 29674 28260 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42906 33554432000 4194304 4196468 140725130955984 140424561429008 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29680] ppid=29674 vsize=26709608 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/29676/task/29680/stat : 29680 (java) S 29674 29674 28260 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424165849488 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29681] ppid=29674 vsize=26709608 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/29676/task/29681/stat : 29681 (java) S 29674 29674 28260 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424164796688 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29682] ppid=29674 vsize=26709608 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29682/stat : 29682 (java) S 29674 29674 28260 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424163744912 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29683] ppid=29674 vsize=26709608 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29683/stat : 29683 (java) S 29674 29674 28260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424162692112 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29684] ppid=29674 vsize=26709608 memory=281080510877248 CPUtime=0 cores=0-7
/proc/29676/task/29684/stat : 29684 (java) S 29674 29674 28260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424161639312 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29685] ppid=29674 vsize=26709608 memory=-9178176117318312558 CPUtime=0 cores=0-7
/proc/29676/task/29685/stat : 29685 (java) S 29674 29674 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 25 0 89250101 27350638592 42972 33554432000 4194304 4196468 140725130955984 140424160586512 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29686] ppid=29674 vsize=26709608 memory=0 CPUtime=0 cores=0-7
/proc/29676/task/29686/stat : 29686 (java) R 29674 29674 28260 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 25 0 89250102 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423804404640 140424602961312 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29687] ppid=29674 vsize=26709608 memory=1728 CPUtime=0 cores=0-7
/proc/29676/task/29687/stat : 29687 (java) S 29674 29674 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 25 0 89250103 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423803352096 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29688] ppid=29674 vsize=26709608 memory=1708 CPUtime=0 cores=0-7
/proc/29676/task/29688/stat : 29688 (java) S 29674 29674 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 25 0 89250103 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423802299248 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29689] ppid=29674 vsize=26709608 memory=5760 CPUtime=0 cores=0-7
/proc/29676/task/29689/stat : 29689 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 89250105 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423801247568 140424609879963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29690] ppid=29674 vsize=26709608 memory=4588 CPUtime=0.21 cores=0-7
/proc/29676/task/29690/stat : 29690 (java) R 29674 29674 28260 0 -1 4202560 1843 0 0 0 21 0 0 0 20 0 25 0 89250105 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423800176968 140424590561664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29691] ppid=29674 vsize=26709608 memory=9920 CPUtime=0.18 cores=0-7
/proc/29676/task/29691/stat : 29691 (java) R 29674 29674 28260 0 -1 4202560 1118 0 0 0 18 0 0 0 20 0 25 0 89250105 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423799127656 140424590497300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29692] ppid=29674 vsize=26709608 memory=1944 CPUtime=0.2 cores=0-7
/proc/29676/task/29692/stat : 29692 (java) R 29674 29674 28260 0 -1 4202560 759 0 0 0 20 0 0 0 20 0 25 0 89250105 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423798076088 140424587883675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29693] ppid=29674 vsize=26709608 memory=1428 CPUtime=0.39 cores=0-7
/proc/29676/task/29693/stat : 29693 (java) S 29674 29674 28260 0 -1 1077944384 2178 0 0 0 38 1 0 0 20 0 25 0 89250105 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423797033424 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29694] ppid=29674 vsize=26709608 memory=8500 CPUtime=0 cores=0-7
/proc/29676/task/29694/stat : 29694 (java) S 29674 29674 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 89250106 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423795984992 140424609871573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
[pid=29676/tid=29695] ppid=29674 vsize=26709608 memory=792 CPUtime=0 cores=0-7
/proc/29676/task/29695/stat : 29695 (java) S 29674 29674 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 89250106 27350638592 42972 33554432000 4194304 4196468 140725130955984 140423794932272 140424609872514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15765504 140725130957953 140725130958125 140725130958125 140725130960847 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 26822736 KiB
Current children cumulated memory: 172816 KiB

Child status: 0
Real time (s): 0.821702
CPU time (s): 2.66706
CPU user time (s): 2.55256
CPU system time (s): 0.114503
CPU usage (%): 324.577
Max. virtual memory (cumulated for all children) (KiB): 26822736
Max. memory (cumulated for all children) (KiB): 172816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55256
system time used= 0.114503
maximum resident set size= 173016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15967
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= 3355
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 29674
#   total CPU time (s): 2.66706
#   total CPU user time (s): 2.55256
#   total CPU system time (s): 0.114503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026956 second user time and 0.048533 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 20:41:08
IDJOB=4297446
IDBENCH=141369
IDSOLVER=2760
FILE ID=node150/4297446-1532716868
RUNJOBID= node150-1532713470-28287
PBS_JOBID= 21022321
Free space on /tmp= 53100 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_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-4297446-1532716868/watcher-4297446-1532716868 -o /tmp/evaluation-result-4297446-1532716868/solver-4297446-1532716868 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532713470-28287 --watchdog 2580  HOME/xcsp3-exec -seed 72699356 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297446-1532716868.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=72699356

node150.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.76
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.76
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.76
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.76
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:        28148476 kB
MemAvailable:   31937776 kB
Buffers:          186308 kB
Cached:          3841952 kB
SwapCached:           32 kB
Active:          1467756 kB
Inactive:        2614356 kB
Active(anon):       4988 kB
Inactive(anon):    76192 kB
Active(file):    1462768 kB
Inactive(file):  2538164 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             21976 kB
Writeback:            16 kB
AnonPages:         60576 kB
Mapped:            42060 kB
Shmem:             25156 kB
Slab:             236892 kB
SReclaimable:     208408 kB
SUnreclaim:        28484 kB
KernelStack:        3184 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-27 20:41:09