Trace number 4399092

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.39 634.419

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K146.xml
MD5SUM4266c7f8eabadceca7159896250ebd53
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17374
Number of constraints17668
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17374}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":274},{"degree":5,"count":1783},{"degree":6,"count":7809},{"degree":7,"count":4765},{"degree":8,"count":1875},{"degree":9,"count":578},{"degree":10,"count":144},{"degree":11,"count":1},{"degree":12,"count":144}]
Minimum constraint arity1
Maximum constraint arity146
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1885},{"arity":3,"count":7830},{"arity":4,"count":4785},{"arity":5,"count":2030},{"arity":6,"count":435},{"arity":7,"count":145},{"arity":9,"count":145},{"arity":119,"count":292},{"arity":146,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17668}]
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-4399092-1568698692.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399092-1568698692.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
7.56/2.83	c solve instance...
2520.02/634.36	s UNKNOWN
2520.02/634.36	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 (13189 MiB free)
  memory of node 1: 16384 MiB (7741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399092-1568698692/watcher-4399092-1568698692 -o /tmp/evaluation-result-4399092-1568698692/solver-4399092-1568698692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 970073354 HOME/instance-4399092-1568698692.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=9489, runsolver pid=9486
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 6.71 5.55 3.45 7/229 9505
/proc/meminfo: memFree=21315220/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15144776 memory=28952 CPUtime=0.13 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 5647 0 0 0 12 1 0 0 20 0 15 0 446136021 15508250624 7238 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3786194 7238 3149 1 0 3748377 0
[pid=9491/tid=9492] ppid=9489 vsize=15144776 memory=7100839887184036978 CPUtime=0.08 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) R 9489 9489 7929 0 -1 4202560 3570 0 0 0 8 0 0 0 20 0 15 0 446136021 15508250624 7238 33554432000 4194304 4196468 140727933679344 139901470061904 139901465841046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 7238 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 7238 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 7238 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 7238 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446136023 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446136024 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900933002144 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446136024 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900931949552 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) R 9489 9489 7929 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900929845840 139901465839317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) R 9489 9489 7929 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900928784704 139901445689785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0.02 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) R 9489 9489 7929 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 446136026 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900927740656 139901449909598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136027 15508250624 7238 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210929 s]*
/proc/loadavg: 6.71 5.55 3.45 6/229 9505
/proc/meminfo: memFree=21144396/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15144776 memory=40808 CPUtime=0.34 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 9449 0 0 0 31 3 0 0 20 0 15 0 446136021 15508250624 10202 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3786194 10202 3297 1 0 3748377 0
[pid=9491/tid=9492] ppid=9489 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) R 9489 9489 7929 0 -1 4202560 6601 0 0 0 18 2 0 0 20 0 15 0 446136021 15508250624 10202 33554432000 4194304 4196468 140727933679344 139901470061840 139901465841046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 10202 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15144776 memory=140004859481166 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 10202 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 10202 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446136022 15508250624 10202 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446136023 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446136024 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900933002144 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446136024 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900931949552 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) S 9489 9489 7929 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 446136026 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900929845744 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) S 9489 9489 7929 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 446136026 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900928793200 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15144776 memory=140004857935488 CPUtime=0.07 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) R 9489 9489 7929 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 15 0 446136026 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900927740656 139901465841046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136027 15508250624 10202 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42256 KiB

