Trace number 4245006

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
R1: choco-solver 5a (2017-07-05)SAT 160.666 117.154

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s03c-table.xml
MD5SUMbc37ae807389cdc0fd22ee32ece92e88
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.54422
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":54},{"degree":4,"count":27}]
Minimum constraint arity9
Maximum constraint arity27
Distribution of constraint arities[{"arity":9,"count":27},{"arity":27,"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 -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245006-1500685103.xml"  -tl '2400s' -p 8 -x 3
0.00/0.21	c [HOME/instance-4245006-1500685103.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
156.88/116.60	c solve instance...
160.60/117.12	s SATISFIABLE
160.60/117.12	v <instantiation>
160.60/117.12	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>
160.60/117.12	v 	<values>3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5 </values>
160.60/117.12	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245006-1500685103/watcher-4245006-1500685103 -o /tmp/evaluation-result-4245006-1500685103/solver-4245006-1500685103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1113991837 HOME/instance-4245006-1500685103.xml 

pid=30890
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.54 14.71 10.61 9/270 30893
/proc/meminfo: memFree=31654196/32770624 swapFree=5700/248568
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0

[startup+0.100134 s]
/proc/loadavg: 14.54 14.71 10.61 9/270 30893
/proc/meminfo: memFree=31654196/32770624 swapFree=5700/248568
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200346 s]
/proc/loadavg: 14.54 14.71 10.61 9/270 30893
/proc/meminfo: memFree=31654196/32770624 swapFree=5700/248568
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30036 s]
/proc/loadavg: 14.54 14.71 10.61 9/270 30893
/proc/meminfo: memFree=31654196/32770624 swapFree=5700/248568
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700272 s]
/proc/loadavg: 14.54 14.71 10.61 9/270 30893
/proc/meminfo: memFree=31654196/32770624 swapFree=5700/248568
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50222 s]
/proc/loadavg: 14.54 14.71 10.61 10/291 30914
/proc/meminfo: memFree=31247328/32770624 swapFree=5700/248632
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13267208 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 12660 0 0 0 283 52 0 0 20 0 20 0 3777796 13585620992 116814 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3316802 116814 3215 1 0 3304035 0
[pid=30894/tid=30895] ppid=30893 vsize=13267208 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) R 30893 30893 7102 0 -1 4202560 6058 0 0 0 130 6 0 0 20 0 20 0 3777796 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484585945432 140484172498734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13267208 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 48 0 0 0 2 6 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13267208 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 50 0 0 0 5 3 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13267208 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 50 0 0 0 5 4 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13267208 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 58 0 0 0 3 6 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13267208 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 57 0 0 0 3 5 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13267208 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 47 0 0 0 3 4 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13267208 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 52 0 0 0 3 5 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13267208 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 57 0 0 0 6 4 0 0 20 0 20 0 3777797 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3777799 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13267208 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) S 30893 30893 7102 0 -1 1077944384 1312 0 0 0 29 0 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484039535216 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13267208 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) S 30893 30893 7102 0 -1 1077944384 1059 0 0 0 30 0 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484038482416 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13267208 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) S 30893 30893 7102 0 -1 1077944384 1027 0 0 0 34 0 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484037430128 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13267208 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) S 30893 30893 7102 0 -1 1077944384 1279 0 0 0 25 1 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484036377328 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3777804 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777805 13585620992 116814 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 13276720

