Trace number 4399022

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.58 633.495

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spba/
Pb-BeauxArts-K67.xml
MD5SUM4516aa109e121890953f360029c48088
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 benchmark91.3846
Satisfiable
(Un)Satisfiability was proved
Number of variables3685
Number of constraints3821
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3685}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":127},{"degree":5,"count":550},{"degree":6,"count":1960},{"degree":7,"count":590},{"degree":8,"count":327},{"degree":9,"count":130}]
Minimum constraint arity1
Maximum constraint arity67
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":660},{"arity":3,"count":1914},{"arity":4,"count":594},{"arity":5,"count":330},{"arity":6,"count":132},{"arity":55,"count":134},{"arity":67,"count":55}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":3821}]
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-4399022-1568698706.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399022-1568698706.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.72/1.39	c solve instance...
2520.23/633.47	s UNKNOWN
2520.23/633.47	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 (14618 MiB free)
  memory of node 1: 16384 MiB (15352 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.101617 s]*
/proc/loadavg: 0.68 0.78 1.04 4/229 32180
/proc/meminfo: memFree=30660928/32770624 swapFree=66953984/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15144776 memory=30216 CPUtime=0.13 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 5489 0 0 0 12 1 0 0 20 0 15 0 445812483 15508250624 7554 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3786194 7554 3157 1 0 3748377 0
[pid=32157/tid=32158] ppid=32155 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) R 32155 32155 32088 0 -1 4202560 3382 0 0 0 9 0 0 0 20 0 15 0 445812483 15508250624 7554 33554432000 4194304 4196468 140726209220832 140060190931808 140059773005280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 7554 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 7554 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 7554 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 7554 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812485 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445812486 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059654366880 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445812486 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059653313776 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) R 32155 32155 32088 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059651209456 140060186720898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) R 32155 32155 32088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059650156912 140060166570425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0.02 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) R 32155 32155 32088 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 445812488 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059649103856 140060167484432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812489 15508250624 7554 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31668 KiB

[startup+0.210611 s]*
/proc/loadavg: 0.68 0.78 1.04 3/229 32180
/proc/meminfo: memFree=30638796/32770624 swapFree=66953984/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15144776 memory=41216 CPUtime=0.34 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 8995 0 0 0 31 3 0 0 20 0 15 0 445812483 15508250624 10304 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3786194 10304 3303 1 0 3748377 0
[pid=32157/tid=32158] ppid=32155 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) R 32155 32155 32088 0 -1 4202560 6186 0 0 0 18 2 0 0 20 0 15 0 445812483 15508250624 10304 33554432000 4194304 4196468 140726209220832 140060190947776 140060169183390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15144776 memory=13657 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 10304 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15144776 memory=288370349127014016 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 10304 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 10304 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15508250624 10304 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445812485 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445812486 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059654366880 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445812486 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059653313776 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) S 32155 32155 32088 0 -1 1077944384 638 0 0 0 2 0 0 0 20 0 15 0 445812488 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059651209456 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) S 32155 32155 32088 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 445812488 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059650156912 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15144776 memory=139972975302272 CPUtime=0.08 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) R 32155 32155 32088 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 15 0 445812488 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059649103856 140060165638974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812489 15508250624 10304 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42668 KiB

[startup+0.310502 s]*
/proc/loadavg: 0.68 0.78 1.04 4/229 32180
/proc/meminfo: memFree=30622592/32770624 swapFree=66953984/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15149032 memory=50084 CPUtime=0.53 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 10327 0 0 0 49 4 0 0 20 0 15 0 445812483 15512608768 12521 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3787258 12521 3355 1 0 3748377 0
[pid=32157/tid=32158] ppid=32155 vsize=15149032 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) R 32155 32155 32088 0 -1 4202560 7273 0 0 0 27 2 0 0 20 0 15 0 445812483 15512608768 12521 33554432000 4194304 4196468 140726209220832 140060190940864 140060170790238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15512608768 12521 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15512608768 12521 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15512608768 12521 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15512608768 12521 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445812485 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445812486 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059654366880 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445812486 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059653313776 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) R 32155 32155 32088 0 -1 4202560 733 0 0 0 4 0 0 0 20 0 15 0 445812488 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059651199840 140060168230945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) S 32155 32155 32088 0 -1 1077944384 159 0 0 0 4 0 0 0 20 0 15 0 445812488 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059650156912 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) S 32155 32155 32088 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 15 0 445812488 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059649103856 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812489 15512608768 12521 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51536 KiB

