Trace number 4245245

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? (TO) 2400.46 302.112

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K11-P04.xml
MD5SUM83a9e5860e8605726185e9821b8e29ef
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 variables561
Number of constraints255
Number of domains2
Minimum domain size253
Maximum domain size254
Distribution of domain sizes[{"size":253,"count":253},{"size":254,"count":44}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":264},{"degree":2,"count":253},{"degree":12,"count":22},{"degree":13,"count":22}]
Minimum constraint arity3
Maximum constraint arity253
Distribution of constraint arities[{"arity":3,"count":253},{"arity":44,"count":1},{"arity":253,"count":1}]
Number of extensional constraints0
Number of intensional constraints253
Distribution of constraint types[{"type":"intension","count":253},{"type":"allDifferent","count":2}]
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-4245245-1500685668.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4245245-1500685668.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.94	c solve instance...
2400.46/302.13	s UNKNOWN
2400.46/302.13	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-4245245-1500685668/watcher-4245245-1500685668 -o /tmp/evaluation-result-4245245-1500685668/solver-4245245-1500685668 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1550499086 HOME/instance-4245245-1500685668.xml 

pid=28068
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.08 15.80 13.92 10/272 28071
/proc/meminfo: memFree=31211060/32770624 swapFree=5804/222560
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 16.08 15.80 13.92 10/272 28071
/proc/meminfo: memFree=31211060/32770624 swapFree=5804/222560
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200293 s]
/proc/loadavg: 16.08 15.80 13.92 10/272 28071
/proc/meminfo: memFree=31211060/32770624 swapFree=5804/222560
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300277 s]
/proc/loadavg: 16.08 15.80 13.92 10/272 28071
/proc/meminfo: memFree=31211060/32770624 swapFree=5804/222560
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700202 s]
/proc/loadavg: 16.08 15.80 13.92 10/272 28071
/proc/meminfo: memFree=31211060/32770624 swapFree=5804/222560
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50128 s]
/proc/loadavg: 16.08 15.80 13.92 20/301 28100
/proc/meminfo: memFree=31059664/32770624 swapFree=5804/222604
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
[pid=28072] ppid=28071 vsize=13801768 CPUtime=6.9 cores=0,2,4,6,8,10,12,14
/proc/28072/stat : 28072 (java) S 28071 28071 14782 0 -1 1077944320 16935 0 0 0 681 9 0 0 20 0 28 0 3833082 14133010432 47440 33554432000 4194304 4196468 140723783258016 140723783240560 140352140463863 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
/proc/28072/statm: 3450442 47440 3241 1 0 3437675 0
[pid=28072/tid=28073] ppid=28071 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28073/stat : 28073 (java) S 28071 28071 14782 0 -1 1077944384 6928 0 0 0 88 4 0 0 20 0 28 0 3833082 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352144704640 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28075] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28075/stat : 28075 (java) S 28071 28071 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352093084816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28076] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28076/stat : 28076 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352092032016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28077] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28077/stat : 28077 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352090979216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28078] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28078/stat : 28078 (java) S 28071 28071 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352089926416 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28079] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28079/stat : 28079 (java) S 28071 28071 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352088873616 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28080] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28080/stat : 28080 (java) S 28071 28071 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352087820816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28081] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28081/stat : 28081 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352086768016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28082] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28082/stat : 28082 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 47440 33554432000 4194304 4196468 140723783258016 140352085715216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28083] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28083/stat : 28083 (java) S 28071 28071 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3833086 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351601855344 140352140475010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28084] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28084/stat : 28084 (java) S 28071 28071 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3833086 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351600801312 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28085] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28085/stat : 28085 (java) S 28071 28071 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3833087 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351599748464 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28086] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28086/stat : 28086 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833090 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351598696784 140352140482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28087] ppid=28071 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28087/stat : 28087 (java) R 28071 28071 14782 0 -1 4202560 2077 0 0 0 88 0 0 0 20 0 28 0 3833090 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351597630208 140352120315999 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28088] ppid=28071 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28088/stat : 28088 (java) R 28071 28071 14782 0 -1 4202560 1754 0 0 0 76 0 0 0 20 0 28 0 3833090 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351596577440 140352121987166 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28089] ppid=28071 vsize=13801768 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28089/stat : 28089 (java) R 28071 28071 14782 0 -1 4202560 1686 0 0 0 78 0 0 0 20 0 28 0 3833090 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351595529824 140352119719675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28090] ppid=28071 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28090/stat : 28090 (java) S 28071 28071 14782 0 -1 1077944384 2842 0 0 0 64 1 0 0 20 0 28 0 3833090 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351594485744 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28091] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28091/stat : 28091 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351593434208 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28092] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28092/stat : 28092 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351592381488 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28093] ppid=28071 vsize=13801768 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28093/stat : 28093 (java) R 28071 28071 14782 0 -1 4202560 56 0 0 0 37 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351584864704 140723783456982 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28094] ppid=28071 vsize=13801768 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28094/stat : 28094 (java) R 28071 28071 14782 0 -1 4202560 48 0 0 0 41 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351583812768 140352124774716 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28095] ppid=28071 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28095/stat : 28095 (java) R 28071 28071 14782 0 -1 4202560 50 0 0 0 35 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351582761952 140351763532804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28096] ppid=28071 vsize=13801768 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28096/stat : 28096 (java) R 28071 28071 14782 0 -1 4202560 47 0 0 0 40 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351581707768 140351769614244 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28097] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28097/stat : 28097 (java) R 28071 28071 14782 0 -1 4202560 31 0 0 0 26 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351580658264 140351769704906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28098] ppid=28071 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28098/stat : 28098 (java) R 28071 28071 14782 0 -1 4202560 35 0 0 0 34 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351579606136 140351769782713 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28099] ppid=28071 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28099/stat : 28099 (java) R 28071 28071 14782 0 -1 4202560 34 0 0 0 34 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351578549680 140351769705087 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28100] ppid=28071 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28100/stat : 28100 (java) R 28071 28071 14782 0 -1 4202560 31 0 0 0 32 0 0 0 20 0 28 0 3833177 14133010432 47440 33554432000 4194304 4196468 140723783258016 140351577501560 140351769703335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 13811280