[startup+3.10109 s]
/proc/loadavg: 14.54 14.71 10.61 10/291 30914
/proc/meminfo: memFree=30940960/32770624 swapFree=5700/248632
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13267208 CPUtime=5.52 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 14154 0 0 0 486 66 0 0 20 0 20 0 3777796 13585620992 183318 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3316802 183318 3228 1 0 3304035 0
[pid=30894/tid=30895] ppid=30893 vsize=13267208 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) R 30893 30893 7102 0 -1 4202560 6633 0 0 0 283 9 0 0 20 0 20 0 3777796 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484585944912 140484563996879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13267208 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 68 0 0 0 3 8 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13267208 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 66 0 0 0 6 5 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13267208 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 70 0 0 0 7 6 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13267208 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 76 0 0 0 4 8 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13267208 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 74 0 0 0 5 6 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13267208 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 66 0 0 0 5 6 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13267208 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 71 0 0 0 5 6 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13267208 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 74 0 0 0 7 5 0 0 20 0 20 0 3777797 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 518 0 0 0 0 0 0 0 20 0 20 0 3777799 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13267208 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) S 30893 30893 7102 0 -1 1077944384 1589 0 0 0 38 0 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484039535216 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13267208 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) S 30893 30893 7102 0 -1 1077944384 1161 0 0 0 41 0 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484038482416 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13267208 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) S 30893 30893 7102 0 -1 1077944384 1090 0 0 0 48 0 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484037430128 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13267208 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) S 30893 30893 7102 0 -1 1077944384 1301 0 0 0 27 1 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484036377328 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3777804 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777805 13585620992 183318 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 13276720

[startup+6.30102 s]
/proc/loadavg: 14.10 14.62 10.60 10/291 30914
/proc/meminfo: memFree=30926460/32770624 swapFree=5700/248640
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13267208 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 18781 0 0 0 818 84 0 0 20 0 20 0 3777796 13585620992 192838 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3316802 192838 3231 1 0 3304035 0
[pid=30894/tid=30895] ppid=30893 vsize=13267208 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) R 30893 30893 7102 0 -1 4202560 8098 0 0 0 571 10 0 0 20 0 20 0 3777796 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484585945576 140484173188666 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 227 0 0 0 5 10 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 157 0 0 0 8 7 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13267208 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 123 0 0 0 9 8 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13267208 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 152 0 0 0 6 10 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13267208 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 117 0 0 0 8 9 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 108 0 0 0 7 8 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13267208 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 97 0 0 0 7 8 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13267208 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 170 0 0 0 9 8 0 0 20 0 20 0 3777797 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 643 0 0 0 0 0 0 0 20 0 20 0 3777799 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3777800 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777804 13585620992 192838 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0

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

/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 3777800 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13269256 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) S 30893 30893 7102 0 -1 1077944384 4295 0 0 0 65 1 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484039535216 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) S 30893 30893 7102 0 -1 1077944384 3596 0 0 0 70 0 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484038482416 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13269256 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) S 30893 30893 7102 0 -1 1077944384 4814 0 0 0 85 1 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484037430128 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) S 30893 30893 7102 0 -1 1077944384 5862 0 0 0 49 1 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484036377328 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3777804 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 357 0 0 0 3 3 0 0 20 0 20 0 3777805 13587718144 1234652 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 156.38
Current children cumulated vsize (KiB) 13278768

[startup+116.801 s]
/proc/loadavg: 10.24 13.05 10.48 11/292 30923
/proc/meminfo: memFree=25507804/32770624 swapFree=5700/248744
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13801768 CPUtime=158.4 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 106200 0 0 0 14939 901 0 0 20 0 28 0 3777796 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3450442 1234846 3257 1 0 3437675 0
[pid=30894/tid=30895] ppid=30893 vsize=13801768 CPUtime=104.35 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) S 30893 30893 7102 0 -1 1077944384 21886 0 0 0 10403 32 0 0 20 0 28 0 3777796 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484585948288 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 9110 0 0 0 432 115 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13801768 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 5034 0 0 0 424 109 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 5417 0 0 0 440 107 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 7059 0 0 0 425 115 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 6002 0 0 0 459 88 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13801768 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 5529 0 0 0 428 108 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 7517 0 0 0 439 101 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 5121 0 0 0 431 109 0 0 20 0 28 0 3777797 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13801768 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 7234 0 0 0 638 3 0 0 20 0 28 0 3777799 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) R 30893 30893 7102 0 -1 4202560 4670 0 0 0 70 1 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484039535512 140484563250803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13801768 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) R 30893 30893 7102 0 -1 4202560 3607 0 0 0 72 0 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484038482416 140484567729737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) R 30893 30893 7102 0 -1 4202560 4994 0 0 0 91 1 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484037430160 140484581728858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) R 30893 30893 7102 0 -1 4202560 6136 0 0 0 53 1 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484036377168 140484561896049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 357 0 0 0 3 3 0 0 20 0 28 0 3777805 14133010432 1234846 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 158.4
Current children cumulated vsize (KiB) 13811280

