Trace number 4393082

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-06-14? (TO) 2520.55 633.699

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
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-4393082-1568344606.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393082-1568344606.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
5.50/1.90	c solve instance...
2520.21/633.66	s UNKNOWN
2520.21/633.66	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 (9859 MiB free)
  memory of node 1: 16384 MiB (8388 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393082-1568344606/watcher-4393082-1568344606 -o /tmp/evaluation-result-4393082-1568344606/solver-4393082-1568344606 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4478 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 150957074 HOME/instance-4393082-1568344606.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
Current StackSize limit: 8192 KiB

solver pid=5239, runsolver pid=5236

[startup+0.100409 s]*
/proc/loadavg: 8.67 8.34 6.45 7/234 5255
/proc/meminfo: memFree=18672076/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15144768 memory=27504 CPUtime=0.13 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 5761 0 0 0 12 1 0 0 20 0 15 0 410400780 15508242432 6876 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3786192 6876 3157 1 0 3748377 0
[pid=5241/tid=5242] ppid=5239 vsize=15144768 memory=-8976644418600983157 CPUtime=0.09 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) R 5239 5239 3331 0 -1 4202560 3637 0 0 0 9 0 0 0 20 0 15 0 410400781 15508242432 6876 33554432000 4194304 4196468 140736265765744 139629558009744 139629553799770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15144768 memory=3472467877082698960 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400781 15508242432 6876 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 6876 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 6876 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 6876 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410400783 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410400783 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628426859680 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410400784 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628425806576 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628422650736 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0.02 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) R 5239 5239 3331 0 -1 4202560 406 0 0 0 2 0 0 0 20 0 15 0 410400786 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628421597680 139629537858910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400787 15508242432 6876 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28956 KiB

[startup+0.211122 s]*
/proc/loadavg: 8.67 8.34 6.45 6/234 5255
/proc/meminfo: memFree=18657184/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15144768 memory=39692 CPUtime=0.34 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 9682 0 0 0 31 3 0 0 20 0 15 0 410400780 15508242432 9923 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3786192 9923 3284 1 0 3748377 0
[pid=5241/tid=5242] ppid=5239 vsize=15144768 memory=4212167822348820889 CPUtime=0.2 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) R 5239 5239 3331 0 -1 4202560 6676 0 0 0 18 2 0 0 20 0 15 0 410400781 15508242432 9923 33554432000 4194304 4196468 140736265765744 139629558009072 139629553790358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15144768 memory=3472467877082698960 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400781 15508242432 9923 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 9923 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 9923 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410400782 15508242432 9923 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410400783 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410400783 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628426859680 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410400784 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628425806576 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 410400786 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) S 5239 5239 3331 0 -1 1077944384 303 0 0 0 2 0 0 0 20 0 15 0 410400786 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628422650736 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0.08 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) R 5239 5239 3331 0 -1 4202560 891 0 0 0 8 0 0 0 20 0 15 0 410400786 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628421597488 139629553799770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15144768 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400787 15508242432 9923 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41144 KiB

[startup+0.311684 s]*
/proc/loadavg: 8.67 8.34 6.45 7/234 5255
/proc/meminfo: memFree=18652020/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15149024 memory=49004 CPUtime=0.53 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 11090 0 0 0 49 4 0 0 20 0 15 0 410400780 15512600576 12211 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3787256 12251 3369 1 0 3748377 0
[pid=5241/tid=5242] ppid=5239 vsize=15149024 memory=-8976644418600983157 CPUtime=0.3 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) R 5239 5239 3331 0 -1 4202560 7790 0 0 0 28 2 0 0 20 0 15 0 410400781 15512600576 12251 33554432000 4194304 4196468 140736265765744 139629558009536 139629537858910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15149024 memory=3472467877082698960 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400781 15512600576 12251 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15149024 memory=139748187547264 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15512600576 12251 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15149024 memory=4 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15512600576 12251 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15149024 memory=139748035405855 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410400782 15512600576 12251 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15149024 memory=279496070790944 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410400783 15512600576 12251 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15149024 memory=139748035382799 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410400783 15512600576 12251 33554432000 4194304 4196468 140736265765744 139628426859680 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15149024 memory=279496222939232 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410400784 15512600576 12251 33554432000 4194304 4196468 140736265765744 139628425806576 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15149024 memory=139748035387407 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15512600576 12251 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 544 0 0 0 3 0 0 0 20 0 15 0 410400786 15512600576 12251 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15149024 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) R 5239 5239 3331 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 410400786 15512600576 12317 33554432000 4194304 4196468 140736265765744 139628422631752 139629534168064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) S 5239 5239 3331 0 -1 1077944384 1072 0 0 0 12 0 0 0 20 0 15 0 410400786 15512600576 12317 33554432000 4194304 4196468 140736265765744 139628421597680 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15512600576 12317 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15149024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400787 15512600576 12317 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50456 KiB

