Trace number 4248969

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.12 302.312

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-16-ext02.xml
MD5SUM8abff29310eab5a4cd6a8102cf358f32
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 variables256
Number of constraints258
Number of domains1
Minimum domain size256
Maximum domain size256
Distribution of domain sizes[{"size":256,"count":256}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":254},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity256
Distribution of constraint arities[{"arity":2,"count":257},{"arity":256,"count":1}]
Number of extensional constraints256
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":256},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
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-4248969-1500693190.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248969-1500693190.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
3.37/1.29	c solve instance...
2400.12/302.34	s UNKNOWN
2400.12/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-4248969-1500693190/watcher-4248969-1500693190 -o /tmp/evaluation-result-4248969-1500693190/solver-4248969-1500693190 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1348745697 HOME/instance-4248969-1500693190.xml 

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

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


[startup+0 s]
/proc/loadavg: 9.73 13.24 14.02 3/269 17617
/proc/meminfo: memFree=31133644/32770624 swapFree=5900/308284
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0

[startup+0.10013 s]
/proc/loadavg: 9.73 13.24 14.02 3/269 17617
/proc/meminfo: memFree=31133644/32770624 swapFree=5900/308284
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200274 s]
/proc/loadavg: 9.73 13.24 14.02 3/269 17617
/proc/meminfo: memFree=31133644/32770624 swapFree=5900/308284
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300219 s]
/proc/loadavg: 9.73 13.24 14.02 3/269 17617
/proc/meminfo: memFree=31133644/32770624 swapFree=5900/308284
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700207 s]
/proc/loadavg: 9.73 13.24 14.02 3/269 17617
/proc/meminfo: memFree=31133644/32770624 swapFree=5900/308284
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.501 s]
/proc/loadavg: 9.73 13.24 14.02 4/290 17638
/proc/meminfo: memFree=30661000/32770624 swapFree=5900/308316
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
[pid=17618] ppid=17617 vsize=13801768 CPUtime=5.1 cores=1,3,5,7,9,11,13,15
/proc/17618/stat : 17618 (java) S 17617 17617 16913 0 -1 1077944320 14598 0 0 0 471 39 0 0 20 0 28 0 4585933 14133010432 60265 33554432000 4194304 4196468 140728600269728 140728600252272 140431121121015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
/proc/17618/statm: 3450442 60265 3232 1 0 3437675 0
[pid=17618/tid=17619] ppid=17617 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17619/stat : 17619 (java) S 17617 17617 16913 0 -1 1077944384 6761 0 0 0 117 4 0 0 20 0 28 0 4585934 14133010432 60265 33554432000 4194304 4196468 140728600269728 140431125361792 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17621] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17621/stat : 17621 (java) S 17617 17617 16913 0 -1 1077944384 40 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140431073741712 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17622] ppid=17617 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17622/stat : 17622 (java) S 17617 17617 16913 0 -1 1077944384 25 0 0 0 1 3 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140431072688912 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17623] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17623/stat : 17623 (java) S 17617 17617 16913 0 -1 1077944384 34 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140431071636624 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17624] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17624/stat : 17624 (java) S 17617 17617 16913 0 -1 1077944384 36 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140431070583824 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17625] ppid=17617 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17625/stat : 17625 (java) S 17617 17617 16913 0 -1 1077944384 38 0 0 0 2 3 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430716369296 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17626] ppid=17617 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17626/stat : 17626 (java) S 17617 17617 16913 0 -1 1077944384 33 0 0 0 2 3 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430715316496 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17627] ppid=17617 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17627/stat : 17627 (java) S 17617 17617 16913 0 -1 1077944384 36 0 0 0 2 3 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430714264208 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17628] ppid=17617 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17628/stat : 17628 (java) S 17617 17617 16913 0 -1 1077944384 30 0 0 0 2 3 0 0 20 0 28 0 4585935 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430713211408 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17629] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17629/stat : 17629 (java) S 17617 17617 16913 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4585937 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430583319152 140431121132162 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17630] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17630/stat : 17630 (java) S 17617 17617 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430582265120 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17631] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17631/stat : 17631 (java) S 17617 17617 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430581212784 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17632] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17632/stat : 17632 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430580161104 140431121139611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17633] ppid=17617 vsize=13801768 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17633/stat : 17633 (java) S 17617 17617 16913 0 -1 1077944384 1455 0 0 0 50 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430579107952 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17634] ppid=17617 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17634/stat : 17634 (java) R 17617 17617 16913 0 -1 4202560 1335 0 0 0 54 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430578055152 140431107185132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17635] ppid=17617 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17635/stat : 17635 (java) S 17617 17617 16913 0 -1 1077944384 1355 0 0 0 45 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430577002864 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17636] ppid=17617 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17636/stat : 17636 (java) S 17617 17617 16913 0 -1 1077944384 1753 0 0 0 49 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430575950064 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17637] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17637/stat : 17637 (java) S 17617 17617 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430574898016 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17638] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17638/stat : 17638 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 60265 33554432000 4194304 4196468 140728600269728 140430573845296 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 13811280

