Trace number 4273985

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
OscaR - Conflict Ordering 2017-07-26SAT 5.7326002 3.1909001

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-5-table.xml
MD5SUM61ed6ce3ae3f811d4d1b54502d982bfc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.00596
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints13
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":16},{"degree":4,"count":8},{"degree":5,"count":1}]
Minimum constraint arity5
Maximum constraint arity25
Distribution of constraint arities[{"arity":5,"count":12},{"arity":25,"count":1}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.38	c version: 2017-07-26
0.25/0.39	c seed: 2122781433
0.25/0.39	c timeout: 2520
0.25/0.39	c memlimit: 11000
0.25/0.39	c nbcore: 4
0.25/0.41	c Parsing instance...
5.23/3.01	c Parsing done, starting search...
5.50/3.17	s SATISFIABLE
5.50/3.17	v <instantiation>
5.50/3.17	v 	<list>
5.50/3.17	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
5.50/3.17	v 	</list>
5.50/3.17	v 	<values>
5.50/3.17	v 		25 9 3 10 18 8 13 20 19 5 16 15 2 21 11 12 22 23 1 7 4 6 17 14 24 
5.50/3.17	v 	</values>
5.50/3.17	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 (6259 MiB free)
  memory of node 1: 16384 MiB (11636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273985-1502802652/watcher-4273985-1502802652 -o /tmp/evaluation-result-4273985-1502802652/solver-4273985-1502802652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2122781433 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273985-1502802652.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7766, runsolver pid=7763
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 4.49 3.00 2.10 3/197 7769
/proc/meminfo: memFree=18320176/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13358552 memory=14404 CPUtime=0 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 3436 0 0 0 0 0 0 0 20 0 6 0 82460549 13679157248 3601 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3339638 3601 1911 1 0 3329135 0
[pid=7766/tid=7768] ppid=7763 vsize=13358552 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 2162 0 0 0 0 0 0 0 20 0 6 0 82460558 13679157248 3667 18446744073709551615 4194304 4196468 140721193540400 140468346606160 140468334607166 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13358552 memory=3461361991549258287 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 82460559 13679157248 3667 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13358552 memory=140365462148736 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 82460559 13679157248 3667 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 82460559 13679157248 3667 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 82460559 13679157248 3667 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14404 KiB

[startup+0.209711 s]*
/proc/loadavg: 4.49 3.00 2.10 7/209 7781
/proc/meminfo: memFree=18311664/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13975920 memory=29404 CPUtime=0.09 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 6658 0 0 0 8 1 0 0 20 0 15 0 82460549 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3493980 7351 3353 1 0 3482759 0
[pid=7766/tid=7768] ppid=7763 vsize=13975920 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 4748 0 0 0 6 1 0 0 20 0 15 0 82460558 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140468346555088 140468325556883 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13975920 memory=4294967624 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13975920 memory=140365462158037 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13975920 memory=140365462148736 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460560 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467820299552 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82460561 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467819247216 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 12560 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467817142384 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467816089584 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13975920 memory=140365462148736 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 12560 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467815037296 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13975920 memory=140365462148736 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460568 14311342080 7351 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 29404 KiB

[startup+0.310331 s]*
/proc/loadavg: 4.49 3.00 2.10 7/209 7781
/proc/meminfo: memFree=18299196/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13976944 memory=39212 CPUtime=0.25 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 10513 0 0 0 22 3 0 0 20 0 15 0 82460549 14312390656 9803 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3493980 9803 3545 1 0 3482759 0
[pid=7766/tid=7768] ppid=7763 vsize=13975920 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 8234 0 0 0 15 2 0 0 20 0 15 0 82460558 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140468346569824 140468326450526 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 82460560 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467820299552 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82460561 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467819247216 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 12560 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 82460563 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467817142384 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467816089584 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13975920 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) R 7763 7766 12560 0 -1 4202560 383 0 0 0 4 0 0 0 20 0 15 0 82460563 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467815037296 140468320503616 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13975920 memory=140365462148736 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460568 14311342080 9803 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 39212 KiB

[startup+0.701194 s]
/proc/loadavg: 4.49 3.00 2.10 7/209 7781
/proc/meminfo: memFree=18283748/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13977988 memory=103744 CPUtime=0.97 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 13989 0 0 0 92 5 0 0 20 0 15 0 82460549 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3494497 25936 3724 1 0 3483271 0
[pid=7766/tid=7768] ppid=7763 vsize=13977988 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 10313 0 0 0 51 4 0 0 20 0 15 0 82460558 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140468346603776 140468342381974 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13977988 memory=28 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460559 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13977988 memory=30 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 82460559 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13977988 memory=1054 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 82460560 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467820299552 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13977988 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 82460561 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467819247216 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13977988 memory=7588935152971043925 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13977988 memory=6935650355271196736 CPUtime=0.1 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) R 7763 7766 12560 0 -1 4202560 846 0 0 0 10 0 0 0 20 0 15 0 82460563 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467817142384 140468342391386 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13977988 memory=6935649255759569728 CPUtime=0.11 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) R 7763 7766 12560 0 -1 4202560 567 0 0 0 11 0 0 0 20 0 15 0 82460563 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467816075608 140468320774609 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13977988 memory=6935649255759568960 CPUtime=0.18 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) R 7763 7766 12560 0 -1 4202560 880 0 0 0 18 0 0 0 20 0 15 0 82460563 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467815033056 140468342391386 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13977988 memory=4638778441618444624 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13977988 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460568 14313459712 25936 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 103744 KiB

