Trace number 4392925

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-14SAT 75.3561 19.2765

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark0.284908
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
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-4392925-1568354726.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392925-1568354726.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.58	c solve instance...
75.11/19.27	s SATISFIABLE
75.11/19.27	v <instantiation>
75.11/19.27	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
75.11/19.27	v 	<values>3 23 6 14 1 19 0 18 4 25 20 3 11 2 17 9 22 8 5 13 19 1 15 6 18 4 25 14 7 21 16 23 12 10 24 </values>
75.11/19.27	v </instantiation>

Verifier Data

OK	

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 (15017 MiB free)
  memory of node 1: 16384 MiB (12356 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392925-1568354726/watcher-4392925-1568354726 -o /tmp/evaluation-result-4392925-1568354726/solver-4392925-1568354726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1792690509 HOME/instance-4392925-1568354726.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=25568, runsolver pid=25565
Current StackSize limit: 8192 KiB


[startup+0.100588 s]*
/proc/loadavg: 8.60 8.64 8.87 7/235 25584
/proc/meminfo: memFree=28014920/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15144768 memory=30304 CPUtime=0.13 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 5507 0 0 0 12 1 0 0 20 0 15 0 411711275 15508242432 7576 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3786192 7576 3179 1 0 3748377 0
[pid=25570/tid=25571] ppid=25568 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) R 25568 25568 22042 0 -1 4202560 3377 0 0 0 9 0 0 0 20 0 15 0 411711276 15508242432 7576 33554432000 4194304 4196468 140731194222800 140426278922032 140426256095058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15144768 memory=3472467985917494480 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425742172960 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425741120624 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) R 25568 25568 22042 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) R 25568 25568 22042 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425737964016 140426260354912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) R 25568 25568 22042 0 -1 4202560 371 0 0 0 2 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425736911728 140426253656778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 7576 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31752 KiB

[startup+0.213003 s]*
/proc/loadavg: 8.60 8.64 8.87 6/235 25584
/proc/meminfo: memFree=28002736/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15144768 memory=40640 CPUtime=0.34 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 8865 0 0 0 31 3 0 0 20 0 15 0 411711275 15508242432 10160 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3786192 10160 3304 1 0 3748377 0
[pid=25570/tid=25571] ppid=25568 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) R 25568 25568 22042 0 -1 4202560 6149 0 0 0 19 1 0 0 20 0 15 0 411711276 15508242432 10160 33554432000 4194304 4196468 140731194222800 140426278923744 140426274710685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15144768 memory=3472467985917494480 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411711276 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425742172960 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411711278 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425741120624 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15144768 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) S 25568 25568 22042 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) S 25568 25568 22042 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425737964016 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0.08 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) S 25568 25568 22042 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425736911728 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15144768 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711281 15508242432 10160 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42088 KiB

[startup+0.314572 s]*
/proc/loadavg: 8.60 8.64 8.87 7/235 25584
/proc/meminfo: memFree=27995092/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15149024 memory=49912 CPUtime=0.53 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 10371 0 0 0 49 4 0 0 20 0 15 0 411711275 15512600576 12478 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3787256 12478 3359 1 0 3748377 0
[pid=25570/tid=25571] ppid=25568 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) R 25568 25568 22042 0 -1 4202560 7348 0 0 0 28 2 0 0 20 0 15 0 411711276 15512600576 12478 33554432000 4194304 4196468 140731194222800 140426278925584 140426258769246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15149024 memory=3472467985917494480 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15149024 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15149024 memory=4 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711276 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15149024 memory=139856885983263 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411711276 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15149024 memory=279713771927296 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411711278 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15149024 memory=139856885960207 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411711278 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425742172960 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15149024 memory=279713908312160 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411711278 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425741120624 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15149024 memory=139856885964815 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) S 25568 25568 22042 0 -1 1077944384 518 0 0 0 4 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15149024 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) R 25568 25568 22042 0 -1 1077944384 296 0 0 0 4 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425737964016 140426274699906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) R 25568 25568 22042 0 -1 4202560 906 0 0 0 12 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425736911728 140426274700694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15149024 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411711281 15512600576 12478 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51360 KiB

