Trace number 4281758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)3 2520.04 2514.72

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281758-1503150237.xml"  -tl '2520s' -p 1 -x 0
0.06/0.29	c [HOME/instance-4281758-1503150237.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
1.56/0.82	c solve instance...
16.73/14.04	o 0 
75.69/71.63	o 1 
112.56/108.32	o 2 
1743.41/1738.46	o 3 
2520.00/2514.71	s SATISFIABLE
2520.00/2514.71	v <instantiation>
2520.00/2514.71	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
2520.00/2514.71	v 	<values>3 498 485 0 471 265 261 464 269 262 451 276 273 450 276 274 449 276 275 427 292 278 424 369 0 405 297 281 403 317 259 400 287 279 394 355 250 388 310 275 380 321 253 375 304 284 374 374 252 368 300 284 365 357 250 344 322 250 339 322 0 337 328 252 0 0 0 0 0 0 0 0 0 </values>
2520.00/2514.71	v </instantiation>
2520.00/2514.71	c Unexpected resolution interruption!

Verifier Data

OK	3

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14960 MiB free)
  memory of node 1: 16384 MiB (15244 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281758-1503150237/watcher-4281758-1503150237 -o /tmp/evaluation-result-4281758-1503150237/solver-4281758-1503150237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1756231640 HOME/instance-4281758-1503150237.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5902, runsolver pid=5899

[startup+0.100084 s]*
/proc/loadavg: 1.45 1.49 1.53 3/197 5904
/proc/meminfo: memFree=30930720/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=11642956 memory=8044 CPUtime=0 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 1776 0 0 0 0 0 0 0 20 0 2 0 117216741 11922386944 2011 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 2910739 2011 1142 1 0 2900709 0
[pid=5904/tid=5905] ppid=5902 vsize=13355668 memory=1404226546252096138 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 1002 0 0 0 0 0 0 0 20 0 6 0 117216741 13676204032 2468 18446744073709551615 4194304 4196468 140729044742384 140104109979752 140104091818951 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13355668 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 117216742 13676204032 2468 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13356504 memory=140590025799296 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 117216742 13677060096 2468 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 117216742 13677060096 2533 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13356504 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 117216742 13677060096 2533 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11652468 KiB
Current children cumulated memory: 9424 KiB

[startup+0.209868 s]*
/proc/loadavg: 1.45 1.49 1.53 4/211 5918
/proc/meminfo: memFree=30918400/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13974352 memory=23188 CPUtime=0.06 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 5259 0 0 0 6 0 0 0 20 0 15 0 117216741 14309736448 5797 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3493588 5797 2700 1 0 3482964 0
[pid=5904/tid=5905] ppid=5902 vsize=13974352 memory=7022364594140610616 CPUtime=0.05 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 3431 0 0 0 5 0 0 0 20 0 15 0 117216741 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140104109963664 140104091806094 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13974352 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13974352 memory=140590025862839 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13974352 memory=140590025799296 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216743 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117216743 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117216744 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13974352 memory=140590025799296 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13974352 memory=140590025799296 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216751 14309736448 5863 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24568 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.45 1.49 1.53 4/211 5918
/proc/meminfo: memFree=30903540/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13974352 memory=36756 CPUtime=0.25 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 8769 0 0 0 23 2 0 0 20 0 15 0 117216741 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3493588 9189 2966 1 0 3482964 0
[pid=5904/tid=5905] ppid=5902 vsize=13974352 memory=6933928925625698159 CPUtime=0.15 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 6110 0 0 0 14 1 0 0 20 0 15 0 117216741 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140104109954304 140104089818462 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216743 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117216743 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117216744 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 117216746 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 117216746 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13974352 memory=140590025799296 CPUtime=0.05 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 679 0 0 0 5 0 0 0 20 0 15 0 117216746 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13974352 memory=140590025799296 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216751 14309736448 9189 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38136 KiB

[startup+0.701068 s]
/proc/loadavg: 1.45 1.49 1.53 3/211 5918
/proc/meminfo: memFree=30895128/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13978684 memory=77208 CPUtime=1.22 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 12991 0 0 0 118 4 0 0 20 0 15 0 117216741 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3494671 19302 3162 1 0 3482964 0
[pid=5904/tid=5905] ppid=5902 vsize=13978684 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 7986 0 0 0 51 2 0 0 20 0 15 0 117216741 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140104109975264 140103732316236 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13978684 memory=40 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13978684 memory=754 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13978684 memory=439 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216742 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13978684 memory=3998 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13978684 memory=281179832065512 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117216743 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13978684 memory=281179832172432 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117216743 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13978684 memory=4596 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117216744 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) R 5902 5902 28892 0 -1 4202560 1011 0 0 0 20 0 0 0 20 0 15 0 117216746 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103646983824 140104086373859 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) R 5902 5902 28892 0 -1 4202560 1211 0 0 0 20 0 0 0 20 0 15 0 117216746 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103577998128 140104087282464 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13978684 memory=8708 CPUtime=0.24 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 1476 0 0 0 24 0 0 0 20 0 15 0 117216746 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13978684 memory=-1891255765032775953 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216751 14314172416 19302 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 78588 KiB

