Trace number 4271966

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 5a (2017-07-26)? (TO) 2520.1001 2482.3201

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271966-1502809952.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4271966-1502809952.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
1.74/0.73	c solve instance...
2520.06/2482.30	s UNKNOWN
2520.06/2482.30	c Unexpected resolution interruption!

Verifier Data


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 (15260 MiB free)
  memory of node 1: 16384 MiB (13233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271966-1502809952/watcher-4271966-1502809952 -o /tmp/evaluation-result-4271966-1502809952/solver-4271966-1502809952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30226 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1131706772 HOME/instance-4271966-1502809952.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=3341, runsolver pid=3338

[startup+0.100095 s]*
/proc/loadavg: 1.75 1.49 1.46 4/217 3357
/proc/meminfo: memFree=29159856/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13978596 memory=28096 CPUtime=0.12 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 5446 0 0 0 11 1 0 0 20 0 15 0 114083455 14314082304 7024 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3494649 7024 2831 1 0 3482966 0
[pid=3343/tid=3344] ppid=3341 vsize=13978596 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 3463 0 0 0 8 0 0 0 20 0 15 0 114083456 14314082304 7024 33554432000 4194304 4196468 140724852372480 140425914505648 140425894360414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13978596 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14314082304 7024 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13978596 memory=140032482649728 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14314082304 7024 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14314082304 7024 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14314082304 7024 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13978596 memory=140032482649728 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083458 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114083458 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424821700000 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114083458 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424820647408 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13978596 memory=140032482649728 CPUtime=0.01 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13978596 memory=140032482649728 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083461 14314082304 7024 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29480 KiB

[startup+0.210932 s]*
/proc/loadavg: 1.75 1.49 1.46 3/217 3357
/proc/meminfo: memFree=29148592/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13982852 memory=40368 CPUtime=0.33 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 8121 0 0 0 31 2 0 0 20 0 15 0 114083455 14318440448 10092 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3495713 10092 3065 1 0 3482966 0
[pid=3343/tid=3344] ppid=3341 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 5267 0 0 0 18 1 0 0 20 0 15 0 114083456 14318440448 10092 33554432000 4194304 4196468 140724852372480 140425914501952 140425902959149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13982852 memory=4294976255 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 10092 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13982852 memory=140032482675518 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 10092 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 10092 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 10092 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13982852 memory=140032482649728 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083458 14318440448 10092 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114083458 14318440448 10092 33554432000 4194304 4196468 140724852372480 140424821700000 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114083458 14318473216 10092 33554432000 4194304 4196468 140724852372480 140424820647408 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14318473216 10092 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13982884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 428 0 0 0 3 0 0 0 20 0 15 0 114083461 14318473216 10092 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 114083461 14318440448 10112 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13982852 memory=140032482649728 CPUtime=0.08 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) R 3341 3341 30195 0 -1 4202560 752 0 0 0 8 0 0 0 20 0 15 0 114083461 14318440448 10112 33554432000 4194304 4196468 140724852372480 140424816437488 140425895355566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14318440448 10112 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083461 14318440448 10112 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41752 KiB

[startup+0.31563 s]*
/proc/loadavg: 1.75 1.49 1.46 5/217 3357
/proc/meminfo: memFree=29141768/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13982852 memory=48628 CPUtime=0.52 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 9320 0 0 0 49 3 0 0 20 0 15 0 114083455 14318440448 12157 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3495713 12157 3130 1 0 3482966 0
[pid=3343/tid=3344] ppid=3341 vsize=13982852 memory=7310027617963868211 CPUtime=0.3 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) S 3341 3341 30195 0 -1 1077944384 5929 0 0 0 28 2 0 0 20 0 15 0 114083456 14318440448 12157 33554432000 4194304 4196468 140724852372480 140425914517664 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13982852 memory=288230608969409282 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 12157 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13982852 memory=15818893688570054 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 12157 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 12157 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14318440448 12157 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083458 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114083458 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424821700000 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114083458 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424820647408 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) R 3341 3341 30195 0 -1 4202560 510 0 0 0 5 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424818528376 140425902569309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) R 3341 3341 30195 0 -1 4202560 635 0 0 0 3 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424817471048 140425891798325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) D 3341 3341 30195 0 -1 4202560 944 0 0 0 12 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424816434424 140425902997079 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083461 14318440448 12157 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 50012 KiB