[startup+0.70157 s]
/proc/loadavg: 8.39 8.59 8.86 7/235 25584
/proc/meminfo: memFree=27978292/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15417404 memory=85704 CPUtime=1.58 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 14743 0 0 0 153 5 0 0 20 0 19 0 411711275 15787421696 21426 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3854351 21426 3455 1 0 3815453 0
[pid=25570/tid=25571] ppid=25568 vsize=15417404 memory=1088 CPUtime=0.55 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) S 25568 25568 22042 0 -1 1077944384 8837 0 0 0 52 3 0 0 20 0 19 0 411711276 15787421696 21426 33554432000 4194304 4196468 140731194222800 140426278929536 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15417404 memory=988 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411711276 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15417404 memory=780 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411711276 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15417404 memory=5972 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411711276 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15417404 memory=624 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411711276 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15417404 memory=3996 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15417404 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425742172960 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15417404 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425741120624 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15417404 memory=38416 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15417404 memory=1988 CPUtime=0.21 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) R 25568 25568 22042 0 -1 4202560 1278 0 0 0 21 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425739002696 140426251996896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15417404 memory=988 CPUtime=0.23 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) R 25568 25568 22042 0 -1 4202560 1165 0 0 0 23 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425737957208 140426258174697 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15417404 memory=1428 CPUtime=0.35 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) R 25568 25568 22042 0 -1 1077944384 1959 0 0 0 35 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425736909520 140426274698965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15417404 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15417404 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 21426 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 87152 KiB

[startup+1.50157 s]
/proc/loadavg: 8.39 8.59 8.86 11/239 25588
/proc/meminfo: memFree=27956576/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0

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

/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 50110 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25585] ppid=25568 vsize=15417404 memory=200440 CPUtime=16.2 cores=0,2,4,6
/proc/25570/task/25585/stat : 25585 (java) R 25568 25568 22042 0 -1 4202560 334 0 0 0 1620 0 0 0 20 0 19 0 411711334 15787421696 50110 33554432000 4194304 4196468 140731194222800 140425725594216 140425917411455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25586] ppid=25568 vsize=15417404 memory=1448 CPUtime=16.19 cores=0,2,4,6
/proc/25570/task/25586/stat : 25586 (java) R 25568 25568 22042 0 -1 4202560 915 0 0 0 1618 1 0 0 20 0 19 0 411711334 15787421696 50110 33554432000 4194304 4196468 140731194222800 140425724542848 140425917413518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25587] ppid=25568 vsize=15417404 memory=201852 CPUtime=15.94 cores=0,2,4,6
/proc/25570/task/25587/stat : 25587 (java) R 25568 25568 22042 0 -1 4202560 274 0 0 0 1594 0 0 0 20 0 19 0 411711334 15787421696 50110 33554432000 4194304 4196468 140731194222800 140425723490280 140425917271350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25588] ppid=25568 vsize=15417404 memory=988 CPUtime=16.16 cores=0,2,4,6
/proc/25570/task/25588/stat : 25588 (java) R 25568 25568 22042 0 -1 4202560 1157 0 0 0 1616 0 0 0 20 0 19 0 411711334 15787421696 50110 33554432000 4194304 4196468 140731194222800 140425722439744 140425917322986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 69.52 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 201888 KiB

