Trace number 4269405

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 4.0.5 seq (2017-08-09)? (TO) 2520.0901 2511.9099

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269405-1502796658.xml"  -tl '2520s' -p 1 -x 0
0.18/0.23	c [HOME/instance-4269405-1502796658.xml, -tl, 2520s, -p, 1, -x, 0]
0.18/0.29	c simple solver
0.36/0.36	c parse instance...
1.86/0.84	c solve instance...
2520.06/2511.90	s UNKNOWN
2520.06/2511.90	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 (15249 MiB free)
  memory of node 1: 16384 MiB (15369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269405-1502796658/watcher-4269405-1502796658 -o /tmp/evaluation-result-4269405-1502796658/solver-4269405-1502796658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1860846491 HOME/instance-4269405-1502796658.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
solver pid=7387, runsolver pid=7384
Current StackSize limit: 8192 KiB


[startup+0.102925 s]*
/proc/loadavg: 2.07 1.97 1.96 3/205 7397
/proc/meminfo: memFree=31344344/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13574484 memory=18544 CPUtime=0.04 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 4006 0 0 0 3 1 0 0 20 0 9 0 68006471 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3393621 4636 2138 1 0 3383118 0
[pid=7389/tid=7390] ppid=7387 vsize=13574484 memory=1404226546319073930 CPUtime=0.04 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 2711 0 0 0 3 1 0 0 20 0 9 0 68006471 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410576277368 140410213097376 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 68006472 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13574484 memory=140465819399808 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 68006472 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 68006472 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 68006472 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13574484 memory=140465819399808 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 68006473 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 68006474 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 68006474 13900271616 4636 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19924 KiB

[startup+0.210291 s]*
/proc/loadavg: 2.07 1.97 1.96 5/211 7403
/proc/meminfo: memFree=31336988/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13974352 memory=30728 CPUtime=0.18 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 6064 0 0 0 16 2 0 0 20 0 15 0 68006471 14309736448 7682 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3493588 7682 2971 1 0 3482964 0
[pid=7389/tid=7390] ppid=7387 vsize=13974352 memory=7022364594140610616 CPUtime=0.11 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 3475 0 0 0 10 1 0 0 20 0 15 0 68006471 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410576271176 140410564279102 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13974352 memory=14557482249139864 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13974352 memory=140465819399808 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 68006472 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 68006473 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 68006474 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13974352 memory=140465819399808 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 68006474 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) R 7387 7387 11586 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 68006477 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) R 7387 7387 11586 0 -1 4202560 455 0 0 0 1 0 0 0 20 0 15 0 68006477 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410045239768 140410555428760 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) R 7387 7387 11586 0 -1 4202560 685 0 0 0 3 0 0 0 20 0 15 0 68006477 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410044196824 140410550410614 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006480 14309736448 7748 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32108 KiB

[startup+0.310503 s]*
/proc/loadavg: 2.07 1.97 1.96 3/211 7403
/proc/meminfo: memFree=31323848/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13978608 memory=40592 CPUtime=0.36 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 9870 0 0 0 32 4 0 0 20 0 15 0 68006471 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3494652 10148 3030 1 0 3482964 0
[pid=7389/tid=7390] ppid=7387 vsize=13978608 memory=6933928925625698159 CPUtime=0.21 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 6939 0 0 0 18 3 0 0 20 0 15 0 68006471 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410576251888 140410213285344 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 68006472 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 68006473 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 68006474 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 68006474 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) S 7387 7387 11586 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 68006477 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) S 7387 7387 11586 0 -1 1077944384 504 0 0 0 2 0 0 0 20 0 15 0 68006477 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13978608 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) S 7387 7387 11586 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 15 0 68006477 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13978608 memory=140465819399808 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006480 14314094592 10148 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41972 KiB

[startup+0.702142 s]
/proc/loadavg: 2.07 1.97 1.96 6/211 7403
/proc/meminfo: memFree=31304656/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13980732 memory=78648 CPUtime=1.52 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 14197 0 0 0 146 6 0 0 20 0 15 0 68006471 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3495183 19662 3178 1 0 3483476 0
[pid=7389/tid=7390] ppid=7387 vsize=13980732 memory=7380106142448643439 CPUtime=0.59 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 8446 0 0 0 55 4 0 0 20 0 15 0 68006471 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410576280320 140410572053910 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13980732 memory=8463011234260334891 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13980732 memory=164 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13980732 memory=4629800032605997412 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 68006473 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13980732 memory=7516877558933115221 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13980732 memory=4639059877604708710 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13980732 memory=280931394996784 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13980732 memory=4120 CPUtime=0.25 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) R 7387 7387 11586 0 -1 4202560 1134 0 0 0 25 0 0 0 20 0 15 0 68006477 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410046291616 140410556923862 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) R 7387 7387 11586 0 -1 4202560 1501 0 0 0 30 0 0 0 20 0 15 0 68006477 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410555534507 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13980732 memory=140465697464944 CPUtime=0.34 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) R 7387 7387 11586 0 -1 1077944384 1808 0 0 0 34 0 0 0 20 0 15 0 68006477 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006480 14316269568 19662 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 80028 KiB

