Trace number 4271311

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)SAT 145.034 113.566

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s11b-table.xml
MD5SUM681635f7ea43a8dc3f7bd33a86b98ebb
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 benchmark6.5769501
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","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-4271311-1502676190.xml"  -tl '20160s' -p 8 -x 0
0.14/0.15	c [HOME/instance-4271311-1502676190.xml, -tl, 20160s, -p, 8, -x, 0]
0.14/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
141.19/112.98	c solve instance...
144.95/113.51	s SATISFIABLE
144.95/113.51	v <instantiation>
144.95/113.51	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
144.95/113.51	v 	<values>1 3 2 6 4 9 7 8 5 7 5 8 2 1 3 6 4 9 9 6 4 7 8 5 1 2 3 5 4 3 8 9 7 2 1 6 2 7 6 5 3 1 8 9 4 8 9 1 4 2 6 5 3 7 6 1 9 3 7 8 4 5 2 3 2 7 1 5 4 9 6 8 4 8 5 9 6 2 3 7 1 </values>
144.95/113.51	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 (13332 MiB free)
  memory of node 1: 16384 MiB (13789 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271311-1502676190/watcher-4271311-1502676190 -o /tmp/evaluation-result-4271311-1502676190/solver-4271311-1502676190 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502670277-24092 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2010108382 HOME/instance-4271311-1502676190.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=30886, runsolver pid=30883
Current StackSize limit: 8192 KiB


[startup+0.110888 s]*
/proc/loadavg: 8.07 8.75 8.74 2/199 30907
/proc/meminfo: memFree=27756456/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=25999808 memory=27568 CPUtime=0.14 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 5328 0 0 0 12 2 0 0 20 0 20 0 100699888 26623803392 6892 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6499952 6892 2873 1 0 6488269 0
[pid=30888/tid=30889] ppid=30886 vsize=25999808 memory=4134930498285298233 CPUtime=0.1 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) R 30886 30886 24065 0 -1 4202560 3213 0 0 0 9 1 0 0 20 0 20 0 100699889 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933692111712 139933687901590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=25999808 memory=140105507231360 CPUtime=0 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30893] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30893/stat : 30893 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933243181840 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30894] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30894/stat : 30894 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933242129040 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30895] ppid=30886 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30895/stat : 30895 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933241076240 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30896] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30896/stat : 30896 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933240023440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30897] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30897/stat : 30897 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699890 26623803392 6958 33554432000 4194304 4196468 140723251393488 139933238970640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30898] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30898/stat : 30898 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699891 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932815313776 139933687900802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30899] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30899/stat : 30899 (java) S 30886 30886 24065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100699892 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932814259744 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30900] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30900/stat : 30900 (java) S 30886 30886 24065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100699892 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932813206896 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30901] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30901/stat : 30901 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932812155216 139933687908251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30902] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30902/stat : 30902 (java) S 30886 30886 24065 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932811102576 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30903] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30903/stat : 30903 (java) S 30886 30886 24065 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932810049776 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30904] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30904/stat : 30904 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932808996976 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30905] ppid=30886 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) R 30886 30886 24065 0 -1 4202560 373 0 0 0 1 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932807944176 139933666516161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699894 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699895 26623803392 6958 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28952 KiB