[startup+18.6016 s]
/proc/loadavg: 8.46 8.60 8.85 8/235 25668
/proc/meminfo: memFree=30793748/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15417404 memory=201976 CPUtime=72.69 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 34875 0 0 0 7256 13 0 0 20 0 19 0 411711275 15787421696 50494 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3854351 50494 3510 1 0 3815453 0
[pid=25570/tid=25571] ppid=25568 vsize=15417404 memory=6791534058613427641 CPUtime=0.55 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) S 25568 25568 22042 0 -1 1077944384 8837 0 0 0 52 3 0 0 20 0 19 0 411711276 15787421696 50494 33554432000 4194304 4196468 140731194222800 140426278929536 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15417404 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 602 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15417404 memory=204504 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 587 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15417404 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15417404 memory=201976 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 1358 0 0 0 2 0 0 0 20 0 19 0 411711276 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15417404 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 621 0 0 0 1 0 0 0 20 0 19 0 411711278 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15417404 memory=201976 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425742173024 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15417404 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425741120640 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15417404 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15417404 memory=11340 CPUtime=1.71 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) S 25568 25568 22042 0 -1 1077944384 6547 0 0 0 170 1 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15417404 memory=56 CPUtime=1.99 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) S 25568 25568 22042 0 -1 1077944384 6887 0 0 0 199 0 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425737964016 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15417404 memory=1943537 CPUtime=0.57 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) S 25568 25568 22042 0 -1 1077944384 4930 0 0 0 56 1 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425736911728 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15417404 memory=1944579 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15417404 memory=-6876588628787748224 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25585] ppid=25568 vsize=15417404 memory=8292088564187963537 CPUtime=17 cores=0,2,4,6
/proc/25570/task/25585/stat : 25585 (java) R 25568 25568 22042 0 -1 4202560 338 0 0 0 1700 0 0 0 20 0 19 0 411711334 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425725593904 140425917271146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25586] ppid=25568 vsize=15417404 memory=7682475212697334586 CPUtime=16.99 cores=0,2,4,6
/proc/25570/task/25586/stat : 25586 (java) R 25568 25568 22042 0 -1 4202560 917 0 0 0 1698 1 0 0 20 0 19 0 411711334 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425724545888 140425917983223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25587] ppid=25568 vsize=15417404 memory=7970394125364839326 CPUtime=16.72 cores=0,2,4,6
/proc/25570/task/25587/stat : 25587 (java) R 25568 25568 22042 0 -1 4202560 274 0 0 0 1672 0 0 0 20 0 19 0 411711334 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425723490296 140425917322779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25588] ppid=25568 vsize=15417404 memory=7970675600341549982 CPUtime=16.95 cores=0,2,4,6
/proc/25570/task/25588/stat : 25588 (java) R 25568 25568 22042 0 -1 4202560 1159 0 0 0 1695 0 0 0 20 0 19 0 411711334 15787421696 50494 33554432000 4194304 4196468 140731194222800 140425722438008 140425917715514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 72.69 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 203424 KiB

[startup+19.0016 s]
/proc/loadavg: 8.46 8.60 8.85 8/235 25668
/proc/meminfo: memFree=30793748/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15417404 memory=195820 CPUtime=74.28 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 34879 0 0 0 7415 13 0 0 20 0 19 0 411711275 15787421696 48955 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3854351 48955 3510 1 0 3815453 0
[pid=25570/tid=25571] ppid=25568 vsize=15417404 memory=6791534058613427641 CPUtime=0.55 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) S 25568 25568 22042 0 -1 1077944384 8837 0 0 0 52 3 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140426278929536 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15417404 memory=532 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 603 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15417404 memory=928 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15417404 memory=56 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 160 0 0 0 2 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15417404 memory=288230617509003574 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 1358 0 0 0 2 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15417404 memory=14698482732632482 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 621 0 0 0 1 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15417404 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425742173024 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15417404 memory=800 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425741120640 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15417404 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15417404 memory=111628 CPUtime=1.71 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) S 25568 25568 22042 0 -1 1077944384 6547 0 0 0 170 1 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15417404 memory=800 CPUtime=1.99 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) S 25568 25568 22042 0 -1 1077944384 6887 0 0 0 199 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425737964016 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15417404 memory=1804 CPUtime=0.57 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) S 25568 25568 22042 0 -1 1077944384 4930 0 0 0 56 1 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425736911728 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15417404 memory=920 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15417404 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25585] ppid=25568 vsize=15417404 memory=0 CPUtime=17.39 cores=0,2,4,6
/proc/25570/task/25585/stat : 25585 (java) R 25568 25568 22042 0 -1 4202560 338 0 0 0 1739 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425725594000 140425917271146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25586] ppid=25568 vsize=15417404 memory=7100839861465685612 CPUtime=17.39 cores=0,2,4,6
/proc/25570/task/25586/stat : 25586 (java) R 25568 25568 22042 0 -1 4202560 917 0 0 0 1738 1 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425724542912 140425916532161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25587] ppid=25568 vsize=15417404 memory=3054156605268465310 CPUtime=17.11 cores=0,2,4,6
/proc/25570/task/25587/stat : 25587 (java) R 25568 25568 22042 0 -1 4202560 274 0 0 0 1711 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425723490224 140425916411446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25588] ppid=25568 vsize=15417404 memory=0 CPUtime=17.35 cores=0,2,4,6
/proc/25570/task/25588/stat : 25588 (java) R 25568 25568 22042 0 -1 4202560 1161 0 0 0 1735 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425722439744 140425918609253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 74.28 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 197268 KiB

