Trace number 4248435

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)OPT932 50.4928 6.84898

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.8269501
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248435-1500692101.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4248435-1500692101.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.49	c solve instance...
0.00/0.51	o 360 
0.00/0.52	o 640 
0.00/0.52	o 664 
0.00/0.52	o 690 
0.00/0.53	o 711 
0.00/0.54	o 779 
0.00/0.55	o 809 
0.00/0.55	o 817 
0.00/0.59	o 840 
0.00/0.61	o 859 
0.00/0.74	o 864 
0.00/0.75	o 868 
0.00/0.79	o 876 
0.00/0.93	o 889 
5.35/1.22	o 892 
9.23/1.63	o 901 
15.48/2.42	o 902 
15.48/2.42	o 906 
15.48/2.44	o 908 
17.86/2.74	o 912 
25.76/3.79	o 915 
29.72/4.28	o 916 
30.45/4.38	o 924 
32.78/4.65	o 932 
50.19/6.83	s OPTIMUM FOUND
50.19/6.83	v <instantiation>
50.19/6.83	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
50.19/6.83	v 	<values>1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 </values>
50.19/6.83	v </instantiation>

Verifier Data

OK	932

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-4248435-1500692101/watcher-4248435-1500692101 -o /tmp/evaluation-result-4248435-1500692101/solver-4248435-1500692101 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1047272101 HOME/instance-4248435-1500692101.xml 

pid=11732
running on 8 cores: 1,3,5,7,9,11,13,15

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: 15.33 15.61 13.97 10/271 11735
/proc/meminfo: memFree=28432812/32770624 swapFree=5804/262748
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0

[startup+0.100103 s]
/proc/loadavg: 15.33 15.61 13.97 10/271 11735
/proc/meminfo: memFree=28432812/32770624 swapFree=5804/262748
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200334 s]
/proc/loadavg: 15.33 15.61 13.97 10/271 11735
/proc/meminfo: memFree=28432812/32770624 swapFree=5804/262748
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300289 s]
/proc/loadavg: 15.33 15.61 13.97 10/271 11735
/proc/meminfo: memFree=28432812/32770624 swapFree=5804/262748
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700229 s]
/proc/loadavg: 15.33 15.61 13.97 10/271 11735
/proc/meminfo: memFree=28432812/32770624 swapFree=5804/262748
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50123 s]
/proc/loadavg: 15.33 15.61 13.97 20/300 11875
/proc/meminfo: memFree=28226588/32770624 swapFree=5804/262812
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
[pid=11736] ppid=11735 vsize=13869992 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/11736/stat : 11736 (java) S 11735 11735 14782 0 -1 1077944320 25631 0 0 0 830 12 0 0 20 0 28 0 4476417 14202871808 54621 33554432000 4194304 4196468 140730154401552 140730154384096 139955876388599 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
/proc/11736/statm: 3467498 54621 3233 1 0 3454731 0
[pid=11736/tid=11737] ppid=11735 vsize=13869992 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11737/stat : 11737 (java) S 11735 11735 14782 0 -1 1077944384 6742 0 0 0 45 2 0 0 20 0 28 0 4476417 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955880629376 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11739] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11739/stat : 11739 (java) S 11735 11735 14782 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955808525456 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11740] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11740/stat : 11740 (java) S 11735 11735 14782 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955807472656 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11741] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11741/stat : 11741 (java) S 11735 11735 14782 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955806419856 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11742] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11742/stat : 11742 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955805367056 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11743] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11743/stat : 11743 (java) S 11735 11735 14782 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955471878800 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11744] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11744/stat : 11744 (java) S 11735 11735 14782 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955470826000 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11745] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11745/stat : 11745 (java) S 11735 11735 14782 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955469773200 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11746] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11746/stat : 11746 (java) S 11735 11735 14782 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4476419 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955468720400 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11747] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11747/stat : 11747 (java) S 11735 11735 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4476421 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955405880176 139955876399746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11748] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11748/stat : 11748 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4476422 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955404826144 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11749] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11749/stat : 11749 (java) S 11735 11735 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4476422 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955403773296 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11750] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11750/stat : 11750 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476426 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955402721616 139955876407195 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11751] ppid=11735 vsize=13869992 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11751/stat : 11751 (java) R 11735 11735 14782 0 -1 4202560 4800 0 0 0 59 0 0 0 20 0 28 0 4476426 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955334525792 139955855645184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11752] ppid=11735 vsize=13869992 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11752/stat : 11752 (java) R 11735 11735 14782 0 -1 4202560 3937 0 0 0 68 1 0 0 20 0 28 0 4476426 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955333472856 139955861503654 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11753] ppid=11735 vsize=13869992 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11753/stat : 11753 (java) R 11735 11735 14782 0 -1 4202560 3148 0 0 0 70 0 0 0 20 0 28 0 4476426 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955332420600 139955859773531 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11754] ppid=11735 vsize=13869992 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11754/stat : 11754 (java) S 11735 11735 14782 0 -1 1077944384 3061 0 0 0 45 1 0 0 20 0 28 0 4476426 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955331381232 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11755] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11755/stat : 11755 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476427 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955330329696 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11756] ppid=11735 vsize=13869992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11756/stat : 11756 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476427 14202871808 54621 33554432000 4194304 4196468 140730154401552 139955329276976 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 13879504