[startup+0.210555 s]*
/proc/loadavg: 8.07 8.75 8.74 2/199 30907
/proc/meminfo: memFree=27747072/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=26004064 memory=39596 CPUtime=0.32 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 7938 0 0 0 29 3 0 0 20 0 20 0 100699888 26628161536 9899 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6501016 9899 3080 1 0 6488269 0
[pid=30888/tid=30889] ppid=30886 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) R 30886 30886 24065 0 -1 4202560 4928 0 0 0 17 2 0 0 20 0 20 0 100699889 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933692126496 139933671970142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=26004064 memory=3834445238995343008 CPUtime=0 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30893] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30893/stat : 30893 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933243181840 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30894] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30894/stat : 30894 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933242129040 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30895] ppid=30886 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30895/stat : 30895 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933241076240 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30896] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30896/stat : 30896 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933240023440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30897] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30897/stat : 30897 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 9899 33554432000 4194304 4196468 140723251393488 139933238970640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30898] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30898/stat : 30898 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699891 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932815313776 139933687900802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30899] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30899/stat : 30899 (java) S 30886 30886 24065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100699892 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932814259744 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30900] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30900/stat : 30900 (java) S 30886 30886 24065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100699892 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932813206896 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30901] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30901/stat : 30901 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932812155216 139933687908251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30902] ppid=30886 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30888/task/30902/stat : 30902 (java) S 30886 30886 24065 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932811102576 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30903] ppid=30886 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30888/task/30903/stat : 30903 (java) S 30886 30886 24065 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932810049776 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30904] ppid=30886 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30904/stat : 30904 (java) S 30886 30886 24065 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932808996976 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30905] ppid=30886 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) S 30886 30886 24065 0 -1 1077944384 829 0 0 0 7 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932807944176 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699894 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699895 26628161536 9899 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40980 KiB

[startup+0.310395 s]*
/proc/loadavg: 8.07 8.75 8.74 2/199 30907
/proc/meminfo: memFree=27739876/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=26004064 memory=46788 CPUtime=0.49 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 8889 0 0 0 45 4 0 0 20 0 20 0 100699888 26628161536 11697 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6501016 11697 3108 1 0 6488269 0
[pid=30888/tid=30889] ppid=30886 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) R 30886 30886 24065 0 -1 4202560 5600 0 0 0 27 2 0 0 20 0 20 0 100699889 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933692126528 139933687911581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30893] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30893/stat : 30893 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933243181840 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30894] ppid=30886 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30888/task/30894/stat : 30894 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933242129040 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30895] ppid=30886 vsize=26004064 memory=140105390060463 CPUtime=0 cores=0-7
/proc/30888/task/30895/stat : 30895 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933241076240 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30896] ppid=30886 vsize=26004064 memory=140105390062768 CPUtime=0 cores=0-7
/proc/30888/task/30896/stat : 30896 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933240023440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30897] ppid=30886 vsize=26004064 memory=140105390065072 CPUtime=0 cores=0-7
/proc/30888/task/30897/stat : 30897 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699890 26628161536 11697 33554432000 4194304 4196468 140723251393488 139933238970640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30898] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30898/stat : 30898 (java) S 30886 30886 24065 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100699891 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932815313776 139933687900802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30899] ppid=30886 vsize=26004064 memory=280210780137104 CPUtime=0 cores=0-7
/proc/30888/task/30899/stat : 30899 (java) S 30886 30886 24065 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100699892 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932814259744 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30900] ppid=30886 vsize=26004064 memory=280210780144016 CPUtime=0 cores=0-7
/proc/30888/task/30900/stat : 30900 (java) S 30886 30886 24065 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100699892 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932813206896 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30901] ppid=30886 vsize=26004064 memory=280210780085296 CPUtime=0 cores=0-7
/proc/30888/task/30901/stat : 30901 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932812155216 139933687908251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30902] ppid=30886 vsize=26004064 memory=280210780157840 CPUtime=0.02 cores=0-7
/proc/30888/task/30902/stat : 30902 (java) S 30886 30886 24065 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932811102576 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30903] ppid=30886 vsize=26004064 memory=280210780164752 CPUtime=0.02 cores=0-7
/proc/30888/task/30903/stat : 30903 (java) S 30886 30886 24065 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932810049776 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30904] ppid=30886 vsize=26004064 memory=280210780162448 CPUtime=0.01 cores=0-7
/proc/30888/task/30904/stat : 30904 (java) S 30886 30886 24065 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932808996976 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30905] ppid=30886 vsize=26004064 memory=280210780178608 CPUtime=0.11 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) R 30886 30886 24065 0 -1 4202560 984 0 0 0 11 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932807944176 139933666827888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100699894 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100699895 26628161536 11697 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48172 KiB