[startup+19.2016 s]*
/proc/loadavg: 8.46 8.60 8.85 8/235 25668
/proc/meminfo: memFree=30688680/32770624 swapFree=66940792/67108860
[pid=25568] ppid=25565 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25568/stat : 25568 (xcsp3-exec) S 25565 25568 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411711275 115843072 362 33554432000 4194304 5098028 140725839667760 140725839665864 139695472865916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9633792 140725839676282 140725839676525 140725839676525 140725839679434 0
/proc/25568/statm: 28282 362 304 221 0 87 0
[pid=25570] ppid=25568 vsize=15417404 memory=195820 CPUtime=75.11 cores=0,2,4,6
/proc/25570/stat : 25570 (java) S 25568 25568 22042 0 -1 1077944320 34879 0 0 0 7498 13 0 0 20 0 19 0 411711275 15787421696 48955 33554432000 4194304 4196468 140731194222800 140731194205344 140426274688759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
/proc/25570/statm: 3854351 48955 3510 1 0 3815453 0
[pid=25570/tid=25571] ppid=25568 vsize=15417404 memory=5854525156950180258 CPUtime=0.55 cores=0,2,4,6
/proc/25570/task/25571/stat : 25571 (java) S 25568 25568 22042 0 -1 1077944384 8837 0 0 0 52 3 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140426278929536 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25572] ppid=25568 vsize=15417404 memory=3472467985917494480 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25572/stat : 25572 (java) S 25568 25568 22042 0 -1 1077944384 603 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425867221904 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25573] ppid=25568 vsize=15417404 memory=139857022342784 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25573/stat : 25573 (java) S 25568 25568 22042 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425866169104 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25574] ppid=25568 vsize=15417404 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25574/stat : 25574 (java) S 25568 25568 22042 0 -1 1077944384 160 0 0 0 2 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425865116816 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25575] ppid=25568 vsize=15417404 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25570/task/25575/stat : 25575 (java) S 25568 25568 22042 0 -1 1077944384 1358 0 0 0 2 0 0 0 20 0 19 0 411711276 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425864064016 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25576] ppid=25568 vsize=15417404 memory=139857022342784 CPUtime=0.01 cores=0,2,4,6
/proc/25570/task/25576/stat : 25576 (java) S 25568 25568 22042 0 -1 1077944384 621 0 0 0 1 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425743226992 140426274699906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25577] ppid=25568 vsize=15417404 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25577/stat : 25577 (java) S 25568 25568 22042 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425742173024 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25578] ppid=25568 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25578/stat : 25578 (java) S 25568 25568 22042 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 411711278 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425741120640 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25579] ppid=25568 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25579/stat : 25579 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425740068944 140426274707355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25580] ppid=25568 vsize=15417404 memory=0 CPUtime=1.71 cores=0,2,4,6
/proc/25570/task/25580/stat : 25580 (java) S 25568 25568 22042 0 -1 1077944384 6547 0 0 0 170 1 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425739016816 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25581] ppid=25568 vsize=15417404 memory=-1 CPUtime=1.99 cores=0,2,4,6
/proc/25570/task/25581/stat : 25581 (java) S 25568 25568 22042 0 -1 1077944384 6887 0 0 0 199 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425737964016 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25582] ppid=25568 vsize=15417404 memory=139857022342784 CPUtime=0.57 cores=0,2,4,6
/proc/25570/task/25582/stat : 25582 (java) S 25568 25568 22042 0 -1 1077944384 4930 0 0 0 56 1 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425736911728 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25583] ppid=25568 vsize=15417404 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25583/stat : 25583 (java) S 25568 25568 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425735859168 140426274698965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25584] ppid=25568 vsize=15417404 memory=139857022342784 CPUtime=0 cores=0,2,4,6
/proc/25570/task/25584/stat : 25584 (java) S 25568 25568 22042 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 19 0 411711281 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425734805936 140426274699906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25585] ppid=25568 vsize=15417404 memory=-1 CPUtime=17.6 cores=0,2,4,6
/proc/25570/task/25585/stat : 25585 (java) R 25568 25568 22042 0 -1 4202560 338 0 0 0 1760 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425725594000 140426259028888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25586] ppid=25568 vsize=15417404 memory=139857022342784 CPUtime=17.6 cores=0,2,4,6
/proc/25570/task/25586/stat : 25586 (java) R 25568 25568 22042 0 -1 4202560 917 0 0 0 1759 1 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425724542912 140425917725233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25587] ppid=25568 vsize=15417404 memory=-1 CPUtime=17.32 cores=0,2,4,6
/proc/25570/task/25587/stat : 25587 (java) R 25568 25568 22042 0 -1 4202560 274 0 0 0 1732 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425723490360 140425917578668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
[pid=25570/tid=25588] ppid=25568 vsize=15417404 memory=0 CPUtime=17.55 cores=0,2,4,6
/proc/25570/task/25588/stat : 25588 (java) R 25568 25568 22042 0 -1 4202560 1161 0 0 0 1755 0 0 0 20 0 19 0 411711334 15787421696 48955 33554432000 4194304 4196468 140731194222800 140425722439744 140425917415219 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39669760 140731194225647 140731194225818 140731194225818 140731194228687 0
Current children cumulated CPU time: 75.11 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 197268 KiB