[startup+0.70136 s]
/proc/loadavg: 8.67 8.34 6.45 7/234 5255
/proc/meminfo: memFree=18628012/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15151148 memory=135268 CPUtime=1.73 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 14776 0 0 0 167 6 0 0 20 0 15 0 410400780 15514775552 33817 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3787787 33817 3447 1 0 3748889 0
[pid=5241/tid=5242] ppid=5239 vsize=15151148 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) R 5239 5239 3331 0 -1 4202560 8374 0 0 0 64 4 0 0 20 0 15 0 410400781 15514775552 33817 33554432000 4194304 4196468 140736265765744 139629558012560 139629191315153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15151148 memory=56 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400781 15514775552 33817 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15151148 memory=7238798801035015221 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15514775552 33817 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15151148 memory=7012755875661107283 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400782 15514775552 33817 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15151148 memory=5859278125529317472 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410400782 15514775552 33817 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15151148 memory=2319389199337275488 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410400783 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15151148 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410400783 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628426859680 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15151148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410400784 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628425806576 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15151148 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15151148 memory=5964 CPUtime=0.34 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) R 5239 5239 3331 0 -1 4202560 1941 0 0 0 34 0 0 0 20 0 15 0 410400786 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628423695768 139629537275211 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15151148 memory=1060 CPUtime=0.38 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) R 5239 5239 3331 0 -1 4202560 1408 0 0 0 38 0 0 0 20 0 15 0 410400786 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628422643760 139629535296807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15151148 memory=2828 CPUtime=0.29 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) R 5239 5239 3331 0 -1 4202560 1747 0 0 0 29 0 0 0 20 0 15 0 410400786 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628421597680 139629553799770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15151148 memory=1216 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410400786 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15151148 memory=984 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410400787 15514775552 33817 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 136720 KiB

[startup+1.50136 s]
/proc/loadavg: 8.67 8.34 6.45 8/234 5255
/proc/meminfo: memFree=18518928/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0

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

/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 64347 0 0 0 207639 68 0 0 20 0 19 0 410400780 15787421696 568744 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3854351 568744 3520 1 0 3815453 0
[pid=5241/tid=5242] ppid=5239 vsize=15417404 memory=2274976 CPUtime=1.85 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) S 5239 5239 3331 0 -1 1077944384 9245 0 0 0 178 7 0 0 20 0 19 0 410400781 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629558019200 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.25 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1666 0 0 0 20 5 0 0 20 0 19 0 410400781 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.21 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1936 0 0 0 16 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.22 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1509 0 0 0 17 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15417404 memory=1452 CPUtime=0.24 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 1074 0 0 0 19 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.03 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 3007 0 0 0 2 1 0 0 20 0 19 0 410400783 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 410400783 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628426859744 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 410400784 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628425806592 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15417404 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15417404 memory=14004 CPUtime=2.6 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 11144 0 0 0 259 1 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15417404 memory=2274976 CPUtime=2.81 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) S 5239 5239 3331 0 -1 1077944384 6471 0 0 0 280 1 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628422650736 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15417404 memory=1452 CPUtime=0.73 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) S 5239 5239 3331 0 -1 1077944384 5802 0 0 0 73 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628421597680 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.17 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 935 0 0 0 17 0 0 0 20 0 19 0 410400787 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5256] ppid=5239 vsize=15417404 memory=5964 CPUtime=513.97 cores=0,2,4,6
/proc/5241/task/5256/stat : 5256 (java) R 5239 5239 3331 0 -1 4202560 2709 0 0 0 51395 2 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628410285368 139629199293166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5257] ppid=5239 vsize=15417404 memory=1060 CPUtime=518.88 cores=0,2,4,6
/proc/5241/task/5257/stat : 5257 (java) R 5239 5239 3331 0 -1 4202560 11370 0 0 0 51866 22 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628409233432 139629199682349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5258] ppid=5239 vsize=15417404 memory=1452 CPUtime=517.06 cores=0,2,4,6
/proc/5241/task/5258/stat : 5258 (java) R 5239 5239 3331 0 -1 4202560 1510 0 0 0 51705 1 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628408180320 139629199067556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5259] ppid=5239 vsize=15417404 memory=3620 CPUtime=517.9 cores=0,2,4,6
/proc/5241/task/5259/stat : 5259 (java) R 5239 5239 3331 0 -1 4202560 4646 0 0 0 51784 6 0 0 20 0 19 0 410400978 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628407128856 139629198012551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 2077.07 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2276428 KiB

