Trace number 4248097

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 90.6864 11.9578

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-09.xml
MD5SUMdabf91d1abe3f942053f99cb79a60185
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 benchmark13.3883
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":29}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":1},{"arity":30,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248097-1500691601.xml"  -tl '2400s' -p 8 -x 3
0.00/0.17	c [HOME/instance-4248097-1500691601.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.22	c 8 solvers in parallel
0.00/0.29	c parse instance...
0.00/0.47	c solve instance...
90.31/11.95	s SATISFIABLE
90.31/11.95	v <instantiation>
90.31/11.95	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] </list>
90.31/11.95	v 	<values>0 1 0 0 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 0 0 0 1 0 1 0 0 1 0 0 </values>
90.31/11.95	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248097-1500691601/watcher-4248097-1500691601 -o /tmp/evaluation-result-4248097-1500691601/solver-4248097-1500691601 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1146090343 HOME/instance-4248097-1500691601.xml 

pid=28736
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: 8.23 11.52 11.86 2/262 28739
/proc/meminfo: memFree=23454748/32770624 swapFree=5884/280720
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0

[startup+0.100131 s]
/proc/loadavg: 8.23 11.52 11.86 2/262 28739
/proc/meminfo: memFree=23454748/32770624 swapFree=5884/280720
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200329 s]
/proc/loadavg: 8.23 11.52 11.86 2/262 28739
/proc/meminfo: memFree=23454748/32770624 swapFree=5884/280720
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300315 s]
/proc/loadavg: 8.23 11.52 11.86 2/262 28739
/proc/meminfo: memFree=23454748/32770624 swapFree=5884/280720
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700229 s]
/proc/loadavg: 8.23 11.52 11.86 2/262 28739
/proc/meminfo: memFree=23454748/32770624 swapFree=5884/280720
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5016 s]
/proc/loadavg: 7.89 11.40 11.82 13/291 28768
/proc/meminfo: memFree=23358880/32770624 swapFree=5884/280756
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
[pid=28740] ppid=28739 vsize=13801768 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/28740/stat : 28740 (java) S 28739 28739 8571 0 -1 1077944320 17754 0 0 0 884 7 0 0 20 0 28 0 4427841 14133010432 41264 33554432000 4194304 4196468 140731006119376 140731006101920 140348322508535 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
/proc/28740/statm: 3450442 41264 3227 1 0 3437675 0
[pid=28740/tid=28741] ppid=28739 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28741/stat : 28741 (java) S 28739 28739 8571 0 -1 1077944384 6679 0 0 0 43 3 0 0 20 0 28 0 4427841 14133010432 41264 33554432000 4194304 4196468 140731006119376 140348326749312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28743] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28743/stat : 28743 (java) S 28739 28739 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140348261472912 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28744] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28744/stat : 28744 (java) S 28739 28739 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140348260420112 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28745] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28745/stat : 28745 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140348259367312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28746] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28746/stat : 28746 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140348258314512 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28747] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28747/stat : 28747 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347917687952 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28748] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28748/stat : 28748 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347916635152 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28749] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28749/stat : 28749 (java) S 28739 28739 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347915582352 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28750] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28750/stat : 28750 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347914529552 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28751] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28751/stat : 28751 (java) S 28739 28739 8571 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347649800560 140348322519682 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28752] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28752/stat : 28752 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347648746528 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28753] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28753/stat : 28753 (java) S 28739 28739 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4427845 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347647693680 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28754] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28754/stat : 28754 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347646642000 140348322527131 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28755] ppid=28739 vsize=13801768 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28755/stat : 28755 (java) R 28739 28739 8571 0 -1 4202560 2816 0 0 0 81 0 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347645583288 140348304029600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28756] ppid=28739 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28756/stat : 28756 (java) R 28739 28739 8571 0 -1 4202560 1619 0 0 0 60 0 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347644524256 140348307406119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28757] ppid=28739 vsize=13801768 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28757/stat : 28757 (java) R 28739 28739 8571 0 -1 4202560 2644 0 0 0 83 0 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347643470808 140348307616210 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28758] ppid=28739 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28758/stat : 28758 (java) S 28739 28739 8571 0 -1 1077944384 2271 0 0 0 41 1 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347642431984 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28759] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28759/stat : 28759 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347641379424 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28760] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28760/stat : 28760 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427849 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347640326704 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28761] ppid=28739 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28761/stat : 28761 (java) R 28739 28739 8571 0 -1 1077944384 66 0 0 0 70 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347632814648 140348322529725 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28762] ppid=28739 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28762/stat : 28762 (java) R 28739 28739 8571 0 -1 4202560 45 0 0 0 66 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347631760120 140347941389057 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28763] ppid=28739 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28763/stat : 28763 (java) R 28739 28739 8571 0 -1 4202560 64 0 0 0 75 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347630707072 140347942322824 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28764] ppid=28739 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28764/stat : 28764 (java) R 28739 28739 8571 0 -1 4202560 77 0 0 0 67 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347629656440 140347941388985 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28765] ppid=28739 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28765/stat : 28765 (java) R 28739 28739 8571 0 -1 1077944384 52 0 0 0 66 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347628605632 140348322519682 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28766] ppid=28739 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28766/stat : 28766 (java) R 28739 28739 8571 0 -1 4202560 41 0 0 0 82 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347627549400 140347941685660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28767] ppid=28739 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28767/stat : 28767 (java) R 28739 28739 8571 0 -1 4202560 35 0 0 0 75 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347626498240 140347942281461 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28768] ppid=28739 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28768/stat : 28768 (java) R 28739 28739 8571 0 -1 4202560 33 0 0 0 68 0 0 0 20 0 28 0 4427889 14133010432 41264 33554432000 4194304 4196468 140731006119376 140347625447008 140347941685813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 13811280