[startup+0.702335 s]
/proc/loadavg: 0.68 0.78 1.04 9/229 32180
/proc/meminfo: memFree=30584484/32770624 swapFree=66953984/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15151156 memory=109224 CPUtime=1.76 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 13945 0 0 0 171 5 0 0 20 0 15 0 445812483 15514783744 27306 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3787789 27306 3451 1 0 3748889 0
[pid=32157/tid=32158] ppid=32155 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) R 32155 32155 32088 0 -1 1077944384 8076 0 0 0 63 4 0 0 20 0 15 0 445812483 15514783744 27306 33554432000 4194304 4196468 140726209220832 140060190918000 140060179388973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15514783744 27306 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15514783744 27306 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15151156 memory=33564 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812484 15514783744 27306 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15151156 memory=992 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445812484 15514783744 27306 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15151156 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445812485 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15151156 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445812486 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059654366880 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15151156 memory=11624 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445812486 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059653313776 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15151156 memory=1056 CPUtime=0.37 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) R 32155 32155 32088 0 -1 4202560 1681 0 0 0 37 0 0 0 20 0 15 0 445812488 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059651195336 140060168231970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15151156 memory=1552 CPUtime=0.37 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) R 32155 32155 32088 0 -1 4202560 1073 0 0 0 37 0 0 0 20 0 15 0 445812488 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059650144224 140060168227502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15151156 memory=1040 CPUtime=0.33 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) R 32155 32155 32088 0 -1 4202560 1809 0 0 0 33 0 0 0 20 0 15 0 445812488 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059649103856 140060170790238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15151156 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445812488 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445812489 15514783744 27306 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 110676 KiB

[startup+1.50072 s]
/proc/loadavg: 0.68 0.78 1.04 11/233 32185
/proc/meminfo: memFree=30417232/32770624 swapFree=66953984/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0

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

/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 70606 0 0 0 207727 67 0 0 20 0 19 0 445812483 15787429888 511541 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3854353 511541 3521 1 0 3815453 0
[pid=32157/tid=32158] ppid=32155 vsize=15417412 memory=2046164 CPUtime=1.32 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) S 32155 32155 32088 0 -1 1077944384 9637 0 0 0 127 5 0 0 20 0 19 0 445812483 15787429888 511541 33554432000 4194304 4196468 140726209220832 140060190950528 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15417412 memory=2046164 CPUtime=0.22 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2598 0 0 0 17 5 0 0 20 0 19 0 445812484 15787429888 511541 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.2 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 2729 0 0 0 15 5 0 0 20 0 19 0 445812484 15787429888 511541 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.21 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 2292 0 0 0 17 4 0 0 20 0 19 0 445812484 15787429888 511541 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15417412 memory=2139572 CPUtime=0.22 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 1663 0 0 0 17 5 0 0 20 0 19 0 445812484 15787429888 511541 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 3390 0 0 0 2 1 0 0 20 0 19 0 445812485 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059654366944 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15417412 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059653313792 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15417412 memory=500 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15417412 memory=3689046449111711581 CPUtime=2.01 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) S 32155 32155 32088 0 -1 1077944384 8959 0 0 0 200 1 0 0 20 0 19 0 445812488 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059651209456 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15417412 memory=3835131979086672600 CPUtime=2.03 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) S 32155 32155 32088 0 -1 1077944384 7219 0 0 0 203 0 0 0 20 0 19 0 445812488 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059650156912 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.69 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) S 32155 32155 32088 0 -1 1077944384 5662 0 0 0 68 1 0 0 20 0 19 0 445812488 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059649103856 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15417412 memory=2046164 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15417412 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 313 0 0 0 0 13 0 0 20 0 19 0 445812489 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32186] ppid=32155 vsize=15417412 memory=6944656592387989600 CPUtime=514.32 cores=0,2,4,6
/proc/32157/task/32186/stat : 32186 (java) R 32155 32155 32088 0 -1 4202560 1932 0 0 0 51431 1 0 0 20 0 19 0 445812623 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059637779696 140059779247665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32187] ppid=32155 vsize=15417412 memory=0 CPUtime=518.5 cores=0,2,4,6
/proc/32157/task/32187/stat : 32187 (java) R 32155 32155 32088 0 -1 4202560 10748 0 0 0 51836 14 0 0 20 0 19 0 445812623 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059636728200 140059780828651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32188] ppid=32155 vsize=15417412 memory=7228987962906027923 CPUtime=519.23 cores=0,2,4,6
/proc/32157/task/32188/stat : 32188 (java) R 32155 32155 32088 0 -1 4202560 1239 0 0 0 51921 2 0 0 20 0 19 0 445812623 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059635675432 140059779247932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32189] ppid=32155 vsize=15417412 memory=1452 CPUtime=518.67 cores=0,2,4,6
/proc/32157/task/32189/stat : 32189 (java) R 32155 32155 32088 0 -1 4202560 10872 0 0 0 51851 16 0 0 20 0 19 0 445812624 15787429888 511541 33554432000 4194304 4196468 140726209220832 140059634624992 140059779025192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 2077.94 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2047616 KiB