[startup+0.702154 s]
/proc/loadavg: 1.75 1.49 1.46 5/217 3357
/proc/meminfo: memFree=29103980/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13984976 memory=109656 CPUtime=1.74 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 12405 0 0 0 170 4 0 0 20 0 15 0 114083455 14320615424 27414 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3496244 27414 3204 1 0 3483478 0
[pid=3343/tid=3344] ppid=3341 vsize=13984976 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 6615 0 0 0 64 3 0 0 20 0 15 0 114083456 14320615424 27414 33554432000 4194304 4196468 140724852372480 140425914510576 140425910301853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14320615424 27414 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14320615424 27414 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083456 14320615424 27414 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114083456 14320615424 27414 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13984976 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424821700000 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424820647408 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13984976 memory=4316 CPUtime=0.38 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) R 3341 3341 30195 0 -1 4202560 1591 0 0 0 38 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424818541760 140425889936345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13984976 memory=2196 CPUtime=0.35 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) R 3341 3341 30195 0 -1 4202560 1297 0 0 0 35 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424817468672 140425893855230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13984976 memory=6760 CPUtime=0.31 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 1596 0 0 0 31 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13984976 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 27414 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 111040 KiB

[startup+1.50081 s]
/proc/loadavg: 1.75 1.49 1.46 4/217 3357
/proc/meminfo: memFree=29069112/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0

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

/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424820647424 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13984976 memory=2619304 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13984976 memory=4136 CPUtime=3.46 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 20898 0 0 0 344 2 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13984976 memory=32388 CPUtime=3.19 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 20573 0 0 0 318 1 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13984976 memory=1296 CPUtime=0.76 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 10448 0 0 0 74 2 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13984976 memory=8572 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13984976 memory=1724 CPUtime=1.22 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1943 0 0 0 60 62 0 0 20 0 15 0 114083461 14320615424 654826 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 2418.35 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2620688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 2.04 1.98 3/217 3530
/proc/meminfo: memFree=26016220/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13984976 memory=2565104 CPUtime=2480.07 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 246843 0 0 0 247695 312 0 0 20 0 15 0 114083455 14320615424 641276 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3496244 641276 3289 1 0 3483478 0
[pid=3343/tid=3344] ppid=3341 vsize=13984976 memory=2564924 CPUtime=2431.6 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 130419 0 0 0 243098 62 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425914519328 140425521959243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13984976 memory=2564924 CPUtime=9.7 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 9551 0 0 0 922 48 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13984976 memory=2564924 CPUtime=9.66 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 9548 0 0 0 919 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13984976 memory=2564924 CPUtime=9.69 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 10272 0 0 0 922 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13984976 memory=2564924 CPUtime=9.68 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 12213 0 0 0 921 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13984976 memory=1384 CPUtime=0.98 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 19541 0 0 0 93 5 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424821700064 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424820647424 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13984976 memory=2565104 CPUtime=3.46 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 20901 0 0 0 344 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13984976 memory=1384 CPUtime=3.19 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 20582 0 0 0 318 1 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 10452 0 0 0 74 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13984976 memory=1384 CPUtime=1.25 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1972 0 0 0 62 63 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 2480.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2566488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.3 s]
/proc/loadavg: 1.99 2.04 1.98 3/217 3530
/proc/meminfo: memFree=25983700/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13984976 memory=2565104 CPUtime=2520.06 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 247483 0 0 0 251694 312 0 0 20 0 15 0 114083455 14320615424 641276 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3496244 641276 3289 1 0 3483478 0
[pid=3343/tid=3344] ppid=3341 vsize=13984976 memory=2565104 CPUtime=2471.59 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 131055 0 0 0 247097 62 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425914519328 140425520586643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.7 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 9551 0 0 0 922 48 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.66 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 9548 0 0 0 919 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13984976 memory=1384 CPUtime=9.69 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 10272 0 0 0 922 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.68 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 12213 0 0 0 921 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0.98 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 19541 0 0 0 93 5 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424821700064 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424820647424 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13984976 memory=1384 CPUtime=3.46 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 20901 0 0 0 344 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13984976 memory=2565104 CPUtime=3.19 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 20582 0 0 0 318 1 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 10452 0 0 0 74 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13984976 memory=2565104 CPUtime=1.27 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1976 0 0 0 63 64 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2566488 KiB

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

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