[startup+3.10124 s]
/proc/loadavg: 15.33 15.61 13.97 19/300 11891
/proc/meminfo: memFree=27902232/32770624 swapFree=5804/262812
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
[pid=11736] ppid=11735 vsize=13873464 CPUtime=21 cores=1,3,5,7,9,11,13,15
/proc/11736/stat : 11736 (java) S 11735 11735 14782 0 -1 1077944320 33687 0 0 0 2083 17 0 0 20 0 28 0 4476417 14206427136 64979 33554432000 4194304 4196468 140730154401552 140730154384096 139955876388599 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
/proc/11736/statm: 3468366 64979 3247 1 0 3455599 0
[pid=11736/tid=11737] ppid=11735 vsize=13873464 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11737/stat : 11737 (java) S 11735 11735 14782 0 -1 1077944384 6743 0 0 0 45 2 0 0 20 0 28 0 4476417 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955880629376 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11739] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11739/stat : 11739 (java) S 11735 11735 14782 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955808525456 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11740] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11740/stat : 11740 (java) S 11735 11735 14782 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955807472656 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11741] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11741/stat : 11741 (java) S 11735 11735 14782 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955806419856 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11742] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11742/stat : 11742 (java) S 11735 11735 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955805367056 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11743] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11743/stat : 11743 (java) S 11735 11735 14782 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955471878800 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11744] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11744/stat : 11744 (java) S 11735 11735 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955470826000 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11745] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11745/stat : 11745 (java) S 11735 11735 14782 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955469773200 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11746] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11746/stat : 11746 (java) S 11735 11735 14782 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 4476419 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955468720400 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11747] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11747/stat : 11747 (java) S 11735 11735 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4476421 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955405880176 139955876399746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11748] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11748/stat : 11748 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4476422 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955404826208 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11749] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11749/stat : 11749 (java) S 11735 11735 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4476422 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955403773312 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11750] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11750/stat : 11750 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476426 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955402721616 139955876407195 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11751] ppid=11735 vsize=13873464 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11751/stat : 11751 (java) D 11735 11735 14782 0 -1 4202560 8777 0 0 0 189 1 0 0 20 0 28 0 4476426 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955334526264 139955869105703 0 4 0 16800975 18446744071582151463 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11752] ppid=11735 vsize=13873464 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11752/stat : 11752 (java) D 11735 11735 14782 0 -1 4202560 5005 0 0 0 184 1 0 0 20 0 28 0 4476426 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955333472600 139955869105751 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11753] ppid=11735 vsize=13873464 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11753/stat : 11753 (java) D 11735 11735 14782 0 -1 4202560 5107 0 0 0 184 1 0 0 20 0 28 0 4476426 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955332420632 139955869105703 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11754] ppid=11735 vsize=13873464 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11754/stat : 11754 (java) S 11735 11735 14782 0 -1 1077944384 3368 0 0 0 49 1 0 0 20 0 28 0 4476426 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955331381232 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11755] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11755/stat : 11755 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476427 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955330329696 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11756] ppid=11735 vsize=13873464 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11756/stat : 11756 (java) D 11735 11735 14782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 28 0 4476427 14206427136 64979 33554432000 4194304 4196468 140730154401552 139955329276896 139955861244686 0 4 0 16800975 18446744072099802245 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
Current children cumulated CPU time (s) 21
Current children cumulated vsize (KiB) 13882976

