Trace number 4249076

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 4.0.5 (2017-07-05)? (TO) 2400.57 302.312

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249076-1500693478.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4249076-1500693478.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.90	c solve instance...
2400.57/302.34	s UNKNOWN
2400.57/302.34	c Unexpected resolution interruption!

Verifier Data


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-4249076-1500693478/watcher-4249076-1500693478 -o /tmp/evaluation-result-4249076-1500693478/solver-4249076-1500693478 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1871447656 HOME/instance-4249076-1500693478.xml 

pid=15710
running on 8 cores: 0-3,8-11

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.76 13.47 12.75 10/276 15713
/proc/meminfo: memFree=31453572/32770624 swapFree=5944/266736
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 15.76 13.47 12.75 10/276 15713
/proc/meminfo: memFree=31453572/32770624 swapFree=5944/266736
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200292 s]
/proc/loadavg: 15.76 13.47 12.75 10/276 15713
/proc/meminfo: memFree=31453572/32770624 swapFree=5944/266736
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300225 s]
/proc/loadavg: 15.76 13.47 12.75 10/276 15713
/proc/meminfo: memFree=31453572/32770624 swapFree=5944/266736
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70018 s]
/proc/loadavg: 15.76 13.47 12.75 10/276 15713
/proc/meminfo: memFree=31453572/32770624 swapFree=5944/266736
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50146 s]
/proc/loadavg: 15.22 13.39 12.73 18/305 15742
/proc/meminfo: memFree=31253912/32770624 swapFree=5944/266832
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
[pid=15714] ppid=15713 vsize=13801768 CPUtime=7.47 cores=0-3,8-11
/proc/15714/stat : 15714 (java) S 15713 15713 18810 0 -1 1077944320 19227 0 0 0 734 13 0 0 20 0 28 0 4614919 14133010432 54344 33554432000 4194304 4196468 140726390120352 140726390102896 140142286782199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
/proc/15714/statm: 3450442 54344 3240 1 0 3437675 0
[pid=15714/tid=15715] ppid=15713 vsize=13801768 CPUtime=0.89 cores=0-3,8-11
/proc/15714/task/15715/stat : 15715 (java) S 15713 15713 18810 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 4614920 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142291022976 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15717] ppid=15713 vsize=13801768 CPUtime=0.01 cores=0-3,8-11
/proc/15714/task/15717/stat : 15717 (java) S 15713 15713 18810 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142239402896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15718] ppid=15713 vsize=13801768 CPUtime=0.01 cores=0-3,8-11
/proc/15714/task/15718/stat : 15718 (java) S 15713 15713 18810 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142238350096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15719] ppid=15713 vsize=13801768 CPUtime=0.01 cores=0-3,8-11
/proc/15714/task/15719/stat : 15719 (java) S 15713 15713 18810 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142237297808 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15720] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15720/stat : 15720 (java) S 15713 15713 18810 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142236245008 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15721] ppid=15713 vsize=13801768 CPUtime=0.02 cores=0-3,8-11
/proc/15714/task/15721/stat : 15721 (java) S 15713 15713 18810 0 -1 1077944384 38 0 0 0 1 1 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142235191696 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15722] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15722/stat : 15722 (java) S 15713 15713 18810 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140142234138896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15723] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15723/stat : 15723 (java) S 15713 15713 18810 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140141879818896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15724] ppid=15713 vsize=13801768 CPUtime=0.02 cores=0-3,8-11
/proc/15714/task/15724/stat : 15724 (java) S 15713 15713 18810 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 28 0 4614921 14133010432 54344 33554432000 4194304 4196468 140726390120352 140141878766096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15725] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15725/stat : 15725 (java) S 15713 15713 18810 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4614923 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140951341680 140142286793346 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15726] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15726/stat : 15726 (java) S 15713 15713 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140950287648 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15727] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15727/stat : 15727 (java) S 15713 15713 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140949235312 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15728] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15728/stat : 15728 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140948183632 140142286800795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15729] ppid=15713 vsize=13801768 CPUtime=0.92 cores=0-3,8-11
/proc/15714/task/15729/stat : 15729 (java) R 15713 15713 18810 0 -1 4202560 2922 0 0 0 92 0 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140947121440 140142270282588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15730] ppid=15713 vsize=13801768 CPUtime=1.02 cores=0-3,8-11
/proc/15714/task/15730/stat : 15730 (java) R 15713 15713 18810 0 -1 4202560 2099 0 0 0 102 0 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140946063776 140142266052012 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15731] ppid=15713 vsize=13801768 CPUtime=0.81 cores=0-3,8-11
/proc/15714/task/15731/stat : 15731 (java) R 15713 15713 18810 0 -1 4202560 2484 0 0 0 81 0 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140945018208 140142266436665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15732] ppid=15713 vsize=13801768 CPUtime=0.78 cores=0-3,8-11
/proc/15714/task/15732/stat : 15732 (java) S 15713 15713 18810 0 -1 1077944384 2929 0 0 0 77 1 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140943972592 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15733] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15733/stat : 15733 (java) S 15713 15713 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140942920544 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15734] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15734/stat : 15734 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614929 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140941867824 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15735] ppid=15713 vsize=13801768 CPUtime=0.26 cores=0-3,8-11
/proc/15714/task/15735/stat : 15735 (java) R 15713 15713 18810 0 -1 4202560 69 0 0 0 26 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140933852216 140141920086272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15736] ppid=15713 vsize=13801768 CPUtime=0.43 cores=0-3,8-11
/proc/15714/task/15736/stat : 15736 (java) R 15713 15713 18810 0 -1 4202560 54 0 0 0 43 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140932801416 140141919923971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15737] ppid=15713 vsize=13801768 CPUtime=0.27 cores=0-3,8-11
/proc/15714/task/15737/stat : 15737 (java) R 15713 15713 18810 0 -1 4202560 41 0 0 0 27 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140931748648 140141919952512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15738] ppid=15713 vsize=13801768 CPUtime=0.43 cores=0-3,8-11
/proc/15714/task/15738/stat : 15738 (java) R 15713 15713 18810 0 -1 4202560 80 0 0 0 43 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140930696608 140141917328767 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15739] ppid=15713 vsize=13801768 CPUtime=0.39 cores=0-3,8-11
/proc/15714/task/15739/stat : 15739 (java) R 15713 15713 18810 0 -1 4202560 26 0 0 0 39 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140929642040 140141918922826 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15740] ppid=15713 vsize=13801768 CPUtime=0.3 cores=0-3,8-11
/proc/15714/task/15740/stat : 15740 (java) R 15713 15713 18810 0 -1 4202560 35 0 0 0 30 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140928589200 140141914996960 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15741] ppid=15713 vsize=13801768 CPUtime=0.25 cores=0-3,8-11
/proc/15714/task/15741/stat : 15741 (java) R 15713 15713 18810 0 -1 4202560 37 0 0 0 25 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140927538616 140141918857808 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15742] ppid=15713 vsize=13801768 CPUtime=0.5 cores=0-3,8-11
/proc/15714/task/15742/stat : 15742 (java) R 15713 15713 18810 0 -1 4202560 36 0 0 0 50 0 0 0 20 0 28 0 4615011 14133010432 54344 33554432000 4194304 4196468 140726390120352 140140926486952 140141918922840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 13811280

