Trace number 4281775

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)? (TO) 2520.02 2516.02

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1.xml
MD5SUM1c5d3440e59d0a9e624ef63cf534111e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3829}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":118},{"degree":5,"count":320},{"degree":6,"count":620},{"degree":7,"count":639},{"degree":8,"count":575},{"degree":9,"count":511},{"degree":10,"count":455},{"degree":11,"count":306},{"degree":12,"count":196},{"degree":13,"count":83},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity477
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":2},{"arity":20,"count":2},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":31,"count":1},{"arity":32,"count":3},{"arity":33,"count":2},{"arity":41,"count":1},{"arity":42,"count":4},{"arity":46,"count":2},{"arity":47,"count":1},{"arity":48,"count":1},{"arity":49,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":54,"count":2},{"arity":56,"count":1},{"arity":57,"count":1},{"arity":65,"count":2},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},"...",{"arity":254,"count":1}, {"arity":256,"count":1}, {"arity":261,"count":1}, {"arity":276,"count":2}, {"arity":289,"count":1}, {"arity":293,"count":1}, {"arity":299,"count":1}, {"arity":309,"count":1}, {"arity":315,"count":1}, {"arity":334,"count":1}, {"arity":335,"count":1}, {"arity":352,"count":1}, {"arity":355,"count":1}, {"arity":364,"count":1}, {"arity":365,"count":1}, {"arity":371,"count":1}, {"arity":372,"count":1}, {"arity":377,"count":1}, {"arity":382,"count":1}, {"arity":385,"count":1}, {"arity":389,"count":1}, {"arity":417,"count":1}, {"arity":457,"count":1}, {"arity":471,"count":1}, {"arity":477,"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281775-1503140366.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4281775-1503140366.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.37	c simple solver
0.37/0.44	c parse instance...
1.18/0.79	c solve instance...
2520.00/2516.01	s UNKNOWN
2520.00/2516.01	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 (14738 MiB free)
  memory of node 1: 16384 MiB (15333 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281775-1503140366/watcher-4281775-1503140366 -o /tmp/evaluation-result-4281775-1503140366/solver-4281775-1503140366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1758298864 HOME/instance-4281775-1503140366.xml 

running on 4 cores: 1,3,5,7

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=16254, runsolver pid=16251

[startup+0.100134 s]*
/proc/loadavg: 1.87 1.82 1.74 2/198 16257
/proc/meminfo: memFree=30789780/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13358712 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 3204 0 0 0 0 0 0 0 20 0 6 0 116231737 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3339678 3971 1866 1 0 3329175 0
[pid=16256/tid=16257] ppid=16254 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 1991 0 0 0 0 0 0 0 20 0 6 0 116231738 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 139863291232848 139863272679253 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116231738 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13358712 memory=140200692942464 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116231738 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 116231738 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116231738 13679321088 3971 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17264 KiB

[startup+0.210002 s]*
/proc/loadavg: 1.96 1.84 1.74 2/210 16269
/proc/meminfo: memFree=30782472/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13907304 memory=20660 CPUtime=0.05 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 4553 0 0 0 4 1 0 0 20 0 14 0 116231737 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3476826 5165 2572 1 0 3466323 0
[pid=16256/tid=16257] ppid=16254 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) D 16254 16254 8557 0 -1 4202560 2728 0 0 0 3 1 0 0 20 0 14 0 116231738 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139863291234208 139863287018749 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13907304 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 116231738 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13907304 memory=288370576844654208 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 116231738 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116231738 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 116231738 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13907304 memory=140200692942464 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116231740 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 116231740 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862763623456 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 116231740 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862762570608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 116231743 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 116231743 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 116231743 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13907304 memory=140200692942464 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 116231743 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 116231743 14241079296 5165 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22040 KiB

[startup+0.313709 s]*
/proc/loadavg: 1.96 1.84 1.74 4/211 16270
/proc/meminfo: memFree=30772452/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13975376 memory=33132 CPUtime=0.22 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 6203 0 0 0 20 2 0 0 20 0 15 0 116231737 14310785024 8283 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3493844 8283 2974 1 0 3483220 0
[pid=16256/tid=16257] ppid=16254 vsize=13975376 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 3521 0 0 0 12 1 0 0 20 0 15 0 116231738 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139863291219104 139863279676445 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13975376 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116231738 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116231740 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116231740 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862763623456 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116231740 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862762570608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 361 0 0 0 0 0 0 0 20 0 15 0 116231743 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 15 0 116231743 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13975376 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 681 0 0 0 5 0 0 0 20 0 15 0 116231743 14310785024 8349 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14311768064 8349 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231751 14311768064 8349 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34512 KiB

[startup+0.708401 s]
/proc/loadavg: 1.96 1.84 1.74 3/211 16270
/proc/meminfo: memFree=30757192/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13978684 memory=79512 CPUtime=1.18 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 12564 0 0 0 113 5 0 0 20 0 15 0 116231737 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3494671 19878 3169 1 0 3482964 0
[pid=16256/tid=16257] ppid=16254 vsize=13978684 memory=280401100940592 CPUtime=0.51 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 7465 0 0 0 47 4 0 0 20 0 15 0 116231738 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139863291215424 139862878145573 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13978684 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13978684 memory=7307205231835177815 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13978684 memory=8099839814071839059 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116231738 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13978684 memory=13795552826 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13978684 memory=531 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116231740 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13978684 memory=208 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116231740 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139862763623456 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13978684 memory=3972 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116231740 14314172416 19878 18446744073709551615 4194304 4196468 140723223982544 139862762570608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13978684 memory=444 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13978684 memory=6 CPUtime=0.17 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) R 16254 16254 8557 0 -1 4202560 1267 0 0 0 17 0 0 0 20 0 15 0 116231743 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862760448328 139863270892476 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13978684 memory=610 CPUtime=0.21 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) R 16254 16254 8557 0 -1 4202560 1107 0 0 0 21 0 0 0 20 0 15 0 116231743 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862759399080 139863268521664 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13978684 memory=49056 CPUtime=0.26 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) R 16254 16254 8557 0 -1 4202560 1419 0 0 0 26 0 0 0 20 0 15 0 116231743 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862758358920 139863280093563 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231751 14314172416 19915 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 80892 KiB