[startup+0.312246 s]*
/proc/loadavg: 6.71 5.55 3.45 8/229 9505
/proc/meminfo: memFree=20949764/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15149032 memory=49860 CPUtime=0.53 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 10797 0 0 0 49 4 0 0 20 0 15 0 446136021 15512608768 12465 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3787258 12465 3370 1 0 3748377 0
[pid=9491/tid=9492] ppid=9489 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) R 9489 9489 7929 0 -1 4202560 7719 0 0 0 27 3 0 0 20 0 15 0 446136021 15512608768 12465 33554432000 4194304 4196468 140727933679344 139901470060224 139901449909598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15512608768 12465 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15512608768 12465 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15512608768 12465 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446136022 15512608768 12465 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446136023 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446136024 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900933002144 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446136024 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900931949552 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15149032 memory=-8412660965215072671 CPUtime=0.04 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) R 9489 9489 7929 0 -1 4202560 636 0 0 0 4 0 0 0 20 0 15 0 446136026 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900929845744 139901447350282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) S 9489 9489 7929 0 -1 1077944384 275 0 0 0 4 0 0 0 20 0 15 0 446136026 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900928793200 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) S 9489 9489 7929 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 15 0 446136026 15512608768 12465 33554432000 4194304 4196468 140727933679344 139900927740656 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15512608768 12496 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136027 15512608768 12496 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51308 KiB

[startup+0.700796 s]
/proc/loadavg: 6.71 5.55 3.45 6/229 9505
/proc/meminfo: memFree=20803676/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15151156 memory=127592 CPUtime=1.83 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 14345 0 0 0 177 6 0 0 20 0 15 0 446136021 15514783744 31898 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3787789 31898 3449 1 0 3748889 0
[pid=9491/tid=9492] ppid=9489 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) R 9489 9489 7929 0 -1 4202560 8281 0 0 0 63 5 0 0 20 0 15 0 446136021 15514783744 31898 33554432000 4194304 4196468 140727933679344 139901470065440 139901064163919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15151156 memory=47216 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15514783744 31898 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15514783744 31898 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15151156 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136022 15514783744 31898 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15151156 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446136022 15514783744 31898 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446136023 15514783744 31898 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15151156 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446136024 15514783744 31898 33554432000 4194304 4196468 140727933679344 139900933002144 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15151156 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446136024 15514783744 31898 33554432000 4194304 4196468 140727933679344 139900931949552 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15151156 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15151156 memory=10564 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) R 9489 9489 7929 0 -1 4202560 1808 0 0 0 38 0 0 0 20 0 15 0 446136026 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900929834416 139901443846049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15151156 memory=716 CPUtime=0.39 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) R 9489 9489 7929 0 -1 4202560 1130 0 0 0 39 0 0 0 20 0 15 0 446136026 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900928781104 139901443804416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15151156 memory=780 CPUtime=0.35 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) S 9489 9489 7929 0 -1 1077944384 1819 0 0 0 35 0 0 0 20 0 15 0 446136026 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900927740656 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446136026 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446136027 15514783744 32410 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 129040 KiB

[startup+1.50352 s]
/proc/loadavg: 6.71 5.55 3.45 6/229 9505
/proc/meminfo: memFree=20681856/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0

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