[startup+3.10156 s]
/proc/loadavg: 9.73 13.24 14.02 14/298 17646
/proc/meminfo: memFree=30652368/32770624 swapFree=5900/308324
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
[pid=17618] ppid=17617 vsize=13801768 CPUtime=17.78 cores=1,3,5,7,9,11,13,15
/proc/17618/stat : 17618 (java) S 17617 17617 16913 0 -1 1077944320 16956 0 0 0 1732 46 0 0 20 0 28 0 4585933 14133010432 66202 33554432000 4194304 4196468 140728600269728 140728600252272 140431121121015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
/proc/17618/statm: 3450442 66202 3240 1 0 3437675 0
[pid=17618/tid=17619] ppid=17617 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17619/stat : 17619 (java) S 17617 17617 16913 0 -1 1077944384 6761 0 0 0 117 4 0 0 20 0 28 0 4585934 14133010432 66202 33554432000 4194304 4196468 140728600269728 140431125361792 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17621] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17621/stat : 17621 (java) R 17617 17617 16913 0 -1 4202560 51 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140431073741712 140431105569307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17622] ppid=17617 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17622/stat : 17622 (java) S 17617 17617 16913 0 -1 1077944384 25 0 0 0 1 3 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140431072688912 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17623] ppid=17617 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17623/stat : 17623 (java) R 17617 17617 16913 0 -1 4202560 41 0 0 0 2 5 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140431071636824 140431106148871 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17624] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17624/stat : 17624 (java) R 17617 17617 16913 0 -1 4202560 43 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140431070583824 140431106148434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17625] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17625/stat : 17625 (java) R 17617 17617 16913 0 -1 4202560 41 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140430716369296 140431106148871 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17626] ppid=17617 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17626/stat : 17626 (java) R 17617 17617 16913 0 -1 4202560 43 0 0 0 2 4 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140430715316496 140431113362405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17627] ppid=17617 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17627/stat : 17627 (java) R 17617 17617 16913 0 -1 1077944384 36 0 0 0 2 3 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140430714264208 140431121131221 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17628] ppid=17617 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17628/stat : 17628 (java) R 17617 17617 16913 0 -1 4202560 41 0 0 0 3 4 0 0 20 0 28 0 4585935 14133010432 66202 33554432000 4194304 4196468 140728600269728 140430713211408 140431106148898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17629] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17629/stat : 17629 (java) S 17617 17617 16913 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 4585937 14133010432 66202 33554432000 4194304 4196468 140728600269728 140430583317664 140431121131221 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17630] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17630/stat : 17630 (java) S 17617 17617 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430582265120 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17631] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17631/stat : 17631 (java) S 17617 17617 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430581212784 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17632] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17632/stat : 17632 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430580161104 140431121139611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17633] ppid=17617 vsize=13801768 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17633/stat : 17633 (java) S 17617 17617 16913 0 -1 1077944384 2216 0 0 0 144 0 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430579087504 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17634] ppid=17617 vsize=13801768 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17634/stat : 17634 (java) S 17617 17617 16913 0 -1 1077944384 2088 0 0 0 152 1 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430578040512 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17635] ppid=17617 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17635/stat : 17635 (java) R 17617 17617 16913 0 -1 4202560 1907 0 0 0 130 0 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430576988832 140431107273798 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17636] ppid=17617 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17636/stat : 17636 (java) S 17617 17617 16913 0 -1 1077944384 1893 0 0 0 63 1 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430575950064 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17637] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17637/stat : 17637 (java) S 17617 17617 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430574898016 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17638] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17638/stat : 17638 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430573845296 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17639] ppid=17617 vsize=13801768 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17639/stat : 17639 (java) S 17617 17617 16913 0 -1 1077944384 83 0 0 0 138 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430565829824 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17640] ppid=17617 vsize=13801768 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17640/stat : 17640 (java) S 17617 17617 16913 0 -1 1077944384 48 0 0 0 147 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430564778144 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17641] ppid=17617 vsize=13801768 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17641/stat : 17641 (java) S 17617 17617 16913 0 -1 1077944384 55 0 0 0 148 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430563724832 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17642] ppid=17617 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17642/stat : 17642 (java) S 17617 17617 16913 0 -1 1077944384 43 0 0 0 122 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430562674080 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17643] ppid=17617 vsize=13801768 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17643/stat : 17643 (java) S 17617 17617 16913 0 -1 1077944384 44 0 0 0 139 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430561619744 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17644] ppid=17617 vsize=13801768 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17644/stat : 17644 (java) S 17617 17617 16913 0 -1 1077944384 45 0 0 0 139 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430560566944 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17645] ppid=17617 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17645/stat : 17645 (java) S 17617 17617 16913 0 -1 1077944384 33 0 0 0 134 1 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430559514656 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17646] ppid=17617 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17646/stat : 17646 (java) S 17617 17617 16913 0 -1 1077944384 41 0 0 0 130 0 0 0 20 0 28 0 4586064 14133010432 66714 33554432000 4194304 4196468 140728600269728 140430558461856 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 13811280

