Trace number 4400452

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT55 17.6716 5.33591

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400452-1568691299.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400452-1568691299.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.28/0.62	c solve instance...
1.63/0.73	o 80 
1.63/0.73	o 80 
1.63/0.74	o 75 
1.63/0.76	o 73 
1.63/0.79	o 72 
1.97/0.83	o 70 
1.97/0.87	o 68 
2.29/0.93	o 66 
2.29/0.94	o 62 
3.14/1.16	o 60 
8.63/2.55	o 55 
17.64/5.11	s OPTIMUM FOUND
17.64/5.11	v <instantiation>
17.64/5.11	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
17.64/5.11	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
17.64/5.11	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400452-1568691299/watcher-4400452-1568691299 -o /tmp/evaluation-result-4400452-1568691299/solver-4400452-1568691299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 534362802 HOME/instance-4400452-1568691299.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=24323, runsolver pid=24320

[startup+0.101042 s]*
/proc/loadavg: 4.15 6.11 7.48 6/230 24364
/proc/meminfo: memFree=31456528/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15144776 memory=31124 CPUtime=0.13 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 5681 0 0 0 12 1 0 0 20 0 15 0 445382957 15508250624 7781 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3786194 7781 3153 1 0 3748377 0
[pid=24325/tid=24326] ppid=24323 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) R 24323 24323 24272 0 -1 4202560 3569 0 0 0 9 0 0 0 20 0 15 0 445382958 15508250624 7781 33554432000 4194304 4196468 140722550553120 140501398835088 140501013832520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15508250624 7781 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15144776 memory=140398455469696 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15508250624 7781 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15508250624 7781 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445382958 15508250624 7781 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15144776 memory=140398455469696 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445382960 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445382960 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445382960 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) S 24323 24323 24272 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500263741680 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500262689136 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15144776 memory=140398455469696 CPUtime=0.02 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) R 24323 24323 24272 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500261636080 140501394615702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15144776 memory=140398455469696 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382963 15508250624 7781 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32576 KiB

[startup+0.215732 s]*
/proc/loadavg: 4.15 6.11 7.48 7/230 24364
/proc/meminfo: memFree=31428644/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15144776 memory=43480 CPUtime=0.35 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 9537 0 0 0 32 3 0 0 20 0 15 0 445382957 15508250624 10870 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3786194 10870 3320 1 0 3748377 0
[pid=24325/tid=24326] ppid=24323 vsize=15149032 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) R 24323 24323 24272 0 -1 4202560 6678 0 0 0 18 2 0 0 20 0 15 0 445382958 15512608768 10899 33554432000 4194304 4196468 140722550553120 140501398824760 140501387304743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15149032 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 10899 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15149032 memory=288370774607181440 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 10899 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 10899 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 10899 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15149032 memory=140398455469696 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) S 24323 24323 24272 0 -1 1077944384 732 0 0 0 3 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500263741680 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15149032 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) S 24323 24323 24272 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500262689136 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15149032 memory=140398455469696 CPUtime=0.08 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) S 24323 24323 24272 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500261636080 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 10899 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44932 KiB

[startup+0.311816 s]*
/proc/loadavg: 4.15 6.11 7.48 6/230 24364
/proc/meminfo: memFree=31416484/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15149032 memory=52368 CPUtime=0.54 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 10891 0 0 0 50 4 0 0 20 0 15 0 445382957 15512608768 13092 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3787258 13092 3360 1 0 3748377 0
[pid=24325/tid=24326] ppid=24323 vsize=15149032 memory=7882827048052850738 CPUtime=0.3 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) R 24323 24323 24272 0 -1 4202560 7802 0 0 0 27 3 0 0 20 0 15 0 445382958 15512608768 13092 33554432000 4194304 4196468 140722550553120 140501398840784 140501394625693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15149032 memory=288230613264367967 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 13092 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15149032 memory=288230376155264953 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 13092 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 13092 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445382958 15512608768 13092 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445382960 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) S 24323 24323 24272 0 -1 1077944384 750 0 0 0 5 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500263741680 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) S 24323 24323 24272 0 -1 1077944384 194 0 0 0 4 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500262689136 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) S 24323 24323 24272 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500261636080 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445382963 15512608768 13092 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53820 KiB

