Trace number 4398986

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-16? (TO) 2520.65 633.711

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
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 benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
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-4398986-1568698940.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4398986-1568698940.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
5.01/1.73	c solve instance...
2520.27/633.67	s UNKNOWN
2520.27/633.67	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 (12520 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398986-1568698940/watcher-4398986-1568698940 -o /tmp/evaluation-result-4398986-1568698940/solver-4398986-1568698940 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568698663-32120 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2035617876 HOME/instance-4398986-1568698940.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=32273, runsolver pid=32270
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 8.23 5.02 2.73 8/235 32289
/proc/meminfo: memFree=28533996/32770624 swapFree=66953988/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15144776 memory=28936 CPUtime=0.12 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 5695 0 0 0 11 1 0 0 20 0 15 0 445835918 15508250624 7234 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3786194 7234 3121 1 0 3748377 0
[pid=32275/tid=32276] ppid=32273 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) R 32273 32273 32088 0 -1 4202560 3595 0 0 0 8 1 0 0 20 0 15 0 445835918 15508250624 7234 33554432000 4194304 4196468 140721259349712 140480169677616 140479802837860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835920 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 445835921 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479239754656 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445835921 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479238702064 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835923 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) R 32273 32273 32088 0 -1 4202560 322 0 0 0 0 0 0 0 20 0 15 0 445835923 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479236598256 140480150863312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) R 32273 32273 32088 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445835923 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479235545712 140480165456514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0.02 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) R 32273 32273 32088 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 445835923 15508250624 7234 33554432000 4194304 4196468 140721259349712 140479234493168 140480143590644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835924 15508250624 7300 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835924 15508250624 7300 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210742 s]*
/proc/loadavg: 8.23 5.02 2.73 7/235 32289
/proc/meminfo: memFree=28521400/32770624 swapFree=66953988/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15144776 memory=40504 CPUtime=0.34 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 9370 0 0 0 31 3 0 0 20 0 15 0 445835918 15508250624 10126 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3786194 10126 3296 1 0 3748377 0
[pid=32275/tid=32276] ppid=32273 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) R 32273 32273 32088 0 -1 4202560 6636 0 0 0 18 2 0 0 20 0 15 0 445835918 15508250624 10126 33554432000 4194304 4196468 140721259349712 140480169678544 140480165457302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15144776 memory=13657 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15144776 memory=288370280265229952 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445835920 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 445835921 15508250624 10126 33554432000 4194304 4196468 140721259349712 140479239754656 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445835921 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479238702064 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835923 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) S 32273 32273 32088 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 445835923 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479236598256 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) S 32273 32273 32088 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 15 0 445835923 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479235545712 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15144776 memory=139904113518208 CPUtime=0.07 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) R 32273 32273 32088 0 -1 4202560 793 0 0 0 7 0 0 0 20 0 15 0 445835923 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479234492976 140480157682494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835924 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835924 15508250624 10192 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41952 KiB

[startup+0.311385 s]*
/proc/loadavg: 8.23 5.02 2.73 8/235 32289
/proc/meminfo: memFree=28514464/32770624 swapFree=66953988/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15149032 memory=50048 CPUtime=0.53 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 11066 0 0 0 49 4 0 0 20 0 15 0 445835918 15512608768 12512 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3787258 12512 3359 1 0 3748377 0
[pid=32275/tid=32276] ppid=32273 vsize=15149032 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) R 32273 32273 32088 0 -1 4202560 8019 0 0 0 27 2 0 0 20 0 15 0 445835918 15512608768 12512 33554432000 4194304 4196468 140721259349712 140480169676480 140480165467293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445835920 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 445835921 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479239754656 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445835921 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479238702064 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835923 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) S 32273 32273 32088 0 -1 1077944384 422 0 0 0 4 0 0 0 20 0 15 0 445835923 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479236598256 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) R 32273 32273 32088 0 -1 4202560 363 0 0 0 4 0 0 0 20 0 15 0 445835923 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479235536096 140480150553379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) S 32273 32273 32088 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 15 0 445835923 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479234493168 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835924 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835924 15512608768 12512 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51496 KiB

