Trace number 4246270

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

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-18.xml
MD5SUM2eb0e4a14086f4f78b25f1ea6eeffb68
Bench CategoryCSP (decision 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 variables72
Number of constraints54
Number of domains2
Minimum domain size18
Maximum domain size36
Distribution of domain sizes[{"size":18,"count":36},{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":36,"count":36}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":18},{"arity":37,"count":36}]
Number of extensional constraints0
Number of intensional constraints18
Distribution of constraint types[{"type":"intension","count":18},{"type":"element","count":36}]
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-4246270-1500687094.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246270-1500687094.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.62	c solve instance...
2400.67/303.45	s UNKNOWN
2400.67/303.45	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-4246270-1500687094/watcher-4246270-1500687094 -o /tmp/evaluation-result-4246270-1500687094/solver-4246270-1500687094 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2117298588 HOME/instance-4246270-1500687094.xml 

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

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


[startup+0 s]
/proc/loadavg: 16.01 15.81 15.38 10/275 9083
/proc/meminfo: memFree=31231868/32770624 swapFree=5900/256276
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0

[startup+0.100129 s]
/proc/loadavg: 16.01 15.81 15.38 10/275 9083
/proc/meminfo: memFree=31231868/32770624 swapFree=5900/256276
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200342 s]
/proc/loadavg: 16.01 15.81 15.38 10/275 9083
/proc/meminfo: memFree=31231868/32770624 swapFree=5900/256276
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300242 s]
/proc/loadavg: 16.01 15.81 15.38 10/275 9083
/proc/meminfo: memFree=31231868/32770624 swapFree=5900/256276
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700192 s]
/proc/loadavg: 16.01 15.81 15.38 10/275 9083
/proc/meminfo: memFree=31231868/32770624 swapFree=5900/256276
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50153 s]
/proc/loadavg: 16.01 15.81 15.38 21/304 9112
/proc/meminfo: memFree=31136956/32770624 swapFree=5900/256308
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9084] ppid=9083 vsize=13801768 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/9084/stat : 9084 (java) S 9083 9083 16913 0 -1 1077944320 17645 0 0 0 807 9 0 0 20 0 28 0 3976382 14133010432 30301 33554432000 4194304 4196468 140724201546816 140724201529360 140313894502135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
/proc/9084/statm: 3450442 30301 3223 1 0 3437675 0
[pid=9084/tid=9085] ppid=9083 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9085/stat : 9085 (java) S 9083 9083 16913 0 -1 1077944384 6817 0 0 0 57 3 0 0 20 0 28 0 3976383 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313898742912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9087] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9087/stat : 9087 (java) S 9083 9083 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313833466512 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9088] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9088/stat : 9088 (java) S 9083 9083 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313832413712 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9089] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9089/stat : 9089 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313831360912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9090] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9090/stat : 9090 (java) S 9083 9083 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313490839824 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9091] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9091/stat : 9091 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313489788048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9092] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9092/stat : 9092 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313488735248 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9093] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9093/stat : 9093 (java) S 9083 9083 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313487682448 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9094] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9094/stat : 9094 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313486629648 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9095] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9095/stat : 9095 (java) S 9083 9083 16913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3976386 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313087682928 140313894513282 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9096] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9096/stat : 9096 (java) S 9083 9083 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313086628896 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9097] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9097/stat : 9097 (java) S 9083 9083 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313085576048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9098] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9098/stat : 9098 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313084524368 140313894520731 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9099] ppid=9083 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9099/stat : 9099 (java) R 9083 9083 16913 0 -1 4202560 1922 0 0 0 76 0 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313083458848 140313876025103 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9100] ppid=9083 vsize=13801768 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9100/stat : 9100 (java) R 9083 9083 16913 0 -1 4202560 2934 0 0 0 68 1 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313082406304 140313894509491 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9101] ppid=9083 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9101/stat : 9101 (java) R 9083 9083 16913 0 -1 4202560 1841 0 0 0 67 0 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313081353968 140313872918535 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9102] ppid=9083 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9102/stat : 9102 (java) S 9083 9083 16913 0 -1 1077944384 2459 0 0 0 57 1 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313080314352 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9103] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9103/stat : 9103 (java) S 9083 9083 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313079261792 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9104] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9104/stat : 9104 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313078209072 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9105] ppid=9083 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9105/stat : 9105 (java) R 9083 9083 16913 0 -1 4202560 62 0 0 0 51 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313070693400 140313515975131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9106] ppid=9083 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9106/stat : 9106 (java) R 9083 9083 16913 0 -1 4202560 46 0 0 0 66 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313069640760 140313515975109 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9107] ppid=9083 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9107/stat : 9107 (java) R 9083 9083 16913 0 -1 4202560 48 0 0 0 48 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313068591560 140313511772512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9108] ppid=9083 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9108/stat : 9108 (java) R 9083 9083 16913 0 -1 4202560 71 0 0 0 61 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313067536616 140313515320019 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9109] ppid=9083 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9109/stat : 9109 (java) R 9083 9083 16913 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313066483504 140313515977109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9110] ppid=9083 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9110/stat : 9110 (java) R 9083 9083 16913 0 -1 4202560 30 0 0 0 62 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313065431192 140313515779697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9111] ppid=9083 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9111/stat : 9111 (java) R 9083 9083 16913 0 -1 4202560 28 0 0 0 61 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313064378520 140313515473788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9112] ppid=9083 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9112/stat : 9112 (java) R 9083 9083 16913 0 -1 4202560 43 0 0 0 67 0 0 0 20 0 28 0 3976445 14133010432 30301 33554432000 4194304 4196468 140724201546816 140313063327032 140313515578644 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 13811280

