Trace number 4403512

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? (TO) 2520.36 634.382

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403512-1568991444.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.34/0.41	c [HOME/instance-4403512-1568991444.xml, -tl, 2520s, -p, 4]
0.34/0.41	c 4 solvers in parallel
0.34/0.41	c parse instance...
2.07/0.95	c solve instance...
2520.08/634.37	s UNKNOWN
2520.08/634.37	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 (10504 MiB free)
  memory of node 1: 16384 MiB (10391 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403512-1568991444/watcher-4403512-1568991444 -o /var/tmp/evaluation-result-4403512-1568991444/solver-4403512-1568991444 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25143 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1782193200 HOME/instance-4403512-1568991444.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28569, runsolver pid=28566
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 9.63 8.76 8.32 7/233 28585
/proc/meminfo: memFree=21382392/32770624 swapFree=67002248/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15144776 memory=28788 CPUtime=0.13 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 5686 0 0 0 12 1 0 0 20 0 15 0 475392983 15508250624 7197 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3786194 7197 3144 1 0 3748377 0
[pid=28571/tid=28572] ppid=28569 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) R 28569 28569 25111 0 -1 4202560 3565 0 0 0 9 0 0 0 20 0 15 0 475392984 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840654470624 139840650259862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840184955808 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840183903216 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) R 28569 28569 25111 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840181799408 139840650259074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) R 28569 28569 25111 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840180746048 139840629669302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0.02 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) R 28569 28569 25111 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840179694320 139840650259862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 7197 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30240 KiB

[startup+0.211295 s]*
/proc/loadavg: 9.63 8.76 8.32 7/233 28585
/proc/meminfo: memFree=21359428/32770624 swapFree=67002248/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15144776 memory=40596 CPUtime=0.34 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 9445 0 0 0 32 2 0 0 20 0 15 0 475392983 15508250624 10149 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3786194 10149 3247 1 0 3748377 0
[pid=28571/tid=28572] ppid=28569 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) R 28569 28569 25111 0 -1 4202560 6613 0 0 0 18 2 0 0 20 0 15 0 475392984 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840654482912 139840635420788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15144776 memory=13620 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15144776 memory=139738310351585 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475392984 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840184955808 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475392986 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840183903216 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) R 28569 28569 25111 0 -1 4202560 438 0 0 0 1 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840181799408 139840650269274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28569 28569 25111 0 -1 1077944384 317 0 0 0 3 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840180746864 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15144776 memory=139738306823808 CPUtime=0.08 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) R 28569 28569 25111 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840179694320 139840629268884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392989 15508250624 10149 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42048 KiB

[startup+0.503581 s]*
/proc/loadavg: 9.63 8.76 8.32 8/233 28585
/proc/meminfo: memFree=21356520/32770624 swapFree=67002248/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15151156 memory=55528 CPUtime=0.75 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 11671 0 0 0 72 3 0 0 20 0 15 0 475392983 15514783744 13882 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3787789 13882 3402 1 0 3748889 0
[pid=28571/tid=28572] ppid=28569 vsize=15151156 memory=7883960649037381690 CPUtime=0.4 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) R 28569 28569 25111 0 -1 4202560 8239 0 0 0 38 2 0 0 20 0 15 0 475392984 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840654485152 139840650259862 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15151156 memory=13961 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15151156 memory=3546595 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840184955808 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840183903216 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15151156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28569 28569 25111 0 -1 1077944384 631 0 0 0 5 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840181799408 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15151156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28569 28569 25111 0 -1 1077944384 416 0 0 0 8 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840180746864 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15151156 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) R 28569 28569 25111 0 -1 4202560 1076 0 0 0 20 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840179694320 139840635413480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 13882 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 56980 KiB