[startup+0.700834 s]
/proc/loadavg: 8.23 5.02 2.73 11/235 32289
/proc/meminfo: memFree=28491164/32770624 swapFree=66953988/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15151156 memory=130340 CPUtime=1.77 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 14249 0 0 0 171 6 0 0 20 0 15 0 445835918 15514783744 32585 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3787789 32585 3450 1 0 3748889 0
[pid=32275/tid=32276] ppid=32273 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) R 32273 32273 32088 0 -1 4202560 8602 0 0 0 64 4 0 0 20 0 15 0 445835918 15514783744 32585 33554432000 4194304 4196468 140721259349712 140480169683824 140479802826453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15151156 memory=33596 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445835919 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15151156 memory=992 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835919 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15151156 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445835920 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15151156 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 445835921 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479239754656 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15151156 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445835921 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479238702064 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15151156 memory=740 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835923 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15151156 memory=1056 CPUtime=0.37 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) R 32273 32273 32088 0 -1 4202560 1330 0 0 0 37 0 0 0 20 0 15 0 445835923 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479236585040 140480165466714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15151156 memory=1552 CPUtime=0.38 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) R 32273 32273 32088 0 -1 4202560 1229 0 0 0 38 0 0 0 20 0 15 0 445835923 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479235544896 140480165466714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15151156 memory=1040 CPUtime=0.3 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) S 32273 32273 32088 0 -1 1077944384 1779 0 0 0 30 0 0 0 20 0 15 0 445835923 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479234493168 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15151156 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445835924 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445835924 15514783744 32585 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131788 KiB

[startup+1.50111 s]
/proc/loadavg: 8.23 5.02 2.73 10/235 32289
/proc/meminfo: memFree=28372736/32770624 swapFree=66953988/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0

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

/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 64975 0 0 0 207652 71 0 0 20 0 19 0 445835918 15787429888 554972 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3854353 554972 3521 1 0 3815453 0
[pid=32275/tid=32276] ppid=32273 vsize=15417412 memory=2219888 CPUtime=1.66 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) S 32273 32273 32088 0 -1 1077944384 9222 0 0 0 160 6 0 0 20 0 19 0 445835918 15787429888 554972 33554432000 4194304 4196468 140721259349712 140480169686144 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15417412 memory=2219888 CPUtime=0.26 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 978 0 0 0 19 7 0 0 20 0 19 0 445835919 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.23 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 1562 0 0 0 16 7 0 0 20 0 19 0 445835919 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15417412 memory=2219888 CPUtime=0.25 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 1921 0 0 0 19 6 0 0 20 0 19 0 445835919 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.24 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1114 0 0 0 17 7 0 0 20 0 19 0 445835919 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15417412 memory=5996 CPUtime=0.03 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 2803 0 0 0 2 1 0 0 20 0 19 0 445835920 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15417412 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479239754720 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15417412 memory=2219888 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479238702080 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15417412 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835923 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15417412 memory=1448 CPUtime=2.69 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) S 32273 32273 32088 0 -1 1077944384 9237 0 0 0 268 1 0 0 20 0 19 0 445835923 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479236598256 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15417412 memory=6791534058613427641 CPUtime=2.66 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) S 32273 32273 32088 0 -1 1077944384 8593 0 0 0 265 1 0 0 20 0 19 0 445835923 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479235545712 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15417412 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) S 32273 32273 32088 0 -1 1077944384 7094 0 0 0 79 1 0 0 20 0 19 0 445835923 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479234493168 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15417412 memory=319755806293885227 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835924 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.28 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 477 0 0 0 24 4 0 0 20 0 19 0 445835924 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32290] ppid=32273 vsize=15417412 memory=1448 CPUtime=519.47 cores=1,3,5,7
/proc/32275/task/32290/stat : 32290 (java) R 32273 32273 32088 0 -1 4202560 2346 0 0 0 51944 3 0 0 20 0 19 0 445836092 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479223170544 140479809766063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32291] ppid=32273 vsize=15417412 memory=1448 CPUtime=517.39 cores=1,3,5,7
/proc/32275/task/32291/stat : 32291 (java) R 32273 32273 32088 0 -1 4202560 11440 0 0 0 51722 17 0 0 20 0 19 0 445836093 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479222116392 140479807494932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32292] ppid=32273 vsize=15417412 memory=2219888 CPUtime=512.78 cores=1,3,5,7
/proc/32275/task/32292/stat : 32292 (java) R 32273 32273 32088 0 -1 4202560 1423 0 0 0 51276 2 0 0 20 0 19 0 445836093 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479221063720 140479809165728 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32293] ppid=32273 vsize=15417412 memory=11624 CPUtime=518.4 cores=1,3,5,7
/proc/32275/task/32293/stat : 32293 (java) R 32273 32273 32088 0 -1 4202560 5441 0 0 0 51832 8 0 0 20 0 19 0 445836093 15787429888 554972 33554432000 4194304 4196468 140721259349712 140479220011088 140479810191090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 2077.23 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2221336 KiB

