Trace number 4405912

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24? (TO) 2520.07 2505.83

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-36-92.xml
MD5SUMe7221c19415bed5c98fc37c567f19ceb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark67.5998
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":39},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":14},{"degree":25,"count":14},{"degree":26,"count":9},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":8},{"degree":30,"count":8},{"degree":31,"count":9},{"degree":32,"count":9},{"degree":33,"count":19},{"degree":34,"count":5},{"degree":35,"count":5},{"degree":36,"count":7},{"degree":37,"count":4},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":3},{"degree":48,"count":11}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":99},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":100},{"arity":7,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":2},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":3},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405912-1569407686.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405912-1569407686.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.35/0.28	c parse instance...
1.30/0.66	c solve instance...
2520.02/2505.80	s UNKNOWN
2520.02/2505.80	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 (12352 MiB free)
  memory of node 1: 16384 MiB (12468 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405912-1569407686/watcher-4405912-1569407686 -o /var/tmp/evaluation-result-4405912-1569407686/solver-4405912-1569407686 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405912-1569407686.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=22651, runsolver pid=22648

[startup+0.100133 s]*
/proc/loadavg: 2.35 2.14 2.01 4/231 22667
/proc/meminfo: memFree=25399532/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15144776 memory=29476 CPUtime=0.12 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 5875 0 0 0 11 1 0 0 20 0 15 0 516705055 15508250624 7369 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3786194 7369 3115 1 0 3748377 0
[pid=22653/tid=22654] ppid=22651 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 3794 0 0 0 8 1 0 0 20 0 15 0 516705055 15508250624 7435 33554432000 4194304 4196468 140736433542704 140559248508176 140559236512574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15144776 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516705056 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15144776 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516705057 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516705058 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558779078304 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516705058 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558710334704 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15508250624 7435 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) R 22651 22651 18764 0 -1 4202560 340 0 0 0 0 0 0 0 20 0 15 0 516705060 15508250624 7501 33554432000 4194304 4196468 140736433542704 140558708230384 140559222108304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) R 22651 22651 18764 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 516705060 15508250624 7501 33554432000 4194304 4196468 140736433542704 140558707177936 140559244285653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15144776 memory=140560597173888 CPUtime=0.02 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) R 22651 22651 18764 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 516705061 15508250624 7501 33554432000 4194304 4196468 140736433542704 140558706124784 140559236512574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15508250624 7501 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15144776 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705061 15508250624 7501 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30928 KiB

[startup+0.217128 s]*
/proc/loadavg: 2.35 2.14 2.01 4/231 22667
/proc/meminfo: memFree=25387500/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15145800 memory=40532 CPUtime=0.35 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 9370 0 0 0 31 4 0 0 20 0 15 0 516705055 15509299200 10133 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3786450 10133 3260 1 0 3748633 0
[pid=22653/tid=22654] ppid=22651 vsize=15149032 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 6639 0 0 0 17 3 0 0 20 0 15 0 516705055 15512608768 10144 33554432000 4194304 4196468 140736433542704 140559248496440 140559246489936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15149032 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15149032 memory=4123387648314441760 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516705057 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516705058 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558779078304 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15149032 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516705058 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558710334704 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) S 22651 22651 18764 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 516705060 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15149032 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 516705060 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15149032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 804 0 0 0 8 0 0 0 20 0 15 0 516705061 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705061 15512608768 10144 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15258928 KiB
Current children cumulated memory: 41984 KiB

[startup+0.320737 s]*
/proc/loadavg: 2.35 2.14 2.01 4/231 22667
/proc/meminfo: memFree=25379980/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15149032 memory=49968 CPUtime=0.55 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 10848 0 0 0 50 5 0 0 20 0 15 0 516705055 15512608768 12492 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3787258 12492 3340 1 0 3748377 0
[pid=22653/tid=22654] ppid=22651 vsize=15149032 memory=8389772277269004345 CPUtime=0.31 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 7815 0 0 0 27 4 0 0 20 0 15 0 516705055 15512608768 12501 33554432000 4194304 4196468 140736433542704 140559248510288 140559236992410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15149032 memory=4121417323477467168 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15149032 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516705057 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516705058 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558779078304 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516705058 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558710334704 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) R 22651 22651 18764 0 -1 1077944384 394 0 0 0 4 0 0 0 20 0 15 0 516705060 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 358 0 0 0 5 0 0 0 20 0 15 0 516705060 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15149032 memory=140560597173888 CPUtime=0.12 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) R 22651 22651 18764 0 -1 1077944384 974 0 0 0 12 0 0 0 20 0 15 0 516705061 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15149032 memory=140560597173888 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705061 15512608768 12501 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51420 KiB