Child status: 0
Real time (s): 19.2765
CPU time (s): 75.3561
CPU user time (s): 75.213
CPU system time (s): 0.143123
CPU usage (%): 390.923
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 205952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.213
system time used= 0.143123
maximum resident set size= 206460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2976
involuntary context switches= 2029


# summary of solver processes directly reported to runsolver:
#   pid: 25568
#   total CPU time (s): 75.3561
#   total CPU user time (s): 75.213
#   total CPU system time (s): 0.143123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153336 second user time and 0.247868 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 08:04:48
IDJOB=4392925
IDBENCH=141173
IDSOLVER=2840
FILE ID=node149/4392925-1568354726
RUNJOBID= node149-1568346919-22073
PBS_JOBID= 21701170
Free space on /tmp= 57044 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.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-4392925-1568354726/watcher-4392925-1568354726 -o /tmp/evaluation-result-4392925-1568354726/solver-4392925-1568354726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1792690509 HOME/instance-4392925-1568354726.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1792690509

node149.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.81
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.81
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.81
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.81
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:        28032152 kB
MemAvailable:   28797948 kB
Buffers:          140860 kB
Cached:           921372 kB
SwapCached:        61356 kB
Active:          3514596 kB
Inactive:         663040 kB
Active(anon):    3082908 kB
Inactive(anon):    72344 kB
Active(file):     431688 kB
Inactive(file):   590696 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940792 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:       3166940 kB
Mapped:            56532 kB
Shmem:             31228 kB
Slab:             147528 kB
SReclaimable:     118492 kB
SUnreclaim:        29036 kB
KernelStack:        3808 kB
PageTables:        11820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4257312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3057664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 08:05:07