[startup+582.301 s]
/proc/loadavg: 5.53 6.56 4.86 6/234 32424
/proc/meminfo: memFree=17803952/32770624 swapFree=66953992/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15417412 memory=2231124 CPUtime=2316.07 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 68717 0 0 0 231532 75 0 0 20 0 19 0 445835918 15787429888 557781 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3854353 557781 3521 1 0 3815453 0
[pid=32275/tid=32276] ppid=32273 vsize=15417412 memory=1448 CPUtime=1.66 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) S 32273 32273 32088 0 -1 1077944384 9222 0 0 0 160 6 0 0 20 0 19 0 445835918 15787429888 557781 33554432000 4194304 4196468 140721259349712 140480169686144 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15417412 memory=6429566043341 CPUtime=0.28 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 1032 0 0 0 20 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15417412 memory=2231124 CPUtime=0.25 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 2061 0 0 0 17 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15417412 memory=2219888 CPUtime=0.27 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2002 0 0 0 20 7 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.26 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1186 0 0 0 18 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 3057 0 0 0 2 1 0 0 20 0 19 0 445835920 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479239754720 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479238702080 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15417412 memory=2231124 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15417412 memory=1448 CPUtime=2.69 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) S 32273 32273 32088 0 -1 1077944384 9241 0 0 0 268 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479236598256 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15417412 memory=2219888 CPUtime=2.66 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) S 32273 32273 32088 0 -1 1077944384 8877 0 0 0 265 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479235545712 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.8 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) S 32273 32273 32088 0 -1 1077944384 7597 0 0 0 79 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479234493168 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835924 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15417412 memory=229739 CPUtime=0.33 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 510 0 0 0 29 4 0 0 20 0 19 0 445835924 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32290] ppid=32273 vsize=15417412 memory=1448 CPUtime=579.44 cores=1,3,5,7
/proc/32275/task/32290/stat : 32290 (java) R 32273 32273 32088 0 -1 4202560 2457 0 0 0 57941 3 0 0 20 0 19 0 445836092 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479223168248 140479810190911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32291] ppid=32273 vsize=15417412 memory=3612 CPUtime=577.31 cores=1,3,5,7
/proc/32275/task/32291/stat : 32291 (java) R 32273 32273 32088 0 -1 4202560 12579 0 0 0 57714 17 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479222118880 140479811390582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32292] ppid=32273 vsize=15417412 memory=1448 CPUtime=571.61 cores=1,3,5,7
/proc/32275/task/32292/stat : 32292 (java) R 32273 32273 32088 0 -1 4202560 1535 0 0 0 57159 2 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479221064360 140479809766346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32293] ppid=32273 vsize=15417412 memory=2231124 CPUtime=578.36 cores=1,3,5,7
/proc/32275/task/32293/stat : 32293 (java) R 32273 32273 32088 0 -1 4202560 6037 0 0 0 57828 8 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479220011088 140479811524285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 2316.07 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2232572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.601 s]
/proc/loadavg: 5.86 6.47 4.92 9/234 32427
/proc/meminfo: memFree=15993888/32770624 swapFree=66953992/67108860
[pid=32273] ppid=32270 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/32273/stat : 32273 (xcsp3-exec) S 32270 32273 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445835918 115843072 362 33554432000 4194304 5098028 140724533817520 140724533815624 140523599749756 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31502336 140724533826426 140724533826669 140724533826669 140724533829578 0
/proc/32273/statm: 28282 362 304 221 0 87 0
[pid=32275] ppid=32273 vsize=15417412 memory=2231124 CPUtime=2520.27 cores=1,3,5,7
/proc/32275/stat : 32275 (java) S 32273 32273 32088 0 -1 1077944320 71374 0 0 0 251951 76 0 0 20 0 19 0 445835918 15787429888 557781 33554432000 4194304 4196468 140721259349712 140721259332256 140480165445367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
/proc/32275/statm: 3854353 557781 3521 1 0 3815453 0
[pid=32275/tid=32276] ppid=32273 vsize=15417412 memory=288230621803970871 CPUtime=1.66 cores=1,3,5,7
/proc/32275/task/32276/stat : 32276 (java) S 32273 32273 32088 0 -1 1077944384 9222 0 0 0 160 6 0 0 20 0 19 0 445835918 15787429888 557781 33554432000 4194304 4196468 140721259349712 140480169686144 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32277] ppid=32273 vsize=15417412 memory=1448 CPUtime=0.28 cores=1,3,5,7
/proc/32275/task/32277/stat : 32277 (java) S 32273 32273 32088 0 -1 1077944384 1032 0 0 0 20 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479757785872 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32278] ppid=32273 vsize=15417412 memory=2231124 CPUtime=0.25 cores=1,3,5,7
/proc/32275/task/32278/stat : 32278 (java) S 32273 32273 32088 0 -1 1077944384 2061 0 0 0 17 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479756733328 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32279] ppid=32273 vsize=15417412 memory=1552 CPUtime=0.27 cores=1,3,5,7
/proc/32275/task/32279/stat : 32279 (java) S 32273 32273 32088 0 -1 1077944384 2002 0 0 0 20 7 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479755680784 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32280] ppid=32273 vsize=15417412 memory=1040 CPUtime=0.26 cores=1,3,5,7
/proc/32275/task/32280/stat : 32280 (java) S 32273 32273 32088 0 -1 1077944384 1186 0 0 0 18 8 0 0 20 0 19 0 445835919 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479754628240 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32281] ppid=32273 vsize=15417412 memory=4132 CPUtime=0.04 cores=1,3,5,7
/proc/32275/task/32281/stat : 32281 (java) S 32273 32273 32088 0 -1 1077944384 3057 0 0 0 2 2 0 0 20 0 19 0 445835920 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479240808432 140480165456514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32282] ppid=32273 vsize=15417412 memory=780 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32282/stat : 32282 (java) S 32273 32273 32088 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479239754720 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32283] ppid=32273 vsize=15417412 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32283/stat : 32283 (java) S 32273 32273 32088 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 445835921 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479238702080 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32284] ppid=32273 vsize=15417412 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32284/stat : 32284 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479237650640 140480165463963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32285] ppid=32273 vsize=15417412 memory=740 CPUtime=2.69 cores=1,3,5,7
/proc/32275/task/32285/stat : 32285 (java) S 32273 32273 32088 0 -1 1077944384 10210 0 0 0 268 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479236598256 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32286] ppid=32273 vsize=15417412 memory=1056 CPUtime=2.66 cores=1,3,5,7
/proc/32275/task/32286/stat : 32286 (java) S 32273 32273 32088 0 -1 1077944384 8877 0 0 0 265 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479235545712 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32287] ppid=32273 vsize=15417412 memory=2832 CPUtime=0.8 cores=1,3,5,7
/proc/32275/task/32287/stat : 32287 (java) S 32273 32273 32088 0 -1 1077944384 7597 0 0 0 79 1 0 0 20 0 19 0 445835923 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479234493168 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32288] ppid=32273 vsize=15417412 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/32275/task/32288/stat : 32288 (java) S 32273 32273 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445835924 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479233440864 140480165455573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32289] ppid=32273 vsize=15417412 memory=1200 CPUtime=0.38 cores=1,3,5,7
/proc/32275/task/32289/stat : 32289 (java) S 32273 32273 32088 0 -1 1077944384 518 0 0 0 34 4 0 0 20 0 19 0 445835924 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479232387376 140480165456514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32290] ppid=32273 vsize=15417412 memory=5996 CPUtime=630.19 cores=1,3,5,7
/proc/32275/task/32290/stat : 32290 (java) R 32273 32273 32088 0 -1 4202560 2507 0 0 0 63016 3 0 0 20 0 19 0 445836092 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479223168248 140479810232527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32291] ppid=32273 vsize=15417412 memory=14012 CPUtime=628.57 cores=1,3,5,7
/proc/32275/task/32291/stat : 32291 (java) R 32273 32273 32088 0 -1 4202560 12867 0 0 0 62839 18 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479222118880 140479807494932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32292] ppid=32273 vsize=15417412 memory=14972 CPUtime=622.48 cores=1,3,5,7
/proc/32275/task/32292/stat : 32292 (java) R 32273 32273 32088 0 -1 4202560 1568 0 0 0 62246 2 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479221064360 140479809766248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
[pid=32275/tid=32293] ppid=32273 vsize=15417412 memory=12024 CPUtime=629.63 cores=1,3,5,7
/proc/32275/task/32293/stat : 32293 (java) R 32273 32273 32088 0 -1 4202560 7346 0 0 0 62955 8 0 0 20 0 19 0 445836093 15787429888 557781 33554432000 4194304 4196468 140721259349712 140479220011752 140479811524563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140721259357167 140721259357338 140721259357338 140721259360207 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2232572 KiB

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

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