[startup+117.001 s]
/proc/loadavg: 10.24 13.05 10.48 11/292 30923
/proc/meminfo: memFree=25507804/32770624 swapFree=5700/248744
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13801768 CPUtime=159.93 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 106963 0 0 0 15092 901 0 0 20 0 28 0 3777796 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3450442 1234917 3258 1 0 3437675 0
[pid=30894/tid=30895] ppid=30893 vsize=13801768 CPUtime=104.35 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) S 30893 30893 7102 0 -1 1077944384 21886 0 0 0 10403 32 0 0 20 0 28 0 3777796 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484585948288 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 9110 0 0 0 432 115 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13801768 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 5034 0 0 0 424 109 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 5417 0 0 0 440 107 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 7059 0 0 0 425 115 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 6002 0 0 0 459 88 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13801768 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 5529 0 0 0 428 108 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 7517 0 0 0 439 101 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 5121 0 0 0 431 109 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13801768 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 7234 0 0 0 638 3 0 0 20 0 28 0 3777799 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) S 30893 30893 7102 0 -1 1077944384 4706 0 0 0 75 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484039535216 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) S 30893 30893 7102 0 -1 1077944384 4197 0 0 0 80 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484038482416 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) S 30893 30893 7102 0 -1 1077944384 5059 0 0 0 93 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484037430128 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) S 30893 30893 7102 0 -1 1077944384 6168 0 0 0 55 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484036377328 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 357 0 0 0 3 3 0 0 20 0 28 0 3777805 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 159.93
Current children cumulated vsize (KiB) 13811280

