Trace number 4403528

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.63 635.397

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-07-07-fair.xml
MD5SUM2cb13d8f4904ef06e321ec381eb8db90
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 benchmark12.0849
Satisfiable
(Un)Satisfiability was proved
Number of variables12939
Number of constraints12238
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1766},{"size":201,"count":64},{"size":20001,"count":11109}]
Minimum variable degree2
Maximum variable degree106
Distribution of variable degrees[{"degree":2,"count":11409},{"degree":3,"count":294},{"degree":4,"count":28},{"degree":5,"count":140},{"degree":6,"count":83},{"degree":7,"count":252},{"degree":8,"count":356},{"degree":9,"count":267},{"degree":10,"count":23},{"degree":13,"count":49},{"degree":16,"count":1},{"degree":23,"count":8},{"degree":37,"count":8},{"degree":39,"count":5},{"degree":46,"count":1},{"degree":52,"count":7},{"degree":81,"count":2},{"degree":82,"count":5},{"degree":106,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2039},{"arity":3,"count":10197}]
Number of extensional constraints0
Number of intensional constraints12238
Distribution of constraint types[{"type":"intension","count":12238}]
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-4403528-1568993188.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403528-1568993188.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
15.84/5.28	c solve instance...
2520.31/635.35	s UNKNOWN
2520.31/635.35	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 (3869 MiB free)
  memory of node 1: 16384 MiB (2299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403528-1568993188/watcher-4403528-1568993188 -o /var/tmp/evaluation-result-4403528-1568993188/solver-4403528-1568993188 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568993083-15075 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1731716172 HOME/instance-4403528-1568993188.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.102755 s]*
/proc/loadavg: 7.64 7.28 7.14 9/233 15304
/proc/meminfo: memFree=6296692/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15144776 memory=29072 CPUtime=0.13 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 5692 0 0 0 12 1 0 0 20 0 15 0 475232750 15508250624 7268 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3786194 7268 3156 1 0 3748377 0
[pid=15290/tid=15291] ppid=15288 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) R 15288 15288 13261 0 -1 4202560 3567 0 0 0 8 1 0 0 20 0 15 0 475232750 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156825356672 140156821138838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232752 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475232752 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156288377632 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475232753 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156287325296 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) R 15288 15288 13261 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) S 15288 15288 13261 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156284168688 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0.02 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) R 15288 15288 13261 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 475232755 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156283116400 140156821148250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232756 15508250624 7268 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30524 KiB

[startup+0.210723 s]*
/proc/loadavg: 7.64 7.28 7.14 7/233 15304
/proc/meminfo: memFree=6283884/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15144776 memory=40356 CPUtime=0.34 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 9302 0 0 0 31 3 0 0 20 0 15 0 475232750 15508250624 10089 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3786194 10089 3281 1 0 3748377 0
[pid=15290/tid=15291] ppid=15288 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) R 15288 15288 13261 0 -1 4202560 6529 0 0 0 17 2 0 0 20 0 15 0 475232750 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156825361600 140156821138838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15144776 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15144776 memory=140499370465371 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475232752 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475232752 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156288377632 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475232753 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156287325296 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) S 15288 15288 13261 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 15 0 475232755 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) S 15288 15288 13261 0 -1 1077944384 137 0 0 0 2 0 0 0 20 0 15 0 475232755 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156284168688 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15144776 memory=140499366946432 CPUtime=0.08 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) R 15288 15288 13261 0 -1 4202560 812 0 0 0 8 0 0 0 20 0 15 0 475232755 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156283116400 140156800112144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232756 15508250624 10089 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41808 KiB