[startup+6.30149 s]
/proc/loadavg: 9.75 13.19 14.00 10/298 17646
/proc/meminfo: memFree=30584988/32770624 swapFree=5900/308328
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
[pid=17618] ppid=17617 vsize=13801768 CPUtime=43.19 cores=1,3,5,7,9,11,13,15
/proc/17618/stat : 17618 (java) S 17617 17617 16913 0 -1 1077944320 26714 0 0 0 4244 75 0 0 20 0 28 0 4585933 14133010432 87131 33554432000 4194304 4196468 140728600269728 140728600252272 140431121121015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
/proc/17618/statm: 3450442 87131 3267 1 0 3437675 0
[pid=17618/tid=17619] ppid=17617 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17619/stat : 17619 (java) S 17617 17617 16913 0 -1 1077944384 6761 0 0 0 117 4 0 0 20 0 28 0 4585934 14133010432 87131 33554432000 4194304 4196468 140728600269728 140431125361792 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17621] ppid=17617 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17621/stat : 17621 (java) S 17617 17617 16913 0 -1 1077944384 72 0 0 0 4 8 0 0 20 0 28 0 4585935 14133010432 87131 33554432000 4194304 4196468 140728600269728 140431073741712 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17622] ppid=17617 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17622/stat : 17622 (java) S 17617 17617 16913 0 -1 1077944384 55 0 0 0 3 6 0 0 20 0 28 0 4585935 14133010432 87131 33554432000 4194304 4196468 140728600269728 140431072688912 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17623] ppid=17617 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17623/stat : 17623 (java) S 17617 17617 16913 0 -1 1077944384 62 0 0 0 4 8 0 0 20 0 28 0 4585935 14133010432 87131 33554432000 4194304 4196468 140728600269728 140431071636624 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17624] ppid=17617 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17624/stat : 17624 (java) S 17617 17617 16913 0 -1 1077944384 64 0 0 0 4 7 0 0 20 0 28 0 4585935 14133010432 87131 33554432000 4194304 4196468 140728600269728 140431070583824 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0

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