[startup+0.711642 s]*
/proc/loadavg: 9.63 8.76 8.32 9/233 28585
/proc/meminfo: memFree=21337944/32770624 swapFree=67002248/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15151156 memory=73868 CPUtime=1.43 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 14174 0 0 0 138 5 0 0 20 0 15 0 475392983 15514783744 18467 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3787789 18467 3451 1 0 3748889 0
[pid=28571/tid=28572] ppid=28569 vsize=15151156 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) R 28569 28569 25111 0 -1 4202560 9145 0 0 0 58 3 0 0 20 0 15 0 475392984 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840654484368 139840263611591 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15151156 memory=3820 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15151156 memory=2712 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475392984 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15151156 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840184955808 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15151156 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475392986 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840183903216 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15151156 memory=308596 CPUtime=0.18 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) R 28569 28569 25111 0 -1 4202560 1106 0 0 0 18 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840181786192 139840629965063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15151156 memory=1412 CPUtime=0.23 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) R 28569 28569 25111 0 -1 4202560 978 0 0 0 23 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840180729232 139840629904496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15151156 memory=2264 CPUtime=0.37 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) R 28569 28569 25111 0 -1 4202560 1636 0 0 0 37 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840179694320 139840629232592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) R 28569 28569 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475392989 15514783744 18467 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 75320 KiB

[startup+1.50864 s]
/proc/loadavg: 9.66 8.78 8.33 12/237 28589
/proc/meminfo: memFree=21285336/32770624 swapFree=67002248/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0

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

/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 60102 0 0 0 231320 43 0 0 20 0 19 0 475392983 15789527040 78710 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3854865 78710 3534 1 0 3815965 0
[pid=28571/tid=28572] ppid=28569 vsize=15419460 memory=1452 CPUtime=0.85 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) S 28569 28569 25111 0 -1 1077944384 9284 0 0 0 81 4 0 0 20 0 19 0 475392984 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840654488704 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.66 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 2826 0 0 0 61 5 0 0 20 0 19 0 475392984 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.66 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 2739 0 0 0 61 5 0 0 20 0 19 0 475392984 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.66 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 4803 0 0 0 60 6 0 0 20 0 19 0 475392984 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.65 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 1749 0 0 0 60 5 0 0 20 0 19 0 475392984 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.41 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 2592 0 0 0 34 7 0 0 20 0 19 0 475392986 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15419460 memory=314840 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840184955872 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840183903232 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15419460 memory=314840 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15419460 memory=85 CPUtime=2 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28569 28569 25111 0 -1 1077944384 8571 0 0 0 200 0 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840181799408 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15419460 memory=1452 CPUtime=1.76 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28569 28569 25111 0 -1 1077944384 11261 0 0 0 175 1 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840180746864 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15419460 memory=314840 CPUtime=0.79 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28569 28569 25111 0 -1 1077944384 6650 0 0 0 79 0 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840179694320 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15419460 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15419460 memory=796 CPUtime=0.11 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 590 0 0 0 0 11 0 0 20 0 19 0 475392989 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28586] ppid=28569 vsize=15419460 memory=1452 CPUtime=576.01 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) R 28569 28569 25111 0 -1 4202560 1071 0 0 0 57599 2 0 0 20 0 19 0 475393079 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840100690680 139840265812855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28587] ppid=28569 vsize=15419460 memory=314840 CPUtime=576.06 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28569 28569 25111 0 -1 4202560 2747 0 0 0 57601 5 0 0 20 0 19 0 475393079 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840099641888 139840266418243 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28588] ppid=28569 vsize=15419460 memory=6791534058613427641 CPUtime=576.43 cores=1,3,5,7
/proc/28571/task/28588/stat : 28588 (java) R 28569 28569 25111 0 -1 4202560 1192 0 0 0 57643 0 0 0 20 0 19 0 475393079 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840098586808 139840266417967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28589] ppid=28569 vsize=15419460 memory=310744 CPUtime=576.43 cores=1,3,5,7
/proc/28571/task/28589/stat : 28589 (java) R 28569 28569 25111 0 -1 4202560 2601 0 0 0 57642 1 0 0 20 0 19 0 475393079 15789527040 78710 33554432000 4194304 4196468 140726086242272 139840097534016 139840265848229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 2313.63 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 316292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.312 s]
/proc/loadavg: 8.58 8.70 8.49 9/238 29411
/proc/meminfo: memFree=20072988/32770624 swapFree=67002252/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15419460 memory=334324 CPUtime=2520.08 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 62395 0 0 0 251963 45 0 0 20 0 19 0 475392983 15789527040 83581 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3854865 83581 3534 1 0 3815965 0
[pid=28571/tid=28572] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.85 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) S 28569 28569 25111 0 -1 1077944384 9284 0 0 0 81 4 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840654488704 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15419460 memory=1452 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 2944 0 0 0 72 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 3158 0 0 0 72 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15419460 memory=332276 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 4992 0 0 0 71 7 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15419460 memory=332276 CPUtime=0.77 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 1861 0 0 0 71 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.45 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 2783 0 0 0 38 7 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840184955872 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840183903232 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15419460 memory=332276 CPUtime=2 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28569 28569 25111 0 -1 1077944384 8573 0 0 0 200 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840181799408 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15419460 memory=1452 CPUtime=1.76 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28569 28569 25111 0 -1 1077944384 11263 0 0 0 175 1 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840180746864 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15419460 memory=3608 CPUtime=0.79 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28569 28569 25111 0 -1 1077944384 6652 0 0 0 79 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840179694320 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15419460 memory=321008 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15419460 memory=1452 CPUtime=0.12 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 605 0 0 0 0 12 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28586] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.41 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) R 28569 28569 25111 0 -1 4202560 1139 0 0 0 62739 2 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840100691248 139840266417902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28587] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.57 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28569 28569 25111 0 -1 4202560 2899 0 0 0 62752 5 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840099639768 139840265812867 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28588] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.98 cores=1,3,5,7
/proc/28571/task/28588/stat : 28588 (java) R 28569 28569 25111 0 -1 4202560 1231 0 0 0 62798 0 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840098586808 139840266417940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28589] ppid=28569 vsize=15419460 memory=332276 CPUtime=627.91 cores=1,3,5,7
/proc/28571/task/28589/stat : 28589 (java) R 28569 28569 25111 0 -1 4202560 3585 0 0 0 62790 1 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840097536800 139840265813059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 335776 KiB

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