[startup+0.311637 s]*
/proc/loadavg: 7.64 7.28 7.14 7/233 15304
/proc/meminfo: memFree=6276004/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15149032 memory=49584 CPUtime=0.54 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 10742 0 0 0 50 4 0 0 20 0 15 0 475232750 15512608768 12396 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3787258 12396 3330 1 0 3748377 0
[pid=15290/tid=15291] ppid=15288 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) R 15288 15288 13261 0 -1 4202560 7675 0 0 0 27 3 0 0 20 0 15 0 475232750 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156825358016 140156805207390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475232752 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475232752 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156288377632 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475232753 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156287325296 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) S 15288 15288 13261 0 -1 1077944384 521 0 0 0 4 0 0 0 20 0 15 0 475232755 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) R 15288 15288 13261 0 -1 4202560 283 0 0 0 5 0 0 0 20 0 15 0 475232755 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156284149800 140156806236469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) S 15288 15288 13261 0 -1 1077944384 964 0 0 0 13 0 0 0 20 0 15 0 475232755 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156283116400 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232756 15512608768 12396 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51036 KiB

[startup+0.700776 s]
/proc/loadavg: 7.64 7.28 7.14 9/233 15304
/proc/meminfo: memFree=6251004/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15151156 memory=115716 CPUtime=1.72 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 13966 0 0 0 167 5 0 0 20 0 15 0 475232750 15514783744 28929 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3787789 28929 3439 1 0 3748889 0
[pid=15290/tid=15291] ppid=15288 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) R 15288 15288 13261 0 -1 4202560 8294 0 0 0 64 4 0 0 20 0 15 0 475232750 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156825361224 140156412610783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15151156 memory=53524 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232751 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475232751 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475232752 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15151156 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475232752 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156288377632 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475232753 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156287325296 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15151156 memory=2832 CPUtime=0.35 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) R 15288 15288 13261 0 -1 4202560 1392 0 0 0 35 0 0 0 20 0 15 0 475232755 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156285208304 140156802650512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15151156 memory=1224 CPUtime=0.37 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) R 15288 15288 13261 0 -1 4202560 1099 0 0 0 37 0 0 0 20 0 15 0 475232755 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156284168816 140156804684248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15151156 memory=6068 CPUtime=0.31 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) S 15288 15288 13261 0 -1 1077944384 1872 0 0 0 30 1 0 0 20 0 15 0 475232755 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156283116400 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475232755 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475232756 15514783744 28929 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 117168 KiB

[startup+1.50178 s]
/proc/loadavg: 7.64 7.28 7.14 9/234 15306
/proc/meminfo: memFree=6110924/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0

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

