Trace number 4306770

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 2520.09 2512.71

General information on the benchmark

NameCarSequencing/
CarSequencing-90-01_c18.xml
MD5SUMcda201995a07a9b7663412ba5f5fbb4e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark156.426
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1459
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree92
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":3}, {"degree":92,"count":23}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":20,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":2},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":3},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1258},{"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-4306770-1534114484.xml"  -tl '2520s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.19	c [HOME/instance-4306770-1534114484.xml, -tl, 2520s, -p, 1]
0.33/0.23	c simple solver
0.33/0.29	c parse instance...
1.73/0.79	c solve instance...
2520.08/2512.70	s UNKNOWN
2520.08/2512.70	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 (7097 MiB free)
  memory of node 1: 16384 MiB (7609 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306770-1534114484/watcher-4306770-1534114484 -o /tmp/evaluation-result-4306770-1534114484/solver-4306770-1534114484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580 HOME/xcsp3-exec -seed 1138871511 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306770-1534114484.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=30157, runsolver pid=30154
Current StackSize limit: 8192 KiB


[startup+0.100226 s]*
/proc/loadavg: 2.09 2.02 1.97 3/222 30173
/proc/meminfo: memFree=15043248/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14082940 memory=28600 CPUtime=0.11 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 5467 0 0 0 9 2 0 0 20 0 15 0 229011592 14420930560 7150 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3520735 7150 3036 1 0 3483012 0
[pid=30159/tid=30160] ppid=30157 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 3494 0 0 0 8 1 0 0 20 0 15 0 229011593 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567858491568 140567854288278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229011595 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229011596 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229011596 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 229011598 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0.01 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 229011598 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011599 14420930560 7150 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210732 s]*
/proc/loadavg: 2.09 2.02 1.97 4/222 30173
/proc/meminfo: memFree=15031216/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14082940 memory=40856 CPUtime=0.33 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 8251 0 0 0 30 3 0 0 20 0 15 0 229011592 14420930560 10214 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3520735 10214 3163 1 0 3483012 0
[pid=30159/tid=30160] ppid=30157 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 5371 0 0 0 18 2 0 0 20 0 15 0 229011593 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567858508256 140567838356830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14082940 memory=14649 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14082940 memory=288370262027970176 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229011594 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229011595 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229011596 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229011596 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 15 0 229011598 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 15 0 229011598 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14082940 memory=139885876258432 CPUtime=0.07 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) R 30157 30157 28069 0 -1 4202560 793 0 0 0 7 0 0 0 20 0 15 0 229011598 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567321860336 140567833236353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011599 14420930560 10214 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42308 KiB

[startup+0.310727 s]*
/proc/loadavg: 2.09 2.02 1.97 3/222 30173
/proc/meminfo: memFree=15025260/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14087196 memory=46920 CPUtime=0.51 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 8942 0 0 0 47 4 0 0 20 0 15 0 229011592 14425288704 11730 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3521799 11730 3239 1 0 3483012 0
[pid=30159/tid=30160] ppid=30157 vsize=14087196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 5955 0 0 0 26 2 0 0 20 0 15 0 229011593 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567858512976 140567838356830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229011594 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229011595 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229011596 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229011596 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14087196 memory=4426078206164241782 CPUtime=0.03 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 461 0 0 0 3 0 0 0 20 0 15 0 229011598 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) R 30157 30157 28069 0 -1 4202560 337 0 0 0 4 0 0 0 20 0 15 0 229011598 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567322912880 140567854297690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 885 0 0 0 12 0 0 0 20 0 15 0 229011598 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011599 14425288704 11730 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48372 KiB

[startup+0.7014 s]
/proc/loadavg: 2.09 2.02 1.97 4/222 30173
/proc/meminfo: memFree=15003272/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14089320 memory=89716 CPUtime=1.73 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 14102 0 0 0 167 6 0 0 20 0 15 0 229011592 14427463680 22429 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3522330 22429 3363 1 0 3483524 0
[pid=30159/tid=30160] ppid=30157 vsize=14089320 memory=1828 CPUtime=0.67 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 6954 0 0 0 63 4 0 0 20 0 15 0 229011593 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567858486192 140567451348096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14089320 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14089320 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011594 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14089320 memory=5772 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229011594 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14089320 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229011595 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14089320 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14089320 memory=968 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14089320 memory=12144 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14089320 memory=1712 CPUtime=0.29 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) R 30157 30157 28069 0 -1 4202560 1483 0 0 0 29 0 0 0 20 0 15 0 229011598 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567323958448 140567854288278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14089320 memory=8812 CPUtime=0.35 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) R 30157 30157 28069 0 -1 4202560 2237 0 0 0 35 0 0 0 20 0 15 0 229011598 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567322898760 140567840291889 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14089320 memory=4576 CPUtime=0.39 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) R 30157 30157 28069 0 -1 4202560 2123 0 0 0 39 0 0 0 20 0 15 0 229011598 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567321856064 140567838356830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14089320 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14089320 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 22429 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 91168 KiB