[startup+0.702863 s]
/proc/loadavg: 2.35 2.14 2.01 4/231 22667
/proc/meminfo: memFree=25367200/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15151156 memory=79652 CPUtime=1.62 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 14567 0 0 0 156 6 0 0 20 0 15 0 516705055 15514783744 19913 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3787789 19913 3461 1 0 3748889 0
[pid=22653/tid=22654] ppid=22651 vsize=15151156 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 9199 0 0 0 62 5 0 0 20 0 15 0 516705055 15514783744 19913 33554432000 4194304 4196468 140736433542704 140559248514160 140558861369620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15151156 memory=508 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516705056 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15151156 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705056 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516705057 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15151156 memory=864 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558779078304 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558710334704 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15151156 memory=7086240636128743779 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15151156 memory=7453282923427948884 CPUtime=0.24 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) R 22651 22651 18764 0 -1 1077944384 1151 0 0 0 24 0 0 0 20 0 15 0 516705060 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558708217936 140559244285653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15151156 memory=4639059877604708710 CPUtime=0.28 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) R 22651 22651 18764 0 -1 4202560 915 0 0 0 28 0 0 0 20 0 15 0 516705060 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558707164688 140559228178548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15151156 memory=8514726395715219869 CPUtime=0.41 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 1994 0 0 0 41 0 0 0 20 0 15 0 516705061 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15151156 memory=7525629757741886052 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 19913 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 81104 KiB

[startup+1.50076 s]
/proc/loadavg: 2.35 2.14 2.01 6/231 22667
/proc/meminfo: memFree=25346048/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0

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

/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558710334720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15151156 memory=675252 CPUtime=2.66 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) S 22651 22651 18764 0 -1 1077944384 18045 0 0 0 264 2 0 0 20 0 15 0 516705060 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.6 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 15498 0 0 0 259 1 0 0 20 0 15 0 516705060 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15151156 memory=675252 CPUtime=0.62 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 5964 0 0 0 61 1 0 0 20 0 15 0 516705061 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15151156 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15151156 memory=1452 CPUtime=0.87 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1653 0 0 0 38 49 0 0 20 0 15 0 516705061 15514783744 168813 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 2396.23 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 676704 KiB

[startup+2442.3 s]
/proc/loadavg: 1.90 1.85 1.87 3/230 23015
/proc/meminfo: memFree=24757220/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15151156 memory=670120 CPUtime=2456.31 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 228684 0 0 0 244815 816 0 0 20 0 15 0 516705055 15514783744 167530 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3787789 167530 3528 1 0 3748889 0
[pid=22653/tid=22654] ppid=22651 vsize=15151156 memory=670120 CPUtime=2438.17 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 135589 0 0 0 243093 724 0 0 20 0 15 0 516705055 15514783744 167530 33554432000 4194304 4196468 140736433542704 140559248514976 140558868925058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.52 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 10247 0 0 0 244 8 0 0 20 0 15 0 516705056 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15151156 memory=670120 CPUtime=2.53 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 6803 0 0 0 245 8 0 0 20 0 15 0 516705056 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15151156 memory=670120 CPUtime=2.5 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 8670 0 0 0 243 7 0 0 20 0 15 0 516705056 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15151156 memory=670120 CPUtime=2.52 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 8378 0 0 0 244 8 0 0 20 0 15 0 516705056 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15151156 memory=1452 CPUtime=1.19 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 16381 0 0 0 90 29 0 0 20 0 15 0 516705057 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558779078368 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15151156 memory=670120 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558710334720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.66 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) S 22651 22651 18764 0 -1 1077944384 18047 0 0 0 264 2 0 0 20 0 15 0 516705060 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15151156 memory=3612 CPUtime=2.6 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 15501 0 0 0 259 1 0 0 20 0 15 0 516705060 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15151156 memory=1452 CPUtime=0.62 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 5966 0 0 0 61 1 0 0 20 0 15 0 516705061 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15151156 memory=670120 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15151156 memory=111636 CPUtime=0.9 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1674 0 0 0 39 51 0 0 20 0 15 0 516705061 15514783744 167530 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 2456.31 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 671572 KiB