[startup+1.50082 s]
/proc/loadavg: 1.96 1.84 1.74 4/211 16270
/proc/meminfo: memFree=30709176/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13980732 memory=106808 CPUtime=2.77 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 17144 0 0 0 270 7 0 0 20 0 15 0 116231737 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3495183 26702 3180 1 0 3483476 0
[pid=16256/tid=16257] ppid=16254 vsize=13980732 memory=280401100940592 CPUtime=1.3 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 8329 0 0 0 125 5 0 0 20 0 15 0 116231738 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139863291233032 139862879317307 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13980732 memory=7307205231835177815 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13980732 memory=8099839814071839059 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116231738 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13980732 memory=13795552826 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116231738 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13980732 memory=13361 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139862763623456 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 26702 18446744073709551615 4194304 4196468 140723223982544 139862762570608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=16256/tid=16262] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.18 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 5232 0 0 0 15 3 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862763623520 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862762570624 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13980732 memory=15348 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13980732 memory=1380 CPUtime=1.25 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 10188 0 0 0 124 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13980732 memory=184036 CPUtime=1.52 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 11752 0 0 0 151 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.52 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 9426 0 0 0 51 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.48 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1204 0 0 0 22 26 0 0 20 0 15 0 116231751 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 2386.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.70 1.64 1.74 3/211 16511
/proc/meminfo: memFree=30965968/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13980732 memory=184036 CPUtime=2446.26 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 72177 0 0 0 244577 49 0 0 20 0 15 0 116231737 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3495183 46009 3229 1 0 3483476 0
[pid=16256/tid=16257] ppid=16254 vsize=13980732 memory=1380 CPUtime=2441.29 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 21074 0 0 0 244122 7 0 0 20 0 15 0 116231738 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139863291236448 139862879852260 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 3202 0 0 0 19 4 0 0 20 0 15 0 116231738 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 3066 0 0 0 19 4 0 0 20 0 15 0 116231738 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 3136 0 0 0 19 4 0 0 20 0 15 0 116231738 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 2389 0 0 0 18 5 0 0 20 0 15 0 116231738 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.19 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 5236 0 0 0 16 3 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13980732 memory=184036 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862763623520 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862762570624 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13980732 memory=1380 CPUtime=1.26 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 10311 0 0 0 125 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13980732 memory=1380 CPUtime=1.52 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 11752 0 0 0 151 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.52 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 9426 0 0 0 51 1 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13980732 memory=184036 CPUtime=0.49 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1209 0 0 0 23 26 0 0 20 0 15 0 116231751 14316269568 46009 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 2446.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185416 KiB