[startup+0.701029 s]
/proc/loadavg: 8.07 8.75 8.74 3/199 30907
/proc/meminfo: memFree=27630840/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=26004140 memory=263672 CPUtime=1.61 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 11708 0 0 0 142 19 0 0 20 0 20 0 100699888 26628239360 65918 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6501035 65918 3203 1 0 6488269 0
[pid=30888/tid=30889] ppid=30886 vsize=26004140 memory=280210780536496 CPUtime=0.64 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) R 30886 30886 24065 0 -1 4202560 5938 0 0 0 61 3 0 0 20 0 20 0 100699889 26628239360 65918 33554432000 4194304 4196468 140723251393488 139933692123872 139933327341917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=26004140 memory=140105390269296 CPUtime=0.01 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 27 0 0 0 0 1 0 0 20 0 20 0 100699890 26628239360 65918 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=26004140 memory=0 CPUtime=0.02 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 100699890 26628239360 65918 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=26004140 memory=8612 CPUtime=0.02 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 100699890 26628239360 65918 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0

################
# More data... #
################

[pid=30888/tid=30905] ppid=30886 vsize=26538700 memory=29296 CPUtime=0.48 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) R 30886 30886 24065 0 -1 1077944384 6534 0 0 0 46 2 0 0 20 0 28 0 100699894 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932807944176 139933687900802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=26538700 memory=1296 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 100699894 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=26538700 memory=2408 CPUtime=0.03 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 455 0 0 0 1 2 0 0 20 0 28 0 100699895 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30916] ppid=30886 vsize=26538700 memory=1732 CPUtime=0.19 cores=0-7
/proc/30888/task/30916/stat : 30916 (java) R 30886 30886 24065 0 -1 4202560 99 0 0 0 19 0 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932797827968 139933327171499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30917] ppid=30886 vsize=26538700 memory=1224 CPUtime=0.15 cores=0-7
/proc/30888/task/30917/stat : 30917 (java) R 30886 30886 24065 0 -1 4202560 91 0 0 0 15 0 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932796776472 139933327171724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30918] ppid=30886 vsize=26538700 memory=12032 CPUtime=0.19 cores=0-7
/proc/30888/task/30918/stat : 30918 (java) R 30886 30886 24065 0 -1 4202560 55 0 0 0 19 0 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932795709728 139933687901590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30919] ppid=30886 vsize=26538700 memory=5792 CPUtime=0.17 cores=0-7
/proc/30888/task/30919/stat : 30919 (java) R 30886 30886 24065 0 -1 4202560 72 0 0 0 16 1 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932794670872 139933327171499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30920] ppid=30886 vsize=26538700 memory=796 CPUtime=0.18 cores=0-7
/proc/30888/task/30920/stat : 30920 (java) R 30886 30886 24065 0 -1 4202560 38 0 0 0 18 0 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932793620120 139933327171490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30921] ppid=30886 vsize=26538700 memory=1436 CPUtime=0.18 cores=0-7
/proc/30888/task/30921/stat : 30921 (java) R 30886 30886 24065 0 -1 4202560 102 0 0 0 15 3 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932792567320 139933327172979 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30922] ppid=30886 vsize=26538700 memory=2208 CPUtime=0.18 cores=0-7
/proc/30888/task/30922/stat : 30922 (java) R 30886 30886 24065 0 -1 4202560 3060 0 0 0 17 1 0 0 20 0 28 0 100711188 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932791513496 139933327172979 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30923] ppid=30886 vsize=26538700 memory=6508 CPUtime=0.19 cores=0-7
/proc/30888/task/30923/stat : 30923 (java) R 30886 30886 24065 0 -1 4202560 103 0 0 0 17 2 0 0 20 0 28 0 100711189 27175628800 1376234 33554432000 4194304 4196468 140723251393488 139932790460696 139933327171639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 142.84 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 5506320 KiB