/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 172826 0 0 0 230523 401 0 0 20 0 19 0 475232750 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3854865 1152107 3554 1 0 3815965 0
[pid=15290/tid=15291] ppid=15288 vsize=15419460 memory=4608428 CPUtime=4 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) S 15288 15288 13261 0 -1 1077944384 11707 0 0 0 391 9 0 0 20 0 19 0 475232750 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156825367680 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15419460 memory=4608428 CPUtime=9.16 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 7858 0 0 0 826 90 0 0 20 0 19 0 475232751 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15419460 memory=4608428 CPUtime=9.16 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 4995 0 0 0 820 96 0 0 20 0 19 0 475232751 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15419460 memory=4608428 CPUtime=9.12 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 4852 0 0 0 822 90 0 0 20 0 19 0 475232751 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15419460 memory=1452 CPUtime=9.13 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 5894 0 0 0 824 89 0 0 20 0 19 0 475232751 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15419460 memory=1452 CPUtime=1.48 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 7247 0 0 0 147 1 0 0 20 0 19 0 475232752 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15419460 memory=4608428 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 475232752 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156288377696 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15419460 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 475232753 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156287325312 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15419460 memory=4608428 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15419460 memory=1452 CPUtime=5.99 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) S 15288 15288 13261 0 -1 1077944384 25721 0 0 0 596 3 0 0 20 0 19 0 475232755 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15419460 memory=1452 CPUtime=5.91 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) S 15288 15288 13261 0 -1 1077944384 24742 0 0 0 588 3 0 0 20 0 19 0 475232755 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156284168688 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15419460 memory=1452 CPUtime=1.31 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) S 15288 15288 13261 0 -1 1077944384 16843 0 0 0 128 3 0 0 20 0 19 0 475232755 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156283116400 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15419460 memory=4608428 CPUtime=0.2 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1668 0 0 0 20 0 0 0 20 0 19 0 475232756 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15307] ppid=15288 vsize=15419460 memory=1452 CPUtime=564.84 cores=0,2,4,6
/proc/15290/task/15307/stat : 15307 (java) R 15288 15288 13261 0 -1 4202560 8346 0 0 0 56483 1 0 0 20 0 19 0 475233280 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156269935480 140156422072839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15308] ppid=15288 vsize=15419460 memory=4608428 CPUtime=564.27 cores=0,2,4,6
/proc/15290/task/15308/stat : 15308 (java) R 15288 15288 13261 0 -1 4202560 27685 0 0 0 56421 6 0 0 20 0 19 0 475233280 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156268879224 140156416187090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15309] ppid=15288 vsize=15419460 memory=1452 CPUtime=562.82 cores=0,2,4,6
/proc/15290/task/15309/stat : 15309 (java) R 15288 15288 13261 0 -1 4202560 12132 0 0 0 56279 3 0 0 20 0 19 0 475233280 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156267831024 140156421614919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15310] ppid=15288 vsize=15419460 memory=4608428 CPUtime=561.72 cores=0,2,4,6
/proc/15290/task/15310/stat : 15310 (java) R 15288 15288 13261 0 -1 4202560 11769 0 0 0 56170 2 0 0 20 0 19 0 475233280 15789527040 1152107 33554432000 4194304 4196468 140736712965808 140156266774952 140156420869663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 2309.24 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4609880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.302 s]
/proc/loadavg: 8.41 8.31 7.79 9/238 15509
/proc/meminfo: memFree=1690516/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15419460 memory=4628908 CPUtime=2520.31 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 178488 0 0 0 251628 403 0 0 20 0 19 0 475232750 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3854865 1157227 3554 1 0 3815965 0
[pid=15290/tid=15291] ppid=15288 vsize=15419460 memory=1452 CPUtime=4 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) S 15288 15288 13261 0 -1 1077944384 11707 0 0 0 391 9 0 0 20 0 19 0 475232750 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156825367680 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.33 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 9208 0 0 0 843 90 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.33 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 5521 0 0 0 836 97 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.28 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 5137 0 0 0 838 90 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15419460 memory=1452 CPUtime=9.29 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 6576 0 0 0 840 89 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15419460 memory=1452 CPUtime=1.48 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 7487 0 0 0 147 1 0 0 20 0 19 0 475232752 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 475232752 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156288377696 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 475232753 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156287325312 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15419460 memory=4628908 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15419460 memory=1452 CPUtime=5.99 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) S 15288 15288 13261 0 -1 1077944384 25728 0 0 0 596 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15419460 memory=280998504957856 CPUtime=5.91 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) S 15288 15288 13261 0 -1 1077944384 24744 0 0 0 588 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156284168688 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15419460 memory=-3284643825843719562 CPUtime=1.31 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) S 15288 15288 13261 0 -1 1077944384 16848 0 0 0 128 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156283116400 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15419460 memory=4628908 CPUtime=0.22 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1703 0 0 0 22 0 0 0 20 0 19 0 475232756 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15307] ppid=15288 vsize=15419460 memory=1452 CPUtime=617.66 cores=0,2,4,6
/proc/15290/task/15307/stat : 15307 (java) R 15288 15288 13261 0 -1 4202560 8709 0 0 0 61765 1 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156269933728 140156422809514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15308] ppid=15288 vsize=15419460 memory=3616 CPUtime=617.1 cores=0,2,4,6
/proc/15290/task/15308/stat : 15308 (java) R 15288 15288 13261 0 -1 4202560 28571 0 0 0 61704 6 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156268879792 140156421881831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15309] ppid=15288 vsize=15419460 memory=1452 CPUtime=615.65 cores=0,2,4,6
/proc/15290/task/15309/stat : 15309 (java) R 15288 15288 13261 0 -1 4202560 12837 0 0 0 61562 3 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156267827112 140156410615580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15310] ppid=15288 vsize=15419460 memory=1452 CPUtime=613.63 cores=0,2,4,6
/proc/15290/task/15310/stat : 15310 (java) R 15288 15288 13261 0 -1 4202560 12345 0 0 0 61361 2 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156266774664 140156422073757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4630360 KiB

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

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