[startup+6.30163 s]
/proc/loadavg: 14.82 15.50 13.95 17/300 11955
/proc/meminfo: memFree=27768612/32770624 swapFree=5804/262820
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
[pid=11736] ppid=11735 vsize=13934896 CPUtime=46.22 cores=1,3,5,7,9,11,13,15
/proc/11736/stat : 11736 (java) S 11735 11735 14782 0 -1 1077944320 38775 0 0 0 4592 30 0 0 20 0 28 0 4476417 14269333504 91414 33554432000 4194304 4196468 140730154401552 140730154384096 139955876388599 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
/proc/11736/statm: 3483724 91414 3255 1 0 3470957 0
[pid=11736/tid=11737] ppid=11735 vsize=13934896 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11737/stat : 11737 (java) S 11735 11735 14782 0 -1 1077944384 6745 0 0 0 46 2 0 0 20 0 28 0 4476417 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955880629376 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11739] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11739/stat : 11739 (java) S 11735 11735 14782 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955808525456 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11740] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11740/stat : 11740 (java) S 11735 11735 14782 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955807472656 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11741] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11741/stat : 11741 (java) S 11735 11735 14782 0 -1 1077944384 318 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955806419856 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11742] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11742/stat : 11742 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955805367056 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11743] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11743/stat : 11743 (java) S 11735 11735 14782 0 -1 1077944384 86 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955471878800 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11744] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11744/stat : 11744 (java) S 11735 11735 14782 0 -1 1077944384 121 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955470826000 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11745] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11745/stat : 11745 (java) S 11735 11735 14782 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955469773200 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11746] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11746/stat : 11746 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955468720400 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11747] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11747/stat : 11747 (java) S 11735 11735 14782 0 -1 1077944384 313 0 0 0 1 1 0 0 20 0 28 0 4476421 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955405880176 139955876399746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11748] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11748/stat : 11748 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955404826208 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11749] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11749/stat : 11749 (java) S 11735 11735 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955403773312 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11750] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11750/stat : 11750 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476426 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955402721616 139955876407195 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0

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