[startup+1.50086 s]
/proc/loadavg: 1.45 1.49 1.53 4/211 5918
/proc/meminfo: memFree=30852812/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13980732 memory=93188 CPUtime=2.73 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 17109 0 0 0 268 5 0 0 20 0 15 0 117216741 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3495183 23297 3175 1 0 3483476 0
[pid=5904/tid=5905] ppid=5902 vsize=13980732 memory=165990352594995 CPUtime=1.33 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 8988 0 0 0 130 3 0 0 20 0 15 0 117216741 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140104109972608 140103733043370 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13980732 memory=3546949985758163559 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117216742 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13980732 memory=281179831995120 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117216742 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13980732 memory=281179831995184 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 117216743 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13980732 memory=40 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117216743 14316269568 23297 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13980732 memory=754 CPUtime=0 cores=0,2,4,6

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

/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117216744 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13980732 memory=1380 CPUtime=2.09 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 17451 0 0 0 207 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13980732 memory=1380 CPUtime=2.19 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 16075 0 0 0 217 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.53 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 7848 0 0 0 51 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.71 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1816 0 0 0 31 40 0 0 20 0 15 0 117216751 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 2447.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 226668 KiB

[startup+2502.3 s]
/proc/loadavg: 1.83 1.75 1.78 3/215 6204
/proc/meminfo: memFree=30178344/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13980732 memory=225288 CPUtime=2507.6 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 69771 0 0 0 250722 38 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3495183 56322 3215 1 0 3483476 0
[pid=5904/tid=5905] ppid=5902 vsize=13980732 memory=225288 CPUtime=2501.88 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 20986 0 0 0 250183 5 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104109976664 140103733043433 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 682 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 752 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13980732 memory=7680170660397595203 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13980732 memory=1296 CPUtime=0.04 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 1873 0 0 0 3 1 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13980732 memory=225288 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117216744 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13980732 memory=225288 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13980732 memory=1380 CPUtime=2.09 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 17454 0 0 0 207 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13980732 memory=1380 CPUtime=2.19 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 16077 0 0 0 217 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.53 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 7850 0 0 0 51 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13980732 memory=225288 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1848 0 0 0 32 40 0 0 20 0 15 0 117216751 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 2507.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 226668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.7 s]
/proc/loadavg: 1.79 1.74 1.78 3/215 6204
/proc/meminfo: memFree=30178344/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13980732 memory=225288 CPUtime=2520 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 69776 0 0 0 251962 38 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3495183 56322 3215 1 0 3483476 0
[pid=5904/tid=5905] ppid=5902 vsize=13980732 memory=225288 CPUtime=2514.28 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 20991 0 0 0 251423 5 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104109976664 140103733043930 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 682 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 752 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.04 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 1873 0 0 0 3 1 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13980732 memory=225288 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117216744 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13980732 memory=225288 CPUtime=2.09 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 17454 0 0 0 207 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13980732 memory=225288 CPUtime=2.19 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 16077 0 0 0 217 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13980732 memory=4 CPUtime=0.53 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 7850 0 0 0 51 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13980732 memory=739944 CPUtime=0.73 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1848 0 0 0 32 41 0 0 20 0 15 0 117216751 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 226668 KiB

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

[startup+2514.71 s]
# the end of solver process 5902 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000922 s, system=0.000922 s