[startup+0.709086 s]
/proc/loadavg: 4.15 6.11 7.48 4/230 24364
/proc/meminfo: memFree=31388688/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15417412 memory=91260 CPUtime=1.63 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 15099 0 0 0 157 6 0 0 20 0 19 0 445382957 15787429888 22815 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3854353 22815 3453 1 0 3815453 0
[pid=24325/tid=24326] ppid=24323 vsize=15417412 memory=2431085709057 CPUtime=0.6 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) S 24323 24323 24272 0 -1 1077944384 9268 0 0 0 56 4 0 0 20 0 19 0 445382958 15787429888 22815 33554432000 4194304 4196468 140722550553120 140501398844544 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15417412 memory=2439675643649 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382958 15787429888 22815 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15417412 memory=2452560545281 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382958 15787429888 22815 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15417412 memory=2461150479873 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382958 15787429888 22815 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15417412 memory=2512690087425 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445382958 15787429888 22815 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15417412 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445382960 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15417412 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445382960 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15417412 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445382960 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15417412 memory=812 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15417412 memory=1764 CPUtime=0.2 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) R 24323 24323 24272 0 -1 4202560 1432 0 0 0 20 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500263741680 140501394615702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15417412 memory=111628 CPUtime=0.22 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) R 24323 24323 24272 0 -1 4202560 790 0 0 0 22 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500262689432 140501380618081 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15417412 memory=796 CPUtime=0.38 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) R 24323 24323 24272 0 -1 1077944384 2124 0 0 0 38 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500261636080 140501394614914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15417412 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15417412 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382963 15787429888 22815 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 92712 KiB

[startup+1.50082 s]
/proc/loadavg: 4.15 6.11 7.48 14/241 24408
/proc/meminfo: memFree=31198784/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0

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

/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 23793 0 0 0 1132 10 0 0 20 0 19 0 445382957 16063225856 50749 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3921686 50749 3516 1 0 3882786 0
[pid=24325/tid=24326] ppid=24323 vsize=15686744 memory=6036 CPUtime=0.61 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) S 24323 24323 24272 0 -1 1077944384 9273 0 0 0 57 4 0 0 20 0 19 0 445382958 16063225856 50749 33554432000 4194304 4196468 140722550553120 140501398844544 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15686744 memory=280796640750448 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 50749 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15686744 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 50749 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15686744 memory=125824 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 50749 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15686744 memory=2304 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 50749 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15686744 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15686744 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15686744 memory=280796640876688 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15686744 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) S 24323 24323 24272 0 -1 1077944384 4370 0 0 0 198 1 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500263741680 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15686744 memory=0 CPUtime=2.03 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) R 24323 24323 24272 0 -1 1077944384 4088 0 0 0 202 1 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500262680464 140501394613973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15686744 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) R 24323 24323 24272 0 -1 1077944384 3440 0 0 0 65 0 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500261636080 140501394614914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 50749 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24413] ppid=24323 vsize=15686744 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/24325/task/24413/stat : 24413 (java) R 24323 24323 24272 0 -1 4202560 22 0 0 0 41 0 0 0 20 0 19 0 445383213 16063225856 50749 33554432000 4194304 4196468 140722550553120 140499935817048 140501018145804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24414] ppid=24323 vsize=15686744 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/24325/task/24414/stat : 24414 (java) R 24323 24323 24272 0 -1 4202560 37 0 0 0 42 0 0 0 20 0 19 0 445383213 16063225856 50749 33554432000 4194304 4196468 140722550553120 140499938975792 140501018886181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24415] ppid=24323 vsize=15686744 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/24325/task/24415/stat : 24415 (java) R 24323 24323 24272 0 -1 4202560 22 0 0 0 50 0 0 0 20 0 19 0 445383213 16063225856 50749 33554432000 4194304 4196468 140722550553120 140499934766208 140501018886134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24416] ppid=24323 vsize=15686744 memory=-8458152057954561420 CPUtime=0.38 cores=1,3,5,7
/proc/24325/task/24416/stat : 24416 (java) R 24323 24323 24272 0 -1 4202560 18 0 0 0 38 0 0 0 20 0 19 0 445383213 16063225856 50749 33554432000 4194304 4196468 140722550553120 140499940029016 140501018719856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 11.42 s
Current children cumulated vsize: 15799872 KiB
Current children cumulated memory: 204448 KiB