/proc/11736/task/11752/stat : 11752 (java) S 11735 11735 14782 0 -1 1077944384 5543 0 0 0 229 1 0 0 20 0 28 0 4476426 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955333486832 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11753] ppid=11735 vsize=13934896 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11753/stat : 11753 (java) S 11735 11735 14782 0 -1 1077944384 5452 0 0 0 220 1 0 0 20 0 28 0 4476426 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955332434032 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11754] ppid=11735 vsize=13934896 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11754/stat : 11754 (java) S 11735 11735 14782 0 -1 1077944384 3578 0 0 0 56 1 0 0 20 0 28 0 4476426 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955331381232 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11755] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11755/stat : 11755 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955330329696 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11756] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11756/stat : 11756 (java) S 11735 11735 14782 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955329276976 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11948] ppid=11735 vsize=13934896 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11948/stat : 11948 (java) R 11735 11735 14782 0 -1 4202560 76 0 0 0 155 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955317050056 139955488935221 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11949] ppid=11735 vsize=13934896 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11949/stat : 11949 (java) R 11735 11735 14782 0 -1 4202560 86 0 0 0 160 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955320210344 139955490162389 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11950] ppid=11735 vsize=13934896 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11950/stat : 11950 (java) R 11735 11735 14782 0 -1 4202560 235 0 0 0 161 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955312840312 139955490072585 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11951] ppid=11735 vsize=13934896 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11951/stat : 11951 (java) R 11735 11735 14782 0 -1 4202560 131 0 0 0 161 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955313893144 139955490162447 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11952] ppid=11735 vsize=13934896 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11952/stat : 11952 (java) R 11735 11735 14782 0 -1 4202560 124 0 0 0 159 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955314945496 139955488936022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11953] ppid=11735 vsize=13934896 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11953/stat : 11953 (java) R 11735 11735 14782 0 -1 4202560 57 0 0 0 158 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955311787488 139955861636419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11954] ppid=11735 vsize=13934896 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11954/stat : 11954 (java) R 11735 11735 14782 0 -1 4202560 207 0 0 0 160 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955318104360 139955488955831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11955] ppid=11735 vsize=13934896 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11955/stat : 11955 (java) R 11735 11735 14782 0 -1 4202560 120 0 0 0 156 0 0 0 20 0 28 0 4476883 14269333504 91414 33554432000 4194304 4196468 140730154401552 139955315999656 139955861598605 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
Current children cumulated CPU time (s) 46.22
Current children cumulated vsize (KiB) 13944408

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11736 sig 9
??? kill 11735 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40211 s]
/proc/loadavg: 14.82 15.50 13.95 17/300 11955
/proc/meminfo: memFree=27768612/32770624 swapFree=5804/262820
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
[pid=11736] ppid=11735 vsize=13934896 CPUtime=47.03 cores=1,3,5,7,9,11,13,15
/proc/11736/stat : 11736 (java) S 11735 11735 14782 0 -1 1077944320 39533 0 0 0 4672 31 0 0 20 0 28 0 4476417 14269333504 91416 33554432000 4194304 4196468 140730154401552 140730154384096 139955876388599 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
/proc/11736/statm: 3483724 91416 3255 1 0 3470957 0
[pid=11736/tid=11737] ppid=11735 vsize=13934896 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11737/stat : 11737 (java) S 11735 11735 14782 0 -1 1077944384 6745 0 0 0 46 2 0 0 20 0 28 0 4476417 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955880629376 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11739] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11739/stat : 11739 (java) S 11735 11735 14782 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955808525456 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11740] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11740/stat : 11740 (java) S 11735 11735 14782 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955807472656 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11741] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11741/stat : 11741 (java) S 11735 11735 14782 0 -1 1077944384 318 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955806419856 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11742] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11742/stat : 11742 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955805367056 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11743] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11743/stat : 11743 (java) S 11735 11735 14782 0 -1 1077944384 86 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955471878800 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11744] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11744/stat : 11744 (java) S 11735 11735 14782 0 -1 1077944384 121 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955470826000 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11745] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11745/stat : 11745 (java) S 11735 11735 14782 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955469773200 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11746] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11746/stat : 11746 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955468720400 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11747] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11747/stat : 11747 (java) S 11735 11735 14782 0 -1 1077944384 313 0 0 0 1 1 0 0 20 0 28 0 4476421 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955405880176 139955876399746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11748] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11748/stat : 11748 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955404826208 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11749] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11749/stat : 11749 (java) S 11735 11735 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955403773312 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11750] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11750/stat : 11750 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476426 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955402721616 139955876407195 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11751] ppid=11735 vsize=13934896 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11751/stat : 11751 (java) S 11735 11735 14782 0 -1 1077944384 10126 0 0 0 249 2 0 0 20 0 28 0 4476426 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955334539632 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11752] ppid=11735 vsize=13934896 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11752/stat : 11752 (java) S 11735 11735 14782 0 -1 1077944384 5888 0 0 0 231 1 0 0 20 0 28 0 4476426 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955333486832 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11753] ppid=11735 vsize=13934896 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11753/stat : 11753 (java) R 11735 11735 14782 0 -1 4202560 5857 0 0 0 222 1 0 0 20 0 28 0 4476426 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955332434328 139955855635385 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11754] ppid=11735 vsize=13934896 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11754/stat : 11754 (java) S 11735 11735 14782 0 -1 1077944384 3578 0 0 0 56 1 0 0 20 0 28 0 4476426 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955331381232 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11755] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11755/stat : 11755 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955330329696 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11756] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11756/stat : 11756 (java) S 11735 11735 14782 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955329276976 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11948] ppid=11735 vsize=13934896 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11948/stat : 11948 (java) R 11735 11735 14782 0 -1 4202560 76 0 0 0 165 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955317050056 139955489621326 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11949] ppid=11735 vsize=13934896 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11949/stat : 11949 (java) R 11735 11735 14782 0 -1 4202560 86 0 0 0 169 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955320210344 139955488954326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11950] ppid=11735 vsize=13934896 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11950/stat : 11950 (java) R 11735 11735 14782 0 -1 4202560 240 0 0 0 169 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955312841352 139955490072342 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11951] ppid=11735 vsize=13934896 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11951/stat : 11951 (java) R 11735 11735 14782 0 -1 4202560 132 0 0 0 171 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955313893144 139955489621354 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11952] ppid=11735 vsize=13934896 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11952/stat : 11952 (java) R 11735 11735 14782 0 -1 4202560 124 0 0 0 169 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955314945960 139955489806092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11953] ppid=11735 vsize=13934896 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11953/stat : 11953 (java) R 11735 11735 14782 0 -1 4202560 57 0 0 0 167 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955311787488 139955861598550 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11954] ppid=11735 vsize=13934896 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11954/stat : 11954 (java) R 11735 11735 14782 0 -1 4202560 208 0 0 0 170 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955318107888 139955491260749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11955] ppid=11735 vsize=13934896 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11955/stat : 11955 (java) R 11735 11735 14782 0 -1 4202560 121 0 0 0 166 0 0 0 20 0 28 0 4476883 14269333504 91416 33554432000 4194304 4196468 140730154401552 139955315999656 139955489621465 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
Current children cumulated CPU time (s) 47.03
Current children cumulated vsize (KiB) 13944408