[startup+2502.3 s]
/proc/loadavg: 1.83 1.85 1.86 3/230 23021
/proc/meminfo: memFree=23092860/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15151156 memory=2430512 CPUtime=2516.52 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 240911 0 0 0 250759 893 0 0 20 0 15 0 516705055 15514783744 607628 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3787789 607628 3528 1 0 3748889 0
[pid=22653/tid=22654] ppid=22651 vsize=15151156 memory=1147004 CPUtime=2498.07 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 145783 0 0 0 249009 798 0 0 20 0 15 0 516705055 15514783744 607628 33554432000 4194304 4196468 140736433542704 140559248515088 140558868523914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.57 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 10296 0 0 0 249 8 0 0 20 0 15 0 516705056 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.58 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 7310 0 0 0 249 9 0 0 20 0 15 0 516705056 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15151156 memory=2332332 CPUtime=2.55 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 8756 0 0 0 248 7 0 0 20 0 15 0 516705056 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15151156 memory=1452 CPUtime=2.57 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 8580 0 0 0 249 8 0 0 20 0 15 0 516705056 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15151156 memory=1452 CPUtime=1.23 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 17542 0 0 0 93 30 0 0 20 0 15 0 516705057 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558779078368 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15151156 memory=2085604 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558710334720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15151156 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15151156 memory=65624 CPUtime=2.66 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) S 22651 22651 18764 0 -1 1077944384 18049 0 0 0 264 2 0 0 20 0 15 0 516705060 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15151156 memory=1196 CPUtime=2.6 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 15504 0 0 0 259 1 0 0 20 0 15 0 516705060 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15151156 memory=1044 CPUtime=0.62 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 5968 0 0 0 61 1 0 0 20 0 15 0 516705061 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15151156 memory=1452 CPUtime=0.97 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1695 0 0 0 42 55 0 0 20 0 15 0 516705061 15514783744 607628 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 2516.52 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2431964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.8 s]
/proc/loadavg: 1.84 1.85 1.86 3/229 23021
/proc/meminfo: memFree=22695468/32770624 swapFree=66966900/67108860
[pid=22651] ppid=22648 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22651/stat : 22651 (xcsp3-exec) S 22648 22651 18764 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516705055 115843072 363 33554432000 4194304 5098028 140722938108752 140722938106856 140015088222844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13205504 140722938110806 140722938111065 140722938111065 140722938113990 0
/proc/22651/statm: 28282 363 305 221 0 87 0
[pid=22653] ppid=22651 vsize=15151156 memory=2899392 CPUtime=2520.02 cores=0,2,4,6
/proc/22653/stat : 22653 (java) S 22651 22651 18764 0 -1 1077944320 241623 0 0 0 251102 900 0 0 20 0 15 0 516705055 15514783744 724848 33554432000 4194304 4196468 140736433542704 140736433525248 140559244275447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
/proc/22653/statm: 3787789 724848 3528 1 0 3748889 0
[pid=22653/tid=22654] ppid=22651 vsize=15151156 memory=1452 CPUtime=2501.57 cores=0,2,4,6
/proc/22653/task/22654/stat : 22654 (java) R 22651 22651 18764 0 -1 4202560 146495 0 0 0 249352 805 0 0 20 0 15 0 516705055 15514783744 724848 33554432000 4194304 4196468 140736433542704 140559248515160 140559230343566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22655] ppid=22651 vsize=15151156 memory=1196352 CPUtime=2.57 cores=0,2,4,6
/proc/22653/task/22655/stat : 22655 (java) S 22651 22651 18764 0 -1 1077944384 10296 0 0 0 249 8 0 0 20 0 15 0 516705056 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558836750864 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22656] ppid=22651 vsize=15151156 memory=1412 CPUtime=2.58 cores=0,2,4,6
/proc/22653/task/22656/stat : 22656 (java) S 22651 22651 18764 0 -1 1077944384 7310 0 0 0 249 9 0 0 20 0 15 0 516705056 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558835698320 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22657] ppid=22651 vsize=15151156 memory=3264 CPUtime=2.55 cores=0,2,4,6
/proc/22653/task/22657/stat : 22657 (java) S 22651 22651 18764 0 -1 1077944384 8756 0 0 0 248 7 0 0 20 0 15 0 516705056 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558834645264 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22658] ppid=22651 vsize=15151156 memory=1456 CPUtime=2.57 cores=0,2,4,6
/proc/22653/task/22658/stat : 22658 (java) S 22651 22651 18764 0 -1 1077944384 8580 0 0 0 249 8 0 0 20 0 15 0 516705056 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558833592720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22659] ppid=22651 vsize=15151156 memory=222536 CPUtime=1.23 cores=0,2,4,6
/proc/22653/task/22659/stat : 22659 (java) S 22651 22651 18764 0 -1 1077944384 17542 0 0 0 93 30 0 0 20 0 15 0 516705057 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558780132080 140559244286594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22660] ppid=22651 vsize=15151156 memory=2184296 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22660/stat : 22660 (java) S 22651 22651 18764 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558779078368 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22661] ppid=22651 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22661/stat : 22661 (java) S 22651 22651 18764 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516705058 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558710334720 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22662] ppid=22651 vsize=15151156 memory=864 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22662/stat : 22662 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705060 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558709283280 140559244294043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22663] ppid=22651 vsize=15151156 memory=1976 CPUtime=2.66 cores=0,2,4,6
/proc/22653/task/22663/stat : 22663 (java) S 22651 22651 18764 0 -1 1077944384 18049 0 0 0 264 2 0 0 20 0 15 0 516705060 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558708230384 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22664] ppid=22651 vsize=15151156 memory=2496 CPUtime=2.6 cores=0,2,4,6
/proc/22653/task/22664/stat : 22664 (java) S 22651 22651 18764 0 -1 1077944384 15504 0 0 0 259 1 0 0 20 0 15 0 516705060 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558707177840 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22665] ppid=22651 vsize=15151156 memory=1760 CPUtime=0.62 cores=0,2,4,6
/proc/22653/task/22665/stat : 22665 (java) S 22651 22651 18764 0 -1 1077944384 5968 0 0 0 61 1 0 0 20 0 15 0 516705061 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558706124784 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22666] ppid=22651 vsize=15151156 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/22653/task/22666/stat : 22666 (java) S 22651 22651 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516705061 15514783744 724848 33554432000 4194304 4196468 140736433542704 140558705072480 140559244285653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
[pid=22653/tid=22667] ppid=22651 vsize=15151156 memory=1452 CPUtime=0.98 cores=0,2,4,6
/proc/22653/task/22667/stat : 22667 (java) S 22651 22651 18764 0 -1 1077944384 1695 0 0 0 43 55 0 0 20 0 15 0 516705061 15514783744 725360 33554432000 4194304 4196468 140736433542704 140558704020528 140559244286594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21344256 140736433546203 140736433546378 140736433546378 140736433549263 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2900844 KiB

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

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