[startup+3.10151 s]
/proc/loadavg: 15.22 13.39 12.73 17/305 15742
/proc/meminfo: memFree=31225280/32770624 swapFree=5944/266800
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
[pid=15714] ppid=15713 vsize=13801768 CPUtime=20.18 cores=0-3,8-11
/proc/15714/stat : 15714 (java) S 15713 15713 18810 0 -1 1077944320 20188 0 0 0 1993 25 0 0 20 0 28 0 4614919 14133010432 65399 33554432000 4194304 4196468 140726390120352 140726390102896 140142286782199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
/proc/15714/statm: 3450442 65399 3266 1 0 3437675 0
[pid=15714/tid=15715] ppid=15713 vsize=13801768 CPUtime=0.89 cores=0-3,8-11
/proc/15714/task/15715/stat : 15715 (java) S 15713 15713 18810 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 4614920 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142291022976 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15717] ppid=15713 vsize=13801768 CPUtime=0.04 cores=0-3,8-11
/proc/15714/task/15717/stat : 15717 (java) S 15713 15713 18810 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142239402896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15718] ppid=15713 vsize=13801768 CPUtime=0.03 cores=0-3,8-11
/proc/15714/task/15718/stat : 15718 (java) S 15713 15713 18810 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142238350096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15719] ppid=15713 vsize=13801768 CPUtime=0.04 cores=0-3,8-11
/proc/15714/task/15719/stat : 15719 (java) S 15713 15713 18810 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142237297808 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15720] ppid=15713 vsize=13801768 CPUtime=0.02 cores=0-3,8-11
/proc/15714/task/15720/stat : 15720 (java) S 15713 15713 18810 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142236245008 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15721] ppid=15713 vsize=13801768 CPUtime=0.04 cores=0-3,8-11
/proc/15714/task/15721/stat : 15721 (java) S 15713 15713 18810 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142235191696 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15722] ppid=15713 vsize=13801768 CPUtime=0.03 cores=0-3,8-11
/proc/15714/task/15722/stat : 15722 (java) S 15713 15713 18810 0 -1 1077944384 49 0 0 0 1 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140142234138896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15723] ppid=15713 vsize=13801768 CPUtime=0.04 cores=0-3,8-11
/proc/15714/task/15723/stat : 15723 (java) S 15713 15713 18810 0 -1 1077944384 40 0 0 0 2 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140141879818896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15724] ppid=15713 vsize=13801768 CPUtime=0.04 cores=0-3,8-11
/proc/15714/task/15724/stat : 15724 (java) S 15713 15713 18810 0 -1 1077944384 33 0 0 0 2 2 0 0 20 0 28 0 4614921 14133010432 65399 33554432000 4194304 4196468 140726390120352 140141878766096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15725] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15725/stat : 15725 (java) S 15713 15713 18810 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4614923 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140951341680 140142286793346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15726] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15726/stat : 15726 (java) S 15713 15713 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140950287712 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15727] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15727/stat : 15727 (java) S 15713 15713 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140949235328 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15728] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15728/stat : 15728 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140948183632 140142286800795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15729] ppid=15713 vsize=13801768 CPUtime=1.81 cores=0-3,8-11
/proc/15714/task/15729/stat : 15729 (java) S 15713 15713 18810 0 -1 1077944384 3295 0 0 0 181 0 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140947130480 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15730] ppid=15713 vsize=13801768 CPUtime=2.15 cores=0-3,8-11
/proc/15714/task/15730/stat : 15730 (java) S 15713 15713 18810 0 -1 1077944384 2198 0 0 0 215 0 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140946077680 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15731] ppid=15713 vsize=13801768 CPUtime=1.79 cores=0-3,8-11
/proc/15714/task/15731/stat : 15731 (java) S 15713 15713 18810 0 -1 1077944384 2591 0 0 0 179 0 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140945025392 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15732] ppid=15713 vsize=13801768 CPUtime=0.93 cores=0-3,8-11
/proc/15714/task/15732/stat : 15732 (java) S 15713 15713 18810 0 -1 1077944384 3068 0 0 0 92 1 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140943972592 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15733] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15733/stat : 15733 (java) S 15713 15713 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140942920544 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15734] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15734/stat : 15734 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614929 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140941867824 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15735] ppid=15713 vsize=13801768 CPUtime=1.49 cores=0-3,8-11
/proc/15714/task/15735/stat : 15735 (java) R 15713 15713 18810 0 -1 4202560 71 0 0 0 149 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140933854760 140141919838488 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15736] ppid=15713 vsize=13801768 CPUtime=1.7 cores=0-3,8-11
/proc/15714/task/15736/stat : 15736 (java) R 15713 15713 18810 0 -1 4202560 54 0 0 0 170 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140932802504 140141919285706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15737] ppid=15713 vsize=13801768 CPUtime=1.5 cores=0-3,8-11
/proc/15714/task/15737/stat : 15737 (java) R 15713 15713 18810 0 -1 4202560 118 0 0 0 150 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140931748088 140141920685964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15738] ppid=15713 vsize=13801768 CPUtime=1.79 cores=0-3,8-11
/proc/15714/task/15738/stat : 15738 (java) R 15713 15713 18810 0 -1 4202560 114 0 0 0 179 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140930695000 140141920070485 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15739] ppid=15713 vsize=13801768 CPUtime=1.47 cores=0-3,8-11
/proc/15714/task/15739/stat : 15739 (java) R 15713 15713 18810 0 -1 4202560 33 0 0 0 147 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140929642896 140141920250664 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15740] ppid=15713 vsize=13801768 CPUtime=1.47 cores=0-3,8-11
/proc/15714/task/15740/stat : 15740 (java) R 15713 15713 18810 0 -1 4202560 38 0 0 0 147 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140928591088 140141919286307 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15741] ppid=15713 vsize=13801768 CPUtime=1.24 cores=0-3,8-11
/proc/15714/task/15741/stat : 15741 (java) R 15713 15713 18810 0 -1 4202560 40 0 0 0 124 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140927538904 140141920786131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15742] ppid=15713 vsize=13801768 CPUtime=1.5 cores=0-3,8-11
/proc/15714/task/15742/stat : 15742 (java) R 15713 15713 18810 0 -1 4202560 47 0 0 0 150 0 0 0 20 0 28 0 4615011 14133010432 65399 33554432000 4194304 4196468 140726390120352 140140926484728 140141919776223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
Current children cumulated CPU time (s) 20.18
Current children cumulated vsize (KiB) 13811280