[startup+2482.32 s]
# the end of solver process 3343 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.96 s, system=3.14459 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+2482.3 s]
/proc/loadavg: 1.99 2.04 1.98 3/217 3530
/proc/meminfo: memFree=25983700/32770624 swapFree=67108860/67108860
[pid=3341] ppid=3338 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/3341/stat : 3341 (xcsp3-exec) S 3338 3341 30195 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114083455 9740288 346 33554432000 4194304 5098028 140720734810560 140720734808664 140188159046268 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39665664 140720734819438 140720734819643 140720734819643 140720734822379 0
/proc/3341/statm: 2378 346 289 221 0 87 0
[pid=3343] ppid=3341 vsize=13984976 memory=2565104 CPUtime=2520.06 cores=0,2,4,6
/proc/3343/stat : 3343 (java) S 3341 3341 30195 0 -1 1077944320 247483 0 0 0 251694 312 0 0 20 0 15 0 114083455 14320615424 641276 33554432000 4194304 4196468 140724852372480 140724852355024 140425910279927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
/proc/3343/statm: 3496244 641276 3289 1 0 3483478 0
[pid=3343/tid=3344] ppid=3341 vsize=13984976 memory=2565104 CPUtime=2471.59 cores=0,2,4,6
/proc/3343/task/3344/stat : 3344 (java) R 3341 3341 30195 0 -1 4202560 131055 0 0 0 247097 62 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425914519328 140425520586643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3345] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.7 cores=0,2,4,6
/proc/3343/task/3345/stat : 3345 (java) S 3341 3341 30195 0 -1 1077944384 9551 0 0 0 922 48 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425840367888 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3346] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.66 cores=0,2,4,6
/proc/3343/task/3346/stat : 3346 (java) S 3341 3341 30195 0 -1 1077944384 9548 0 0 0 919 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425839315344 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3347] ppid=3341 vsize=13984976 memory=1384 CPUtime=9.69 cores=0,2,4,6
/proc/3343/task/3347/stat : 3347 (java) S 3341 3341 30195 0 -1 1077944384 10272 0 0 0 922 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425838262800 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3348] ppid=3341 vsize=13984976 memory=2565104 CPUtime=9.68 cores=0,2,4,6
/proc/3343/task/3348/stat : 3348 (java) S 3341 3341 30195 0 -1 1077944384 12213 0 0 0 921 47 0 0 20 0 15 0 114083456 14320615424 641276 33554432000 4194304 4196468 140724852372480 140425837210256 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3349] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0.98 cores=0,2,4,6
/proc/3343/task/3349/stat : 3349 (java) S 3341 3341 30195 0 -1 1077944384 19541 0 0 0 93 5 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424822753776 140425910291074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3350] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3350/stat : 3350 (java) S 3341 3341 30195 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424821700064 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3351] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3351/stat : 3351 (java) S 3341 3341 30195 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 114083458 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424820647424 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3352] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3352/stat : 3352 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424819595984 140425910298523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3353] ppid=3341 vsize=13984976 memory=1384 CPUtime=3.46 cores=0,2,4,6
/proc/3343/task/3353/stat : 3353 (java) S 3341 3341 30195 0 -1 1077944384 20901 0 0 0 344 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424818542576 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3354] ppid=3341 vsize=13984976 memory=2565104 CPUtime=3.19 cores=0,2,4,6
/proc/3343/task/3354/stat : 3354 (java) S 3341 3341 30195 0 -1 1077944384 20582 0 0 0 318 1 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424817490032 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3355] ppid=3341 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/3343/task/3355/stat : 3355 (java) S 3341 3341 30195 0 -1 1077944384 10452 0 0 0 74 2 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424816437488 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3356] ppid=3341 vsize=13984976 memory=2565104 CPUtime=0 cores=0,2,4,6
/proc/3343/task/3356/stat : 3356 (java) S 3341 3341 30195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424815385184 140425910290133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
[pid=3343/tid=3357] ppid=3341 vsize=13984976 memory=2565104 CPUtime=1.27 cores=0,2,4,6
/proc/3343/task/3357/stat : 3357 (java) S 3341 3341 30195 0 -1 1077944384 1976 0 0 0 63 64 0 0 20 0 15 0 114083461 14320615424 641276 33554432000 4194304 4196468 140724852372480 140424814332720 140425910291074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 8155136 140724852376727 140724852376903 140724852376903 140724852379599 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2566488 KiB

Child status: 143
Real time (s): 2482.32
CPU time (s): 2520.1
CPU user time (s): 2516.96
CPU system time (s): 3.14459
CPU usage (%): 101.522
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 4424912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.96
system time used= 3.14459
maximum resident set size= 4439956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58314
involuntary context switches= 2336


# summary of solver processes directly reported to runsolver:
#   pid: 3341,3343
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.96
#   total CPU system time (s): 3.14459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5839 second user time and 23.7717 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 16:58:13
IDJOB=4271966
IDBENCH=133707
IDSOLVER=2664
FILE ID=node102/4271966-1502809952
RUNJOBID= node102-1502786318-30226
PBS_JOBID= 20629124
Free space on /tmp= 61916 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.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-4271966-1502809952/watcher-4271966-1502809952 -o /tmp/evaluation-result-4271966-1502809952/solver-4271966-1502809952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502786318-30226 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1131706772 HOME/instance-4271966-1502809952.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=1131706772

node102.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.35
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.35
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.35
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.35
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:        29177840 kB
MemAvailable:   29791604 kB
Buffers:          184116 kB
Cached:           712216 kB
SwapCached:            0 kB
Active:          2893116 kB
Inactive:         247772 kB
Active(anon):    2197440 kB
Inactive(anon):    75040 kB
Active(file):     695676 kB
Inactive(file):   172732 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:             0 kB
AnonPages:       2277520 kB
Mapped:            58368 kB
Shmem:             25228 kB
Slab:             149280 kB
SReclaimable:     122384 kB
SUnreclaim:        26896 kB
KernelStack:        3840 kB
PageTables:         9356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4240380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2140160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-15 17:39:35