[startup+2505.83 s]
# the end of solver process 22653 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.04 s, system=9.0308 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

Child status: 143
Real time (s): 2505.83
CPU time (s): 2520.07
CPU user time (s): 2511.04
CPU system time (s): 9.0308
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 15266236
Max. memory (cumulated for all children) (KiB): 8548816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.04
system time used= 9.0308
maximum resident set size= 8633544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71825
involuntary context switches= 3173


# summary of solver processes directly reported to runsolver:
#   pid: 22651,22653
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2511.04
#   total CPU system time (s): 9.0308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2348 second user time and 23.4711 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 12:34:04
IDJOB=4405912
IDBENCH=128093
IDSOLVER=2869
FILE ID=node145/4405912-1569407686
RUNJOBID= node145-1569396627-18795
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-36-92.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405912-1569407686/watcher-4405912-1569407686 -o /var/tmp/evaluation-result-4405912-1569407686/solver-4405912-1569407686 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405912-1569407686.xml

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

MD5SUM BENCH= e7221c19415bed5c98fc37c567f19ceb
RANDOM SEED=1672968524

node145.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.59
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.59
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.59
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.59
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:        25416300 kB
MemAvailable:   31597892 kB
Buffers:          178276 kB
Cached:          6154592 kB
SwapCached:        32492 kB
Active:          3310940 kB
Inactive:        3274880 kB
Active(anon):     220196 kB
Inactive(anon):    89904 kB
Active(file):    3090744 kB
Inactive(file):  3184976 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             25972 kB
Writeback:             0 kB
AnonPages:        339584 kB
Mapped:            71424 kB
Shmem:             48856 kB
Slab:             363464 kB
SReclaimable:     334332 kB
SUnreclaim:        29132 kB
KernelStack:        4032 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 13:15:50