[startup+4.00108 s]*
/proc/loadavg: 4.62 6.17 7.50 9/238 24416
/proc/meminfo: memFree=31008896/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15686744 memory=209632 CPUtime=14.61 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 23939 0 0 0 1451 10 0 0 20 0 19 0 445382957 16063225856 52408 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3921686 52408 3516 1 0 3882786 0
[pid=24325/tid=24326] ppid=24323 vsize=15686744 memory=8317482817917895235 CPUtime=0.61 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) S 24323 24323 24272 0 -1 1077944384 9273 0 0 0 57 4 0 0 20 0 19 0 445382958 16063225856 52408 33554432000 4194304 4196468 140722550553120 140501398844544 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15686744 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 52408 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15686744 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 52408 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15686744 memory=3472464295693202536 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 52408 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15686744 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 52408 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15686744 memory=6485400618181 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15686744 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15686744 memory=14410423571057304 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15686744 memory=0 CPUtime=2.33 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) S 24323 24323 24272 0 -1 1077944384 4407 0 0 0 232 1 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500263741680 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15686744 memory=6791534058613427641 CPUtime=2.33 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) R 24323 24323 24272 0 -1 1077944384 4150 0 0 0 232 1 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500262689136 140501394614914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15686744 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) S 24323 24323 24272 0 -1 1077944384 3471 0 0 0 68 0 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500261636080 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) S 24323 24323 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 52408 33554432000 4194304 4196468 140722550553120 140499951115312 140501394614914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24413] ppid=24323 vsize=15686744 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/24325/task/24413/stat : 24413 (java) R 24323 24323 24272 0 -1 4202560 23 0 0 0 97 0 0 0 20 0 19 0 445383213 16063225856 52408 33554432000 4194304 4196468 140722550553120 140499935817080 140501018885910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24414] ppid=24323 vsize=15686744 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/24325/task/24414/stat : 24414 (java) R 24323 24323 24272 0 -1 4202560 44 0 0 0 104 0 0 0 20 0 19 0 445383213 16063225856 52408 33554432000 4194304 4196468 140722550553120 140499938977624 140501018887289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24415] ppid=24323 vsize=15686744 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/24325/task/24415/stat : 24415 (java) R 24323 24323 24272 0 -1 4202560 29 0 0 0 117 0 0 0 20 0 19 0 445383213 16063225856 52408 33554432000 4194304 4196468 140722550553120 140499934764136 140501019503950 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24416] ppid=24323 vsize=15686744 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/24325/task/24416/stat : 24416 (java) R 24323 24323 24272 0 -1 4202560 19 0 0 0 106 0 0 0 20 0 19 0 445383213 16063225856 52408 33554432000 4194304 4196468 140722550553120 140499940029176 140501018619318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 15799872 KiB
Current children cumulated memory: 211084 KiB

[startup+4.80083 s]
/proc/loadavg: 4.62 6.17 7.50 9/238 24416
/proc/meminfo: memFree=31008896/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
[pid=24325] ppid=24323 vsize=15686744 memory=213728 CPUtime=17.11 cores=1,3,5,7
/proc/24325/stat : 24325 (java) S 24323 24323 24272 0 -1 1077944320 23961 0 0 0 1699 12 0 0 20 0 19 0 445382957 16063225856 53432 33554432000 4194304 4196468 140722550553120 140722550535664 140501394603767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
/proc/24325/statm: 3921686 53432 3516 1 0 3882786 0
[pid=24325/tid=24326] ppid=24323 vsize=15686744 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/24325/task/24326/stat : 24326 (java) S 24323 24323 24272 0 -1 1077944384 9273 0 0 0 57 4 0 0 20 0 19 0 445382958 16063225856 53432 33554432000 4194304 4196468 140722550553120 140501398844544 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24328] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24328/stat : 24328 (java) S 24323 24323 24272 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 53432 33554432000 4194304 4196468 140722550553120 140501347224080 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24329] ppid=24323 vsize=15686744 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24329/stat : 24329 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 53432 33554432000 4194304 4196468 140722550553120 140501346171536 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24330] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24330/stat : 24330 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382958 16063225856 53432 33554432000 4194304 4196468 140722550553120 140501345118480 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24331] ppid=24323 vsize=15686744 memory=1299 CPUtime=0.01 cores=1,3,5,7
/proc/24325/task/24331/stat : 24331 (java) S 24323 24323 24272 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 19 0 445382958 16063225856 53432 33554432000 4194304 4196468 140722550553120 140501344065936 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24336] ppid=24323 vsize=15686744 memory=61 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24336/stat : 24336 (java) S 24323 24323 24272 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500267952880 140501394614914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24342] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24342/stat : 24342 (java) S 24323 24323 24272 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500266899104 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24344] ppid=24323 vsize=15686744 memory=1 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24344/stat : 24344 (java) S 24323 24323 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445382960 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500265846000 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24350] ppid=24323 vsize=15686744 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24350/stat : 24350 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500264794576 140501394622363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24351] ppid=24323 vsize=15686744 memory=1 CPUtime=2.35 cores=1,3,5,7
/proc/24325/task/24351/stat : 24351 (java) D 24323 24323 24272 0 -1 4202560 4407 0 0 0 234 1 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500263741976 140501374527903 0 4 0 16800975 18446744072099941509 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24352] ppid=24323 vsize=15686744 memory=2828 CPUtime=2.38 cores=1,3,5,7
/proc/24325/task/24352/stat : 24352 (java) D 24323 24323 24272 0 -1 4202560 4159 0 0 0 237 1 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500262689056 140501374527903 0 4 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24353] ppid=24323 vsize=15686744 memory=676 CPUtime=0.68 cores=1,3,5,7
/proc/24325/task/24353/stat : 24353 (java) D 24323 24323 24272 0 -1 4202560 3471 0 0 0 68 0 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500261636000 140501374527903 0 4 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24355] ppid=24323 vsize=15686744 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24355/stat : 24355 (java) S 24323 24323 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140500260583776 140501394613973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24356] ppid=24323 vsize=15686744 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/24325/task/24356/stat : 24356 (java) D 24323 24323 24272 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 445382963 16063225856 53432 33554432000 4194304 4196468 140722550553120 140499951115232 140501379459854 0 4 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24413] ppid=24323 vsize=15686744 memory=8560 CPUtime=1.74 cores=1,3,5,7
/proc/24325/task/24413/stat : 24413 (java) R 24323 24323 24272 0 -1 4202560 23 0 0 0 173 1 0 0 20 0 19 0 445383213 16063225856 53432 33554432000 4194304 4196468 140722550553120 140499935817384 140501018887307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24414] ppid=24323 vsize=15686744 memory=1668 CPUtime=1.78 cores=1,3,5,7
/proc/24325/task/24414/stat : 24414 (java) R 24323 24323 24272 0 -1 4202560 53 0 0 0 178 0 0 0 20 0 19 0 445383213 16063225856 53432 33554432000 4194304 4196468 140722550553120 140499938975256 140501014540422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24415] ppid=24323 vsize=15686744 memory=1112 CPUtime=1.28 cores=1,3,5,7
/proc/24325/task/24415/stat : 24415 (java) D 24323 24323 24272 0 -1 4202560 30 0 0 0 128 0 0 0 20 0 19 0 445383213 16063225856 53432 33554432000 4194304 4196468 140722550553120 140499934764856 140501380344050 0 4 0 16800975 18446744072099941509 0 0 -1 7 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
[pid=24325/tid=24416] ppid=24323 vsize=15686744 memory=1004 CPUtime=1.85 cores=1,3,5,7
/proc/24325/task/24416/stat : 24416 (java) R 24323 24323 24272 0 -1 4202560 22 0 0 0 185 0 0 0 20 0 19 0 445383213 16063225856 53432 33554432000 4194304 4196468 140722550553120 140499940028448 140501018720799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7073792 140722550555631 140722550555802 140722550555802 140722550558671 0
Current children cumulated CPU time: 17.11 s
Current children cumulated vsize: 15799872 KiB
Current children cumulated memory: 215180 KiB