[startup+635.397 s]
# the end of solver process 15290 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.56 s, system=4.06168 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+635.302 s]
/proc/loadavg: 8.41 8.31 7.79 9/238 15509
/proc/meminfo: memFree=1690516/32770624 swapFree=67001768/67108860
[pid=15288] ppid=15285 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15288/stat : 15288 (xcsp3-exec) S 15285 15288 13261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475232749 115843072 363 33554432000 4194304 5098028 140734404308848 140734404306952 139852917596796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37945344 140734404318038 140734404318297 140734404318297 140734404321222 0
/proc/15288/statm: 28282 363 304 221 0 87 0
[pid=15290] ppid=15288 vsize=15419460 memory=4628908 CPUtime=2520.31 cores=0,2,4,6
/proc/15290/stat : 15290 (java) S 15288 15288 13261 0 -1 1077944320 178488 0 0 0 251628 403 0 0 20 0 19 0 475232750 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140736712948352 140156821126903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
/proc/15290/statm: 3854865 1157227 3554 1 0 3815965 0
[pid=15290/tid=15291] ppid=15288 vsize=15419460 memory=1452 CPUtime=4 cores=0,2,4,6
/proc/15290/task/15291/stat : 15291 (java) S 15288 15288 13261 0 -1 1077944384 11707 0 0 0 391 9 0 0 20 0 19 0 475232750 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156825367680 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15292] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.33 cores=0,2,4,6
/proc/15290/task/15292/stat : 15292 (java) S 15288 15288 13261 0 -1 1077944384 9208 0 0 0 843 90 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156732783504 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15293] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.33 cores=0,2,4,6
/proc/15290/task/15293/stat : 15293 (java) S 15288 15288 13261 0 -1 1077944384 5521 0 0 0 836 97 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156731730704 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15294] ppid=15288 vsize=15419460 memory=4628908 CPUtime=9.28 cores=0,2,4,6
/proc/15290/task/15294/stat : 15294 (java) S 15288 15288 13261 0 -1 1077944384 5137 0 0 0 838 90 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156730678416 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15295] ppid=15288 vsize=15419460 memory=1452 CPUtime=9.29 cores=0,2,4,6
/proc/15290/task/15295/stat : 15295 (java) S 15288 15288 13261 0 -1 1077944384 6576 0 0 0 840 89 0 0 20 0 19 0 475232751 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156729625616 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15296] ppid=15288 vsize=15419460 memory=1452 CPUtime=1.48 cores=0,2,4,6
/proc/15290/task/15296/stat : 15296 (java) S 15288 15288 13261 0 -1 1077944384 7487 0 0 0 147 1 0 0 20 0 19 0 475232752 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156289431664 140156821138050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15297] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15297/stat : 15297 (java) S 15288 15288 13261 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 475232752 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156288377696 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15298] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15298/stat : 15298 (java) S 15288 15288 13261 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 19 0 475232753 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156287325312 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15299] ppid=15288 vsize=15419460 memory=4628908 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15299/stat : 15299 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156286273616 140156821145499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15300] ppid=15288 vsize=15419460 memory=1452 CPUtime=5.99 cores=0,2,4,6
/proc/15290/task/15300/stat : 15300 (java) S 15288 15288 13261 0 -1 1077944384 25728 0 0 0 596 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156285221488 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15301] ppid=15288 vsize=15419460 memory=280998504957856 CPUtime=5.91 cores=0,2,4,6
/proc/15290/task/15301/stat : 15301 (java) S 15288 15288 13261 0 -1 1077944384 24744 0 0 0 588 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156284168688 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15302] ppid=15288 vsize=15419460 memory=-3284643825843719562 CPUtime=1.31 cores=0,2,4,6
/proc/15290/task/15302/stat : 15302 (java) S 15288 15288 13261 0 -1 1077944384 16848 0 0 0 128 3 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156283116400 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15303] ppid=15288 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/15290/task/15303/stat : 15303 (java) S 15288 15288 13261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475232755 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156282063840 140156821137109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15304] ppid=15288 vsize=15419460 memory=4628908 CPUtime=0.22 cores=0,2,4,6
/proc/15290/task/15304/stat : 15304 (java) S 15288 15288 13261 0 -1 1077944384 1703 0 0 0 22 0 0 0 20 0 19 0 475232756 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156281010608 140156821138050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15307] ppid=15288 vsize=15419460 memory=1452 CPUtime=617.66 cores=0,2,4,6
/proc/15290/task/15307/stat : 15307 (java) R 15288 15288 13261 0 -1 4202560 8709 0 0 0 61765 1 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156269933728 140156422809514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15308] ppid=15288 vsize=15419460 memory=3616 CPUtime=617.1 cores=0,2,4,6
/proc/15290/task/15308/stat : 15308 (java) R 15288 15288 13261 0 -1 4202560 28571 0 0 0 61704 6 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156268879792 140156421881831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15309] ppid=15288 vsize=15419460 memory=1452 CPUtime=615.65 cores=0,2,4,6
/proc/15290/task/15309/stat : 15309 (java) R 15288 15288 13261 0 -1 4202560 12837 0 0 0 61562 3 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156267827112 140156410615580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
[pid=15290/tid=15310] ppid=15288 vsize=15419460 memory=1452 CPUtime=613.63 cores=0,2,4,6
/proc/15290/task/15310/stat : 15310 (java) R 15288 15288 13261 0 -1 4202560 12345 0 0 0 61361 2 0 0 20 0 19 0 475233280 15789527040 1157227 33554432000 4194304 4196468 140736712965808 140156266774664 140156422073757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23261184 140736712971227 140736712971402 140736712971402 140736712974287 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4630360 KiB