/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 81301 0 0 0 231187 111 0 0 20 0 19 0 446136021 15787429888 892241 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3854353 892241 3521 1 0 3815453 0
[pid=9491/tid=9492] ppid=9489 vsize=15417412 memory=3568964 CPUtime=2.67 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) S 9489 9489 7929 0 -1 1077944384 9550 0 0 0 257 10 0 0 20 0 19 0 446136021 15787429888 892241 33554432000 4194304 4196468 140727933679344 139901470069888 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 998 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892241 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1089 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892241 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0.36 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1264 0 0 0 26 10 0 0 20 0 19 0 446136022 15787429888 892241 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0.39 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 4459 0 0 0 29 10 0 0 20 0 19 0 446136022 15787429888 892241 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15417412 memory=1448 CPUtime=0.06 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 3367 0 0 0 3 3 0 0 20 0 19 0 446136023 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900933002208 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15417412 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900931949568 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15417412 memory=3568964 CPUtime=3.19 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) S 9489 9489 7929 0 -1 1077944384 10176 0 0 0 318 1 0 0 20 0 19 0 446136026 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900929845744 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15417412 memory=1448 CPUtime=3.33 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) S 9489 9489 7929 0 -1 1077944384 10225 0 0 0 332 1 0 0 20 0 19 0 446136026 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900928793200 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15417412 memory=3568964 CPUtime=0.95 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) S 9489 9489 7929 0 -1 1077944384 6796 0 0 0 94 1 0 0 20 0 19 0 446136026 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900927740656 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15417412 memory=3620 CPUtime=0.32 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1049 0 0 0 16 16 0 0 20 0 19 0 446136027 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9506] ppid=9489 vsize=15417412 memory=1060 CPUtime=576.32 cores=0,2,4,6
/proc/9491/task/9506/stat : 9506 (java) R 9489 9489 7929 0 -1 4202560 2101 0 0 0 57629 3 0 0 20 0 19 0 446136307 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900916657112 139901069195907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9507] ppid=9489 vsize=15417412 memory=4068 CPUtime=577.09 cores=0,2,4,6
/proc/9491/task/9507/stat : 9507 (java) R 9489 9489 7929 0 -1 4202560 22972 0 0 0 57671 38 0 0 20 0 19 0 446136307 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900915601184 139901062850846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9508] ppid=9489 vsize=15417412 memory=1720 CPUtime=575.83 cores=0,2,4,6
/proc/9491/task/9508/stat : 9508 (java) R 9489 9489 7929 0 -1 4202560 1172 0 0 0 57583 0 0 0 20 0 19 0 446136307 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900914552656 139901070108574 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9509] ppid=9489 vsize=15417412 memory=3620 CPUtime=571.72 cores=0,2,4,6
/proc/9491/task/9509/stat : 9509 (java) R 9489 9489 7929 0 -1 4202560 4766 0 0 0 57161 11 0 0 20 0 19 0 446136307 15787429888 892241 33554432000 4194304 4196468 140727933679344 139900913496312 139901068833689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 2312.98 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 3570412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.302 s]
/proc/loadavg: 9.04 8.28 6.00 10/237 9788
/proc/meminfo: memFree=25715960/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15417412 memory=3568968 CPUtime=2520.02 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 83502 0 0 0 251890 112 0 0 20 0 19 0 446136021 15787429888 892242 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3854353 892242 3521 1 0 3815453 0
[pid=9491/tid=9492] ppid=9489 vsize=15417412 memory=3568968 CPUtime=2.67 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) S 9489 9489 7929 0 -1 1077944384 9550 0 0 0 257 10 0 0 20 0 19 0 446136021 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901470069888 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 998 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1089 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15417412 memory=1448 CPUtime=0.36 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1264 0 0 0 26 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.39 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 4459 0 0 0 29 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.06 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 3447 0 0 0 3 3 0 0 20 0 19 0 446136023 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900933002208 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900931949568 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15417412 memory=1448 CPUtime=3.2 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) S 9489 9489 7929 0 -1 1077944384 10183 0 0 0 319 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900929845744 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15417412 memory=3568968 CPUtime=3.33 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) S 9489 9489 7929 0 -1 1077944384 10227 0 0 0 332 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900928793200 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15417412 memory=1448 CPUtime=0.95 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) S 9489 9489 7929 0 -1 1077944384 7150 0 0 0 94 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900927740656 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.32 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1076 0 0 0 16 16 0 0 20 0 19 0 446136027 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9506] ppid=9489 vsize=15417412 memory=1448 CPUtime=628.3 cores=0,2,4,6
/proc/9491/task/9506/stat : 9506 (java) R 9489 9489 7929 0 -1 4202560 2222 0 0 0 62827 3 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900916653112 139901069315854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9507] ppid=9489 vsize=15417412 memory=1448 CPUtime=629.07 cores=0,2,4,6
/proc/9491/task/9507/stat : 9507 (java) R 9489 9489 7929 0 -1 4202560 23957 0 0 0 62869 38 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900915601528 139901062850613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9508] ppid=9489 vsize=15417412 memory=1448 CPUtime=626.88 cores=0,2,4,6
/proc/9491/task/9508/stat : 9508 (java) R 9489 9489 7929 0 -1 4202560 1249 0 0 0 62688 0 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900914548832 139901069315798 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9509] ppid=9489 vsize=15417412 memory=3568968 CPUtime=623.72 cores=0,2,4,6
/proc/9491/task/9509/stat : 9509 (java) R 9489 9489 7929 0 -1 4202560 5314 0 0 0 62361 11 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900913496312 139901068833423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 3570416 KiB

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

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

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

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