[startup+5.20086 s]
/proc/loadavg: 4.62 6.17 7.50 1/238 24416
/proc/meminfo: memFree=30975332/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+5.30043 s]
/proc/loadavg: 4.62 6.17 7.50 1/238 24416
/proc/meminfo: memFree=30975332/32770624 swapFree=66997372/67108860
[pid=24323] ppid=24320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (xcsp3-exec) S 24320 24323 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445382957 115843072 363 33554432000 4194304 5098028 140722011474288 140722011472392 139643494167164 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14741504 140722011480955 140722011481197 140722011481197 140722011484106 0
/proc/24323/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 5.33591
CPU time (s): 17.6716
CPU user time (s): 17.5404
CPU system time (s): 0.131268
CPU usage (%): 331.183
Max. virtual memory (cumulated for all children) (KiB): 15799872
Max. memory (cumulated for all children) (KiB): 217368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5404
system time used= 0.131268
maximum resident set size= 216704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25801
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= 2814
involuntary context switches= 760


# summary of solver processes directly reported to runsolver:
#   pid: 24323
#   total CPU time (s): 17.6716
#   total CPU user time (s): 17.5404
#   total CPU system time (s): 0.131268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054549 second user time and 0.106959 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 05:34:00
IDJOB=4400452
IDBENCH=126224
IDSOLVER=2856
FILE ID=node103/4400452-1568691299
RUNJOBID= node103-1568691240-24304
PBS_JOBID= 21703799
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.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-4400452-1568691299/watcher-4400452-1568691299 -o /tmp/evaluation-result-4400452-1568691299/solver-4400452-1568691299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 534362802 HOME/instance-4400452-1568691299.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=534362802

node103.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.74
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.74
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.74
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.74
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:        31490448 kB
MemAvailable:   31885604 kB
Buffers:           73372 kB
Cached:           616916 kB
SwapCached:         9016 kB
Active:           419608 kB
Inactive:         282812 kB
Active(anon):       4268 kB
Inactive(anon):    57316 kB
Active(file):     415340 kB
Inactive(file):   225496 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             52236 kB
Writeback:             0 kB
AnonPages:        114732 kB
Mapped:            47960 kB
Shmem:             40856 kB
Slab:             169924 kB
SReclaimable:     140312 kB
SUnreclaim:        29612 kB
KernelStack:        3296 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 05:34:05