[startup+582.301 s]
/proc/loadavg: 8.60 8.71 7.50 9/237 5392
/proc/meminfo: memFree=17039976/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15417404 memory=2274976 CPUtime=2315.98 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 65867 0 0 0 231529 69 0 0 20 0 19 0 410400780 15787421696 568744 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3854351 568744 3520 1 0 3815453 0
[pid=5241/tid=5242] ppid=5239 vsize=15417404 memory=2274976 CPUtime=1.85 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) S 5239 5239 3331 0 -1 1077944384 9245 0 0 0 178 7 0 0 20 0 19 0 410400781 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629558019200 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.25 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1666 0 0 0 20 5 0 0 20 0 19 0 410400781 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.21 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1936 0 0 0 16 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15417404 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1509 0 0 0 17 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.24 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 1074 0 0 0 19 5 0 0 20 0 19 0 410400782 15787421696 568744 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0.03 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 3015 0 0 0 2 1 0 0 20 0 19 0 410400783 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 410400783 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628426859744 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 410400784 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628425806592 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15417404 memory=2274976 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15417404 memory=2274976 CPUtime=2.6 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 11147 0 0 0 259 1 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15417404 memory=1452 CPUtime=2.81 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) S 5239 5239 3331 0 -1 1077944384 6474 0 0 0 280 1 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628422650736 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15417404 memory=279496071666048 CPUtime=0.73 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) S 5239 5239 3331 0 -1 1077944384 5810 0 0 0 73 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628421597680 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15417404 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 964 0 0 0 19 0 0 0 20 0 19 0 410400787 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5256] ppid=5239 vsize=15417404 memory=580 CPUtime=572.9 cores=0,2,4,6
/proc/5241/task/5256/stat : 5256 (java) R 5239 5239 3331 0 -1 4202560 2891 0 0 0 57287 3 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628410285368 139629199291179 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5257] ppid=5239 vsize=15417404 memory=1720 CPUtime=578.88 cores=0,2,4,6
/proc/5241/task/5257/stat : 5257 (java) R 5239 5239 3331 0 -1 4202560 12071 0 0 0 57866 22 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628409233432 139629199682225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5258] ppid=5239 vsize=15417404 memory=1452 CPUtime=577.05 cores=0,2,4,6
/proc/5241/task/5258/stat : 5258 (java) R 5239 5239 3331 0 -1 4202560 1580 0 0 0 57704 1 0 0 20 0 19 0 410400973 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628408180320 139629199067538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5259] ppid=5239 vsize=15417404 memory=3620 CPUtime=577.87 cores=0,2,4,6
/proc/5241/task/5259/stat : 5259 (java) R 5239 5239 3331 0 -1 4202560 5162 0 0 0 57781 6 0 0 20 0 19 0 410400978 15787421696 568744 33554432000 4194304 4196468 140736265765744 139628407128856 139629198012403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 2315.98 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2276428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.601 s]
/proc/loadavg: 8.28 8.61 7.53 9/238 5398
/proc/meminfo: memFree=16378232/32770624 swapFree=66959216/67108860
[pid=5239] ppid=5236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5239/stat : 5239 (xcsp3-exec) S 5236 5239 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410400780 115843072 363 33554432000 4194304 5098028 140726176335392 140726176333496 140141536903804 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35262464 140726176342907 140726176343149 140726176343149 140726176346058 0
/proc/5239/statm: 28282 363 304 221 0 87 0
[pid=5241] ppid=5239 vsize=15417404 memory=2506400 CPUtime=2520.21 cores=0,2,4,6
/proc/5241/stat : 5241 (java) S 5239 5239 3331 0 -1 1077944320 66791 0 0 0 251948 73 0 0 20 0 19 0 410400780 15787421696 626600 33554432000 4194304 4196468 140736265765744 140736265748288 139629553778423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
/proc/5241/statm: 3854351 626600 3520 1 0 3815453 0
[pid=5241/tid=5242] ppid=5239 vsize=15417404 memory=1452 CPUtime=1.85 cores=0,2,4,6
/proc/5241/task/5242/stat : 5242 (java) S 5239 5239 3331 0 -1 1077944384 9245 0 0 0 178 7 0 0 20 0 19 0 410400781 15787421696 626600 33554432000 4194304 4196468 140736265765744 139629558019200 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5243] ppid=5239 vsize=15417404 memory=2444960 CPUtime=0.25 cores=0,2,4,6
/proc/5241/task/5243/stat : 5243 (java) S 5239 5239 3331 0 -1 1077944384 1666 0 0 0 20 5 0 0 20 0 19 0 410400781 15787421696 626600 33554432000 4194304 4196468 140736265765744 139629146336272 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5244] ppid=5239 vsize=15417404 memory=1216 CPUtime=0.21 cores=0,2,4,6
/proc/5241/task/5244/stat : 5244 (java) S 5239 5239 3331 0 -1 1077944384 1936 0 0 0 16 5 0 0 20 0 19 0 410400782 15787421696 626600 33554432000 4194304 4196468 140736265765744 139629145283728 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5245] ppid=5239 vsize=15417404 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/5241/task/5245/stat : 5245 (java) S 5239 5239 3331 0 -1 1077944384 1509 0 0 0 17 5 0 0 20 0 19 0 410400782 15787421696 626600 33554432000 4194304 4196468 140736265765744 139629144230672 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5246] ppid=5239 vsize=15417404 memory=776 CPUtime=0.24 cores=0,2,4,6
/proc/5241/task/5246/stat : 5246 (java) S 5239 5239 3331 0 -1 1077944384 1074 0 0 0 19 5 0 0 20 0 19 0 410400782 15787421696 626600 33554432000 4194304 4196468 140736265765744 139629143178128 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5247] ppid=5239 vsize=15417404 memory=1564 CPUtime=0.04 cores=0,2,4,6
/proc/5241/task/5247/stat : 5247 (java) S 5239 5239 3331 0 -1 1077944384 3015 0 0 0 2 2 0 0 20 0 19 0 410400783 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628427913456 139629553789570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5248] ppid=5239 vsize=15417404 memory=5964 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5248/stat : 5248 (java) S 5239 5239 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 410400783 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628426859744 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5249] ppid=5239 vsize=15417404 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5249/stat : 5249 (java) S 5239 5239 3331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 410400784 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628425806592 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5250] ppid=5239 vsize=15417404 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5250/stat : 5250 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628424755152 139629553797019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5251] ppid=5239 vsize=15417404 memory=1216 CPUtime=2.6 cores=0,2,4,6
/proc/5241/task/5251/stat : 5251 (java) S 5239 5239 3331 0 -1 1077944384 11147 0 0 0 259 1 0 0 20 0 19 0 410400786 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628423703280 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5252] ppid=5239 vsize=15417404 memory=984 CPUtime=2.81 cores=0,2,4,6
/proc/5241/task/5252/stat : 5252 (java) S 5239 5239 3331 0 -1 1077944384 6474 0 0 0 280 1 0 0 20 0 19 0 410400786 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628422650736 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5253] ppid=5239 vsize=15417404 memory=14004 CPUtime=0.73 cores=0,2,4,6
/proc/5241/task/5253/stat : 5253 (java) S 5239 5239 3331 0 -1 1077944384 5810 0 0 0 73 0 0 0 20 0 19 0 410400786 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628421597680 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5254] ppid=5239 vsize=15417404 memory=20688 CPUtime=0 cores=0,2,4,6
/proc/5241/task/5254/stat : 5254 (java) S 5239 5239 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410400786 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628420545376 139629553788629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5255] ppid=5239 vsize=15417404 memory=14048 CPUtime=0.21 cores=0,2,4,6
/proc/5241/task/5255/stat : 5255 (java) S 5239 5239 3331 0 -1 1077944384 968 0 0 0 21 0 0 0 20 0 19 0 410400787 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628419492400 139629553789570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5256] ppid=5239 vsize=15417404 memory=2124 CPUtime=623.31 cores=0,2,4,6
/proc/5241/task/5256/stat : 5256 (java) R 5239 5239 3331 0 -1 4202560 2971 0 0 0 62328 3 0 0 20 0 19 0 410400973 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628410285368 139629198386763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5257] ppid=5239 vsize=15417404 memory=2469536 CPUtime=630.14 cores=0,2,4,6
/proc/5241/task/5257/stat : 5257 (java) R 5239 5239 3331 0 -1 4202560 12591 0 0 0 62989 25 0 0 20 0 19 0 410400973 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628409233432 139629199682144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5258] ppid=5239 vsize=15417404 memory=8112282956445269571 CPUtime=628.34 cores=0,2,4,6
/proc/5241/task/5258/stat : 5258 (java) R 5239 5239 3331 0 -1 4202560 1601 0 0 0 62833 1 0 0 20 0 19 0 410400973 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628408180320 139629199067556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
[pid=5241/tid=5259] ppid=5239 vsize=15417404 memory=2391712 CPUtime=629.13 cores=0,2,4,6
/proc/5241/task/5259/stat : 5259 (java) R 5239 5239 3331 0 -1 4202560 5461 0 0 0 62906 7 0 0 20 0 19 0 410400978 15787421696 626600 33554432000 4194304 4196468 140736265765744 139628407128856 139629197344356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28844032 140736265774063 140736265774234 140736265774234 140736265777103 0
Current children cumulated CPU time: 2520.21 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2507852 KiB

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