[startup+634.302 s]
/proc/loadavg: 9.04 8.28 6.00 10/237 9788
/proc/meminfo: memFree=25715960/32770624 swapFree=66967456/67108860
[pid=9489] ppid=9486 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9489/stat : 9489 (xcsp3-exec) S 9486 9489 7929 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446136020 115843072 362 33554432000 4194304 5098028 140729712153504 140729712151608 139874882007676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10153984 140729712161659 140729712161901 140729712161901 140729712164810 0
/proc/9489/statm: 28282 362 304 221 0 87 0
[pid=9491] ppid=9489 vsize=15417412 memory=3568968 CPUtime=2520.02 cores=0,2,4,6
/proc/9491/stat : 9491 (java) S 9489 9489 7929 0 -1 1077944320 83502 0 0 0 251890 112 0 0 20 0 19 0 446136021 15787429888 892242 33554432000 4194304 4196468 140727933679344 140727933661888 139901465829111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
/proc/9491/statm: 3854353 892242 3521 1 0 3815453 0
[pid=9491/tid=9492] ppid=9489 vsize=15417412 memory=3568968 CPUtime=2.67 cores=0,2,4,6
/proc/9491/task/9492/stat : 9492 (java) S 9489 9489 7929 0 -1 1077944384 9550 0 0 0 257 10 0 0 20 0 19 0 446136021 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901470069888 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9493] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9493/stat : 9493 (java) S 9489 9489 7929 0 -1 1077944384 998 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901393869584 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9494] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.38 cores=0,2,4,6
/proc/9491/task/9494/stat : 9494 (java) S 9489 9489 7929 0 -1 1077944384 1089 0 0 0 28 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901392817040 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9495] ppid=9489 vsize=15417412 memory=1448 CPUtime=0.36 cores=0,2,4,6
/proc/9491/task/9495/stat : 9495 (java) S 9489 9489 7929 0 -1 1077944384 1264 0 0 0 26 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901391764496 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9496] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.39 cores=0,2,4,6
/proc/9491/task/9496/stat : 9496 (java) S 9489 9489 7929 0 -1 1077944384 4459 0 0 0 29 10 0 0 20 0 19 0 446136022 15787429888 892242 33554432000 4194304 4196468 140727933679344 139901390711952 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9497] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.06 cores=0,2,4,6
/proc/9491/task/9497/stat : 9497 (java) S 9489 9489 7929 0 -1 1077944384 3447 0 0 0 3 3 0 0 20 0 19 0 446136023 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900934055920 139901465840258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9498] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9498/stat : 9498 (java) S 9489 9489 7929 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900933002208 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9499] ppid=9489 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9499/stat : 9499 (java) S 9489 9489 7929 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 19 0 446136024 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900931949568 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9500] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9500/stat : 9500 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900930898128 139901465847707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9501] ppid=9489 vsize=15417412 memory=1448 CPUtime=3.2 cores=0,2,4,6
/proc/9491/task/9501/stat : 9501 (java) S 9489 9489 7929 0 -1 1077944384 10183 0 0 0 319 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900929845744 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9502] ppid=9489 vsize=15417412 memory=3568968 CPUtime=3.33 cores=0,2,4,6
/proc/9491/task/9502/stat : 9502 (java) S 9489 9489 7929 0 -1 1077944384 10227 0 0 0 332 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900928793200 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9503] ppid=9489 vsize=15417412 memory=1448 CPUtime=0.95 cores=0,2,4,6
/proc/9491/task/9503/stat : 9503 (java) S 9489 9489 7929 0 -1 1077944384 7150 0 0 0 94 1 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900927740656 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9504] ppid=9489 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9491/task/9504/stat : 9504 (java) S 9489 9489 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446136026 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900926688352 139901465839317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9505] ppid=9489 vsize=15417412 memory=3568968 CPUtime=0.32 cores=0,2,4,6
/proc/9491/task/9505/stat : 9505 (java) S 9489 9489 7929 0 -1 1077944384 1076 0 0 0 16 16 0 0 20 0 19 0 446136027 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900925634864 139901465840258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9506] ppid=9489 vsize=15417412 memory=1448 CPUtime=628.3 cores=0,2,4,6
/proc/9491/task/9506/stat : 9506 (java) R 9489 9489 7929 0 -1 4202560 2222 0 0 0 62827 3 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900916653112 139901069315854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9507] ppid=9489 vsize=15417412 memory=1448 CPUtime=629.07 cores=0,2,4,6
/proc/9491/task/9507/stat : 9507 (java) R 9489 9489 7929 0 -1 4202560 23957 0 0 0 62869 38 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900915601528 139901062850613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9508] ppid=9489 vsize=15417412 memory=1448 CPUtime=626.88 cores=0,2,4,6
/proc/9491/task/9508/stat : 9508 (java) R 9489 9489 7929 0 -1 4202560 1249 0 0 0 62688 0 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900914548832 139901069315798 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
[pid=9491/tid=9509] ppid=9489 vsize=15417412 memory=3568968 CPUtime=623.72 cores=0,2,4,6
/proc/9491/task/9509/stat : 9509 (java) R 9489 9489 7929 0 -1 4202560 5314 0 0 0 62361 11 0 0 20 0 19 0 446136307 15787429888 892242 33554432000 4194304 4196468 140727933679344 139900913496312 139901068833423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140727933686767 140727933686938 140727933686938 140727933689807 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 3570416 KiB