[startup+1.50073 s]
/proc/loadavg: 4.49 3.00 2.10 6/209 7781
/proc/meminfo: memFree=18119796/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13977988 memory=388048 CPUtime=2.81 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 16717 0 0 0 266 15 0 0 20 0 15 0 82460549 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3494497 97012 3771 1 0 3483271 0
[pid=7766/tid=7768] ppid=7763 vsize=13977988 memory=96416374 CPUtime=1.29 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 10527 0 0 0 122 7 0 0 20 0 15 0 82460558 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140468346602992 140468342381974 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13977988 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 44 0 0 0 2 1 0 0 20 0 15 0 82460559 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13977988 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 82460559 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13977988 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 43 0 0 0 2 1 0 0 20 0 15 0 82460559 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13977988 memory=280730605259808 CPUtime=0.04 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 50 0 0 0 3 1 0 0 20 0 15 0 82460559 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13977988 memory=6944656592452807314 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 82460560 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13977988 memory=4122236433906807089 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467820299616 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13977988 memory=28 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 82460561 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467819247232 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13977988 memory=30 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13977988 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) R 7763 7766 12560 0 -1 1077944384 1836 0 0 0 53 0 0 0 20 0 15 0 82460563 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467817142384 140468342381186 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13977988 memory=1054 CPUtime=0.52 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 12560 0 -1 1077944384 1536 0 0 0 52 0 0 0 20 0 15 0 82460563 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467816089584 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13977988 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 12560 0 -1 1077944384 1062 0 0 0 25 0 0 0 20 0 15 0 82460563 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467815037296 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13977988 memory=280730605594048 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13977988 memory=280730605430368 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 82460568 14313459712 97012 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 388048 KiB

[startup+3.11019 s]
/proc/loadavg: 4.49 3.00 2.10 3/209 7781
/proc/meminfo: memFree=17591084/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13980036 memory=750444 CPUtime=5.5 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 20832 0 0 0 509 41 0 0 20 0 15 0 82460549 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3495009 187611 3788 1 0 3483783 0
[pid=7766/tid=7768] ppid=7763 vsize=13980036 memory=-7677926825137650786 CPUtime=2.63 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 13396 0 0 0 252 11 0 0 20 0 15 0 82460558 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468346595248 140468342381974 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13980036 memory=429368 CPUtime=0.17 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 145 0 0 0 11 6 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13980036 memory=-7522837415797432223 CPUtime=0.16 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 134 0 0 0 11 5 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13980036 memory=644 CPUtime=0.18 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 160 0 0 0 10 8 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13980036 memory=79 CPUtime=0.17 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 205 0 0 0 11 6 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13980036 memory=34 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 15 0 82460560 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467820299616 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 82460561 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467819247232 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13980036 memory=280730605712448 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13980036 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) R 7763 7766 12560 0 -1 4202560 1928 0 0 0 84 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467817123568 140468325855952 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13980036 memory=31586665891585 CPUtime=0.86 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) R 7763 7766 12560 0 -1 4202560 1650 0 0 0 86 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467816076096 140468328400021 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13980036 memory=36955375012596 CPUtime=0.39 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 12560 0 -1 1077944384 1306 0 0 0 39 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467815037296 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13980036 memory=36959669979892 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13980036 memory=36972554881780 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460568 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 750444 KiB

[startup+3.19086 s]
# the end of solver process 7766 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.30703 s, system=0.425573 s

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