[startup+3.10167 s]
/proc/loadavg: 7.89 11.40 11.82 10/291 28768
/proc/meminfo: memFree=23251804/32770624 swapFree=5884/280756
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
[pid=28740] ppid=28739 vsize=13801768 CPUtime=21.56 cores=1,3,5,7,9,11,13,15
/proc/28740/stat : 28740 (java) S 28739 28739 8571 0 -1 1077944320 21444 0 0 0 2144 12 0 0 20 0 28 0 4427841 14133010432 55107 33554432000 4194304 4196468 140731006119376 140731006101920 140348322508535 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
/proc/28740/statm: 3450442 55107 3252 1 0 3437675 0
[pid=28740/tid=28741] ppid=28739 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28741/stat : 28741 (java) S 28739 28739 8571 0 -1 1077944384 6679 0 0 0 43 3 0 0 20 0 28 0 4427841 14133010432 55107 33554432000 4194304 4196468 140731006119376 140348326749312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28743] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28743/stat : 28743 (java) S 28739 28739 8571 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140348261472912 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28744] ppid=28739 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28744/stat : 28744 (java) S 28739 28739 8571 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140348260420112 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28745] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28745/stat : 28745 (java) S 28739 28739 8571 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140348259367312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28746] ppid=28739 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28746/stat : 28746 (java) S 28739 28739 8571 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140348258314512 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28747] ppid=28739 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28747/stat : 28747 (java) S 28739 28739 8571 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347917687952 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28748] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28748/stat : 28748 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347916635152 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28749] ppid=28739 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28749/stat : 28749 (java) S 28739 28739 8571 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347915582352 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28750] ppid=28739 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28750/stat : 28750 (java) S 28739 28739 8571 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 28 0 4427842 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347914529552 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28751] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28751/stat : 28751 (java) S 28739 28739 8571 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347649800560 140348322519682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28752] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28752/stat : 28752 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347648746592 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28753] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28753/stat : 28753 (java) S 28739 28739 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4427845 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347647693680 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28754] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28754/stat : 28754 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347646642000 140348322527131 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28755] ppid=28739 vsize=13801768 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28755/stat : 28755 (java) S 28739 28739 8571 0 -1 1077944384 2895 0 0 0 128 0 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347645590384 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28756] ppid=28739 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28756/stat : 28756 (java) S 28739 28739 8571 0 -1 1077944384 2440 0 0 0 109 0 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347644537584 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28757] ppid=28739 vsize=13801768 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28757/stat : 28757 (java) S 28739 28739 8571 0 -1 1077944384 3851 0 0 0 136 0 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347643484784 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28758] ppid=28739 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28758/stat : 28758 (java) S 28739 28739 8571 0 -1 1077944384 2690 0 0 0 46 1 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347642431984 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28759] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28759/stat : 28759 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347641379424 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28760] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28760/stat : 28760 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427849 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347640326704 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28761] ppid=28739 vsize=13801768 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28761/stat : 28761 (java) R 28739 28739 8571 0 -1 4202560 96 0 0 0 210 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347632814704 140347941685754 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28762] ppid=28739 vsize=13801768 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28762/stat : 28762 (java) R 28739 28739 8571 0 -1 4202560 97 0 0 0 207 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347631762992 140347942371881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28763] ppid=28739 vsize=13801768 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28763/stat : 28763 (java) R 28739 28739 8571 0 -1 4202560 111 0 0 0 214 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347630711216 140347942466984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28764] ppid=28739 vsize=13801768 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28764/stat : 28764 (java) R 28739 28739 8571 0 -1 4202560 117 0 0 0 203 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347629658920 140347941685657 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28765] ppid=28739 vsize=13801768 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28765/stat : 28765 (java) R 28739 28739 8571 0 -1 4202560 234 0 0 0 195 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347628606120 140347942281256 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28766] ppid=28739 vsize=13801768 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28766/stat : 28766 (java) R 28739 28739 8571 0 -1 4202560 46 0 0 0 229 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347627553320 140347942322718 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28767] ppid=28739 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28767/stat : 28767 (java) R 28739 28739 8571 0 -1 4202560 84 0 0 0 206 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347626500016 140347941288309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28768] ppid=28739 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28768/stat : 28768 (java) R 28739 28739 8571 0 -1 4202560 183 0 0 0 206 0 0 0 20 0 28 0 4427889 14133010432 55107 33554432000 4194304 4196468 140731006119376 140347625447152 140347942342739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
Current children cumulated CPU time (s) 21.56
Current children cumulated vsize (KiB) 13811280