Child status: 143
Real time (s): 634.419
CPU time (s): 2520.39
CPU user time (s): 2519.22
CPU system time (s): 1.16605
CPU usage (%): 397.275
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 3570416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.22
system time used= 1.16605
maximum resident set size= 3569740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84743
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16846
involuntary context switches= 50464


# summary of solver processes directly reported to runsolver:
#   pid: 9489,9491
#   total CPU time (s): 2520.39
#   total CPU user time (s): 2519.22
#   total CPU system time (s): 1.16605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.07112 second user time and 7.24322 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 07:37:29
IDJOB=4399092
IDBENCH=134779
IDSOLVER=2853
FILE ID=node125/4399092-1568698692
RUNJOBID= node125-1568698192-7960
PBS_JOBID= 21703810
Free space on /tmp= 59664 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K146.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-4399092-1568698692/watcher-4399092-1568698692 -o /tmp/evaluation-result-4399092-1568698692/solver-4399092-1568698692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 970073354 HOME/instance-4399092-1568698692.xml

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

MD5SUM BENCH= 4266c7f8eabadceca7159896250ebd53
RANDOM SEED=970073354

node125.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.29
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.29
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.29
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.29
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:        21449192 kB
MemAvailable:   23067512 kB
Buffers:          206628 kB
Cached:          1709024 kB
SwapCached:        38412 kB
Active:          9665768 kB
Inactive:        1070476 kB
Active(anon):    8800728 kB
Inactive(anon):    68464 kB
Active(file):     865040 kB
Inactive(file):  1002012 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967456 kB
Dirty:             27240 kB
Writeback:             0 kB
AnonPages:       8861864 kB
Mapped:            61480 kB
Shmem:             39868 kB
Slab:             164472 kB
SReclaimable:     134208 kB
SUnreclaim:        30264 kB
KernelStack:        4000 kB
PageTables:        22900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11700780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8364032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59680 MiB
End job on node125 at 2019-09-17 07:48:04