[startup+633.711 s]
# the end of solver process 32275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.86 s, system=0.791319 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

Child status: 143
Real time (s): 633.711
CPU time (s): 2520.65
CPU user time (s): 2519.86
CPU system time (s): 0.791319
CPU usage (%): 397.761
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 2243864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.86
system time used= 0.791319
maximum resident set size= 2246512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16259
involuntary context switches= 33638


# summary of solver processes directly reported to runsolver:
#   pid: 32273,32275
#   total CPU time (s): 2520.65
#   total CPU user time (s): 2519.86
#   total CPU system time (s): 0.791319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02529 second user time and 7.60294 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 07:41:37
IDJOB=4398986
IDBENCH=135033
IDSOLVER=2853
FILE ID=node117/4398986-1568698940
RUNJOBID= node117-1568698663-32120
PBS_JOBID= 21703818
Free space on /tmp= 61160 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.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 /tmp/evaluation-result-4398986-1568698940/watcher-4398986-1568698940 -o /tmp/evaluation-result-4398986-1568698940/solver-4398986-1568698940 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568698663-32120 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2035617876 HOME/instance-4398986-1568698940.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=2035617876

node117.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.75
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.75
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.75
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.75
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:        28550816 kB
MemAvailable:   29703292 kB
Buffers:          131380 kB
Cached:          1300760 kB
SwapCached:        49776 kB
Active:          2756408 kB
Inactive:         875348 kB
Active(anon):    2150700 kB
Inactive(anon):    87484 kB
Active(file):     605708 kB
Inactive(file):   787864 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66953988 kB
Dirty:             26544 kB
Writeback:             0 kB
AnonPages:       2271908 kB
Mapped:            55324 kB
Shmem:             29948 kB
Slab:             178812 kB
SReclaimable:     149480 kB
SUnreclaim:        29332 kB
KernelStack:        4096 kB
PageTables:         9728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3428280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2174976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61132 MiB
End job on node117 at 2019-09-17 07:52:11