[startup+117.102 s]
/proc/loadavg: 10.24 13.05 10.48 11/292 30923
/proc/meminfo: memFree=25507804/32770624 swapFree=5700/248744
[pid=30893] ppid=30890 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30893/stat : 30893 (xcsp3-exec) S 30890 30893 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3777795 9740288 346 33554432000 4194304 5098028 140736457066208 140736457064312 140158723515004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22290432 140736457069710 140736457069920 140736457069920 140736457072619 0
/proc/30893/statm: 2378 346 289 221 0 87 0
[pid=30894] ppid=30893 vsize=13801768 CPUtime=160.6 cores=0,2,4,6,8,10,12,14
/proc/30894/stat : 30894 (java) S 30893 30893 7102 0 -1 1077944320 106963 0 0 0 15159 901 0 0 20 0 28 0 3777796 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140732422398736 140484581707511 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
/proc/30894/statm: 3450442 1234917 3258 1 0 3437675 0
[pid=30894/tid=30895] ppid=30893 vsize=13801768 CPUtime=104.35 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30895/stat : 30895 (java) S 30893 30893 7102 0 -1 1077944384 21886 0 0 0 10403 32 0 0 20 0 28 0 3777796 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484585948288 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30897] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30897/stat : 30897 (java) S 30893 30893 7102 0 -1 1077944384 9110 0 0 0 432 115 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484500187536 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30898] ppid=30893 vsize=13801768 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30898/stat : 30898 (java) S 30893 30893 7102 0 -1 1077944384 5034 0 0 0 424 109 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484499134736 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30899] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30899/stat : 30899 (java) S 30893 30893 7102 0 -1 1077944384 5417 0 0 0 440 107 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484498082448 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30900] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30900/stat : 30900 (java) S 30893 30893 7102 0 -1 1077944384 7059 0 0 0 425 115 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484497029648 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30901] ppid=30893 vsize=13801768 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30901/stat : 30901 (java) S 30893 30893 7102 0 -1 1077944384 6002 0 0 0 459 88 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484495977360 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30902] ppid=30893 vsize=13801768 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30902/stat : 30902 (java) S 30893 30893 7102 0 -1 1077944384 5529 0 0 0 428 108 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484494924560 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30903] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30903/stat : 30903 (java) S 30893 30893 7102 0 -1 1077944384 7517 0 0 0 439 101 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484493872272 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30904] ppid=30893 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30904/stat : 30904 (java) S 30893 30893 7102 0 -1 1077944384 5121 0 0 0 431 109 0 0 20 0 28 0 3777797 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484492819472 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30905] ppid=30893 vsize=13801768 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30905/stat : 30905 (java) S 30893 30893 7102 0 -1 1077944384 7234 0 0 0 638 3 0 0 20 0 28 0 3777799 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484043745392 140484581718658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30906] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30906/stat : 30906 (java) S 30893 30893 7102 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484042691424 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30907] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30907/stat : 30907 (java) S 30893 30893 7102 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 3777800 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484041639040 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30908] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30908/stat : 30908 (java) S 30893 30893 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484040587344 140484581726107 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30909] ppid=30893 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30909/stat : 30909 (java) S 30893 30893 7102 0 -1 1077944384 4706 0 0 0 75 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484039535216 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30910] ppid=30893 vsize=13801768 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30910/stat : 30910 (java) S 30893 30893 7102 0 -1 1077944384 4197 0 0 0 80 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484038482416 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30911] ppid=30893 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30911/stat : 30911 (java) S 30893 30893 7102 0 -1 1077944384 5059 0 0 0 93 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484037430128 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30912] ppid=30893 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30912/stat : 30912 (java) S 30893 30893 7102 0 -1 1077944384 6168 0 0 0 55 1 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484036377328 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30913] ppid=30893 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30913/stat : 30913 (java) S 30893 30893 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3777804 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484035324256 140484581717717 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
[pid=30894/tid=30914] ppid=30893 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/30894/task/30914/stat : 30914 (java) S 30893 30893 7102 0 -1 1077944384 357 0 0 0 3 3 0 0 20 0 28 0 3777805 14133010432 1234917 33554432000 4194304 4196468 140732422416192 140484034271536 140484581718658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 13615104 140732422419644 140732422419820 140732422419820 140732422422479 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 117.154
CPU time (s): 160.666
CPU user time (s): 151.62
CPU system time (s): 9.04542
CPU usage (%): 137.141
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.62
system time used= 9.04542
maximum resident set size= 4940268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8856
involuntary context switches= 10234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.817659 second user time and 1.13236 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 02:58:23
IDJOB=4245006
IDBENCH=120385
IDSOLVER=2626
FILE ID=node130/4245006-1500685103
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61932 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s03c-table.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245006-1500685103/watcher-4245006-1500685103 -o /tmp/evaluation-result-4245006-1500685103/solver-4245006-1500685103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1113991837 HOME/instance-4245006-1500685103.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= bc37ae807389cdc0fd22ee32ece92e88
RANDOM SEED=1113991837

node130.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31654284 kB
MemAvailable:   31728524 kB
Buffers:           52808 kB
Cached:           333132 kB
SwapCached:            0 kB
Active:           483916 kB
Inactive:         257412 kB
Active(anon):     358788 kB
Inactive(anon):     8844 kB
Active(file):     125128 kB
Inactive(file):   248568 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28396 kB
Writeback:             0 kB
AnonPages:        361884 kB
Mapped:            42420 kB
Shmem:              8844 kB
Slab:              66564 kB
SReclaimable:      32756 kB
SUnreclaim:        33808 kB
KernelStack:        4640 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1296124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61924 MiB
End job on node130 at 2017-07-22 03:00:20