[startup+633.635 s]
# the end of solver process 5239 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001638 s, system=0.000819 s

[startup+633.699 s]
# the end of solver process 5241 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.8 s, system=0.75227 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.699
CPU time (s): 2520.55
CPU user time (s): 2519.8
CPU system time (s): 0.75227
CPU usage (%): 397.753
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 2507852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.8
system time used= 0.75227
maximum resident set size= 2513280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16252
involuntary context switches= 44002


# summary of solver processes directly reported to runsolver:
#   pid: 5239,5241
#   total CPU time (s): 2520.55
#   total CPU user time (s): 2519.8
#   total CPU system time (s): 0.75227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77489 second user time and 7.63274 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 05:16:06
IDJOB=4393082
IDBENCH=135046
IDSOLVER=2840
FILE ID=node124/4393082-1568344606
RUNJOBID= node124-1568343408-4478
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K106.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-4393082-1568344606/watcher-4393082-1568344606 -o /tmp/evaluation-result-4393082-1568344606/solver-4393082-1568344606 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4478 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 150957074 HOME/instance-4393082-1568344606.xml

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=150957074

node124.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.47
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.47
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.47
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.47
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:        18686672 kB
MemAvailable:   30621520 kB
Buffers:          171492 kB
Cached:         11925880 kB
SwapCached:        45864 kB
Active:          2227788 kB
Inactive:       11114760 kB
Active(anon):    1199576 kB
Inactive(anon):    86824 kB
Active(file):    1028212 kB
Inactive(file): 11027936 kB
Unevictable:      107892 kB
Mlocked:          107892 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:       1308348 kB
Mapped:            56284 kB
Shmem:             32744 kB
Slab:             336200 kB
SReclaimable:     307160 kB
SUnreclaim:        29040 kB
KernelStack:        3808 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3472624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1200128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 05:26:40