Trace number 4272347

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

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-19-71.xml
MD5SUM910e6a58e5b883abb8b2e34c5de0ea43
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 variables600
Number of constraints736
Number of domains2
Minimum domain size2
Maximum domain size23
Distribution of domain sizes[{"size":2,"count":500},{"size":23,"count":100}]
Minimum variable degree2
Maximum variable degree51
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":18},{"degree":18,"count":18},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":30},{"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":8},{"degree":32,"count":8},{"degree":33,"count":9},{"degree":34,"count":10},{"degree":35,"count":14},{"degree":36,"count":7},{"degree":37,"count":2},{"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":2},{"degree":48,"count":2},{"degree":49,"count":2},{"degree":50,"count":3},{"degree":51,"count":5}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":2},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"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":35,"count":2},"...",{"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":635},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272347-1502794156.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272347-1502794156.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.38/0.63	c solve instance...
2520.03/2444.80	s UNKNOWN
2520.03/2444.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 (14245 MiB free)
  memory of node 1: 16384 MiB (14133 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272347-1502794156/watcher-4272347-1502794156 -o /tmp/evaluation-result-4272347-1502794156/solver-4272347-1502794156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5949 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 302312976 HOME/instance-4272347-1502794156.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=5987, runsolver pid=5984
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 7.39 8.05 7.86 4/220 6012
/proc/meminfo: memFree=29031644/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13978596 memory=28552 CPUtime=0.12 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 5490 0 0 0 11 1 0 0 20 0 15 0 112503655 14314082304 7138 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3494649 7138 2892 1 0 3482966 0
[pid=5989/tid=5991] ppid=5987 vsize=13978596 memory=8261754145389908827 CPUtime=0.08 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 3442 0 0 0 8 0 0 0 20 0 15 0 112503655 14314082304 7204 33554432000 4194304 4196468 140731423866800 140129091863200 140129087643030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14314082304 7204 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13978596 memory=139898239002240 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14314082304 7204 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14314082304 7204 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503656 14314082304 7204 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13978596 memory=139898239002240 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503657 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112503658 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112503658 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 112503660 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503660 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13978596 memory=139898239002240 CPUtime=0.01 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) R 5987 5987 5918 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 112503660 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128555448304 140129066766589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13978596 memory=139898239002240 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503661 14314082304 7204 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29932 KiB

[startup+0.210837 s]*
/proc/loadavg: 7.39 8.05 7.86 5/220 6012
/proc/meminfo: memFree=29009140/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13982852 memory=40428 CPUtime=0.33 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 8266 0 0 0 31 2 0 0 20 0 15 0 112503655 14318440448 10107 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3495713 10107 3065 1 0 3482966 0
[pid=5989/tid=5991] ppid=5987 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 5394 0 0 0 18 1 0 0 20 0 15 0 112503655 14318440448 10107 33554432000 4194304 4196468 140731423866800 140129091857888 140129071711582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13982852 memory=12474 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 10107 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13982852 memory=139898239551157 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 10107 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 10107 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 10107 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13982852 memory=139898239002240 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503657 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112503658 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112503658 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 657 0 0 0 3 0 0 0 20 0 15 0 112503660 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 15 0 112503660 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13982852 memory=139898239002240 CPUtime=0.07 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) R 5987 5987 5918 0 -1 4202560 782 0 0 0 7 0 0 0 20 0 15 0 112503660 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128555448304 140129079868222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503661 14318440448 10107 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41808 KiB

[startup+0.310951 s]*
/proc/loadavg: 7.39 8.05 7.86 5/220 6012
/proc/meminfo: memFree=28995616/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13982852 memory=47292 CPUtime=0.52 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 9030 0 0 0 49 3 0 0 20 0 15 0 112503655 14318440448 11823 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3495713 11823 3081 1 0 3482966 0
[pid=5989/tid=5991] ppid=5987 vsize=13982852 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 5937 0 0 0 28 2 0 0 20 0 15 0 112503655 14318440448 11823 33554432000 4194304 4196468 140731423866800 140129091869104 140129071711582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13982852 memory=12804 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 11823 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13982852 memory=553978 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 11823 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 11823 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503656 14318440448 11823 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503657 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112503658 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112503658 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 659 0 0 0 3 0 0 0 20 0 15 0 112503660 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) R 5987 5987 5918 0 -1 1077944384 193 0 0 0 3 0 0 0 20 0 15 0 112503660 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) R 5987 5987 5918 0 -1 4202560 945 0 0 0 13 0 0 0 20 0 15 0 112503660 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128555445968 140129067063172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503661 14318440448 11823 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48672 KiB