[startup+6.8015 s]
/proc/loadavg: 14.82 15.50 13.95 17/300 11955
/proc/meminfo: memFree=27792276/32770624 swapFree=5804/262832
[pid=11735] ppid=11732 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11735/stat : 11735 (xcsp3-exec) S 11732 11735 14782 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4476417 9740288 345 33554432000 4194304 5098028 140720866176368 140720866174472 140057336496764 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 23310336 140720866178190 140720866178400 140720866178400 140720866181099 0
/proc/11735/statm: 2378 345 289 221 0 87 0
[pid=11736] ppid=11735 vsize=13934896 CPUtime=50.19 cores=1,3,5,7,9,11,13,15
/proc/11736/stat : 11736 (java) S 11735 11735 14782 0 -1 1077944320 39766 0 0 0 4988 31 0 0 20 0 28 0 4476417 14269333504 90134 33554432000 4194304 4196468 140730154401552 140730154384096 139955876388599 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
/proc/11736/statm: 3483724 90134 3255 1 0 3470957 0
[pid=11736/tid=11737] ppid=11735 vsize=13934896 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11737/stat : 11737 (java) S 11735 11735 14782 0 -1 1077944384 6745 0 0 0 46 2 0 0 20 0 28 0 4476417 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955880629376 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11739] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11739/stat : 11739 (java) S 11735 11735 14782 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955808525456 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11740] ppid=11735 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11740/stat : 11740 (java) S 11735 11735 14782 0 -1 1077944384 32 0 0 0 0 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955807472656 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11741] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11741/stat : 11741 (java) S 11735 11735 14782 0 -1 1077944384 319 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955806419856 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11742] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11742/stat : 11742 (java) S 11735 11735 14782 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955805367056 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11743] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11743/stat : 11743 (java) S 11735 11735 14782 0 -1 1077944384 87 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955471878800 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11744] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11744/stat : 11744 (java) S 11735 11735 14782 0 -1 1077944384 122 0 0 0 2 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955470826000 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11745] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11745/stat : 11745 (java) S 11735 11735 14782 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955469773200 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11746] ppid=11735 vsize=13934896 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11746/stat : 11746 (java) S 11735 11735 14782 0 -1 1077944384 34 0 0 0 1 2 0 0 20 0 28 0 4476419 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955468720400 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11747] ppid=11735 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11747/stat : 11747 (java) S 11735 11735 14782 0 -1 1077944384 317 0 0 0 1 1 0 0 20 0 28 0 4476421 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955405880176 139955876399746 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11748] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11748/stat : 11748 (java) S 11735 11735 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955404826208 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11749] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11749/stat : 11749 (java) S 11735 11735 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4476422 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955403773312 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11750] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11750/stat : 11750 (java) S 11735 11735 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4476426 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955402721616 139955876407195 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11751] ppid=11735 vsize=13934896 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11751/stat : 11751 (java) S 11735 11735 14782 0 -1 1077944384 10149 0 0 0 250 2 0 0 20 0 28 0 4476426 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955334539632 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11752] ppid=11735 vsize=13934896 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11752/stat : 11752 (java) S 11735 11735 14782 0 -1 1077944384 6023 0 0 0 233 1 0 0 20 0 28 0 4476426 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955333486832 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11753] ppid=11735 vsize=13934896 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11753/stat : 11753 (java) S 11735 11735 14782 0 -1 1077944384 5894 0 0 0 223 1 0 0 20 0 28 0 4476426 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955332434032 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11754] ppid=11735 vsize=13934896 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11754/stat : 11754 (java) S 11735 11735 14782 0 -1 1077944384 3587 0 0 0 56 1 0 0 20 0 28 0 4476426 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955331381232 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11755] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11755/stat : 11755 (java) S 11735 11735 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955330329696 139955876398805 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11756] ppid=11735 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11756/stat : 11756 (java) S 11735 11735 14782 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4476427 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955329276976 139955876399746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11948] ppid=11735 vsize=13934896 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11948/stat : 11948 (java) R 11735 11735 14782 0 -1 4202560 78 0 0 0 203 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955317054512 139955490363968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11949] ppid=11735 vsize=13934896 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11949/stat : 11949 (java) R 11735 11735 14782 0 -1 4202560 88 0 0 0 207 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955320213992 139955489464037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11950] ppid=11735 vsize=13934896 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11950/stat : 11950 (java) R 11735 11735 14782 0 -1 4202560 246 0 0 0 209 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955312841192 139955490159654 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11951] ppid=11735 vsize=13934896 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11951/stat : 11951 (java) R 11735 11735 14782 0 -1 4202560 135 0 0 0 211 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955313895808 139955490158743 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11952] ppid=11735 vsize=13934896 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11952/stat : 11952 (java) R 11735 11735 14782 0 -1 4202560 125 0 0 0 209 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955314949856 139955489624493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11953] ppid=11735 vsize=13934896 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11953/stat : 11953 (java) R 11735 11735 14782 0 -1 4202560 57 0 0 0 205 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955311791600 139955489621159 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11954] ppid=11735 vsize=13934896 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11954/stat : 11954 (java) R 11735 11735 14782 0 -1 4202560 209 0 0 0 210 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955318107520 139955489621292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
[pid=11736/tid=11955] ppid=11735 vsize=13934896 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/11736/task/11955/stat : 11955 (java) R 11735 11735 14782 0 -1 4202560 121 0 0 0 203 0 0 0 20 0 28 0 4476883 14269333504 90134 33554432000 4194304 4196468 140730154401552 139955315999656 139955488934818 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25210880 140730154403004 140730154403180 140730154403180 140730154405839 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 13944408