[startup+2502.3 s]
/proc/loadavg: 1.44 1.58 1.71 3/211 16513
/proc/meminfo: memFree=31068884/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13980732 memory=184156 CPUtime=2506.27 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 73122 0 0 0 250577 50 0 0 20 0 15 0 116231737 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3495183 46039 3229 1 0 3483476 0
[pid=16256/tid=16257] ppid=16254 vsize=13980732 memory=1380 CPUtime=2501.26 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 21449 0 0 0 250118 8 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863291236304 139862879852160 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 3463 0 0 0 20 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 3087 0 0 0 19 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13980732 memory=184156 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 3197 0 0 0 20 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13980732 memory=184156 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 2408 0 0 0 19 5 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.2 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 5416 0 0 0 17 3 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862763623520 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862762570624 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13980732 memory=184156 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13980732 memory=1380 CPUtime=1.26 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 10313 0 0 0 125 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13980732 memory=184156 CPUtime=1.52 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 11754 0 0 0 151 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13980732 memory=1380 CPUtime=0.52 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 9429 0 0 0 51 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13980732 memory=184156 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13980732 memory=63152 CPUtime=0.5 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1230 0 0 0 23 27 0 0 20 0 15 0 116231751 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 2506.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516 s]*
/proc/loadavg: 1.27 1.54 1.69 3/211 16513
/proc/meminfo: memFree=31068884/32770624 swapFree=67105588/67108860
[pid=16254] ppid=16251 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16254/stat : 16254 (xcsp3-exec) S 16251 16254 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116231728 9740288 345 18446744073709551615 4194304 5098028 140732797617008 140732797615112 139631830721148 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 24158208 140732797620600 140732797620805 140732797620805 140732797624299 0
/proc/16254/statm: 2378 345 289 221 0 87 0
[pid=16256] ppid=16254 vsize=13980732 memory=184156 CPUtime=2520 cores=1,3,5,7
/proc/16256/stat : 16256 (java) S 16254 16254 8557 0 -1 1077944320 73159 0 0 0 251949 51 0 0 20 0 15 0 116231737 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 140723223965088 139863286996727 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
/proc/16256/statm: 3495183 46039 3229 1 0 3483476 0
[pid=16256/tid=16257] ppid=16254 vsize=13980732 memory=1620 CPUtime=2514.96 cores=1,3,5,7
/proc/16256/task/16257/stat : 16257 (java) R 16254 16254 8557 0 -1 4202560 21474 0 0 0 251488 8 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863291235952 139862879953436 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16258] ppid=16254 vsize=13980732 memory=920 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16258/stat : 16258 (java) S 16254 16254 8557 0 -1 1077944384 3463 0 0 0 20 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863206411408 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16259] ppid=16254 vsize=13980732 memory=4872558044660077418 CPUtime=0.23 cores=1,3,5,7
/proc/16256/task/16259/stat : 16259 (java) S 16254 16254 8557 0 -1 1077944384 3091 0 0 0 19 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863205358608 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16260] ppid=16254 vsize=13980732 memory=1232 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16260/stat : 16260 (java) S 16254 16254 8557 0 -1 1077944384 3200 0 0 0 20 4 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863204305808 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16261] ppid=16254 vsize=13980732 memory=2240 CPUtime=0.24 cores=1,3,5,7
/proc/16256/task/16261/stat : 16261 (java) S 16254 16254 8557 0 -1 1077944384 2409 0 0 0 19 5 0 0 20 0 15 0 116231738 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139863203253008 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16262] ppid=16254 vsize=13980732 memory=4088 CPUtime=0.2 cores=1,3,5,7
/proc/16256/task/16262/stat : 16262 (java) S 16254 16254 8557 0 -1 1077944384 5418 0 0 0 17 3 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862764677488 139863287007874 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16263] ppid=16254 vsize=13980732 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16263/stat : 16263 (java) S 16254 16254 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862763623520 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16264] ppid=16254 vsize=13980732 memory=920 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16264/stat : 16264 (java) S 16254 16254 8557 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 116231740 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862762570624 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16265] ppid=16254 vsize=13980732 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16265/stat : 16265 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862761518928 139863287015323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16266] ppid=16254 vsize=13980732 memory=832 CPUtime=1.26 cores=1,3,5,7
/proc/16256/task/16266/stat : 16266 (java) S 16254 16254 8557 0 -1 1077944384 10313 0 0 0 125 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862760467312 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16267] ppid=16254 vsize=13980732 memory=16436 CPUtime=1.52 cores=1,3,5,7
/proc/16256/task/16267/stat : 16267 (java) S 16254 16254 8557 0 -1 1077944384 11754 0 0 0 151 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862759414512 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16268] ppid=16254 vsize=13980732 memory=3904 CPUtime=0.52 cores=1,3,5,7
/proc/16256/task/16268/stat : 16268 (java) S 16254 16254 8557 0 -1 1077944384 9429 0 0 0 51 1 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862758361712 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16269] ppid=16254 vsize=13980732 memory=2928 CPUtime=0 cores=1,3,5,7
/proc/16256/task/16269/stat : 16269 (java) S 16254 16254 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116231743 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862757309152 139863287006933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
[pid=16256/tid=16270] ppid=16254 vsize=13980732 memory=2760 CPUtime=0.5 cores=1,3,5,7
/proc/16256/task/16270/stat : 16270 (java) S 16254 16254 8557 0 -1 1077944384 1232 0 0 0 23 27 0 0 20 0 15 0 116231751 14316269568 46039 18446744073709551615 4194304 4196468 140723223982544 139862756256432 139863287007874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38625280 140723223986609 140723223986785 140723223986785 140723223990223 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185536 KiB

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