[startup+3.11019 s]
/proc/loadavg: 4.49 3.00 2.10 3/209 7781
/proc/meminfo: memFree=17591084/32770624 swapFree=67105588/67108860
[pid=7766] ppid=7763 vsize=13980036 memory=750444 CPUtime=5.5 cores=1,3,5,7
/proc/7766/stat : 7766 (java) S 7763 7766 12560 0 -1 1077944320 20832 0 0 0 509 41 0 0 20 0 15 0 82460549 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140721193522944 140468342370039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
/proc/7766/statm: 3495009 187611 3788 1 0 3483783 0
[pid=7766/tid=7768] ppid=7763 vsize=13980036 memory=-7677926825137650786 CPUtime=2.63 cores=1,3,5,7
/proc/7766/task/7768/stat : 7768 (java) R 7763 7766 12560 0 -1 4202560 13396 0 0 0 252 11 0 0 20 0 15 0 82460558 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468346595248 140468342381974 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7769] ppid=7763 vsize=13980036 memory=429368 CPUtime=0.17 cores=1,3,5,7
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 12560 0 -1 1077944384 145 0 0 0 11 6 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468261783952 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7770] ppid=7763 vsize=13980036 memory=-7522837415797432223 CPUtime=0.16 cores=1,3,5,7
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 12560 0 -1 1077944384 134 0 0 0 11 5 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468260731152 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7771] ppid=7763 vsize=13980036 memory=644 CPUtime=0.18 cores=1,3,5,7
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 12560 0 -1 1077944384 160 0 0 0 10 8 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468259678864 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7772] ppid=7763 vsize=13980036 memory=79 CPUtime=0.17 cores=1,3,5,7
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 12560 0 -1 1077944384 205 0 0 0 11 6 0 0 20 0 15 0 82460559 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140468258626064 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7773] ppid=7763 vsize=13980036 memory=34 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 12560 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 15 0 82460560 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467821353584 140468342381186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7774] ppid=7763 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 82460560 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467820299616 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7775] ppid=7763 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 82460561 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467819247232 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7776] ppid=7763 vsize=13980036 memory=280730605712448 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467818195536 140468342388635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7777] ppid=7763 vsize=13980036 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/7766/task/7777/stat : 7777 (java) R 7763 7766 12560 0 -1 4202560 1928 0 0 0 84 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467817123568 140468325855952 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7778] ppid=7763 vsize=13980036 memory=31586665891585 CPUtime=0.86 cores=1,3,5,7
/proc/7766/task/7778/stat : 7778 (java) R 7763 7766 12560 0 -1 4202560 1650 0 0 0 86 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467816076096 140468328400021 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7779] ppid=7763 vsize=13980036 memory=36955375012596 CPUtime=0.39 cores=1,3,5,7
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 12560 0 -1 1077944384 1306 0 0 0 39 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467815037296 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7780] ppid=7763 vsize=13980036 memory=36959669979892 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460563 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467813984736 140468342380245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
[pid=7766/tid=7781] ppid=7763 vsize=13980036 memory=36972554881780 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 82460568 14315556864 187611 18446744073709551615 4194304 4196468 140721193540400 140467812932528 140468342381186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 12754944 140721193541998 140721193542185 140721193542185 140721193545679 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 750444 KiB

Child status: 0
Real time (s): 3.1909
CPU time (s): 5.7326
CPU user time (s): 5.30703
CPU system time (s): 0.425573
CPU usage (%): 179.654
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 750444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.30703
system time used= 0.425573
maximum resident set size= 754388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21678
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2332
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 7766
#   total CPU time (s): 5.7326
#   total CPU user time (s): 5.30703
#   total CPU system time (s): 0.425573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033246 second user time and 0.082078 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 14:56:50
IDJOB=4273985
IDBENCH=133256
IDSOLVER=2666
FILE ID=node126/4273985-1502802652
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 60820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-5-table.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273985-1502802652/watcher-4273985-1502802652 -o /tmp/evaluation-result-4273985-1502802652/solver-4273985-1502802652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2122781433 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273985-1502802652.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 61ed6ce3ae3f811d4d1b54502d982bfc
RANDOM SEED=2122781433

node126.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.81
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.81
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.81
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.81
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:        18325428 kB
MemAvailable:   20107208 kB
Buffers:          331884 kB
Cached:          1717780 kB
SwapCached:          524 kB
Active:         13630892 kB
Inactive:         308696 kB
Active(anon):   11838216 kB
Inactive(anon):    85372 kB
Active(file):    1792676 kB
Inactive(file):   223324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             49472 kB
Writeback:             0 kB
AnonPages:      11889504 kB
Mapped:            65556 kB
Shmem:             33440 kB
Slab:             190264 kB
SReclaimable:     163228 kB
SUnreclaim:        27036 kB
KernelStack:        3440 kB
PageTables:        28160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12057036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11307008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 60776 MiB
End job on node126 at 2017-08-15 14:56:53