[startup+1.50087 s]
/proc/loadavg: 2.09 2.02 1.97 3/222 30173
/proc/meminfo: memFree=14958424/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0

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

/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14089320 memory=1452 CPUtime=2.64 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 20511 0 0 0 262 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14089320 memory=1452 CPUtime=1.96 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 14718 0 0 0 194 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 11637 0 0 0 68 1 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.64 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 2053 0 0 0 29 35 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 2449.64 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 219232 KiB

[startup+2502.3 s]
/proc/loadavg: 1.66 1.61 1.75 3/220 31129
/proc/meminfo: memFree=16715844/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14089320 memory=217780 CPUtime=2509.66 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 89357 0 0 0 250899 67 0 0 20 0 15 0 229011592 14427463680 54445 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3522330 54445 3422 1 0 3483524 0
[pid=30159/tid=30160] ppid=30157 vsize=14089320 memory=217780 CPUtime=2501.21 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 21507 0 0 0 250108 13 0 0 20 0 15 0 229011593 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567858515792 140567457079585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.52 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 2398 0 0 0 48 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 4639 0 0 0 48 5 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 2711 0 0 0 49 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.51 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 3568 0 0 0 47 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.35 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 4246 0 0 0 31 4 0 0 20 0 15 0 229011595 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14089320 memory=217780 CPUtime=2.64 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 20511 0 0 0 262 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14089320 memory=217780 CPUtime=1.96 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 14718 0 0 0 194 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.69 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 11637 0 0 0 68 1 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14089320 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.65 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 2057 0 0 0 30 35 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 2509.66 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 219232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.7 s]
/proc/loadavg: 1.71 1.63 1.75 3/220 31130
/proc/meminfo: memFree=16715720/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14089320 memory=217780 CPUtime=2520.08 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 89357 0 0 0 251940 68 0 0 20 0 15 0 229011592 14427463680 54445 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3522330 54445 3422 1 0 3483524 0
[pid=30159/tid=30160] ppid=30157 vsize=14089320 memory=217780 CPUtime=2511.6 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 21507 0 0 0 251147 13 0 0 20 0 15 0 229011593 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567858515792 140567459098073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.52 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 2398 0 0 0 48 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 4639 0 0 0 48 5 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 2711 0 0 0 49 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.51 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 3568 0 0 0 47 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.35 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 4246 0 0 0 31 4 0 0 20 0 15 0 229011595 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14089320 memory=217780 CPUtime=2.64 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 20511 0 0 0 262 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14089320 memory=217780 CPUtime=1.96 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 14718 0 0 0 194 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 11637 0 0 0 68 1 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14089320 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14089320 memory=3848 CPUtime=0.65 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 2057 0 0 0 30 35 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 219232 KiB

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

[startup+2512.71 s]
# the end of solver process 30157 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00075 s, system=0.0015 s