[startup+3.10141 s]
/proc/loadavg: 16.31 15.85 13.95 19/301 28100
/proc/meminfo: memFree=30984012/32770624 swapFree=5804/222608
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
[pid=28072] ppid=28071 vsize=13801768 CPUtime=19.55 cores=0,2,4,6,8,10,12,14
/proc/28072/stat : 28072 (java) S 28071 28071 14782 0 -1 1077944320 19778 0 0 0 1938 17 0 0 20 0 28 0 3833082 14133010432 57306 33554432000 4194304 4196468 140723783258016 140723783240560 140352140463863 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
/proc/28072/statm: 3450442 57306 3256 1 0 3437675 0
[pid=28072/tid=28073] ppid=28071 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28073/stat : 28073 (java) S 28071 28071 14782 0 -1 1077944384 6928 0 0 0 88 4 0 0 20 0 28 0 3833082 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352144704640 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28075] ppid=28071 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28075/stat : 28075 (java) S 28071 28071 14782 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352093084816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28076] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28076/stat : 28076 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352092032016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28077] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28077/stat : 28077 (java) S 28071 28071 14782 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352090979216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28078] ppid=28071 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28078/stat : 28078 (java) S 28071 28071 14782 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352089926416 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28079] ppid=28071 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28079/stat : 28079 (java) S 28071 28071 14782 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352088873616 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28080] ppid=28071 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28080/stat : 28080 (java) S 28071 28071 14782 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352087820816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28081] ppid=28071 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28081/stat : 28081 (java) S 28071 28071 14782 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352086768016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28082] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28082/stat : 28082 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833083 14133010432 57306 33554432000 4194304 4196468 140723783258016 140352085715216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28083] ppid=28071 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28083/stat : 28083 (java) S 28071 28071 14782 0 -1 1077944384 83 0 0 0 1 1 0 0 20 0 28 0 3833086 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351601855344 140352140475010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28084] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28084/stat : 28084 (java) S 28071 28071 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3833086 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351600801312 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28085] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28085/stat : 28085 (java) S 28071 28071 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3833087 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351599748464 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28086] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28086/stat : 28086 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833090 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351598696784 140352140482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28087] ppid=28071 vsize=13801768 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28087/stat : 28087 (java) S 28071 28071 14782 0 -1 1077944384 2735 0 0 0 195 1 0 0 20 0 28 0 3833090 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351597644144 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28088] ppid=28071 vsize=13801768 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28088/stat : 28088 (java) S 28071 28071 14782 0 -1 1077944384 3080 0 0 0 225 0 0 0 20 0 28 0 3833090 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351596591344 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28089] ppid=28071 vsize=13801768 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28089/stat : 28089 (java) S 28071 28071 14782 0 -1 1077944384 2067 0 0 0 190 1 0 0 20 0 28 0 3833090 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351595538544 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28090] ppid=28071 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28090/stat : 28090 (java) S 28071 28071 14782 0 -1 1077944384 3022 0 0 0 78 1 0 0 20 0 28 0 3833090 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351594485744 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28091] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28091/stat : 28091 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351593434208 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28092] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28092/stat : 28092 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351592381488 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28093] ppid=28071 vsize=13801768 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28093/stat : 28093 (java) R 28071 28071 14782 0 -1 4202560 69 0 0 0 152 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351584866968 140351771487073 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28094] ppid=28071 vsize=13801768 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28094/stat : 28094 (java) R 28071 28071 14782 0 -1 4202560 57 0 0 0 155 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351583813896 140351771485445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28095] ppid=28071 vsize=13801768 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28095/stat : 28095 (java) R 28071 28071 14782 0 -1 4202560 63 0 0 0 137 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351582760920 140351771485402 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28096] ppid=28071 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28096/stat : 28096 (java) R 28071 28071 14782 0 -1 4202560 80 0 0 0 141 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351581709896 140351771487248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28097] ppid=28071 vsize=13801768 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28097/stat : 28097 (java) R 28071 28071 14782 0 -1 4202560 39 0 0 0 147 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351580657464 140351770254094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28098] ppid=28071 vsize=13801768 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28098/stat : 28098 (java) R 28071 28071 14782 0 -1 4202560 41 0 0 0 145 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351579602440 140351771251216 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28099] ppid=28071 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28099/stat : 28099 (java) R 28071 28071 14782 0 -1 4202560 70 0 0 0 141 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351578550384 140351770605318 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28100] ppid=28071 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28100/stat : 28100 (java) R 28071 28071 14782 0 -1 4202560 35 0 0 0 128 0 0 0 20 0 28 0 3833177 14133010432 57306 33554432000 4194304 4196468 140723783258016 140351577500072 140351771487294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 13811280