[startup+0.705673 s]
/proc/loadavg: 7.39 8.05 7.86 7/220 6012
/proc/meminfo: memFree=28963856/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13984976 memory=75116 CPUtime=1.66 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 11897 0 0 0 162 4 0 0 20 0 15 0 112503655 14320615424 18779 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3496244 18779 3210 1 0 3483478 0
[pid=5989/tid=5991] ppid=5987 vsize=13984976 memory=4044 CPUtime=0.67 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 6748 0 0 0 65 2 0 0 20 0 15 0 112503655 14320615424 18779 33554432000 4194304 4196468 140731423866800 140129091868048 140128693660854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14320615424 18779 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13984976 memory=636 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14320615424 18779 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503656 14320615424 18779 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13984976 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112503656 14320615424 18779 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13984976 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112503657 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13984976 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13984976 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13984976 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13984976 memory=932 CPUtime=0.28 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) R 5987 5987 5918 0 -1 4202560 1244 0 0 0 28 0 0 0 20 0 15 0 112503660 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128557535104 140129068331698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13984976 memory=2200 CPUtime=0.26 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 710 0 0 0 26 0 0 0 20 0 15 0 112503660 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13984976 memory=6504 CPUtime=0.41 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) S 5987 5987 5918 0 -1 1077944384 1888 0 0 0 41 0 0 0 20 0 15 0 112503660 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128555448304 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13984976 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 18779 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76496 KiB

[startup+1.5023 s]
/proc/loadavg: 7.39 8.05 7.86 8/220 6012
/proc/meminfo: memFree=28861100/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0

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

[pid=5989/tid=5998] ppid=5987 vsize=13984976 memory=8112282956445269571 CPUtime=1.16 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 52136 0 0 0 93 23 0 0 20 0 15 0 112503657 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13984976 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13984976 memory=8560 CPUtime=5.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 19684 0 0 0 501 2 0 0 20 0 15 0 112503660 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13984976 memory=1224 CPUtime=5.45 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 20902 0 0 0 542 3 0 0 20 0 15 0 112503660 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13984976 memory=792 CPUtime=0.94 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) S 5987 5987 5918 0 -1 1077944384 10970 0 0 0 91 3 0 0 20 0 15 0 112503660 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128555448304 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13984976 memory=5296 CPUtime=1.29 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1154 0 0 0 62 67 0 0 20 0 15 0 112503661 14320615424 167644 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 2455.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 671956 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.48 1.89 3/217 6107
/proc/meminfo: memFree=28296360/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13984976 memory=551640 CPUtime=2517.48 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 235684 0 0 0 251094 654 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3496244 137910 3282 1 0 3483478 0
[pid=5989/tid=5991] ppid=5987 vsize=13984976 memory=14698478437665088 CPUtime=2418.96 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 59752 0 0 0 241873 23 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129091870400 140128699704368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13984976 memory=6656426216303648864 CPUtime=21.15 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 15272 0 0 0 1979 136 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13984976 memory=6944656592455097440 CPUtime=21.09 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 18849 0 0 0 1969 140 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13984976 memory=6655300316396806240 CPUtime=21.17 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 17871 0 0 0 1978 139 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13984976 memory=6944656592455097440 CPUtime=21.1 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 17198 0 0 0 1973 137 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13984976 memory=8112282956445269571 CPUtime=1.18 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 52652 0 0 0 94 24 0 0 20 0 15 0 112503657 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13984976 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13984976 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13984976 memory=6944652177228980320 CPUtime=5.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 19686 0 0 0 501 2 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13984976 memory=6944656592455360604 CPUtime=5.45 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 20904 0 0 0 542 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13984976 memory=6944656592455359580 CPUtime=0.94 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) S 5987 5987 5918 0 -1 1077944384 10972 0 0 0 91 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128555448304 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13984976 memory=556772 CPUtime=1.32 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1173 0 0 0 64 68 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 2517.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 553020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2444.8 s]
/proc/loadavg: 1.47 1.49 1.89 3/217 6107
/proc/meminfo: memFree=28285588/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13984976 memory=551640 CPUtime=2520.03 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 235705 0 0 0 251349 654 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3496244 137910 3282 1 0 3483478 0
[pid=5989/tid=5991] ppid=5987 vsize=13984976 memory=567032 CPUtime=2421.44 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 59753 0 0 0 242121 23 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129091870592 140128704513042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.16 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 15277 0 0 0 1980 136 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.1 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 18850 0 0 0 1970 140 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.19 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 17871 0 0 0 1980 139 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13984976 memory=675276 CPUtime=21.12 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 17199 0 0 0 1975 137 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13984976 memory=1380 CPUtime=1.18 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 52665 0 0 0 94 24 0 0 20 0 15 0 112503657 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13984976 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13984976 memory=4612 CPUtime=5.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 19686 0 0 0 501 2 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13984976 memory=1380 CPUtime=5.45 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 20904 0 0 0 542 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13984976 memory=551640 CPUtime=0.94 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) S 5987 5987 5918 0 -1 1077944384 10972 0 0 0 91 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128555448304 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13984976 memory=567032 CPUtime=1.32 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1173 0 0 0 64 68 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 553020 KiB

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