[startup+582.302 s]
/proc/loadavg: 8.60 7.48 4.57 9/237 32318
/proc/meminfo: memFree=26503080/32770624 swapFree=66953988/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15417412 memory=2022044 CPUtime=2316.85 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 74204 0 0 0 231616 69 0 0 20 0 19 0 445812483 15787429888 505511 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3854353 505511 3521 1 0 3815453 0
[pid=32157/tid=32158] ppid=32155 vsize=15417412 memory=2022044 CPUtime=1.32 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) S 32155 32155 32088 0 -1 1077944384 9637 0 0 0 127 5 0 0 20 0 19 0 445812483 15787429888 505511 33554432000 4194304 4196468 140726209220832 140060190950528 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15417412 memory=2022044 CPUtime=0.24 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 2657 0 0 0 19 5 0 0 20 0 19 0 445812484 15787429888 505511 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 3215 0 0 0 17 5 0 0 20 0 19 0 445812484 15787429888 505511 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15417412 memory=2022044 CPUtime=0.23 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 2364 0 0 0 18 5 0 0 20 0 19 0 445812484 15787429888 505511 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15417412 memory=2257 CPUtime=0.24 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 1722 0 0 0 18 6 0 0 20 0 19 0 445812484 15787429888 505511 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 3639 0 0 0 3 2 0 0 20 0 19 0 445812485 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15417412 memory=279945700777104 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059654366944 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059653313792 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15417412 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15417412 memory=1452 CPUtime=2.01 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) S 32155 32155 32088 0 -1 1077944384 8962 0 0 0 200 1 0 0 20 0 19 0 445812488 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059651209456 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15417412 memory=2022044 CPUtime=2.03 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) S 32155 32155 32088 0 -1 1077944384 7222 0 0 0 203 0 0 0 20 0 19 0 445812488 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059650156912 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15417412 memory=1452 CPUtime=0.7 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) S 32155 32155 32088 0 -1 1077944384 5670 0 0 0 69 1 0 0 20 0 19 0 445812488 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059649103856 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15417412 memory=33596 CPUtime=0.15 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 362 0 0 0 0 15 0 0 20 0 19 0 445812489 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32186] ppid=32155 vsize=15417412 memory=992 CPUtime=574.29 cores=0,2,4,6
/proc/32157/task/32186/stat : 32186 (java) R 32155 32155 32088 0 -1 4202560 2230 0 0 0 57428 1 0 0 20 0 19 0 445812623 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059637779928 140059779899767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32187] ppid=32155 vsize=15417412 memory=2022044 CPUtime=578.47 cores=0,2,4,6
/proc/32157/task/32187/stat : 32187 (java) R 32155 32155 32088 0 -1 4202560 11120 0 0 0 57833 14 0 0 20 0 19 0 445812623 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059636727536 140059780828448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32188] ppid=32155 vsize=15417412 memory=3612 CPUtime=579.18 cores=0,2,4,6
/proc/32157/task/32188/stat : 32188 (java) R 32155 32155 32088 0 -1 4202560 1532 0 0 0 57916 2 0 0 20 0 19 0 445812623 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059635678288 140059780229421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32189] ppid=32155 vsize=15417412 memory=2022044 CPUtime=577.6 cores=0,2,4,6
/proc/32157/task/32189/stat : 32189 (java) R 32155 32155 32088 0 -1 4202560 12519 0 0 0 57744 16 0 0 20 0 19 0 445812624 15787429888 505511 33554432000 4194304 4196468 140726209220832 140059634622792 140059779025216 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 2316.85 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2023496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.402 s]
/proc/loadavg: 8.41 7.61 4.77 9/237 32324
/proc/meminfo: memFree=26556092/32770624 swapFree=66953988/67108860
[pid=32155] ppid=32152 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32155/stat : 32155 (xcsp3-exec) S 32152 32155 32088 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445812483 115843072 363 33554432000 4194304 5098028 140731791357184 140731791355288 140698893599356 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15523840 140731791364986 140731791365229 140731791365229 140731791368138 0
/proc/32155/statm: 28282 363 304 221 0 87 0
[pid=32157] ppid=32155 vsize=15417412 memory=1968172 CPUtime=2520.23 cores=0,2,4,6
/proc/32157/stat : 32157 (java) S 32155 32155 32088 0 -1 1077944320 77492 0 0 0 251952 71 0 0 20 0 19 0 445812483 15787429888 492043 33554432000 4194304 4196468 140726209220832 140726209203376 140060186709751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
/proc/32157/statm: 3854353 492043 3521 1 0 3815453 0
[pid=32157/tid=32158] ppid=32155 vsize=15417412 memory=15534115864709562 CPUtime=1.32 cores=0,2,4,6
/proc/32157/task/32158/stat : 32158 (java) S 32155 32155 32088 0 -1 1077944384 9637 0 0 0 127 5 0 0 20 0 19 0 445812483 15787429888 492043 33554432000 4194304 4196468 140726209220832 140060190950528 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32161] ppid=32155 vsize=15417412 memory=11624 CPUtime=0.27 cores=0,2,4,6
/proc/32157/task/32161/stat : 32161 (java) S 32155 32155 32088 0 -1 1077944384 3120 0 0 0 21 6 0 0 20 0 19 0 445812484 15787429888 492043 33554432000 4194304 4196468 140726209220832 140060098365968 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32162] ppid=32155 vsize=15417412 memory=279945702107424 CPUtime=0.25 cores=0,2,4,6
/proc/32157/task/32162/stat : 32162 (java) S 32155 32155 32088 0 -1 1077944384 3290 0 0 0 19 6 0 0 20 0 19 0 445812484 15787429888 492043 33554432000 4194304 4196468 140726209220832 140060097313424 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32163] ppid=32155 vsize=15417412 memory=-8486080722631693414 CPUtime=0.26 cores=0,2,4,6
/proc/32157/task/32163/stat : 32163 (java) S 32155 32155 32088 0 -1 1077944384 2421 0 0 0 21 5 0 0 20 0 19 0 445812484 15787429888 492043 33554432000 4194304 4196468 140726209220832 140060096260368 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32164] ppid=32155 vsize=15417412 memory=-7023579799431922829 CPUtime=0.27 cores=0,2,4,6
/proc/32157/task/32164/stat : 32164 (java) S 32155 32155 32088 0 -1 1077944384 1753 0 0 0 21 6 0 0 20 0 19 0 445812484 15787429888 492043 33554432000 4194304 4196468 140726209220832 140060095207824 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32166] ppid=32155 vsize=15417412 memory=-7666414585839465563 CPUtime=0.08 cores=0,2,4,6
/proc/32157/task/32166/stat : 32166 (java) S 32155 32155 32088 0 -1 1077944384 3898 0 0 0 4 4 0 0 20 0 19 0 445812485 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059655420656 140060186720898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32167] ppid=32155 vsize=15417412 memory=-6520478321162704286 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32167/stat : 32167 (java) S 32155 32155 32088 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059654366944 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32168] ppid=32155 vsize=15417412 memory=-7521736447810188379 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32168/stat : 32168 (java) S 32155 32155 32088 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 445812486 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059653313792 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32175] ppid=32155 vsize=15417412 memory=-8412652160765825907 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32175/stat : 32175 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059652262352 140060186728347 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32176] ppid=32155 vsize=15417412 memory=-8634980985311628903 CPUtime=2.01 cores=0,2,4,6
/proc/32157/task/32176/stat : 32176 (java) S 32155 32155 32088 0 -1 1077944384 8964 0 0 0 200 1 0 0 20 0 19 0 445812488 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059651209456 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32177] ppid=32155 vsize=15417412 memory=7100839878645619564 CPUtime=2.03 cores=0,2,4,6
/proc/32157/task/32177/stat : 32177 (java) S 32155 32155 32088 0 -1 1077944384 7679 0 0 0 203 0 0 0 20 0 19 0 445812488 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059650156912 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32178] ppid=32155 vsize=15417412 memory=7085101640900108904 CPUtime=0.7 cores=0,2,4,6
/proc/32157/task/32178/stat : 32178 (java) S 32155 32155 32088 0 -1 1077944384 5672 0 0 0 69 1 0 0 20 0 19 0 445812488 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059649103856 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32179] ppid=32155 vsize=15417412 memory=804 CPUtime=0 cores=0,2,4,6
/proc/32157/task/32179/stat : 32179 (java) S 32155 32155 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445812488 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059648051552 140060186719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32180] ppid=32155 vsize=15417412 memory=1732 CPUtime=0.16 cores=0,2,4,6
/proc/32157/task/32180/stat : 32180 (java) S 32155 32155 32088 0 -1 1077944384 368 0 0 0 0 16 0 0 20 0 19 0 445812489 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059646999600 140060186720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32186] ppid=32155 vsize=15417412 memory=4100 CPUtime=625.3 cores=0,2,4,6
/proc/32157/task/32186/stat : 32186 (java) R 32155 32155 32088 0 -1 4202560 2346 0 0 0 62529 1 0 0 20 0 19 0 445812623 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059637780376 140059779503380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32187] ppid=32155 vsize=15417412 memory=1804 CPUtime=628.98 cores=0,2,4,6
/proc/32157/task/32187/stat : 32187 (java) R 32155 32155 32088 0 -1 4202560 11366 0 0 0 62884 14 0 0 20 0 19 0 445812623 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059636727568 140059779247770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32188] ppid=32155 vsize=15417412 memory=920 CPUtime=630.21 cores=0,2,4,6
/proc/32157/task/32188/stat : 32188 (java) R 32155 32155 32088 0 -1 4202560 1662 0 0 0 63019 2 0 0 20 0 19 0 445812623 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059635675832 140059779247917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
[pid=32157/tid=32189] ppid=32155 vsize=15417412 memory=3828 CPUtime=628.3 cores=0,2,4,6
/proc/32157/task/32189/stat : 32189 (java) R 32155 32155 32088 0 -1 4202560 13963 0 0 0 62814 16 0 0 20 0 19 0 445812624 15787429888 492043 33554432000 4194304 4196468 140726209220832 140059634625024 140059779025246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140726209229807 140726209229978 140726209229978 140726209232847 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1969624 KiB

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