[startup+1.50083 s]
/proc/loadavg: 2.07 1.97 1.96 5/211 7403
/proc/meminfo: memFree=31264468/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13980732 memory=119268 CPUtime=4.1 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 23506 0 0 0 402 8 0 0 20 0 15 0 68006471 14316269568 29817 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3495183 29817 3203 1 0 3483476 0
[pid=7389/tid=7390] ppid=7387 vsize=13980732 memory=7680170660397595203 CPUtime=1.39 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 8890 0 0 0 134 5 0 0 20 0 15 0 68006471 14316269568 29817 18446744073709551615 4194304 4196468 140721746581136 140410576280896 140410218270396 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13980732 memory=140465697605840 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 29817 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13980732 memory=140465697605936 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 29817 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 68006472 14316269568 29817 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13980732 memory=4072 CPUtime=0 cores=0,2,4,6

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

[pid=7389/tid=7395] ppid=7387 vsize=13980732 memory=200220 CPUtime=0.32 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 4496 0 0 0 27 5 0 0 20 0 15 0 68006473 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13980732 memory=200220 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13980732 memory=202268 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13980732 memory=1380 CPUtime=2.92 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) S 7387 7387 11586 0 -1 1077944384 18223 0 0 0 290 2 0 0 20 0 15 0 68006477 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13980732 memory=200220 CPUtime=2.57 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) S 7387 7387 11586 0 -1 1077944384 19281 0 0 0 255 2 0 0 20 0 15 0 68006477 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13980732 memory=202268 CPUtime=0.71 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) S 7387 7387 11586 0 -1 1077944384 9785 0 0 0 69 2 0 0 20 0 15 0 68006477 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1261 0 0 0 32 40 0 0 20 0 15 0 68006480 14316269568 50567 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 2450.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 203648 KiB

[startup+2502.3 s]
/proc/loadavg: 1.60 1.54 1.63 3/211 7628
/proc/meminfo: memFree=31143932/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13980732 memory=208412 CPUtime=2510.45 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 92737 0 0 0 250974 71 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3495183 52103 3243 1 0 3483476 0
[pid=7389/tid=7390] ppid=7387 vsize=13980732 memory=208412 CPUtime=2501.16 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 23269 0 0 0 250105 11 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410576281392 140410220743998 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13980732 memory=1380 CPUtime=0.49 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 3908 0 0 0 44 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 4198 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 3224 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13980732 memory=1380 CPUtime=0.47 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 3716 0 0 0 42 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13980732 memory=206364 CPUtime=0.34 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 4502 0 0 0 29 5 0 0 20 0 15 0 68006473 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13980732 memory=208412 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13980732 memory=4120 CPUtime=2.92 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) S 7387 7387 11586 0 -1 1077944384 18223 0 0 0 290 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13980732 memory=38308 CPUtime=2.57 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) S 7387 7387 11586 0 -1 1077944384 19281 0 0 0 255 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13980732 memory=1380 CPUtime=0.71 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) S 7387 7387 11586 0 -1 1077944384 9785 0 0 0 69 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13980732 memory=206364 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1267 0 0 0 34 41 0 0 20 0 15 0 68006480 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 2510.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 209792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.9 s]
/proc/loadavg: 1.63 1.55 1.63 3/211 7628
/proc/meminfo: memFree=31143808/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13980732 memory=208412 CPUtime=2520.06 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 92797 0 0 0 251935 71 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3495183 52103 3243 1 0 3483476 0
[pid=7389/tid=7390] ppid=7387 vsize=13980732 memory=208412 CPUtime=2510.74 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 23273 0 0 0 251063 11 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410576281392 140410219088130 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.49 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 3926 0 0 0 44 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13980732 memory=1008 CPUtime=0.49 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 4220 0 0 0 44 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13980732 memory=206364 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 3227 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13980732 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 3729 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13980732 memory=15880 CPUtime=0.34 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 4502 0 0 0 29 5 0 0 20 0 15 0 68006473 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13980732 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13980732 memory=21612 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13980732 memory=208412 CPUtime=2.92 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) S 7387 7387 11586 0 -1 1077944384 18223 0 0 0 290 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13980732 memory=1380 CPUtime=2.57 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) S 7387 7387 11586 0 -1 1077944384 19281 0 0 0 255 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.71 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) S 7387 7387 11586 0 -1 1077944384 9785 0 0 0 69 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.75 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1267 0 0 0 34 41 0 0 20 0 15 0 68006480 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 209792 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2511.91 s]
# the end of solver process 7387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.37 s, system=0.717155 s

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