[startup+113.402 s]
/proc/loadavg: 1.96 6.28 7.84 3/207 30922
/proc/meminfo: memFree=22271044/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=26538700 memory=5506756 CPUtime=144.33 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 115103 0 0 0 13736 697 0 0 20 0 28 0 100699888 27175628800 1376689 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6634675 1376689 3264 1 0 6621909 0
[pid=30888/tid=30889] ppid=30886 vsize=26538700 memory=916 CPUtime=102.87 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) S 30886 30886 24065 0 -1 1077944384 25598 0 0 0 10247 40 0 0 20 0 28 0 100699889 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933692130432 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=26538700 memory=4232 CPUtime=3.72 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 8048 0 0 0 294 78 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=26538700 memory=4104 CPUtime=3.72 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 5486 0 0 0 295 77 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=26538700 memory=1156 CPUtime=3.68 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 8476 0 0 0 287 81 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30893] ppid=30886 vsize=26538700 memory=3032 CPUtime=3.72 cores=0-7
/proc/30888/task/30893/stat : 30893 (java) S 30886 30886 24065 0 -1 1077944384 4397 0 0 0 290 82 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933243181840 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30894] ppid=30886 vsize=26538700 memory=1384 CPUtime=3.71 cores=0-7
/proc/30888/task/30894/stat : 30894 (java) S 30886 30886 24065 0 -1 1077944384 6797 0 0 0 293 78 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933242129040 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30895] ppid=30886 vsize=26538700 memory=5503656 CPUtime=3.69 cores=0-7
/proc/30888/task/30895/stat : 30895 (java) S 30886 30886 24065 0 -1 1077944384 4464 0 0 0 291 78 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933241076240 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30896] ppid=30886 vsize=26538700 memory=6791534058613427641 CPUtime=3.69 cores=0-7
/proc/30888/task/30896/stat : 30896 (java) S 30886 30886 24065 0 -1 1077944384 6304 0 0 0 294 75 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933240023440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30897] ppid=30886 vsize=26538700 memory=0 CPUtime=3.7 cores=0-7
/proc/30888/task/30897/stat : 30897 (java) S 30886 30886 24065 0 -1 1077944384 4547 0 0 0 293 77 0 0 20 0 28 0 100699890 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139933238970640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30898] ppid=30886 vsize=26538700 memory=0 CPUtime=6.31 cores=0-7
/proc/30888/task/30898/stat : 30898 (java) S 30886 30886 24065 0 -1 1077944384 11187 0 0 0 626 5 0 0 20 0 28 0 100699891 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932815313776 139933687900802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30899] ppid=30886 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30899/stat : 30899 (java) S 30886 30886 24065 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 100699892 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932814259808 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30900] ppid=30886 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30900/stat : 30900 (java) S 30886 30886 24065 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 28 0 100699892 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932813206912 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30901] ppid=30886 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30901/stat : 30901 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932812155216 139933687908251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30902] ppid=30886 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/30888/task/30902/stat : 30902 (java) R 30886 30886 24065 0 -1 4202560 4691 0 0 0 57 2 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932811083592 139933673307983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30903] ppid=30886 vsize=26538700 memory=0 CPUtime=0.72 cores=0-7
/proc/30888/task/30903/stat : 30903 (java) R 30886 30886 24065 0 -1 4202560 5616 0 0 0 71 1 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932810035656 139933669432954 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30904] ppid=30886 vsize=26538700 memory=0 CPUtime=0.78 cores=0-7
/proc/30888/task/30904/stat : 30904 (java) S 30886 30886 24065 0 -1 1077944384 5393 0 0 0 77 1 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932808996976 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30905] ppid=30886 vsize=26538700 memory=0 CPUtime=0.5 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) S 30886 30886 24065 0 -1 1077944384 6666 0 0 0 48 2 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932807944176 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 100699894 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 455 0 0 0 1 2 0 0 20 0 28 0 100699895 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30916] ppid=30886 vsize=26538700 memory=0 CPUtime=0.36 cores=0-7
/proc/30888/task/30916/stat : 30916 (java) R 30886 30886 24065 0 -1 4202560 104 0 0 0 36 0 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932797827008 139933329468490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30917] ppid=30886 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/30888/task/30917/stat : 30917 (java) R 30886 30886 24065 0 -1 4202560 131 0 0 0 32 0 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932796779168 139933329468490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30918] ppid=30886 vsize=26538700 memory=0 CPUtime=0.35 cores=0-7
/proc/30888/task/30918/stat : 30918 (java) R 30886 30886 24065 0 -1 4202560 60 0 0 0 35 0 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932795726368 139933329468503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30919] ppid=30886 vsize=26538700 memory=0 CPUtime=0.3 cores=0-7
/proc/30888/task/30919/stat : 30919 (java) R 30886 30886 24065 0 -1 4202560 88 0 0 0 29 1 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932794666616 139933329468576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30920] ppid=30886 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/30888/task/30920/stat : 30920 (java) R 30886 30886 24065 0 -1 4202560 49 0 0 0 34 0 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932793616944 139933329468490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30921] ppid=30886 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/30888/task/30921/stat : 30921 (java) R 30886 30886 24065 0 -1 4202560 155 0 0 0 30 4 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932792564144 139933329468490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30922] ppid=30886 vsize=26538700 memory=0 CPUtime=0.33 cores=0-7
/proc/30888/task/30922/stat : 30922 (java) R 30886 30886 24065 0 -1 4202560 4784 0 0 0 31 2 0 0 20 0 28 0 100711188 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932791516328 139933329468643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30923] ppid=30886 vsize=26538700 memory=0 CPUtime=0.35 cores=0-7
/proc/30888/task/30923/stat : 30923 (java) R 30886 30886 24065 0 -1 4202560 149 0 0 0 31 4 0 0 20 0 28 0 100711189 27175628800 1376689 33554432000 4194304 4196468 140723251393488 139932790457984 139933329468485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 144.33 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 5508140 KiB