[startup+3.10148 s]
/proc/loadavg: 16.01 15.81 15.38 17/305 9113
/proc/meminfo: memFree=31081768/32770624 swapFree=5900/256308
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9084] ppid=9083 vsize=13801768 CPUtime=20.82 cores=0,2,4,6,8,10,12,14
/proc/9084/stat : 9084 (java) S 9083 9083 16913 0 -1 1077944320 25027 0 0 0 2066 16 0 0 20 0 28 0 3976382 14133010432 52057 33554432000 4194304 4196468 140724201546816 140724201529360 140313894502135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
/proc/9084/statm: 3450442 52057 3248 1 0 3437675 0
[pid=9084/tid=9085] ppid=9083 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9085/stat : 9085 (java) S 9083 9083 16913 0 -1 1077944384 6817 0 0 0 57 3 0 0 20 0 28 0 3976383 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313898742912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9087] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9087/stat : 9087 (java) S 9083 9083 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313833466512 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9088] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9088/stat : 9088 (java) S 9083 9083 16913 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313832413712 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9089] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9089/stat : 9089 (java) S 9083 9083 16913 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313831360912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9090] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9090/stat : 9090 (java) S 9083 9083 16913 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313490839824 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9091] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9091/stat : 9091 (java) S 9083 9083 16913 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313489788048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9092] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9092/stat : 9092 (java) S 9083 9083 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313488735248 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9093] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9093/stat : 9093 (java) S 9083 9083 16913 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313487682448 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9094] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9094/stat : 9094 (java) S 9083 9083 16913 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 3976384 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313486629648 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9095] ppid=9083 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9095/stat : 9095 (java) S 9083 9083 16913 0 -1 1077944384 168 0 0 0 1 1 0 0 20 0 28 0 3976386 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313087682928 140313894513282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9096] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9096/stat : 9096 (java) S 9083 9083 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313086628896 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9097] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9097/stat : 9097 (java) S 9083 9083 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313085576048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9098] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9098/stat : 9098 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313084524368 140313894520731 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9099] ppid=9083 vsize=13801768 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9099/stat : 9099 (java) S 9083 9083 16913 0 -1 1077944384 3181 0 0 0 116 0 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313083472752 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9100] ppid=9083 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9100/stat : 9100 (java) S 9083 9083 16913 0 -1 1077944384 4732 0 0 0 129 1 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313082419952 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9101] ppid=9083 vsize=13801768 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9101/stat : 9101 (java) S 9083 9083 16913 0 -1 1077944384 3548 0 0 0 117 0 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313081367152 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9102] ppid=9083 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9102/stat : 9102 (java) S 9083 9083 16913 0 -1 1077944384 3440 0 0 0 64 1 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313080314352 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9103] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9103/stat : 9103 (java) S 9083 9083 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313079261792 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9104] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9104/stat : 9104 (java) S 9083 9083 16913 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313078209072 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9105] ppid=9083 vsize=13801768 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9105/stat : 9105 (java) R 9083 9083 16913 0 -1 4202560 184 0 0 0 181 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313070693928 140313515777157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9106] ppid=9083 vsize=13801768 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9106/stat : 9106 (java) R 9083 9083 16913 0 -1 4202560 82 0 0 0 207 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313069641184 140313515320382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9107] ppid=9083 vsize=13801768 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9107/stat : 9107 (java) R 9083 9083 16913 0 -1 4202560 212 0 0 0 176 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313068589624 140313517000011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9108] ppid=9083 vsize=13801768 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9108/stat : 9108 (java) R 9083 9083 16913 0 -1 4202560 270 0 0 0 202 1 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313067536544 140313517125468 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9109] ppid=9083 vsize=13801768 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9109/stat : 9109 (java) R 9083 9083 16913 0 -1 4202560 142 0 0 0 200 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313066484024 140313515321065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9110] ppid=9083 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9110/stat : 9110 (java) R 9083 9083 16913 0 -1 4202560 110 0 0 0 202 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313065432936 140313515776691 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9111] ppid=9083 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9111/stat : 9111 (java) R 9083 9083 16913 0 -1 4202560 78 0 0 0 202 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313064379856 140313516583341 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9112] ppid=9083 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9112/stat : 9112 (java) R 9083 9083 16913 0 -1 4202560 148 0 0 0 205 0 0 0 20 0 28 0 3976445 14133010432 52057 33554432000 4194304 4196468 140724201546816 140313063325624 140313515776576 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
Current children cumulated CPU time (s) 20.82
Current children cumulated vsize (KiB) 13811280