[startup+2512.71 s]
# the end of solver process 30159 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.41 s, system=0.684648 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+2512.7 s]
/proc/loadavg: 1.71 1.63 1.75 3/220 31130
/proc/meminfo: memFree=16715720/32770624 swapFree=67108852/67108860
[pid=30157] ppid=30154 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30157/stat : 30157 (xcsp3-exec) S 30154 30157 28069 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229011592 115843072 363 33554432000 4194304 5098028 140732228959728 140732228957832 140312576561788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8142848 140732228965434 140732228965636 140732228965636 140732228968394 0
/proc/30157/statm: 28282 363 305 221 0 87 0
[pid=30159] ppid=30157 vsize=14089320 memory=217780 CPUtime=2520.08 cores=1,3,5,7
/proc/30159/stat : 30159 (java) S 30157 30157 28069 0 -1 1077944320 89357 0 0 0 251940 68 0 0 20 0 15 0 229011592 14427463680 54445 33554432000 4194304 4196468 140729540367024 140729540349568 140567854276343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
/proc/30159/statm: 3522330 54445 3422 1 0 3483524 0
[pid=30159/tid=30160] ppid=30157 vsize=14089320 memory=217780 CPUtime=2511.6 cores=1,3,5,7
/proc/30159/task/30160/stat : 30160 (java) R 30157 30157 28069 0 -1 4202560 21507 0 0 0 251147 13 0 0 20 0 15 0 229011593 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567858515792 140567459098073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30161] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.52 cores=1,3,5,7
/proc/30159/task/30161/stat : 30161 (java) S 30157 30157 28069 0 -1 1077944384 2398 0 0 0 48 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567784364304 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30162] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30162/stat : 30162 (java) S 30157 30157 28069 0 -1 1077944384 4639 0 0 0 48 5 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567783311760 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30163] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.53 cores=1,3,5,7
/proc/30159/task/30163/stat : 30163 (java) S 30157 30157 28069 0 -1 1077944384 2711 0 0 0 49 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567782259216 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30164] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.51 cores=1,3,5,7
/proc/30159/task/30164/stat : 30164 (java) S 30157 30157 28069 0 -1 1077944384 3568 0 0 0 47 4 0 0 20 0 15 0 229011594 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567781206672 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30165] ppid=30157 vsize=14089320 memory=217780 CPUtime=0.35 cores=1,3,5,7
/proc/30159/task/30165/stat : 30165 (java) S 30157 30157 28069 0 -1 1077944384 4246 0 0 0 31 4 0 0 20 0 15 0 229011595 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567328176624 140567854287490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30166] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30166/stat : 30166 (java) S 30157 30157 28069 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567327122848 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30167] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30167/stat : 30167 (java) S 30157 30157 28069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 229011596 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567326070256 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30168] ppid=30157 vsize=14089320 memory=217780 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30168/stat : 30168 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567325018832 140567854294939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30169] ppid=30157 vsize=14089320 memory=217780 CPUtime=2.64 cores=1,3,5,7
/proc/30159/task/30169/stat : 30169 (java) S 30157 30157 28069 0 -1 1077944384 20511 0 0 0 262 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567323965424 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30170] ppid=30157 vsize=14089320 memory=217780 CPUtime=1.96 cores=1,3,5,7
/proc/30159/task/30170/stat : 30170 (java) S 30157 30157 28069 0 -1 1077944384 14718 0 0 0 194 2 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567322912880 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30171] ppid=30157 vsize=14089320 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/30159/task/30171/stat : 30171 (java) S 30157 30157 28069 0 -1 1077944384 11637 0 0 0 68 1 0 0 20 0 15 0 229011598 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567321860336 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30172] ppid=30157 vsize=14089320 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/30159/task/30172/stat : 30172 (java) S 30157 30157 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567320808032 140567854286549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
[pid=30159/tid=30173] ppid=30157 vsize=14089320 memory=3848 CPUtime=0.65 cores=1,3,5,7
/proc/30159/task/30173/stat : 30173 (java) S 30157 30157 28069 0 -1 1077944384 2057 0 0 0 30 35 0 0 20 0 15 0 229011599 14427463680 54445 33554432000 4194304 4196468 140729540367024 140567319755568 140567854287490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7290880 140729540375686 140729540375857 140729540375857 140729540378575 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 219232 KiB

Child status: 143
Real time (s): 2512.71
CPU time (s): 2520.09
CPU user time (s): 2519.41
CPU system time (s): 0.684648
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 14204352
Max. memory (cumulated for all children) (KiB): 225944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.41
system time used= 0.684648
maximum resident set size= 229816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65482
involuntary context switches= 2451


# summary of solver processes directly reported to runsolver:
#   pid: 30157,30159
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2519.41
#   total CPU system time (s): 0.684648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0874 second user time and 23.0483 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 00:54:44
IDJOB=4306770
IDBENCH=141458
IDSOLVER=2787
FILE ID=node135/4306770-1534114484
RUNJOBID= node135-1534098559-28101
PBS_JOBID= 21037004
Free space on /tmp= 42692 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-90-01_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306770-1534114484/watcher-4306770-1534114484 -o /tmp/evaluation-result-4306770-1534114484/solver-4306770-1534114484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580  HOME/xcsp3-exec -seed 1138871511 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306770-1534114484.xml

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

MD5SUM BENCH= cda201995a07a9b7663412ba5f5fbb4e
RANDOM SEED=1138871511

node135.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.50
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.50
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.50
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.50
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:        15059884 kB
MemAvailable:   29846096 kB
Buffers:          243092 kB
Cached:         14638196 kB
SwapCached:            8 kB
Active:          9420732 kB
Inactive:        7569704 kB
Active(anon):    2058128 kB
Inactive(anon):   103296 kB
Active(file):    7362604 kB
Inactive(file):  7466408 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             21856 kB
Writeback:             0 kB
AnonPages:       2117648 kB
Mapped:            75112 kB
Shmem:             49816 kB
Slab:             413768 kB
SReclaimable:     385660 kB
SUnreclaim:        28108 kB
KernelStack:        3792 kB
PageTables:         9528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3325684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2015232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42676 MiB
End job on node135 at 2018-08-13 01:36:37