[startup+113.501 s]
/proc/loadavg: 1.96 6.28 7.84 3/207 30922
/proc/meminfo: memFree=22271044/32770624 swapFree=67108860/67108860
[pid=30886] ppid=30883 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30886/stat : 30886 (xcsp3-exec) S 30883 30886 24065 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100699888 9740288 346 33554432000 4194304 5098028 140725097738320 140725097736424 139650496598652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32206848 140725097743460 140725097743671 140725097743671 140725097746411 0
/proc/30886/statm: 2378 346 289 221 0 87 0
[pid=30888] ppid=30886 vsize=26538700 memory=5509304 CPUtime=144.95 cores=0-7
/proc/30888/stat : 30888 (java) S 30886 30886 24065 0 -1 1077944320 115911 0 0 0 13797 698 0 0 20 0 28 0 100699888 27175628800 1377326 33554432000 4194304 4196468 140723251393488 140723251376032 139933687889655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
/proc/30888/statm: 6634675 1377326 3264 1 0 6621909 0
[pid=30888/tid=30889] ppid=30886 vsize=26538700 memory=5503660 CPUtime=102.87 cores=0-7
/proc/30888/task/30889/stat : 30889 (java) S 30886 30886 24065 0 -1 1077944384 25598 0 0 0 10247 40 0 0 20 0 28 0 100699889 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933692130432 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30890] ppid=30886 vsize=26538700 memory=5503660 CPUtime=3.72 cores=0-7
/proc/30888/task/30890/stat : 30890 (java) S 30886 30886 24065 0 -1 1077944384 8048 0 0 0 294 78 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933659733136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30891] ppid=30886 vsize=26538700 memory=1384 CPUtime=3.72 cores=0-7
/proc/30888/task/30891/stat : 30891 (java) S 30886 30886 24065 0 -1 1077944384 5486 0 0 0 295 77 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933245287440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30892] ppid=30886 vsize=26538700 memory=5503660 CPUtime=3.68 cores=0-7
/proc/30888/task/30892/stat : 30892 (java) S 30886 30886 24065 0 -1 1077944384 8476 0 0 0 287 81 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933244234640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30893] ppid=30886 vsize=26538700 memory=5503660 CPUtime=3.72 cores=0-7
/proc/30888/task/30893/stat : 30893 (java) S 30886 30886 24065 0 -1 1077944384 4397 0 0 0 290 82 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933243181840 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30894] ppid=30886 vsize=26538700 memory=1712 CPUtime=3.71 cores=0-7
/proc/30888/task/30894/stat : 30894 (java) S 30886 30886 24065 0 -1 1077944384 6797 0 0 0 293 78 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933242129040 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30895] ppid=30886 vsize=26538700 memory=1952 CPUtime=3.69 cores=0-7
/proc/30888/task/30895/stat : 30895 (java) S 30886 30886 24065 0 -1 1077944384 4464 0 0 0 291 78 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933241076240 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30896] ppid=30886 vsize=26538700 memory=5503656 CPUtime=3.69 cores=0-7
/proc/30888/task/30896/stat : 30896 (java) S 30886 30886 24065 0 -1 1077944384 6304 0 0 0 294 75 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933240023440 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30897] ppid=30886 vsize=26538700 memory=5503656 CPUtime=3.7 cores=0-7
/proc/30888/task/30897/stat : 30897 (java) S 30886 30886 24065 0 -1 1077944384 4547 0 0 0 293 77 0 0 20 0 28 0 100699890 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139933238970640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30898] ppid=30886 vsize=26538700 memory=1384 CPUtime=6.31 cores=0-7
/proc/30888/task/30898/stat : 30898 (java) S 30886 30886 24065 0 -1 1077944384 11187 0 0 0 626 5 0 0 20 0 28 0 100699891 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932815313776 139933687900802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30899] ppid=30886 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/30888/task/30899/stat : 30899 (java) S 30886 30886 24065 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 100699892 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932814259808 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30900] ppid=30886 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30888/task/30900/stat : 30900 (java) S 30886 30886 24065 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 28 0 100699892 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932813206912 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30901] ppid=30886 vsize=26538700 memory=8612 CPUtime=0 cores=0-7
/proc/30888/task/30901/stat : 30901 (java) S 30886 30886 24065 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932812155216 139933687908251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30902] ppid=30886 vsize=26538700 memory=6791534058613427641 CPUtime=0.66 cores=0-7
/proc/30888/task/30902/stat : 30902 (java) R 30886 30886 24065 0 -1 4202560 5109 0 0 0 64 2 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932811088680 139933669084392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30903] ppid=30886 vsize=26538700 memory=1572 CPUtime=0.79 cores=0-7
/proc/30888/task/30903/stat : 30903 (java) S 30886 30886 24065 0 -1 1077944384 5810 0 0 0 78 1 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932810049776 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30904] ppid=30886 vsize=26538700 memory=1384 CPUtime=0.78 cores=0-7
/proc/30888/task/30904/stat : 30904 (java) S 30886 30886 24065 0 -1 1077944384 5393 0 0 0 77 1 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932808996976 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30905] ppid=30886 vsize=26538700 memory=0 CPUtime=0.51 cores=0-7
/proc/30888/task/30905/stat : 30905 (java) S 30886 30886 24065 0 -1 1077944384 6666 0 0 0 49 2 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932807944176 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30906] ppid=30886 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/30888/task/30906/stat : 30906 (java) S 30886 30886 24065 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 100699894 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932806892640 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30907] ppid=30886 vsize=26538700 memory=5503660 CPUtime=0.03 cores=0-7
/proc/30888/task/30907/stat : 30907 (java) S 30886 30886 24065 0 -1 1077944384 455 0 0 0 1 2 0 0 20 0 28 0 100699895 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932805839920 139933687900802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30916] ppid=30886 vsize=26538700 memory=5504996 CPUtime=0.41 cores=0-7
/proc/30888/task/30916/stat : 30916 (java) S 30886 30886 24065 0 -1 1077944384 104 0 0 0 41 0 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932797833136 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30917] ppid=30886 vsize=26538700 memory=1384 CPUtime=0.39 cores=0-7
/proc/30888/task/30917/stat : 30917 (java) S 30886 30886 24065 0 -1 1077944384 140 0 0 0 39 0 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932796781776 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30918] ppid=30886 vsize=26538700 memory=5503660 CPUtime=0.45 cores=0-7
/proc/30888/task/30918/stat : 30918 (java) R 30886 30886 24065 0 -1 4202560 60 0 0 0 45 0 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932795726504 139933329468490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30919] ppid=30886 vsize=26538700 memory=5503660 CPUtime=0.34 cores=0-7
/proc/30888/task/30919/stat : 30919 (java) S 30886 30886 24065 0 -1 1077944384 89 0 0 0 33 1 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932794676176 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30920] ppid=30886 vsize=26538700 memory=1384 CPUtime=0.39 cores=0-7
/proc/30888/task/30920/stat : 30920 (java) S 30886 30886 24065 0 -1 1077944384 49 0 0 0 39 0 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932793623376 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30921] ppid=30886 vsize=26538700 memory=5503660 CPUtime=0.39 cores=0-7
/proc/30888/task/30921/stat : 30921 (java) S 30886 30886 24065 0 -1 1077944384 155 0 0 0 35 4 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932792570576 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30922] ppid=30886 vsize=26538700 memory=1384 CPUtime=0.38 cores=0-7
/proc/30888/task/30922/stat : 30922 (java) S 30886 30886 24065 0 -1 1077944384 4965 0 0 0 35 3 0 0 20 0 28 0 100711188 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932791518800 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
[pid=30888/tid=30923] ppid=30886 vsize=26538700 memory=6791534058613427641 CPUtime=0.41 cores=0-7
/proc/30888/task/30923/stat : 30923 (java) S 30886 30886 24065 0 -1 1077944384 153 0 0 0 37 4 0 0 20 0 28 0 100711189 27175628800 1377326 33554432000 4194304 4196468 140723251393488 139932790466000 139933687899861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36577280 140723251397778 140723251397955 140723251397955 140723251400655 0
Current children cumulated CPU time: 144.95 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 5510688 KiB