[startup+2511.9 s]
/proc/loadavg: 1.63 1.55 1.63 3/211 7628
/proc/meminfo: memFree=31143808/32770624 swapFree=67108860/67108860
[pid=7387] ppid=7384 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7387/stat : 7387 (xcsp3-exec) S 7384 7387 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 68006465 9740288 345 18446744073709551615 4194304 5098028 140723206502864 140723206500968 140530847834748 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 16564224 140723206508920 140723206509125 140723206509125 140723206512619 0
/proc/7387/statm: 2378 345 289 221 0 87 0
[pid=7389] ppid=7387 vsize=13980732 memory=208412 CPUtime=2520.06 cores=0,2,4,6
/proc/7389/stat : 7389 (java) S 7387 7387 11586 0 -1 1077944320 92797 0 0 0 251935 71 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140721746563680 140410572041975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
/proc/7389/statm: 3495183 52103 3243 1 0 3483476 0
[pid=7389/tid=7390] ppid=7387 vsize=13980732 memory=208412 CPUtime=2510.74 cores=0,2,4,6
/proc/7389/task/7390/stat : 7390 (java) R 7387 7387 11586 0 -1 4202560 23273 0 0 0 251063 11 0 0 20 0 15 0 68006471 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410576281392 140410219088130 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7391] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.49 cores=0,2,4,6
/proc/7389/task/7391/stat : 7391 (java) S 7387 7387 11586 0 -1 1077944384 3926 0 0 0 44 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410535148048 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7392] ppid=7387 vsize=13980732 memory=1008 CPUtime=0.49 cores=0,2,4,6
/proc/7389/task/7392/stat : 7392 (java) S 7387 7387 11586 0 -1 1077944384 4220 0 0 0 44 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410171505296 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7393] ppid=7387 vsize=13980732 memory=206364 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7393/stat : 7393 (java) S 7387 7387 11586 0 -1 1077944384 3227 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410170452240 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7394] ppid=7387 vsize=13980732 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/7389/task/7394/stat : 7394 (java) S 7387 7387 11586 0 -1 1077944384 3729 0 0 0 43 5 0 0 20 0 15 0 68006472 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410169399696 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7395] ppid=7387 vsize=13980732 memory=15880 CPUtime=0.34 cores=0,2,4,6
/proc/7389/task/7395/stat : 7395 (java) S 7387 7387 11586 0 -1 1077944384 4502 0 0 0 29 5 0 0 20 0 15 0 68006473 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410050517744 140410572053122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7396] ppid=7387 vsize=13980732 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7396/stat : 7396 (java) S 7387 7387 11586 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410049463968 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7397] ppid=7387 vsize=13980732 memory=21612 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7397/stat : 7397 (java) S 7387 7387 11586 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 68006474 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410048410864 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7398] ppid=7387 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7398/stat : 7398 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006476 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410047359440 140410572060571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7399] ppid=7387 vsize=13980732 memory=208412 CPUtime=2.92 cores=0,2,4,6
/proc/7389/task/7399/stat : 7399 (java) S 7387 7387 11586 0 -1 1077944384 18223 0 0 0 290 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410046306544 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7400] ppid=7387 vsize=13980732 memory=1380 CPUtime=2.57 cores=0,2,4,6
/proc/7389/task/7400/stat : 7400 (java) S 7387 7387 11586 0 -1 1077944384 19281 0 0 0 255 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410045254000 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7401] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.71 cores=0,2,4,6
/proc/7389/task/7401/stat : 7401 (java) S 7387 7387 11586 0 -1 1077944384 9785 0 0 0 69 2 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410044200944 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7402] ppid=7387 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7389/task/7402/stat : 7402 (java) S 7387 7387 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 68006477 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410043148640 140410572052181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
[pid=7389/tid=7403] ppid=7387 vsize=13980732 memory=208412 CPUtime=0.75 cores=0,2,4,6
/proc/7389/task/7403/stat : 7403 (java) S 7387 7387 11586 0 -1 1077944384 1267 0 0 0 34 41 0 0 20 0 15 0 68006480 14316269568 52103 18446744073709551615 4194304 4196468 140721746581136 140410042096688 140410572053122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6750208 140721746583985 140721746584161 140721746584161 140721746587599 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 209792 KiB

Child status: 143
Real time (s): 2511.91
CPU time (s): 2520.09
CPU user time (s): 2519.37
CPU system time (s): 0.717155
CPU usage (%): 100.325
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 229548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.37
system time used= 0.717155
maximum resident set size= 229708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64942
involuntary context switches= 3126


# summary of solver processes directly reported to runsolver:
#   pid: 7387
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2519.37
#   total CPU system time (s): 0.717155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8865 second user time and 22.3835 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 13:16:42
IDJOB=4269405
IDBENCH=128150
IDSOLVER=2660
FILE ID=node124/4269405-1502796658
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.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-4269405-1502796658/watcher-4269405-1502796658 -o /tmp/evaluation-result-4269405-1502796658/solver-4269405-1502796658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1860846491 HOME/instance-4269405-1502796658.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=1860846491

node124.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.51
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.51
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.51
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.51
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:        31353644 kB
MemAvailable:   31774712 kB
Buffers:          239052 kB
Cached:           469120 kB
SwapCached:            0 kB
Active:           680032 kB
Inactive:         290776 kB
Active(anon):     214172 kB
Inactive(anon):    81948 kB
Active(file):     465860 kB
Inactive(file):   208828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:        393224 kB
Mapped:            59668 kB
Shmem:             33512 kB
Slab:             151468 kB
SReclaimable:     124428 kB
SUnreclaim:        27040 kB
KernelStack:        3712 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1276328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 13:58:34