[startup+634.338 s]
# the end of solver process 28569 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002207 s, system=0 s

[startup+634.382 s]
# the end of solver process 28571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.9 s, system=0.460177 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+634.312 s]
/proc/loadavg: 8.58 8.70 8.49 9/238 29411
/proc/meminfo: memFree=20072988/32770624 swapFree=67002252/67108860
[pid=28569] ppid=28566 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28569/stat : 28569 (xcsp3-exec) S 28566 28569 25111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475392983 115843072 363 33554432000 4194304 5098028 140724724812736 140724724810840 140652783743612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140724724818774 140724724819033 140724724819033 140724724821958 0
/proc/28569/statm: 28282 363 305 221 0 87 0
[pid=28571] ppid=28569 vsize=15419460 memory=334324 CPUtime=2520.08 cores=1,3,5,7
/proc/28571/stat : 28571 (java) S 28569 28569 25111 0 -1 1077944320 62395 0 0 0 251963 45 0 0 20 0 19 0 475392983 15789527040 83581 33554432000 4194304 4196468 140726086242272 140726086224816 139840650247927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
/proc/28571/statm: 3854865 83581 3534 1 0 3815965 0
[pid=28571/tid=28572] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.85 cores=1,3,5,7
/proc/28571/task/28572/stat : 28572 (java) S 28569 28569 25111 0 -1 1077944384 9284 0 0 0 81 4 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840654488704 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28573] ppid=28569 vsize=15419460 memory=1452 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28573/stat : 28573 (java) S 28569 28569 25111 0 -1 1077944384 2944 0 0 0 72 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840586484496 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28574] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28574/stat : 28574 (java) S 28569 28569 25111 0 -1 1077944384 3158 0 0 0 72 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840585431952 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28575] ppid=28569 vsize=15419460 memory=332276 CPUtime=0.78 cores=1,3,5,7
/proc/28571/task/28575/stat : 28575 (java) S 28569 28569 25111 0 -1 1077944384 4992 0 0 0 71 7 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840584379408 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28576] ppid=28569 vsize=15419460 memory=332276 CPUtime=0.77 cores=1,3,5,7
/proc/28571/task/28576/stat : 28576 (java) S 28569 28569 25111 0 -1 1077944384 1861 0 0 0 71 6 0 0 20 0 19 0 475392984 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840583326864 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28577] ppid=28569 vsize=15419460 memory=334324 CPUtime=0.45 cores=1,3,5,7
/proc/28571/task/28577/stat : 28577 (java) S 28569 28569 25111 0 -1 1077944384 2783 0 0 0 38 7 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840186009584 139840650259074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28578] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28578/stat : 28578 (java) S 28569 28569 25111 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840184955872 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28579] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28579/stat : 28579 (java) S 28569 28569 25111 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 19 0 475392986 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840183903232 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28580] ppid=28569 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28580/stat : 28580 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840182851792 139840650266523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28581] ppid=28569 vsize=15419460 memory=332276 CPUtime=2 cores=1,3,5,7
/proc/28571/task/28581/stat : 28581 (java) S 28569 28569 25111 0 -1 1077944384 8573 0 0 0 200 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840181799408 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28582] ppid=28569 vsize=15419460 memory=1452 CPUtime=1.76 cores=1,3,5,7
/proc/28571/task/28582/stat : 28582 (java) S 28569 28569 25111 0 -1 1077944384 11263 0 0 0 175 1 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840180746864 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28583] ppid=28569 vsize=15419460 memory=3608 CPUtime=0.79 cores=1,3,5,7
/proc/28571/task/28583/stat : 28583 (java) S 28569 28569 25111 0 -1 1077944384 6652 0 0 0 79 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840179694320 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28584] ppid=28569 vsize=15419460 memory=321008 CPUtime=0 cores=1,3,5,7
/proc/28571/task/28584/stat : 28584 (java) S 28569 28569 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840178642016 139840650258133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28585] ppid=28569 vsize=15419460 memory=1452 CPUtime=0.12 cores=1,3,5,7
/proc/28571/task/28585/stat : 28585 (java) S 28569 28569 25111 0 -1 1077944384 605 0 0 0 0 12 0 0 20 0 19 0 475392989 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840177588528 139840650259074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28586] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.41 cores=1,3,5,7
/proc/28571/task/28586/stat : 28586 (java) R 28569 28569 25111 0 -1 4202560 1139 0 0 0 62739 2 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840100691248 139840266417902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28587] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.57 cores=1,3,5,7
/proc/28571/task/28587/stat : 28587 (java) R 28569 28569 25111 0 -1 4202560 2899 0 0 0 62752 5 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840099639768 139840265812867 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28588] ppid=28569 vsize=15419460 memory=1452 CPUtime=627.98 cores=1,3,5,7
/proc/28571/task/28588/stat : 28588 (java) R 28569 28569 25111 0 -1 4202560 1231 0 0 0 62798 0 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840098586808 139840266417940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
[pid=28571/tid=28589] ppid=28569 vsize=15419460 memory=332276 CPUtime=627.91 cores=1,3,5,7
/proc/28571/task/28589/stat : 28589 (java) R 28569 28569 25111 0 -1 4202560 3585 0 0 0 62790 1 0 0 20 0 19 0 475393079 15789527040 83581 33554432000 4194304 4196468 140726086242272 139840097536800 139840265813059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140726086247387 140726086247562 140726086247562 140726086250447 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 335776 KiB