Child status: 0
Real time (s): 113.566
CPU time (s): 145.034
CPU user time (s): 138.019
CPU system time (s): 7.01514
CPU usage (%): 127.709
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 5510688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.019
system time used= 7.01514
maximum resident set size= 5510928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116901
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9626
involuntary context switches= 505


# summary of solver processes directly reported to runsolver:
#   pid: 30886
#   total CPU time (s): 145.034
#   total CPU user time (s): 138.019
#   total CPU system time (s): 7.01514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.99815 second user time and 1.14141 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-14 03:48:51
IDJOB=4271311
IDBENCH=120404
IDSOLVER=2662
FILE ID=node149/4271311-1502676190
RUNJOBID= node149-1502670277-24092
PBS_JOBID= 20628972
Free space on /tmp= 61916 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s11b-table.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271311-1502676190/watcher-4271311-1502676190 -o /tmp/evaluation-result-4271311-1502676190/solver-4271311-1502676190 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502670277-24092 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2010108382 HOME/instance-4271311-1502676190.xml

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

MD5SUM BENCH= 681635f7ea43a8dc3f7bd33a86b98ebb
RANDOM SEED=2010108382

node149.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.43
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.43
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.43
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.43
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:        27772452 kB
MemAvailable:   31971184 kB
Buffers:          285452 kB
Cached:          4186492 kB
SwapCached:            0 kB
Active:          1192068 kB
Inactive:        3334052 kB
Active(anon):      57352 kB
Inactive(anon):    24944 kB
Active(file):    1134716 kB
Inactive(file):  3309108 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28268 kB
Writeback:             0 kB
AnonPages:        308656 kB
Mapped:            44556 kB
Shmem:             25224 kB
Slab:             167768 kB
SReclaimable:     141484 kB
SUnreclaim:        26284 kB
KernelStack:        3328 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61908 MiB
End job on node149 at 2017-08-14 03:50:45