[startup+6.30144 s]
/proc/loadavg: 15.45 15.69 15.34 14/297 9201
/proc/meminfo: memFree=31445816/32770624 swapFree=5900/256364

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

[pid=9084/tid=9111] ppid=9083 vsize=13801768 CPUtime=217.89 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9111/stat : 9111 (java) R 9083 9083 16913 0 -1 4202560 1676 0 0 0 21787 2 0 0 20 0 28 0 3976445 14133010432 385681 33554432000 4194304 4196468 140724201546816 140313064378440 140313515777219 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9112] ppid=9083 vsize=13801768 CPUtime=217.62 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9112/stat : 9112 (java) R 9083 9083 16913 0 -1 4202560 1325 0 0 0 21759 3 0 0 20 0 28 0 3976445 14133010432 385681 33554432000 4194304 4196468 140724201546816 140313063325296 140313516471073 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
Current children cumulated CPU time (s) 1757.73
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 15.95 15.70 15.41 17/303 9365
/proc/meminfo: memFree=27653128/32770624 swapFree=5900/256620
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9084] ppid=9083 vsize=13801768 CPUtime=2233.42 cores=0,2,4,6,8,10,12,14
/proc/9084/stat : 9084 (java) S 9083 9083 16913 0 -1 1077944320 76510 0 0 0 222892 450 0 0 20 0 28 0 3976382 14133010432 473604 33554432000 4194304 4196468 140724201546816 140724201529360 140313894502135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
/proc/9084/statm: 3450442 473604 3277 1 0 3437675 0
[pid=9084/tid=9085] ppid=9083 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9085/stat : 9085 (java) S 9083 9083 16913 0 -1 1077944384 6817 0 0 0 57 3 0 0 20 0 28 0 3976383 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313898742912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9087] ppid=9083 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9087/stat : 9087 (java) S 9083 9083 16913 0 -1 1077944384 2360 0 0 0 164 41 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313833466512 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9088] ppid=9083 vsize=13801768 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9088/stat : 9088 (java) S 9083 9083 16913 0 -1 1077944384 2273 0 0 0 163 43 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313832413712 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9089] ppid=9083 vsize=13801768 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9089/stat : 9089 (java) S 9083 9083 16913 0 -1 1077944384 2314 0 0 0 166 45 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313831360912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9090] ppid=9083 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9090/stat : 9090 (java) S 9083 9083 16913 0 -1 1077944384 1839 0 0 0 164 41 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313490839824 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9091] ppid=9083 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9091/stat : 9091 (java) S 9083 9083 16913 0 -1 1077944384 2526 0 0 0 164 40 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313489788048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9092] ppid=9083 vsize=13801768 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9092/stat : 9092 (java) S 9083 9083 16913 0 -1 1077944384 1625 0 0 0 156 43 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313488735248 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9093] ppid=9083 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9093/stat : 9093 (java) S 9083 9083 16913 0 -1 1077944384 1844 0 0 0 160 42 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313487682448 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9094] ppid=9083 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9094/stat : 9094 (java) S 9083 9083 16913 0 -1 1077944384 2191 0 0 0 159 43 0 0 20 0 28 0 3976384 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313486629648 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9095] ppid=9083 vsize=13801768 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9095/stat : 9095 (java) S 9083 9083 16913 0 -1 1077944384 6976 0 0 0 53 50 0 0 20 0 28 0 3976386 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313087682928 140313894513282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9096] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9096/stat : 9096 (java) S 9083 9083 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313086628896 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9097] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9097/stat : 9097 (java) S 9083 9083 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313085576048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9098] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9098/stat : 9098 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313084524368 140313894520731 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9099] ppid=9083 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9099/stat : 9099 (java) S 9083 9083 16913 0 -1 1077944384 6126 0 0 0 140 1 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313083472752 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9100] ppid=9083 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9100/stat : 9100 (java) S 9083 9083 16913 0 -1 1077944384 8605 0 0 0 156 1 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313082419952 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9101] ppid=9083 vsize=13801768 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9101/stat : 9101 (java) S 9083 9083 16913 0 -1 1077944384 4561 0 0 0 125 1 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313081367152 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9102] ppid=9083 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9102/stat : 9102 (java) S 9083 9083 16913 0 -1 1077944384 4934 0 0 0 67 1 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313080314352 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9103] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9103/stat : 9103 (java) S 9083 9083 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313079261792 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9104] ppid=9083 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9104/stat : 9104 (java) S 9083 9083 16913 0 -1 1077944384 410 0 0 0 7 5 0 0 20 0 28 0 3976391 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313078209072 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9105] ppid=9083 vsize=13801768 CPUtime=276.93 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9105/stat : 9105 (java) R 9083 9083 16913 0 -1 4202560 5567 0 0 0 27680 13 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313070693592 140313880570260 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9106] ppid=9083 vsize=13801768 CPUtime=276.62 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9106/stat : 9106 (java) R 9083 9083 16913 0 -1 4202560 1487 0 0 0 27658 4 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313069641928 140313515584386 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9107] ppid=9083 vsize=13801768 CPUtime=276.01 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9107/stat : 9107 (java) R 9083 9083 16913 0 -1 4202560 1061 0 0 0 27597 4 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313068589408 140313516471186 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9108] ppid=9083 vsize=13801768 CPUtime=276.74 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9108/stat : 9108 (java) R 9083 9083 16913 0 -1 4202560 3818 0 0 0 27664 10 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313067536776 140313516817459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9109] ppid=9083 vsize=13801768 CPUtime=274.94 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9109/stat : 9109 (java) R 9083 9083 16913 0 -1 4202560 4238 0 0 0 27488 6 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313066484056 140313516470868 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9110] ppid=9083 vsize=13801768 CPUtime=275.73 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9110/stat : 9110 (java) R 9083 9083 16913 0 -1 4202560 466 0 0 0 27572 1 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313065431240 140313515776999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9111] ppid=9083 vsize=13801768 CPUtime=276.52 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9111/stat : 9111 (java) R 9083 9083 16913 0 -1 4202560 1755 0 0 0 27649 3 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313064378952 140313515776913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9112] ppid=9083 vsize=13801768 CPUtime=276.7 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9112/stat : 9112 (java) R 9083 9083 16913 0 -1 4202560 1376 0 0 0 27666 4 0 0 20 0 28 0 3976445 14133010432 473604 33554432000 4194304 4196468 140724201546816 140313063328448 140313516470756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
Current children cumulated CPU time (s) 2233.42
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.401 s]
/proc/loadavg: 16.04 15.73 15.43 17/302 9365
/proc/meminfo: memFree=27964952/32770624 swapFree=5900/256668
[pid=9083] ppid=9080 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3976382 9740288 346 33554432000 4194304 5098028 140734679504272 140734679502376 140599887311484 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 12840960 140734679512206 140734679512416 140734679512416 140734679515115 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9084] ppid=9083 vsize=13801768 CPUtime=2400.67 cores=0,2,4,6,8,10,12,14
/proc/9084/stat : 9084 (java) S 9083 9083 16913 0 -1 1077944320 78415 0 0 0 239612 455 0 0 20 0 28 0 3976382 14133010432 389996 33554432000 4194304 4196468 140724201546816 140724201529360 140313894502135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
/proc/9084/statm: 3450442 389996 3277 1 0 3437675 0
[pid=9084/tid=9085] ppid=9083 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9085/stat : 9085 (java) S 9083 9083 16913 0 -1 1077944384 6817 0 0 0 57 3 0 0 20 0 28 0 3976383 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313898742912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9087] ppid=9083 vsize=13801768 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9087/stat : 9087 (java) S 9083 9083 16913 0 -1 1077944384 2531 0 0 0 176 41 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313833466512 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9088] ppid=9083 vsize=13801768 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9088/stat : 9088 (java) S 9083 9083 16913 0 -1 1077944384 2347 0 0 0 175 43 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313832413712 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9089] ppid=9083 vsize=13801768 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9089/stat : 9089 (java) S 9083 9083 16913 0 -1 1077944384 2497 0 0 0 179 45 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313831360912 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9090] ppid=9083 vsize=13801768 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9090/stat : 9090 (java) S 9083 9083 16913 0 -1 1077944384 1994 0 0 0 176 41 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313490839824 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9091] ppid=9083 vsize=13801768 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9091/stat : 9091 (java) S 9083 9083 16913 0 -1 1077944384 2610 0 0 0 177 41 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313489788048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9092] ppid=9083 vsize=13801768 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9092/stat : 9092 (java) S 9083 9083 16913 0 -1 1077944384 1724 0 0 0 168 43 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313488735248 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9093] ppid=9083 vsize=13801768 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9093/stat : 9093 (java) S 9083 9083 16913 0 -1 1077944384 1929 0 0 0 173 42 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313487682448 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9094] ppid=9083 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9094/stat : 9094 (java) S 9083 9083 16913 0 -1 1077944384 2284 0 0 0 171 43 0 0 20 0 28 0 3976384 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313486629648 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9095] ppid=9083 vsize=13801768 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9095/stat : 9095 (java) S 9083 9083 16913 0 -1 1077944384 7213 0 0 0 57 54 0 0 20 0 28 0 3976386 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313087682928 140313894513282 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9096] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9096/stat : 9096 (java) S 9083 9083 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313086628896 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9097] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9097/stat : 9097 (java) S 9083 9083 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3976387 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313085576048 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9098] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9098/stat : 9098 (java) S 9083 9083 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313084524368 140313894520731 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9099] ppid=9083 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9099/stat : 9099 (java) S 9083 9083 16913 0 -1 1077944384 6129 0 0 0 140 1 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313083472752 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9100] ppid=9083 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9100/stat : 9100 (java) S 9083 9083 16913 0 -1 1077944384 8607 0 0 0 156 1 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313082419952 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9101] ppid=9083 vsize=13801768 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9101/stat : 9101 (java) S 9083 9083 16913 0 -1 1077944384 4563 0 0 0 125 1 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313081367152 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9102] ppid=9083 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9102/stat : 9102 (java) S 9083 9083 16913 0 -1 1077944384 4936 0 0 0 67 1 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313080314352 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9103] ppid=9083 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9103/stat : 9103 (java) S 9083 9083 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313079261792 140313894512341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9104] ppid=9083 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9104/stat : 9104 (java) S 9083 9083 16913 0 -1 1077944384 428 0 0 0 8 5 0 0 20 0 28 0 3976391 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313078209072 140313894513282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9105] ppid=9083 vsize=13801768 CPUtime=297.78 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9105/stat : 9105 (java) R 9083 9083 16913 0 -1 4202560 5730 0 0 0 29765 13 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313070695888 140313515776755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9106] ppid=9083 vsize=13801768 CPUtime=297.32 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9106/stat : 9106 (java) R 9083 9083 16913 0 -1 4202560 1519 0 0 0 29728 4 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313069641176 140313515776810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9107] ppid=9083 vsize=13801768 CPUtime=296.83 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9107/stat : 9107 (java) R 9083 9083 16913 0 -1 4202560 1115 0 0 0 29679 4 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313068590152 140313516470868 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9108] ppid=9083 vsize=13801768 CPUtime=297.58 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9108/stat : 9108 (java) R 9083 9083 16913 0 -1 4202560 4020 0 0 0 29748 10 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313067536840 140313517077888 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9109] ppid=9083 vsize=13801768 CPUtime=295.81 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9109/stat : 9109 (java) R 9083 9083 16913 0 -1 4202560 4283 0 0 0 29575 6 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313066483808 140313516471295 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9110] ppid=9083 vsize=13801768 CPUtime=296.3 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9110/stat : 9110 (java) R 9083 9083 16913 0 -1 4202560 492 0 0 0 29629 1 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313065431112 140313515975109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9111] ppid=9083 vsize=13801768 CPUtime=297.28 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9111/stat : 9111 (java) R 9083 9083 16913 0 -1 4202560 1816 0 0 0 29725 3 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313064378952 140313515777197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
[pid=9084/tid=9112] ppid=9083 vsize=13801768 CPUtime=297.44 cores=0,2,4,6,8,10,12,14
/proc/9084/task/9112/stat : 9112 (java) R 9083 9083 16913 0 -1 4202560 1490 0 0 0 29740 4 0 0 20 0 28 0 3976445 14133010432 389996 33554432000 4194304 4196468 140724201546816 140313063325656 140313516471297 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31993856 140724201555132 140724201555308 140724201555308 140724201557967 0
Current children cumulated CPU time (s) 2400.67
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 9084 sig 9
??? kill 9083 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 303.412
CPU time (s): 2400.67
CPU user time (s): 2396.12
CPU system time (s): 4.55
CPU usage (%): 791.224
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000994
system time used= 0.001989
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519
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= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.80813 second user time and 4.37828 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:31:34
IDJOB=4246270
IDBENCH=124382
IDSOLVER=2625
FILE ID=node133/4246270-1500687094
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-18.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-4246270-1500687094/watcher-4246270-1500687094 -o /tmp/evaluation-result-4246270-1500687094/solver-4246270-1500687094 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2117298588 HOME/instance-4246270-1500687094.xml

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

MD5SUM BENCH= 2eb0e4a14086f4f78b25f1ea6eeffb68
RANDOM SEED=2117298588

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31232388 kB
MemAvailable:   31390264 kB
Buffers:          110276 kB
Cached:           329044 kB
SwapCached:            0 kB
Active:           839368 kB
Inactive:         265032 kB
Active(anon):     668008 kB
Inactive(anon):     8756 kB
Active(file):     171360 kB
Inactive(file):   256276 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:        670576 kB
Mapped:            43024 kB
Shmem:              8872 kB
Slab:             125736 kB
SReclaimable:      92148 kB
SUnreclaim:        33588 kB
KernelStack:        4800 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1596440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 03:36:38