Child status: 143
Real time (s): 634.382
CPU time (s): 2520.36
CPU user time (s): 2519.9
CPU system time (s): 0.460177
CPU usage (%): 397.294
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 335776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.9
system time used= 0.460177
maximum resident set size= 334936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31666
involuntary context switches= 47057


# summary of solver processes directly reported to runsolver:
#   pid: 28569,28571
#   total CPU time (s): 2520.36
#   total CPU user time (s): 2519.9
#   total CPU system time (s): 0.460177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06812 second user time and 7.11793 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 16:56:39
IDJOB=4403512
IDBENCH=128093
IDSOLVER=2863
FILE ID=node136/4403512-1568991444
RUNJOBID= node136-1568987938-25143
PBS_JOBID= 21704639
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-36-92.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403512-1568991444/watcher-4403512-1568991444 -o /var/tmp/evaluation-result-4403512-1568991444/solver-4403512-1568991444 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25143 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1782193200 HOME/instance-4403512-1568991444.xml

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

MD5SUM BENCH= e7221c19415bed5c98fc37c567f19ceb
RANDOM SEED=1782193200

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21397880 kB
MemAvailable:   31555708 kB
Buffers:           90932 kB
Cached:         10125504 kB
SwapCached:         3520 kB
Active:          5356648 kB
Inactive:        5161116 kB
Active(anon):     297600 kB
Inactive(anon):    52544 kB
Active(file):    5059048 kB
Inactive(file):  5108572 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002248 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        409544 kB
Mapped:            65156 kB
Shmem:             40204 kB
Slab:             447684 kB
SReclaimable:     418668 kB
SUnreclaim:        29016 kB
KernelStack:        3792 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1199840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node136 at 2019-09-20 17:07:14