[pid=17618/tid=17645] ppid=17617 vsize=13801768 CPUtime=276.55 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17645/stat : 17645 (java) R 17617 17617 16913 0 -1 4202560 2520 0 0 0 27649 6 0 0 20 0 28 0 4586064 14133010432 487090 33554432000 4194304 4196468 140728600269728 140430559514736 140430758925197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17646] ppid=17617 vsize=13801768 CPUtime=278.92 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17646/stat : 17646 (java) R 17617 17617 16913 0 -1 4202560 2400 0 0 0 27887 5 0 0 20 0 28 0 4586064 14133010432 487090 33554432000 4194304 4196468 140728600269728 140430558462184 140430758942453 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
Current children cumulated CPU time (s) 2240.86
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.302 s]
/proc/loadavg: 9.06 10.61 12.66 10/294 17651
/proc/meminfo: memFree=22149172/32770624 swapFree=5900/308668
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
[pid=17618] ppid=17617 vsize=13801768 CPUtime=2400.12 cores=1,3,5,7,9,11,13,15
/proc/17618/stat : 17618 (java) S 17617 17617 16913 0 -1 1077944320 64192 0 0 0 239800 212 0 0 20 0 28 0 4585933 14133010432 478623 33554432000 4194304 4196468 140728600269728 140728600252272 140431121121015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
/proc/17618/statm: 3450442 478623 3278 1 0 3437675 0
[pid=17618/tid=17619] ppid=17617 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17619/stat : 17619 (java) S 17617 17617 16913 0 -1 1077944384 6761 0 0 0 117 4 0 0 20 0 28 0 4585934 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431125361792 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17621] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17621/stat : 17621 (java) S 17617 17617 16913 0 -1 1077944384 1380 0 0 0 14 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431073741712 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17622] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17622/stat : 17622 (java) S 17617 17617 16913 0 -1 1077944384 1474 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431072688912 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17623] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17623/stat : 17623 (java) S 17617 17617 16913 0 -1 1077944384 613 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431071636624 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17624] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17624/stat : 17624 (java) S 17617 17617 16913 0 -1 1077944384 551 0 0 0 15 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431070583824 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17625] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17625/stat : 17625 (java) S 17617 17617 16913 0 -1 1077944384 920 0 0 0 14 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430716369296 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17626] ppid=17617 vsize=13801768 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17626/stat : 17626 (java) S 17617 17617 16913 0 -1 1077944384 829 0 0 0 11 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430715316496 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17627] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17627/stat : 17627 (java) S 17617 17617 16913 0 -1 1077944384 317 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430714264208 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17628] ppid=17617 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17628/stat : 17628 (java) S 17617 17617 16913 0 -1 1077944384 754 0 0 0 12 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430713211408 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17629] ppid=17617 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17629/stat : 17629 (java) S 17617 17617 16913 0 -1 1077944384 2883 0 0 0 5 6 0 0 20 0 28 0 4585937 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430583319152 140431121132162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17630] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17630/stat : 17630 (java) S 17617 17617 16913 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430582265184 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17631] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17631/stat : 17631 (java) S 17617 17617 16913 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430581212800 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17632] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17632/stat : 17632 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430580161104 140431121139611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17633] ppid=17617 vsize=13801768 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17633/stat : 17633 (java) S 17617 17617 16913 0 -1 1077944384 8377 0 0 0 281 1 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430579107952 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17634] ppid=17617 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17634/stat : 17634 (java) S 17617 17617 16913 0 -1 1077944384 7862 0 0 0 287 1 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430578055152 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17635] ppid=17617 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17635/stat : 17635 (java) S 17617 17617 16913 0 -1 1077944384 8611 0 0 0 286 2 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430577002864 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17636] ppid=17617 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17636/stat : 17636 (java) S 17617 17617 16913 0 -1 1077944384 5802 0 0 0 84 2 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430575950064 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17637] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17637/stat : 17637 (java) S 17617 17617 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430574898016 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17638] ppid=17617 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17638/stat : 17638 (java) S 17617 17617 16913 0 -1 1077944384 296 0 0 0 8 10 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430573845296 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17639] ppid=17617 vsize=13801768 CPUtime=298.57 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17639/stat : 17639 (java) R 17617 17617 16913 0 -1 4202560 2073 0 0 0 29849 8 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430565830152 140430758925416 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17640] ppid=17617 vsize=13801768 CPUtime=297.72 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17640/stat : 17640 (java) R 17617 17617 16913 0 -1 4202560 2551 0 0 0 29767 5 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430564778472 140430756772420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17641] ppid=17617 vsize=13801768 CPUtime=299.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17641/stat : 17641 (java) R 17617 17617 16913 0 -1 4202560 1861 0 0 0 29900 6 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430563725192 140430758942655 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17642] ppid=17617 vsize=13801768 CPUtime=298.46 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17642/stat : 17642 (java) R 17617 17617 16913 0 -1 4202560 1835 0 0 0 29843 3 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430562672360 140430758942483 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17643] ppid=17617 vsize=13801768 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17643/stat : 17643 (java) R 17617 17617 16913 0 -1 4202560 864 0 0 0 29788 2 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430561620072 140430758942491 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17644] ppid=17617 vsize=13801768 CPUtime=299.39 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17644/stat : 17644 (java) R 17617 17617 16913 0 -1 4202560 1180 0 0 0 29936 3 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430560567272 140430758721533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17645] ppid=17617 vsize=13801768 CPUtime=296.52 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17645/stat : 17645 (java) R 17617 17617 16913 0 -1 4202560 2576 0 0 0 29646 6 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430559514272 140430758942453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17646] ppid=17617 vsize=13801768 CPUtime=298.89 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17646/stat : 17646 (java) R 17617 17617 16913 0 -1 4202560 2490 0 0 0 29884 5 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430558464832 140430758925241 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
Current children cumulated CPU time (s) 2400.12
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 17618 sig 9
??? kill 17617 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+302.302 s]
/proc/loadavg: 9.06 10.61 12.66 10/294 17651
/proc/meminfo: memFree=22149172/32770624 swapFree=5900/308668
[pid=17617] ppid=17614 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17617/stat : 17617 (xcsp3-exec) S 17614 17617 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4585933 9740288 346 33554432000 4194304 5098028 140736260727312 140736260725416 140550854046332 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 33050624 140736260732046 140736260732256 140736260732256 140736260734955 0
/proc/17617/statm: 2378 346 289 221 0 87 0
[pid=17618] ppid=17617 vsize=13801768 CPUtime=2400.12 cores=1,3,5,7,9,11,13,15
/proc/17618/stat : 17618 (java) S 17617 17617 16913 0 -1 1077944320 64192 0 0 0 239800 212 0 0 20 0 28 0 4585933 14133010432 478623 33554432000 4194304 4196468 140728600269728 140728600252272 140431121121015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
/proc/17618/statm: 3450442 478623 3278 1 0 3437675 0
[pid=17618/tid=17619] ppid=17617 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17619/stat : 17619 (java) S 17617 17617 16913 0 -1 1077944384 6761 0 0 0 117 4 0 0 20 0 28 0 4585934 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431125361792 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17621] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17621/stat : 17621 (java) S 17617 17617 16913 0 -1 1077944384 1380 0 0 0 14 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431073741712 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17622] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17622/stat : 17622 (java) S 17617 17617 16913 0 -1 1077944384 1474 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431072688912 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17623] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17623/stat : 17623 (java) S 17617 17617 16913 0 -1 1077944384 613 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431071636624 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17624] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17624/stat : 17624 (java) S 17617 17617 16913 0 -1 1077944384 551 0 0 0 15 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140431070583824 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17625] ppid=17617 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17625/stat : 17625 (java) S 17617 17617 16913 0 -1 1077944384 920 0 0 0 14 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430716369296 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17626] ppid=17617 vsize=13801768 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17626/stat : 17626 (java) S 17617 17617 16913 0 -1 1077944384 829 0 0 0 11 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430715316496 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17627] ppid=17617 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17627/stat : 17627 (java) S 17617 17617 16913 0 -1 1077944384 317 0 0 0 13 18 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430714264208 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17628] ppid=17617 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17628/stat : 17628 (java) S 17617 17617 16913 0 -1 1077944384 754 0 0 0 12 17 0 0 20 0 28 0 4585935 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430713211408 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17629] ppid=17617 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17629/stat : 17629 (java) S 17617 17617 16913 0 -1 1077944384 2883 0 0 0 5 6 0 0 20 0 28 0 4585937 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430583319152 140431121132162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17630] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17630/stat : 17630 (java) S 17617 17617 16913 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430582265184 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17631] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17631/stat : 17631 (java) S 17617 17617 16913 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4585938 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430581212800 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17632] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17632/stat : 17632 (java) S 17617 17617 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430580161104 140431121139611 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17633] ppid=17617 vsize=13801768 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17633/stat : 17633 (java) S 17617 17617 16913 0 -1 1077944384 8377 0 0 0 281 1 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430579107952 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17634] ppid=17617 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17634/stat : 17634 (java) S 17617 17617 16913 0 -1 1077944384 7862 0 0 0 287 1 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430578055152 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17635] ppid=17617 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17635/stat : 17635 (java) S 17617 17617 16913 0 -1 1077944384 8611 0 0 0 286 2 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430577002864 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17636] ppid=17617 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17636/stat : 17636 (java) S 17617 17617 16913 0 -1 1077944384 5802 0 0 0 84 2 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430575950064 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17637] ppid=17617 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17637/stat : 17637 (java) S 17617 17617 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430574898016 140431121131221 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17638] ppid=17617 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17638/stat : 17638 (java) S 17617 17617 16913 0 -1 1077944384 296 0 0 0 8 10 0 0 20 0 28 0 4585942 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430573845296 140431121132162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17639] ppid=17617 vsize=13801768 CPUtime=298.57 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17639/stat : 17639 (java) R 17617 17617 16913 0 -1 4202560 2073 0 0 0 29849 8 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430565830152 140430758925416 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17640] ppid=17617 vsize=13801768 CPUtime=297.72 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17640/stat : 17640 (java) R 17617 17617 16913 0 -1 4202560 2551 0 0 0 29767 5 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430564778472 140430756772420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17641] ppid=17617 vsize=13801768 CPUtime=299.06 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17641/stat : 17641 (java) R 17617 17617 16913 0 -1 4202560 1861 0 0 0 29900 6 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430563725192 140430758942655 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17642] ppid=17617 vsize=13801768 CPUtime=298.46 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17642/stat : 17642 (java) R 17617 17617 16913 0 -1 4202560 1835 0 0 0 29843 3 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430562672360 140430758942483 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17643] ppid=17617 vsize=13801768 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17643/stat : 17643 (java) R 17617 17617 16913 0 -1 4202560 864 0 0 0 29788 2 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430561620072 140430758942491 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17644] ppid=17617 vsize=13801768 CPUtime=299.39 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17644/stat : 17644 (java) R 17617 17617 16913 0 -1 4202560 1180 0 0 0 29936 3 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430560567272 140430758721533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17645] ppid=17617 vsize=13801768 CPUtime=296.52 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17645/stat : 17645 (java) R 17617 17617 16913 0 -1 4202560 2576 0 0 0 29646 6 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430559514272 140430758942453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
[pid=17618/tid=17646] ppid=17617 vsize=13801768 CPUtime=298.89 cores=1,3,5,7,9,11,13,15
/proc/17618/task/17646/stat : 17646 (java) R 17617 17617 16913 0 -1 4202560 2490 0 0 0 29884 5 0 0 20 0 28 0 4586064 14133010432 478623 33554432000 4194304 4196468 140728600269728 140430558464832 140430758925241 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15835136 140728600274108 140728600274284 140728600274284 140728600276943 0
Current children cumulated CPU time (s) 2400.12
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 17617 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2289
# CPU time returned by wait4() is 0.002289
# while last known CPU time is 2400.12
#
# 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.12
CPU user time (s): 2398
CPU system time (s): 2.12
CPU usage (%): 793.92
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002289
maximum resident set size= 1388
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.60132 second user time and 4.32019 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 05:13:10
IDJOB=4248969
IDBENCH=134634
IDSOLVER=2625
FILE ID=node133/4248969-1500693190
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-16-ext02.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-4248969-1500693190/watcher-4248969-1500693190 -o /tmp/evaluation-result-4248969-1500693190/solver-4248969-1500693190 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1348745697 HOME/instance-4248969-1500693190.xml

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

MD5SUM BENCH= 8abff29310eab5a4cd6a8102cf358f32
RANDOM SEED=1348745697

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		: 2400.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		: 1733.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2667.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2533.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		: 2667.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		: 2267.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2400.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2400.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1733.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:        31133756 kB
MemAvailable:   31357704 kB
Buffers:          117888 kB
Cached:           385388 kB
SwapCached:            0 kB
Active:           887000 kB
Inactive:         317040 kB
Active(anon):     703368 kB
Inactive(anon):     8756 kB
Active(file):     183632 kB
Inactive(file):   308284 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25180 kB
Writeback:             0 kB
AnonPages:        710348 kB
Mapped:            42980 kB
Shmem:              8872 kB
Slab:             129960 kB
SReclaimable:      95732 kB
SUnreclaim:        34228 kB
KernelStack:        4976 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1815196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 61992 MiB
End job on node133 at 2017-07-22 05:18:12