[startup+6.30146 s]
/proc/loadavg: 16.31 15.85 13.95 19/301 28100
/proc/meminfo: memFree=30949496/32770624 swapFree=5804/222608

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

[pid=28072/tid=28099] ppid=28071 vsize=13801768 CPUtime=279.17 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28099/stat : 28099 (java) R 28071 28071 14782 0 -1 4202560 1541 0 0 0 27917 0 0 0 20 0 28 0 3833177 14133010432 91396 33554432000 4194304 4196468 140723783258016 140351578550968 140351770015947 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28100] ppid=28071 vsize=13801768 CPUtime=278.79 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28100/stat : 28100 (java) R 28071 28071 14782 0 -1 4202560 1449 0 0 0 27877 2 0 0 20 0 28 0 3833177 14133010432 91396 33554432000 4194304 4196468 140723783258016 140351577498040 140351772864855 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
Current children cumulated CPU time (s) 2242.83
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.101 s]
/proc/loadavg: 15.31 15.75 14.44 17/302 28207
/proc/meminfo: memFree=30688204/32770624 swapFree=5804/223144
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
[pid=28072] ppid=28071 vsize=13801768 CPUtime=2400.46 cores=0,2,4,6,8,10,12,14
/proc/28072/stat : 28072 (java) S 28071 28071 14782 0 -1 1077944320 65575 0 0 0 239915 131 0 0 20 0 28 0 3833082 14133010432 86520 33554432000 4194304 4196468 140723783258016 140723783240560 140352140463863 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
/proc/28072/statm: 3450442 86520 3280 1 0 3437675 0
[pid=28072/tid=28073] ppid=28071 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28073/stat : 28073 (java) S 28071 28071 14782 0 -1 1077944384 6928 0 0 0 88 4 0 0 20 0 28 0 3833082 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352144704640 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28075] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28075/stat : 28075 (java) S 28071 28071 14782 0 -1 1077944384 2037 0 0 0 15 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352093084816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28076] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28076/stat : 28076 (java) S 28071 28071 14782 0 -1 1077944384 1820 0 0 0 17 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352092032016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28077] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28077/stat : 28077 (java) S 28071 28071 14782 0 -1 1077944384 653 0 0 0 16 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352090979216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28078] ppid=28071 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28078/stat : 28078 (java) S 28071 28071 14782 0 -1 1077944384 512 0 0 0 17 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352089926416 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28079] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28079/stat : 28079 (java) S 28071 28071 14782 0 -1 1077944384 577 0 0 0 16 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352088873616 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28080] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28080/stat : 28080 (java) S 28071 28071 14782 0 -1 1077944384 1526 0 0 0 16 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352087820816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28081] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28081/stat : 28081 (java) S 28071 28071 14782 0 -1 1077944384 1552 0 0 0 16 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352086768016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28082] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28082/stat : 28082 (java) S 28071 28071 14782 0 -1 1077944384 435 0 0 0 17 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352085715216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28083] ppid=28071 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28083/stat : 28083 (java) S 28071 28071 14782 0 -1 1077944384 2335 0 0 0 10 14 0 0 20 0 28 0 3833086 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351601855344 140352140475010 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28084] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28084/stat : 28084 (java) S 28071 28071 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3833086 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351600801312 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28085] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28085/stat : 28085 (java) S 28071 28071 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3833087 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351599748464 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28086] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28086/stat : 28086 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351598696784 140352140482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28087] ppid=28071 vsize=13801768 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28087/stat : 28087 (java) S 28071 28071 14782 0 -1 1077944384 7770 0 0 0 322 1 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351597644144 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28088] ppid=28071 vsize=13801768 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28088/stat : 28088 (java) S 28071 28071 14782 0 -1 1077944384 9519 0 0 0 366 1 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351596591344 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28089] ppid=28071 vsize=13801768 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28089/stat : 28089 (java) S 28071 28071 14782 0 -1 1077944384 10325 0 0 0 318 2 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351595538544 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28090] ppid=28071 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28090/stat : 28090 (java) S 28071 28071 14782 0 -1 1077944384 7302 0 0 0 95 2 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351594485744 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28091] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28091/stat : 28091 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351593434208 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28092] ppid=28071 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28092/stat : 28092 (java) S 28071 28071 14782 0 -1 1077944384 431 0 0 0 6 6 0 0 20 0 28 0 3833091 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351592381488 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28093] ppid=28071 vsize=13801768 CPUtime=297.35 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28093/stat : 28093 (java) R 28071 28071 14782 0 -1 4202560 1541 0 0 0 29733 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351584865288 140351771485177 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28094] ppid=28071 vsize=13801768 CPUtime=297.87 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28094/stat : 28094 (java) R 28071 28071 14782 0 -1 4202560 1023 0 0 0 29786 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351583813944 140351769836410 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28095] ppid=28071 vsize=13801768 CPUtime=297.99 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28095/stat : 28095 (java) R 28071 28071 14782 0 -1 4202560 1751 0 0 0 29798 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351582760560 140351771485478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28096] ppid=28071 vsize=13801768 CPUtime=298.9 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28096/stat : 28096 (java) R 28071 28071 14782 0 -1 4202560 1363 0 0 0 29889 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351581708008 140351772864832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28097] ppid=28071 vsize=13801768 CPUtime=298.73 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28097/stat : 28097 (java) R 28071 28071 14782 0 -1 4202560 1240 0 0 0 29871 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351580655208 140351771485337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28098] ppid=28071 vsize=13801768 CPUtime=297.65 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28098/stat : 28098 (java) R 28071 28071 14782 0 -1 4202560 635 0 0 0 29764 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351579602744 140351771487055 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28099] ppid=28071 vsize=13801768 CPUtime=298.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28099/stat : 28099 (java) R 28071 28071 14782 0 -1 4202560 1545 0 0 0 29892 0 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351578550968 140351770015368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28100] ppid=28071 vsize=13801768 CPUtime=298.33 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28100/stat : 28100 (java) R 28071 28071 14782 0 -1 4202560 1460 0 0 0 29831 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351577500272 140351771487373 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
Current children cumulated CPU time (s) 2400.46
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 28072 sig 9
??? kill 28071 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+302.101 s]
/proc/loadavg: 15.31 15.75 14.44 17/302 28207
/proc/meminfo: memFree=30688204/32770624 swapFree=5804/223144
[pid=28071] ppid=28068 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28071/stat : 28071 (xcsp3-exec) S 28068 28071 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3833082 9740288 346 33554432000 4194304 5098028 140731549256128 140731549254232 139712764904060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38817792 140731549258894 140731549259104 140731549259104 140731549261803 0
/proc/28071/statm: 2378 346 289 221 0 87 0
[pid=28072] ppid=28071 vsize=13801768 CPUtime=2400.46 cores=0,2,4,6,8,10,12,14
/proc/28072/stat : 28072 (java) S 28071 28071 14782 0 -1 1077944320 65575 0 0 0 239915 131 0 0 20 0 28 0 3833082 14133010432 86520 33554432000 4194304 4196468 140723783258016 140723783240560 140352140463863 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
/proc/28072/statm: 3450442 86520 3280 1 0 3437675 0
[pid=28072/tid=28073] ppid=28071 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28073/stat : 28073 (java) S 28071 28071 14782 0 -1 1077944384 6928 0 0 0 88 4 0 0 20 0 28 0 3833082 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352144704640 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28075] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28075/stat : 28075 (java) S 28071 28071 14782 0 -1 1077944384 2037 0 0 0 15 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352093084816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28076] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28076/stat : 28076 (java) S 28071 28071 14782 0 -1 1077944384 1820 0 0 0 17 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352092032016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28077] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28077/stat : 28077 (java) S 28071 28071 14782 0 -1 1077944384 653 0 0 0 16 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352090979216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28078] ppid=28071 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28078/stat : 28078 (java) S 28071 28071 14782 0 -1 1077944384 512 0 0 0 17 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352089926416 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28079] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28079/stat : 28079 (java) S 28071 28071 14782 0 -1 1077944384 577 0 0 0 16 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352088873616 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28080] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28080/stat : 28080 (java) S 28071 28071 14782 0 -1 1077944384 1526 0 0 0 16 11 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352087820816 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28081] ppid=28071 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28081/stat : 28081 (java) S 28071 28071 14782 0 -1 1077944384 1552 0 0 0 16 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352086768016 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28082] ppid=28071 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28082/stat : 28082 (java) S 28071 28071 14782 0 -1 1077944384 435 0 0 0 17 10 0 0 20 0 28 0 3833083 14133010432 86520 33554432000 4194304 4196468 140723783258016 140352085715216 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28083] ppid=28071 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28083/stat : 28083 (java) S 28071 28071 14782 0 -1 1077944384 2335 0 0 0 10 14 0 0 20 0 28 0 3833086 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351601855344 140352140475010 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28084] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28084/stat : 28084 (java) S 28071 28071 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3833086 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351600801312 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28085] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28085/stat : 28085 (java) S 28071 28071 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3833087 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351599748464 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28086] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28086/stat : 28086 (java) S 28071 28071 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351598696784 140352140482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28087] ppid=28071 vsize=13801768 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28087/stat : 28087 (java) S 28071 28071 14782 0 -1 1077944384 7770 0 0 0 322 1 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351597644144 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28088] ppid=28071 vsize=13801768 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28088/stat : 28088 (java) S 28071 28071 14782 0 -1 1077944384 9519 0 0 0 366 1 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351596591344 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28089] ppid=28071 vsize=13801768 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28089/stat : 28089 (java) S 28071 28071 14782 0 -1 1077944384 10325 0 0 0 318 2 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351595538544 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28090] ppid=28071 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28090/stat : 28090 (java) S 28071 28071 14782 0 -1 1077944384 7302 0 0 0 95 2 0 0 20 0 28 0 3833090 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351594485744 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28091] ppid=28071 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28091/stat : 28091 (java) S 28071 28071 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3833091 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351593434208 140352140474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28092] ppid=28071 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28092/stat : 28092 (java) S 28071 28071 14782 0 -1 1077944384 431 0 0 0 6 6 0 0 20 0 28 0 3833091 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351592381488 140352140475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28093] ppid=28071 vsize=13801768 CPUtime=297.35 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28093/stat : 28093 (java) R 28071 28071 14782 0 -1 4202560 1541 0 0 0 29733 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351584865288 140351771485177 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28094] ppid=28071 vsize=13801768 CPUtime=297.87 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28094/stat : 28094 (java) R 28071 28071 14782 0 -1 4202560 1023 0 0 0 29786 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351583813944 140351769836410 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28095] ppid=28071 vsize=13801768 CPUtime=297.99 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28095/stat : 28095 (java) R 28071 28071 14782 0 -1 4202560 1751 0 0 0 29798 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351582760560 140351771485478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28096] ppid=28071 vsize=13801768 CPUtime=298.9 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28096/stat : 28096 (java) R 28071 28071 14782 0 -1 4202560 1363 0 0 0 29889 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351581708008 140351772864832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28097] ppid=28071 vsize=13801768 CPUtime=298.73 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28097/stat : 28097 (java) R 28071 28071 14782 0 -1 4202560 1240 0 0 0 29871 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351580655208 140351771485337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28098] ppid=28071 vsize=13801768 CPUtime=297.65 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28098/stat : 28098 (java) R 28071 28071 14782 0 -1 4202560 635 0 0 0 29764 1 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351579602744 140351771487055 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28099] ppid=28071 vsize=13801768 CPUtime=298.92 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28099/stat : 28099 (java) R 28071 28071 14782 0 -1 4202560 1545 0 0 0 29892 0 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351578550968 140351770015368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
[pid=28072/tid=28100] ppid=28071 vsize=13801768 CPUtime=298.33 cores=0,2,4,6,8,10,12,14
/proc/28072/task/28100/stat : 28100 (java) R 28071 28071 14782 0 -1 4202560 1460 0 0 0 29831 2 0 0 20 0 28 0 3833177 14133010432 86520 33554432000 4194304 4196468 140723783258016 140351577500272 140351771487373 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27987968 140723783259324 140723783259500 140723783259500 140723783262159 0
Current children cumulated CPU time (s) 2400.46
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 28071 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=981
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1962
# CPU time returned by wait4() is 0.002943
# while last known CPU time is 2400.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.112
CPU time (s): 2400.46
CPU user time (s): 2399.15
CPU system time (s): 1.31
CPU usage (%): 794.56
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000981
system time used= 0.001962
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
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.39191 second user time and 3.97699 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 03:07:48
IDJOB=4245245
IDBENCH=120746
IDSOLVER=2626
FILE ID=node143/4245245-1500685668
RUNJOBID= node143-1500683785-15435
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K11-P04.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-4245245-1500685668/watcher-4245245-1500685668 -o /tmp/evaluation-result-4245245-1500685668/solver-4245245-1500685668 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1550499086 HOME/instance-4245245-1500685668.xml

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

MD5SUM BENCH= 83a9e5860e8605726185e9821b8e29ef
RANDOM SEED=1550499086

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31211868 kB
MemAvailable:   31308184 kB
Buffers:           80580 kB
Cached:           314700 kB
SwapCached:            0 kB
Active:           930988 kB
Inactive:         231308 kB
Active(anon):     769972 kB
Inactive(anon):     8748 kB
Active(file):     161016 kB
Inactive(file):   222560 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        772944 kB
Mapped:            43056 kB
Shmem:              8884 kB
Slab:              91184 kB
SReclaimable:      57148 kB
SUnreclaim:        34036 kB
KernelStack:        4640 kB
PageTables:         6764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2138864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 03:12:50