[startup+2444.81 s]
# the end of solver process 5987 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.5 s, system=6.5538 s

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

[startup+2444.8 s]
/proc/loadavg: 1.47 1.49 1.89 3/217 6107
/proc/meminfo: memFree=28285588/32770624 swapFree=67108860/67108860
[pid=5987] ppid=5984 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/5987/stat : 5987 (xcsp3-exec) S 5984 5987 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 112503655 9740288 345 33554432000 4194304 5098028 140725967563936 140725967562040 140337912275580 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10919936 140725967565935 140725967566139 140725967566139 140725967568875 0
/proc/5987/statm: 2378 345 289 221 0 87 0
[pid=5989] ppid=5987 vsize=13984976 memory=551640 CPUtime=2520.03 cores=0,2,4,6
/proc/5989/stat : 5989 (java) S 5987 5987 5918 0 -1 1077944320 235705 0 0 0 251349 654 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140731423849344 140129087631095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
/proc/5989/statm: 3496244 137910 3282 1 0 3483478 0
[pid=5989/tid=5991] ppid=5987 vsize=13984976 memory=567032 CPUtime=2421.44 cores=0,2,4,6
/proc/5989/task/5991/stat : 5991 (java) R 5987 5987 5918 0 -1 4202560 59753 0 0 0 242121 23 0 0 20 0 15 0 112503655 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129091870592 140128704513042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5994] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.16 cores=0,2,4,6
/proc/5989/task/5994/stat : 5994 (java) S 5987 5987 5918 0 -1 1077944384 15277 0 0 0 1980 136 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129017719312 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5995] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.1 cores=0,2,4,6
/proc/5989/task/5995/stat : 5995 (java) S 5987 5987 5918 0 -1 1077944384 18850 0 0 0 1970 140 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129016666768 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5996] ppid=5987 vsize=13984976 memory=551640 CPUtime=21.19 cores=0,2,4,6
/proc/5989/task/5996/stat : 5996 (java) S 5987 5987 5918 0 -1 1077944384 17871 0 0 0 1980 139 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129015613712 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5997] ppid=5987 vsize=13984976 memory=675276 CPUtime=21.12 cores=0,2,4,6
/proc/5989/task/5997/stat : 5997 (java) S 5987 5987 5918 0 -1 1077944384 17199 0 0 0 1975 137 0 0 20 0 15 0 112503656 14320615424 137910 33554432000 4194304 4196468 140731423866800 140129014561168 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5998] ppid=5987 vsize=13984976 memory=1380 CPUtime=1.18 cores=0,2,4,6
/proc/5989/task/5998/stat : 5998 (java) S 5987 5987 5918 0 -1 1077944384 52665 0 0 0 94 24 0 0 20 0 15 0 112503657 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128561765104 140129087642242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=5999] ppid=5987 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5989/task/5999/stat : 5999 (java) S 5987 5987 5918 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128560711328 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6000] ppid=5987 vsize=13984976 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6000/stat : 6000 (java) S 5987 5987 5918 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 112503658 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128559658224 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6007] ppid=5987 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6007/stat : 6007 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128558606800 140129087649691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6008] ppid=5987 vsize=13984976 memory=4612 CPUtime=5.03 cores=0,2,4,6
/proc/5989/task/6008/stat : 6008 (java) S 5987 5987 5918 0 -1 1077944384 19686 0 0 0 501 2 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128557553904 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6009] ppid=5987 vsize=13984976 memory=1380 CPUtime=5.45 cores=0,2,4,6
/proc/5989/task/6009/stat : 6009 (java) S 5987 5987 5918 0 -1 1077944384 20904 0 0 0 542 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128556501360 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6010] ppid=5987 vsize=13984976 memory=551640 CPUtime=0.94 cores=0,2,4,6
/proc/5989/task/6010/stat : 6010 (java) S 5987 5987 5918 0 -1 1077944384 10972 0 0 0 91 3 0 0 20 0 15 0 112503660 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128555448304 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6011] ppid=5987 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5989/task/6011/stat : 6011 (java) S 5987 5987 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128554396000 140129087641301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
[pid=5989/tid=6012] ppid=5987 vsize=13984976 memory=567032 CPUtime=1.32 cores=0,2,4,6
/proc/5989/task/6012/stat : 6012 (java) S 5987 5987 5918 0 -1 1077944384 1173 0 0 0 64 68 0 0 20 0 15 0 112503661 14320615424 137910 33554432000 4194304 4196468 140731423866800 140128553344048 140129087642242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140731423872151 140731423872327 140731423872327 140731423875023 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 553020 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2444.81
CPU time (s): 2520.06
CPU user time (s): 2513.5
CPU system time (s): 6.5538
CPU usage (%): 103.078
Max. virtual memory (cumulated for all children) (KiB): 13996812
Max. memory (cumulated for all children) (KiB): 741776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.5
system time used= 6.5538
maximum resident set size= 741400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74885
involuntary context switches= 4745