[startup+633.418 s]
# the end of solver process 32155 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001184 s, system=0.001184 s

[startup+633.494 s]
# the end of solver process 32157 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.85 s, system=0.727793 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.495
CPU time (s): 2520.58
CPU user time (s): 2519.85
CPU system time (s): 0.727793
CPU usage (%): 397.885
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 2168736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.85
system time used= 0.727793
maximum resident set size= 2167284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16422
involuntary context switches= 48418


# summary of solver processes directly reported to runsolver:
#   pid: 32155,32157
#   total CPU time (s): 2520.58
#   total CPU user time (s): 2519.85
#   total CPU system time (s): 0.727793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.021 second user time and 6.94526 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 07:37:43
IDJOB=4399022
IDBENCH=134822
IDSOLVER=2853
FILE ID=node117/4399022-1568698706
RUNJOBID= node117-1568698663-32119
PBS_JOBID= 21703818
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spba/Pb-BeauxArts-K67.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-4399022-1568698706/watcher-4399022-1568698706 -o /tmp/evaluation-result-4399022-1568698706/solver-4399022-1568698706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568698663-32119 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1643210395 HOME/instance-4399022-1568698706.xml

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

MD5SUM BENCH= 4516aa109e121890953f360029c48088
RANDOM SEED=1643210395

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:        30700092 kB
MemAvailable:   31851524 kB
Buffers:          131172 kB
Cached:          1299716 kB
SwapCached:        49780 kB
Active:           608888 kB
Inactive:         875456 kB
Active(anon):       4296 kB
Inactive(anon):    87484 kB
Active(file):     604592 kB
Inactive(file):   787972 kB
Unevictable:      109324 kB
Mlocked:          109324 kB
SwapTotal:      67108860 kB
SwapFree:       66953984 kB
Dirty:             52132 kB
Writeback:             0 kB
AnonPages:        113948 kB
Mapped:            41736 kB
Shmem:             29944 kB
Slab:             178308 kB
SReclaimable:     149404 kB
SUnreclaim:        28904 kB
KernelStack:        3296 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     535700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:48:17