[startup+2516.02 s]
# the end of solver process 16254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.5 s, system=0.514984 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2516.02
CPU time (s): 2520.02
CPU user time (s): 2519.5
CPU system time (s): 0.514984
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 233576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.5
system time used= 0.514984
maximum resident set size= 240356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61440
involuntary context switches= 3155


# summary of solver processes directly reported to runsolver:
#   pid: 16254
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.5
#   total CPU system time (s): 0.514984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9822 second user time and 23.0294 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 12:45:22
IDJOB=4281775
IDBENCH=133705
IDSOLVER=2677
FILE ID=node126/4281775-1503140366
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1.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-4281775-1503140366/watcher-4281775-1503140366 -o /tmp/evaluation-result-4281775-1503140366/solver-4281775-1503140366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1758298864 HOME/instance-4281775-1503140366.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=1758298864

node126.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.81
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.81
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.81
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.81
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:        30793660 kB
MemAvailable:   31364156 kB
Buffers:          307064 kB
Cached:           552992 kB
SwapCached:          524 kB
Active:          1140008 kB
Inactive:         366084 kB
Active(anon):     601828 kB
Inactive(anon):    93904 kB
Active(file):     538180 kB
Inactive(file):   272180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7836 kB
Writeback:            16 kB
AnonPages:        645696 kB
Mapped:            70572 kB
Shmem:             49824 kB
Slab:             178664 kB
SReclaimable:     151940 kB
SUnreclaim:        26724 kB
KernelStack:        3440 kB
PageTables:         6356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2177292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 13:27:18