# summary of solver processes directly reported to runsolver:
#   pid: 5987
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2513.5
#   total CPU system time (s): 6.5538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2451 second user time and 23.9529 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 12:34:57
IDJOB=4272347
IDBENCH=128051
IDSOLVER=2664
FILE ID=node107/4272347-1502794156
RUNJOBID= node107-1502793297-5949
PBS_JOBID= 20629130
Free space on /tmp= 61656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-19-71.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-4272347-1502794156/watcher-4272347-1502794156 -o /tmp/evaluation-result-4272347-1502794156/solver-4272347-1502794156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5949 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 302312976 HOME/instance-4272347-1502794156.xml

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

MD5SUM BENCH= 910e6a58e5b883abb8b2e34c5de0ea43
RANDOM SEED=302312976

node107.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.84
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.84
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.84
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.84
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:        29066828 kB
MemAvailable:   31984936 kB
Buffers:          220888 kB
Cached:          2984308 kB
SwapCached:            0 kB
Active:           572852 kB
Inactive:        2685688 kB
Active(anon):      56260 kB
Inactive(anon):    24972 kB
Active(file):     516592 kB
Inactive(file):  2660716 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15628 kB
Writeback:             0 kB
AnonPages:         59996 kB
Mapped:            45504 kB
Shmem:             25228 kB
Slab:             139212 kB
SReclaimable:     113268 kB
SUnreclaim:        25944 kB
KernelStack:        3104 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61648 MiB
End job on node107 at 2017-08-15 13:15:42