[startup+2514.72 s]
# the end of solver process 5904 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.65 s, system=0.391967 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2514.7 s]
/proc/loadavg: 1.79 1.74 1.78 3/215 6204
/proc/meminfo: memFree=30178344/32770624 swapFree=67108860/67108860
[pid=5902] ppid=5899 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5902/stat : 5902 (xcsp3-exec) S 5899 5902 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117216731 9740288 345 18446744073709551615 4194304 5098028 140736995729376 140736995727480 140339569619580 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17817600 140736995733880 140736995734085 140736995734085 140736995737579 0
/proc/5902/statm: 2378 345 289 221 0 87 0
[pid=5904] ppid=5902 vsize=13980732 memory=225288 CPUtime=2520 cores=0,2,4,6
/proc/5904/stat : 5904 (java) S 5902 5902 28892 0 -1 1077944320 69776 0 0 0 251962 38 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140729044724928 140104105737975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
/proc/5904/statm: 3495183 56322 3215 1 0 3483476 0
[pid=5904/tid=5905] ppid=5902 vsize=13980732 memory=225288 CPUtime=2514.28 cores=0,2,4,6
/proc/5904/task/5905/stat : 5905 (java) R 5902 5902 28892 0 -1 4202560 20991 0 0 0 251423 5 0 0 20 0 15 0 117216741 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104109976664 140103733043930 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5906] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5906/stat : 5906 (java) S 5902 5902 28892 0 -1 1077944384 682 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104062704784 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5907] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5907/stat : 5907 (java) S 5902 5902 28892 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104061651984 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5908] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5908/stat : 5908 (java) S 5902 5902 28892 0 -1 1077944384 752 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104060599184 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5909] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.01 cores=0,2,4,6
/proc/5904/task/5909/stat : 5909 (java) S 5902 5902 28892 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 117216742 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140104059546384 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5910] ppid=5902 vsize=13980732 memory=225288 CPUtime=0.04 cores=0,2,4,6
/proc/5904/task/5910/stat : 5910 (java) S 5902 5902 28892 0 -1 1077944384 1873 0 0 0 3 1 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103651207536 140104105749122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5911] ppid=5902 vsize=13980732 memory=225288 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5911/stat : 5911 (java) S 5902 5902 28892 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 117216743 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103650153504 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5912] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5912/stat : 5912 (java) S 5902 5902 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117216744 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103649100656 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5913] ppid=5902 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5913/stat : 5913 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103648048976 140104105756571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5914] ppid=5902 vsize=13980732 memory=225288 CPUtime=2.09 cores=0,2,4,6
/proc/5904/task/5914/stat : 5914 (java) S 5902 5902 28892 0 -1 1077944384 17454 0 0 0 207 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103646997360 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5915] ppid=5902 vsize=13980732 memory=225288 CPUtime=2.19 cores=0,2,4,6
/proc/5904/task/5915/stat : 5915 (java) S 5902 5902 28892 0 -1 1077944384 16077 0 0 0 217 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103578020592 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5916] ppid=5902 vsize=13980732 memory=4 CPUtime=0.53 cores=0,2,4,6
/proc/5904/task/5916/stat : 5916 (java) S 5902 5902 28892 0 -1 1077944384 7850 0 0 0 51 2 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103576967792 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5917] ppid=5902 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5904/task/5917/stat : 5917 (java) S 5902 5902 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117216746 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103575915232 140104105748181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
[pid=5904/tid=5918] ppid=5902 vsize=13980732 memory=739944 CPUtime=0.73 cores=0,2,4,6
/proc/5904/task/5918/stat : 5918 (java) S 5902 5902 28892 0 -1 1077944384 1848 0 0 0 32 41 0 0 20 0 15 0 117216751 14316269568 56322 18446744073709551615 4194304 4196468 140729044742384 140103574862512 140104105749122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 7393280 140729044746673 140729044746849 140729044746849 140729044750287 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 226668 KiB

Child status: 143
Real time (s): 2514.72
CPU time (s): 2520.04
CPU user time (s): 2519.65
CPU system time (s): 0.391967
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 226668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.65
system time used= 0.391967
maximum resident set size= 229492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56915
involuntary context switches= 2782


# summary of solver processes directly reported to runsolver:
#   pid: 5902,5904
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.65
#   total CPU system time (s): 0.391967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2189 second user time and 22.0183 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 15:29:46
IDJOB=4281758
IDBENCH=136037
IDSOLVER=2677
FILE ID=node127/4281758-1503150237
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281758-1503150237/watcher-4281758-1503150237 -o /tmp/evaluation-result-4281758-1503150237/solver-4281758-1503150237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1756231640 HOME/instance-4281758-1503150237.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=1756231640

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30930756 kB
MemAvailable:   31765868 kB
Buffers:          298680 kB
Cached:           838460 kB
SwapCached:            0 kB
Active:          1018652 kB
Inactive:         373612 kB
Active(anon):     205956 kB
Inactive(anon):    99188 kB
Active(file):     812696 kB
Inactive(file):   274424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:            16 kB
AnonPages:        255116 kB
Mapped:            73544 kB
Shmem:             49828 kB
Slab:             153928 kB
SReclaimable:     127652 kB
SUnreclaim:        26276 kB
KernelStack:        3440 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1173704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 16:11:40