[startup+6.30167 s]
/proc/loadavg: 7.90 11.34 11.80 10/291 28768
/proc/meminfo: memFree=22949212/32770624 swapFree=5884/280764

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

/proc/28740/task/28752/stat : 28752 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347648746592 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28753] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28753/stat : 28753 (java) S 28739 28739 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4427845 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347647693680 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28754] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28754/stat : 28754 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347646642000 140348322527131 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28755] ppid=28739 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28755/stat : 28755 (java) S 28739 28739 8571 0 -1 1077944384 3233 0 0 0 131 0 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347645590384 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28756] ppid=28739 vsize=13801768 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28756/stat : 28756 (java) S 28739 28739 8571 0 -1 1077944384 3400 0 0 0 114 1 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347644537584 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28757] ppid=28739 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28757/stat : 28757 (java) S 28739 28739 8571 0 -1 1077944384 4512 0 0 0 142 0 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347643484784 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28758] ppid=28739 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28758/stat : 28758 (java) S 28739 28739 8571 0 -1 1077944384 3855 0 0 0 48 1 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347642431984 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28759] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28759/stat : 28759 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347641379424 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28760] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28760/stat : 28760 (java) S 28739 28739 8571 0 -1 1077944384 728 0 0 0 0 0 0 0 20 0 28 0 4427849 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347640326704 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28761] ppid=28739 vsize=13801768 CPUtime=10.39 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28761/stat : 28761 (java) R 28739 28739 8571 0 -1 4202560 265 0 0 0 1038 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347632815208 140347941288206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28762] ppid=28739 vsize=13801768 CPUtime=10.34 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28762/stat : 28762 (java) R 28739 28739 8571 0 -1 4202560 262 0 0 0 1033 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347631763496 140347941685000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28763] ppid=28739 vsize=13801768 CPUtime=10.4 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28763/stat : 28763 (java) R 28739 28739 8571 0 -1 4202560 373 0 0 0 1039 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347630711216 140347942342907 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28764] ppid=28739 vsize=13801768 CPUtime=10.25 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28764/stat : 28764 (java) R 28739 28739 8571 0 -1 4202560 657 0 0 0 1025 0 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347629658352 140347942388322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28765] ppid=28739 vsize=13801768 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28765/stat : 28765 (java) R 28739 28739 8571 0 -1 4202560 491 0 0 0 1011 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347628605616 140347942390920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28766] ppid=28739 vsize=13801768 CPUtime=10.44 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28766/stat : 28766 (java) R 28739 28739 8571 0 -1 4202560 89 0 0 0 1044 0 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347627552752 140348307718342 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28767] ppid=28739 vsize=13801768 CPUtime=10.28 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28767/stat : 28767 (java) R 28739 28739 8571 0 -1 4202560 267 0 0 0 1027 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347626500520 140347941685000 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28768] ppid=28739 vsize=13801768 CPUtime=10.3 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28768/stat : 28768 (java) R 28739 28739 8571 0 -1 4202560 369 0 0 0 1029 1 0 0 20 0 28 0 4427889 14133010432 127312 33554432000 4194304 4196468 140731006119376 140347625447720 140347941685790 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
Current children cumulated CPU time (s) 87.94
Current children cumulated vsize (KiB) 13811280