Child status: 143
Real time (s): 635.397
CPU time (s): 2520.63
CPU user time (s): 2516.56
CPU system time (s): 4.06168
CPU usage (%): 396.701
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 4630360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.56
system time used= 4.06168
maximum resident set size= 4629460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18285
involuntary context switches= 44398


# summary of solver processes directly reported to runsolver:
#   pid: 15288,15290
#   total CPU time (s): 2520.63
#   total CPU user time (s): 2516.56
#   total CPU system time (s): 4.06168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93582 second user time and 7.11159 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 17:25:47
IDJOB=4403528
IDBENCH=139200
IDSOLVER=2863
FILE ID=node146/4403528-1568993188
RUNJOBID= node146-1568993083-15075
PBS_JOBID= 21704652
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-07-07-fair.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-4403528-1568993188/watcher-4403528-1568993188 -o /var/tmp/evaluation-result-4403528-1568993188/solver-4403528-1568993188 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568993083-15075 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1731716172 HOME/instance-4403528-1568993188.xml

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

MD5SUM BENCH= 2cb13d8f4904ef06e321ec381eb8db90
RANDOM SEED=1731716172

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         6316028 kB
MemAvailable:   31630632 kB
Buffers:          156016 kB
Cached:         25085644 kB
SwapCached:         3824 kB
Active:         12749008 kB
Inactive:       12721000 kB
Active(anon):     225424 kB
Inactive(anon):    50216 kB
Active(file):   12523584 kB
Inactive(file): 12670784 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001768 kB
Dirty:             26944 kB
Writeback:             0 kB
AnonPages:        331688 kB
Mapped:            64764 kB
Shmem:             38856 kB
Slab:             577732 kB
SReclaimable:     548696 kB
SUnreclaim:        29036 kB
KernelStack:        3776 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1500752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node146 at 2019-09-20 17:36:22