Child status: 0
Real time (s): 6.84898
CPU time (s): 50.4928
CPU user time (s): 50.1656
CPU system time (s): 0.327257
CPU usage (%): 737.232
Max. virtual memory (cumulated for all children) (KiB): 13944408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.1656
system time used= 0.327257
maximum resident set size= 376812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40953
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= 5951
involuntary context switches= 4160

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079878 second user time and 0.104532 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 04:55:01
IDJOB=4248435
IDBENCH=133508
IDSOLVER=2626
FILE ID=node143/4248435-1500692101
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.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-4248435-1500692101/watcher-4248435-1500692101 -o /tmp/evaluation-result-4248435-1500692101/solver-4248435-1500692101 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1047272101 HOME/instance-4248435-1500692101.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1047272101

node143.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1733.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 1867.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:        28433480 kB
MemAvailable:   28639012 kB
Buffers:          144868 kB
Cached:           332520 kB
SwapCached:            0 kB
Active:          3606032 kB
Inactive:         271484 kB
Active(anon):    3402784 kB
Inactive(anon):     8736 kB
Active(file):     203248 kB
Inactive(file):   262748 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       3403412 kB
Mapped:            43112 kB
Shmem:              8852 kB
Slab:             145280 kB
SReclaimable:     110740 kB
SUnreclaim:        34540 kB
KernelStack:        4960 kB
PageTables:        11964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4341504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3266560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 04:55:08