[startup+11.8015 s]
/proc/loadavg: 7.99 11.30 11.78 10/291 28768
/proc/meminfo: memFree=22587328/32770624 swapFree=5884/280776
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
[pid=28740] ppid=28739 vsize=13801768 CPUtime=89.54 cores=1,3,5,7,9,11,13,15
/proc/28740/stat : 28740 (java) S 28739 28739 8571 0 -1 1077944320 28907 0 0 0 8922 32 0 0 20 0 28 0 4427841 14133010432 127313 33554432000 4194304 4196468 140731006119376 140731006101920 140348322508535 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
/proc/28740/statm: 3450442 127313 3260 1 0 3437675 0
[pid=28740/tid=28741] ppid=28739 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28741/stat : 28741 (java) S 28739 28739 8571 0 -1 1077944384 6679 0 0 0 43 3 0 0 20 0 28 0 4427841 14133010432 127313 33554432000 4194304 4196468 140731006119376 140348326749312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28743] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28743/stat : 28743 (java) S 28739 28739 8571 0 -1 1077944384 405 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140348261472912 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28744] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28744/stat : 28744 (java) S 28739 28739 8571 0 -1 1077944384 71 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140348260420112 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28745] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28745/stat : 28745 (java) S 28739 28739 8571 0 -1 1077944384 188 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140348259367312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28746] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28746/stat : 28746 (java) S 28739 28739 8571 0 -1 1077944384 79 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140348258314512 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28747] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28747/stat : 28747 (java) S 28739 28739 8571 0 -1 1077944384 120 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347917687952 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28748] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28748/stat : 28748 (java) S 28739 28739 8571 0 -1 1077944384 175 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347916635152 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28749] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28749/stat : 28749 (java) S 28739 28739 8571 0 -1 1077944384 303 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347915582352 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28750] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28750/stat : 28750 (java) S 28739 28739 8571 0 -1 1077944384 154 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347914529552 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28751] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28751/stat : 28751 (java) S 28739 28739 8571 0 -1 1077944384 792 0 0 0 2 2 0 0 20 0 28 0 4427844 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347649800560 140348322519682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28752] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28752/stat : 28752 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347648746592 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28753] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28753/stat : 28753 (java) S 28739 28739 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4427845 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347647693680 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28754] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28754/stat : 28754 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347646642000 140348322527131 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28755] ppid=28739 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28755/stat : 28755 (java) S 28739 28739 8571 0 -1 1077944384 3233 0 0 0 131 0 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347645590384 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28756] ppid=28739 vsize=13801768 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28756/stat : 28756 (java) S 28739 28739 8571 0 -1 1077944384 3400 0 0 0 114 1 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347644537584 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28757] ppid=28739 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28757/stat : 28757 (java) S 28739 28739 8571 0 -1 1077944384 4512 0 0 0 142 0 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347643484784 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28758] ppid=28739 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28758/stat : 28758 (java) S 28739 28739 8571 0 -1 1077944384 3985 0 0 0 48 1 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347642431984 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28759] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28759/stat : 28759 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347641379424 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28760] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28760/stat : 28760 (java) S 28739 28739 8571 0 -1 1077944384 728 0 0 0 0 0 0 0 20 0 28 0 4427849 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347640326704 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28761] ppid=28739 vsize=13801768 CPUtime=10.59 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28761/stat : 28761 (java) R 28739 28739 8571 0 -1 4202560 282 0 0 0 1058 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347632815208 140347941685734 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28762] ppid=28739 vsize=13801768 CPUtime=10.53 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28762/stat : 28762 (java) R 28739 28739 8571 0 -1 4202560 262 0 0 0 1052 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347631763496 140347941685790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28763] ppid=28739 vsize=13801768 CPUtime=10.6 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28763/stat : 28763 (java) R 28739 28739 8571 0 -1 4202560 373 0 0 0 1059 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347630711720 140347939314175 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28764] ppid=28739 vsize=13801768 CPUtime=10.45 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28764/stat : 28764 (java) R 28739 28739 8571 0 -1 4202560 657 0 0 0 1045 0 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347629658352 140347942315609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28765] ppid=28739 vsize=13801768 CPUtime=10.32 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28765/stat : 28765 (java) R 28739 28739 8571 0 -1 4202560 491 0 0 0 1031 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347628605616 140348306848656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28766] ppid=28739 vsize=13801768 CPUtime=10.64 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28766/stat : 28766 (java) R 28739 28739 8571 0 -1 4202560 89 0 0 0 1064 0 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347627552816 140347942372038 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28767] ppid=28739 vsize=13801768 CPUtime=10.47 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28767/stat : 28767 (java) R 28739 28739 8571 0 -1 4202560 267 0 0 0 1046 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347626498176 140347942314472 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28768] ppid=28739 vsize=13801768 CPUtime=10.5 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28768/stat : 28768 (java) R 28739 28739 8571 0 -1 4202560 369 0 0 0 1049 1 0 0 20 0 28 0 4427889 14133010432 127313 33554432000 4194304 4196468 140731006119376 140347625447216 140347942281321 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
Current children cumulated CPU time (s) 89.54
Current children cumulated vsize (KiB) 13811280