[startup+6.3016 s]
/proc/loadavg: 15.12 13.40 12.74 17/305 15742
/proc/meminfo: memFree=31064620/32770624 swapFree=5944/266812

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

[pid=15714/tid=15741] ppid=15713 vsize=13801768 CPUtime=279.34 cores=0-3,8-11
/proc/15714/task/15741/stat : 15741 (java) R 15713 15713 18810 0 -1 4202560 1923 0 0 0 27928 6 0 0 20 0 28 0 4615011 14133010432 479645 33554432000 4194304 4196468 140726390120352 140140927538136 140141922149933 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15742] ppid=15713 vsize=13801768 CPUtime=279.35 cores=0-3,8-11
/proc/15714/task/15742/stat : 15742 (java) R 15713 15713 18810 0 -1 4202560 1670 0 0 0 27933 2 0 0 20 0 28 0 4615011 14133010432 479645 33554432000 4194304 4196468 140726390120352 140140926484008 140141920251218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
Current children cumulated CPU time (s) 2241.82
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.302 s]
/proc/loadavg: 13.44 14.37 13.41 17/305 16117
/proc/meminfo: memFree=29706500/32770624 swapFree=5944/267296
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
[pid=15714] ppid=15713 vsize=13801768 CPUtime=2400.57 cores=0-3,8-11
/proc/15714/stat : 15714 (java) S 15713 15713 18810 0 -1 1077944320 61465 0 0 0 239861 196 0 0 20 0 28 0 4614919 14133010432 464564 33554432000 4194304 4196468 140726390120352 140726390102896 140142286782199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
/proc/15714/statm: 3450442 464564 3282 1 0 3437675 0
[pid=15714/tid=15715] ppid=15713 vsize=13801768 CPUtime=0.89 cores=0-3,8-11
/proc/15714/task/15715/stat : 15715 (java) S 15713 15713 18810 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 4614920 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142291022976 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15717] ppid=15713 vsize=13801768 CPUtime=0.39 cores=0-3,8-11
/proc/15714/task/15717/stat : 15717 (java) S 15713 15713 18810 0 -1 1077944384 848 0 0 0 23 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142239402896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15718] ppid=15713 vsize=13801768 CPUtime=0.36 cores=0-3,8-11
/proc/15714/task/15718/stat : 15718 (java) S 15713 15713 18810 0 -1 1077944384 1081 0 0 0 23 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142238350096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15719] ppid=15713 vsize=13801768 CPUtime=0.4 cores=0-3,8-11
/proc/15714/task/15719/stat : 15719 (java) S 15713 15713 18810 0 -1 1077944384 565 0 0 0 24 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142237297808 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15720] ppid=15713 vsize=13801768 CPUtime=0.35 cores=0-3,8-11
/proc/15714/task/15720/stat : 15720 (java) S 15713 15713 18810 0 -1 1077944384 477 0 0 0 22 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142236245008 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15721] ppid=15713 vsize=13801768 CPUtime=0.38 cores=0-3,8-11
/proc/15714/task/15721/stat : 15721 (java) S 15713 15713 18810 0 -1 1077944384 1834 0 0 0 23 15 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142235191696 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15722] ppid=15713 vsize=13801768 CPUtime=0.37 cores=0-3,8-11
/proc/15714/task/15722/stat : 15722 (java) S 15713 15713 18810 0 -1 1077944384 1198 0 0 0 24 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142234138896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15723] ppid=15713 vsize=13801768 CPUtime=0.38 cores=0-3,8-11
/proc/15714/task/15723/stat : 15723 (java) S 15713 15713 18810 0 -1 1077944384 1161 0 0 0 24 14 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140141879818896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15724] ppid=15713 vsize=13801768 CPUtime=0.39 cores=0-3,8-11
/proc/15714/task/15724/stat : 15724 (java) S 15713 15713 18810 0 -1 1077944384 601 0 0 0 23 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140141878766096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15725] ppid=15713 vsize=13801768 CPUtime=0.41 cores=0-3,8-11
/proc/15714/task/15725/stat : 15725 (java) S 15713 15713 18810 0 -1 1077944384 2866 0 0 0 18 23 0 0 20 0 28 0 4614923 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140951341680 140142286793346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15726] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15726/stat : 15726 (java) S 15713 15713 18810 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140950287712 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15727] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15727/stat : 15727 (java) S 15713 15713 18810 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140949235328 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15728] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15728/stat : 15728 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140948183632 140142286800795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15729] ppid=15713 vsize=13801768 CPUtime=2.33 cores=0-3,8-11
/proc/15714/task/15729/stat : 15729 (java) S 15713 15713 18810 0 -1 1077944384 8130 0 0 0 232 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140947130480 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15730] ppid=15713 vsize=13801768 CPUtime=2.76 cores=0-3,8-11
/proc/15714/task/15730/stat : 15730 (java) S 15713 15713 18810 0 -1 1077944384 6684 0 0 0 275 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140946077680 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15731] ppid=15713 vsize=13801768 CPUtime=2.33 cores=0-3,8-11
/proc/15714/task/15731/stat : 15731 (java) S 15713 15713 18810 0 -1 1077944384 5984 0 0 0 232 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140945025392 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15732] ppid=15713 vsize=13801768 CPUtime=1.01 cores=0-3,8-11
/proc/15714/task/15732/stat : 15732 (java) S 15713 15713 18810 0 -1 1077944384 5431 0 0 0 99 2 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140943972592 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15733] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15733/stat : 15733 (java) S 15713 15713 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140942920544 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15734] ppid=15713 vsize=13801768 CPUtime=0.13 cores=0-3,8-11
/proc/15714/task/15734/stat : 15734 (java) S 15713 15713 18810 0 -1 1077944384 818 0 0 0 9 4 0 0 20 0 28 0 4614929 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140941867824 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15735] ppid=15713 vsize=13801768 CPUtime=296.98 cores=0-3,8-11
/proc/15714/task/15735/stat : 15735 (java) R 15713 15713 18810 0 -1 4202560 2107 0 0 0 29695 3 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140933853288 140141919285769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15736] ppid=15713 vsize=13801768 CPUtime=299.09 cores=0-3,8-11
/proc/15714/task/15736/stat : 15736 (java) R 15713 15713 18810 0 -1 4202560 1777 0 0 0 29903 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140932801624 140141919838111 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15737] ppid=15713 vsize=13801768 CPUtime=298.87 cores=0-3,8-11
/proc/15714/task/15737/stat : 15737 (java) R 15713 15713 18810 0 -1 4202560 2068 0 0 0 29881 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140931747424 140141920204381 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15738] ppid=15713 vsize=13801768 CPUtime=297.5 cores=0-3,8-11
/proc/15714/task/15738/stat : 15738 (java) R 15713 15713 18810 0 -1 4202560 3978 0 0 0 29738 12 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140930694920 140141921159260 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15739] ppid=15713 vsize=13801768 CPUtime=297.49 cores=0-3,8-11
/proc/15714/task/15739/stat : 15739 (java) R 15713 15713 18810 0 -1 4202560 1404 0 0 0 29747 2 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140929642632 140142271992527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15740] ppid=15713 vsize=13801768 CPUtime=299.17 cores=0-3,8-11
/proc/15714/task/15740/stat : 15740 (java) R 15713 15713 18810 0 -1 4202560 550 0 0 0 29917 0 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140928589784 140141919244472 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15741] ppid=15713 vsize=13801768 CPUtime=299.2 cores=0-3,8-11
/proc/15714/task/15741/stat : 15741 (java) R 15713 15713 18810 0 -1 4202560 2006 0 0 0 29914 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140927540288 140141920785378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15742] ppid=15713 vsize=13801768 CPUtime=299.18 cores=0-3,8-11
/proc/15714/task/15742/stat : 15742 (java) R 15713 15713 18810 0 -1 4202560 1796 0 0 0 29916 2 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140926484328 140141919838081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
Current children cumulated CPU time (s) 2400.57
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+302.302 s]
/proc/loadavg: 13.44 14.37 13.41 17/305 16117
/proc/meminfo: memFree=29706500/32770624 swapFree=5944/267296
[pid=15713] ppid=15710 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15713/stat : 15713 (xcsp3-exec) S 15710 15713 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4614919 9740288 345 33554432000 4194304 5098028 140722003873216 140722003871320 140313452475004 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 22405120 140722003874958 140722003875168 140722003875168 140722003877867 0
/proc/15713/statm: 2378 345 289 221 0 87 0
[pid=15714] ppid=15713 vsize=13801768 CPUtime=2400.57 cores=0-3,8-11
/proc/15714/stat : 15714 (java) S 15713 15713 18810 0 -1 1077944320 61465 0 0 0 239861 196 0 0 20 0 28 0 4614919 14133010432 464564 33554432000 4194304 4196468 140726390120352 140726390102896 140142286782199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
/proc/15714/statm: 3450442 464564 3282 1 0 3437675 0
[pid=15714/tid=15715] ppid=15713 vsize=13801768 CPUtime=0.89 cores=0-3,8-11
/proc/15714/task/15715/stat : 15715 (java) S 15713 15713 18810 0 -1 1077944384 6782 0 0 0 86 3 0 0 20 0 28 0 4614920 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142291022976 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15717] ppid=15713 vsize=13801768 CPUtime=0.39 cores=0-3,8-11
/proc/15714/task/15717/stat : 15717 (java) S 15713 15713 18810 0 -1 1077944384 848 0 0 0 23 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142239402896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15718] ppid=15713 vsize=13801768 CPUtime=0.36 cores=0-3,8-11
/proc/15714/task/15718/stat : 15718 (java) S 15713 15713 18810 0 -1 1077944384 1081 0 0 0 23 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142238350096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15719] ppid=15713 vsize=13801768 CPUtime=0.4 cores=0-3,8-11
/proc/15714/task/15719/stat : 15719 (java) S 15713 15713 18810 0 -1 1077944384 565 0 0 0 24 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142237297808 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15720] ppid=15713 vsize=13801768 CPUtime=0.35 cores=0-3,8-11
/proc/15714/task/15720/stat : 15720 (java) S 15713 15713 18810 0 -1 1077944384 477 0 0 0 22 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142236245008 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15721] ppid=15713 vsize=13801768 CPUtime=0.38 cores=0-3,8-11
/proc/15714/task/15721/stat : 15721 (java) S 15713 15713 18810 0 -1 1077944384 1834 0 0 0 23 15 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142235191696 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15722] ppid=15713 vsize=13801768 CPUtime=0.37 cores=0-3,8-11
/proc/15714/task/15722/stat : 15722 (java) S 15713 15713 18810 0 -1 1077944384 1198 0 0 0 24 13 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140142234138896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15723] ppid=15713 vsize=13801768 CPUtime=0.38 cores=0-3,8-11
/proc/15714/task/15723/stat : 15723 (java) S 15713 15713 18810 0 -1 1077944384 1161 0 0 0 24 14 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140141879818896 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15724] ppid=15713 vsize=13801768 CPUtime=0.39 cores=0-3,8-11
/proc/15714/task/15724/stat : 15724 (java) S 15713 15713 18810 0 -1 1077944384 601 0 0 0 23 16 0 0 20 0 28 0 4614921 14133010432 464564 33554432000 4194304 4196468 140726390120352 140141878766096 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15725] ppid=15713 vsize=13801768 CPUtime=0.41 cores=0-3,8-11
/proc/15714/task/15725/stat : 15725 (java) S 15713 15713 18810 0 -1 1077944384 2866 0 0 0 18 23 0 0 20 0 28 0 4614923 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140951341680 140142286793346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15726] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15726/stat : 15726 (java) S 15713 15713 18810 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140950287712 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15727] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15727/stat : 15727 (java) S 15713 15713 18810 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4614924 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140949235328 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15728] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15728/stat : 15728 (java) S 15713 15713 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140948183632 140142286800795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15729] ppid=15713 vsize=13801768 CPUtime=2.33 cores=0-3,8-11
/proc/15714/task/15729/stat : 15729 (java) S 15713 15713 18810 0 -1 1077944384 8130 0 0 0 232 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140947130480 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15730] ppid=15713 vsize=13801768 CPUtime=2.76 cores=0-3,8-11
/proc/15714/task/15730/stat : 15730 (java) S 15713 15713 18810 0 -1 1077944384 6684 0 0 0 275 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140946077680 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15731] ppid=15713 vsize=13801768 CPUtime=2.33 cores=0-3,8-11
/proc/15714/task/15731/stat : 15731 (java) S 15713 15713 18810 0 -1 1077944384 5984 0 0 0 232 1 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140945025392 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15732] ppid=15713 vsize=13801768 CPUtime=1.01 cores=0-3,8-11
/proc/15714/task/15732/stat : 15732 (java) S 15713 15713 18810 0 -1 1077944384 5431 0 0 0 99 2 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140943972592 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15733] ppid=15713 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15714/task/15733/stat : 15733 (java) S 15713 15713 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4614928 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140942920544 140142286792405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15734] ppid=15713 vsize=13801768 CPUtime=0.13 cores=0-3,8-11
/proc/15714/task/15734/stat : 15734 (java) S 15713 15713 18810 0 -1 1077944384 818 0 0 0 9 4 0 0 20 0 28 0 4614929 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140941867824 140142286793346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15735] ppid=15713 vsize=13801768 CPUtime=296.98 cores=0-3,8-11
/proc/15714/task/15735/stat : 15735 (java) R 15713 15713 18810 0 -1 4202560 2107 0 0 0 29695 3 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140933853288 140141919285769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15736] ppid=15713 vsize=13801768 CPUtime=299.09 cores=0-3,8-11
/proc/15714/task/15736/stat : 15736 (java) R 15713 15713 18810 0 -1 4202560 1777 0 0 0 29903 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140932801624 140141919838111 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15737] ppid=15713 vsize=13801768 CPUtime=298.87 cores=0-3,8-11
/proc/15714/task/15737/stat : 15737 (java) R 15713 15713 18810 0 -1 4202560 2068 0 0 0 29881 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140931747424 140141920204381 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15738] ppid=15713 vsize=13801768 CPUtime=297.5 cores=0-3,8-11
/proc/15714/task/15738/stat : 15738 (java) R 15713 15713 18810 0 -1 4202560 3978 0 0 0 29738 12 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140930694920 140141921159260 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15739] ppid=15713 vsize=13801768 CPUtime=297.49 cores=0-3,8-11
/proc/15714/task/15739/stat : 15739 (java) R 15713 15713 18810 0 -1 4202560 1404 0 0 0 29747 2 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140929642632 140142271992527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15740] ppid=15713 vsize=13801768 CPUtime=299.17 cores=0-3,8-11
/proc/15714/task/15740/stat : 15740 (java) R 15713 15713 18810 0 -1 4202560 550 0 0 0 29917 0 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140928589784 140141919244472 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15741] ppid=15713 vsize=13801768 CPUtime=299.2 cores=0-3,8-11
/proc/15714/task/15741/stat : 15741 (java) R 15713 15713 18810 0 -1 4202560 2006 0 0 0 29914 6 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140927540288 140141920785378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
[pid=15714/tid=15742] ppid=15713 vsize=13801768 CPUtime=299.18 cores=0-3,8-11
/proc/15714/task/15742/stat : 15742 (java) R 15713 15713 18810 0 -1 4202560 1796 0 0 0 29916 2 0 0 20 0 28 0 4615011 14133010432 464564 33554432000 4194304 4196468 140726390120352 140140926484328 140141919838081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7757824 140726390125756 140726390125932 140726390125932 140726390128591 0
Current children cumulated CPU time (s) 2400.57
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15713 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1028
# CPU time returned by wait4() is 0.003085
# while last known CPU time is 2400.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.312
CPU time (s): 2400.57
CPU user time (s): 2398.61
CPU system time (s): 1.96
CPU usage (%): 794.069
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002057
system time used= 0.001028
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.84917 second user time and 4.3058 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 05:17:58
IDJOB=4249076
IDBENCH=135432
IDSOLVER=2625
FILE ID=node132/4249076-1500693478
RUNJOBID= node132-1500682387-18841
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4249076-1500693478/watcher-4249076-1500693478 -o /tmp/evaluation-result-4249076-1500693478/solver-4249076-1500693478 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1871447656 HOME/instance-4249076-1500693478.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=1871447656

node132.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		: 1733.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.61
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		: 2267.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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 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.61
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	: 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.61
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	: 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 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	: 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	: 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.61
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		: 1733.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.61
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		: 1733.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.61
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	: 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.61
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	: 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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 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	: 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	: 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31454244 kB
MemAvailable:   31632992 kB
Buffers:          117468 kB
Cached:           341324 kB
SwapCached:            0 kB
Active:           603860 kB
Inactive:         275352 kB
Active(anon):     423256 kB
Inactive(anon):     8616 kB
Active(file):     180604 kB
Inactive(file):   266736 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7876 kB
Writeback:             0 kB
AnonPages:        427724 kB
Mapped:            43136 kB
Shmem:              8872 kB
Slab:             130012 kB
SReclaimable:      94488 kB
SUnreclaim:        35524 kB
KernelStack:        4752 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1331128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 05:23:00