[startup+11.9016 s]
/proc/loadavg: 7.99 11.30 11.78 10/291 28768
/proc/meminfo: memFree=22587328/32770624 swapFree=5884/280776
[pid=28739] ppid=28736 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28739/stat : 28739 (xcsp3-exec) S 28736 28739 8571 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4427840 9740288 346 33554432000 4194304 5098028 140729299605040 140729299603144 140337866338940 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 17747968 140729299608718 140729299608928 140729299608928 140729299611627 0
/proc/28739/statm: 2378 346 289 221 0 87 0
[pid=28740] ppid=28739 vsize=13801768 CPUtime=90.31 cores=1,3,5,7,9,11,13,15
/proc/28740/stat : 28740 (java) S 28739 28739 8571 0 -1 1077944320 28919 0 0 0 8999 32 0 0 20 0 28 0 4427841 14133010432 127057 33554432000 4194304 4196468 140731006119376 140731006101920 140348322508535 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
/proc/28740/statm: 3450442 127057 3260 1 0 3437675 0
[pid=28740/tid=28741] ppid=28739 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28741/stat : 28741 (java) S 28739 28739 8571 0 -1 1077944384 6679 0 0 0 43 3 0 0 20 0 28 0 4427841 14133010432 127057 33554432000 4194304 4196468 140731006119376 140348326749312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28743] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28743/stat : 28743 (java) S 28739 28739 8571 0 -1 1077944384 405 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140348261472912 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28744] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28744/stat : 28744 (java) S 28739 28739 8571 0 -1 1077944384 74 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140348260420112 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28745] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28745/stat : 28745 (java) S 28739 28739 8571 0 -1 1077944384 188 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140348259367312 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28746] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28746/stat : 28746 (java) S 28739 28739 8571 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140348258314512 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28747] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28747/stat : 28747 (java) S 28739 28739 8571 0 -1 1077944384 120 0 0 0 3 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347917687952 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28748] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28748/stat : 28748 (java) S 28739 28739 8571 0 -1 1077944384 179 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347916635152 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28749] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28749/stat : 28749 (java) S 28739 28739 8571 0 -1 1077944384 304 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347915582352 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28750] ppid=28739 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28750/stat : 28750 (java) S 28739 28739 8571 0 -1 1077944384 154 0 0 0 4 1 0 0 20 0 28 0 4427842 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347914529552 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28751] ppid=28739 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28751/stat : 28751 (java) S 28739 28739 8571 0 -1 1077944384 792 0 0 0 2 2 0 0 20 0 28 0 4427844 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347649800560 140348322519682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28752] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28752/stat : 28752 (java) S 28739 28739 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4427844 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347648746592 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28753] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28753/stat : 28753 (java) S 28739 28739 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4427845 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347647693680 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28754] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28754/stat : 28754 (java) S 28739 28739 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347646642000 140348322527131 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28755] ppid=28739 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28755/stat : 28755 (java) S 28739 28739 8571 0 -1 1077944384 3233 0 0 0 131 0 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347645590384 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28756] ppid=28739 vsize=13801768 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28756/stat : 28756 (java) S 28739 28739 8571 0 -1 1077944384 3400 0 0 0 114 1 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347644537584 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28757] ppid=28739 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28757/stat : 28757 (java) S 28739 28739 8571 0 -1 1077944384 4512 0 0 0 142 0 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347643484784 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28758] ppid=28739 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28758/stat : 28758 (java) S 28739 28739 8571 0 -1 1077944384 3985 0 0 0 48 1 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347642431984 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28759] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28759/stat : 28759 (java) S 28739 28739 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4427848 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347641379424 140348322518741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28760] ppid=28739 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28760/stat : 28760 (java) S 28739 28739 8571 0 -1 1077944384 728 0 0 0 0 0 0 0 20 0 28 0 4427849 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347640326704 140348322519682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28761] ppid=28739 vsize=13801768 CPUtime=10.69 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28761/stat : 28761 (java) R 28739 28739 8571 0 -1 4202560 282 0 0 0 1068 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347632811368 140347941287780 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28762] ppid=28739 vsize=13801768 CPUtime=10.63 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28762/stat : 28762 (java) R 28739 28739 8571 0 -1 4202560 263 0 0 0 1062 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347631759088 140347942718198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28763] ppid=28739 vsize=13801768 CPUtime=10.7 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28763/stat : 28763 (java) R 28739 28739 8571 0 -1 4202560 374 0 0 0 1069 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347630709168 140347942281299 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28764] ppid=28739 vsize=13801768 CPUtime=10.54 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28764/stat : 28764 (java) R 28739 28739 8571 0 -1 4202560 658 0 0 0 1054 0 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347629654744 140347941685648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28765] ppid=28739 vsize=13801768 CPUtime=10.41 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28765/stat : 28765 (java) R 28739 28739 8571 0 -1 4202560 491 0 0 0 1040 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347628602280 140347942389137 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28766] ppid=28739 vsize=13801768 CPUtime=10.73 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28766/stat : 28766 (java) R 28739 28739 8571 0 -1 4202560 89 0 0 0 1073 0 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347627549656 140347941685810 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28767] ppid=28739 vsize=13801768 CPUtime=10.57 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28767/stat : 28767 (java) R 28739 28739 8571 0 -1 4202560 267 0 0 0 1056 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347626496680 140347942390497 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
[pid=28740/tid=28768] ppid=28739 vsize=13801768 CPUtime=10.59 cores=1,3,5,7,9,11,13,15
/proc/28740/task/28768/stat : 28768 (java) R 28739 28739 8571 0 -1 4202560 369 0 0 0 1058 1 0 0 20 0 28 0 4427889 14133010432 127057 33554432000 4194304 4196468 140731006119376 140347625443064 140347942388338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36151296 140731006121148 140731006121324 140731006121324 140731006123983 0
Current children cumulated CPU time (s) 90.31
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 11.9578
CPU time (s): 90.6864
CPU user time (s): 90.3518
CPU system time (s): 0.334645
CPU usage (%): 758.386
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.3518
system time used= 0.334645
maximum resident set size= 539944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30625
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= 4761
involuntary context switches= 5837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157461 second user time and 0.173207 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 04:46:41
IDJOB=4248097
IDBENCH=133095
IDSOLVER=2626
FILE ID=node126/4248097-1500691601
RUNJOBID= node126-1500683384-8603
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-09.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-4248097-1500691601/watcher-4248097-1500691601 -o /tmp/evaluation-result-4248097-1500691601/solver-4248097-1500691601 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1146090343 HOME/instance-4248097-1500691601.xml

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

MD5SUM BENCH= dabf91d1abe3f942053f99cb79a60185
RANDOM SEED=1146090343

node126.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		: 1600.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.50
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.50
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		: 1600.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.50
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 2533.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.50
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		: 2267.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.50
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		: 2267.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.50
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 1600.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:        23454100 kB
MemAvailable:   23611464 kB
Buffers:          112272 kB
Cached:           327856 kB
SwapCached:            0 kB
Active:          8585812 kB
Inactive:         289376 kB
Active(anon):    8437936 kB
Inactive(anon):     8656 kB
Active(file):     147876 kB
Inactive(file):   280720 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:       8401948 kB
Mapped:            42580 kB
Shmem:              8840 kB
Slab:             123420 kB
SReclaimable:      89204 kB
SUnreclaim:        34216 kB
KernelStack:        4912 kB
PageTables:        22220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10302676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8167424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 04:46:53