Trace number 4272576

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 5a (2017-07-26)SAT 32.604401 25.4986

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-60-3-5.xml
MD5SUMcb28c088349c564a44b865f26515e86f
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 benchmark3.2825999
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272576-1502805671.xml"  -tl '2520s' -p 1 -x 3
0.13/0.25	c [HOME/instance-4272576-1502805671.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
0.70/0.60	c solve instance...
32.49/25.49	s SATISFIABLE
32.49/25.49	v <instantiation>
32.49/25.49	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
32.49/25.49	v 	<values>43 3 41 31 23 31 3 41 29 3 5 19 13 11 23 3 2 17 19 3 37 23 41 29 5 13 5 43 19 31 47 41 41 7 47 41 43 3 3 19 29 7 17 47 47 19 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 47 41 37 13 3 29 43 5 29 2 41 2 47 41 47 7 13 19 7 17 23 23 29 7 37 47 11 41 2 37 7 11 19 3 17 29 47 </values>
32.49/25.49	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 (14385 MiB free)
  memory of node 1: 16384 MiB (15213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272576-1502805671/watcher-4272576-1502805671 -o /tmp/evaluation-result-4272576-1502805671/solver-4272576-1502805671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1929897500 HOME/instance-4272576-1502805671.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=960, runsolver pid=957

[startup+0.100153 s]*
/proc/loadavg: 1.73 1.41 1.47 3/207 970
/proc/meminfo: memFree=30298544/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13574484 memory=18816 CPUtime=0.03 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 3994 0 0 0 2 1 0 0 20 0 9 0 34449693 13900271616 4704 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3393621 4704 2103 1 0 3383118 0
[pid=962/tid=963] ppid=960 vsize=13574484 memory=7311146985107750967 CPUtime=0.02 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 2766 0 0 0 2 0 0 0 20 0 9 0 34449694 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140210326665584 140210322449565 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13574484 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34449694 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13574484 memory=288370256089495168 CPUtime=0 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34449694 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34449694 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34449694 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13574484 memory=139879937783424 CPUtime=0 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34449696 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 34449696 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 34449696 13900271616 4712 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20196 KiB

[startup+0.210072 s]*
/proc/loadavg: 1.73 1.41 1.47 3/213 976
/proc/meminfo: memFree=30292724/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13974352 memory=28268 CPUtime=0.13 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 5458 0 0 0 12 1 0 0 20 0 15 0 34449693 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3493588 7067 2877 1 0 3482964 0
[pid=962/tid=963] ppid=960 vsize=13974352 memory=7311146985107750967 CPUtime=0.1 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 3401 0 0 0 9 1 0 0 20 0 15 0 34449694 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140210326653472 140210322439574 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13974352 memory=288370256089495168 CPUtime=0 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13974352 memory=139879937783424 CPUtime=0 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449696 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449696 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449696 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) R 960 960 7968 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 34449699 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449699 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13974352 memory=139879937783424 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) R 960 960 7968 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 34449699 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210306508126 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13974352 memory=139879937783424 CPUtime=0 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449703 14309736448 7067 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29648 KiB

[startup+0.310494 s]*
/proc/loadavg: 1.73 1.41 1.47 4/213 976
/proc/meminfo: memFree=30279360/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13978608 memory=40152 CPUtime=0.33 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 9251 0 0 0 30 3 0 0 20 0 15 0 34449693 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3494652 10038 3017 1 0 3482964 0
[pid=962/tid=963] ppid=960 vsize=13978608 memory=7311146985107750967 CPUtime=0.2 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 6368 0 0 0 18 2 0 0 20 0 15 0 34449694 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140210326648632 140210322449565 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13978608 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13978608 memory=288370256089495936 CPUtime=0 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13978608 memory=139879937783424 CPUtime=0 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449696 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449696 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449696 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) S 960 960 7968 0 -1 1077944384 641 0 0 0 3 0 0 0 20 0 15 0 34449699 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13978608 memory=65187839 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 34449699 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13978608 memory=279759774859696 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) S 960 960 7968 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 15 0 34449699 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13978608 memory=110292991 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13978608 memory=7311845119784724963 CPUtime=0 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449703 14314094592 10038 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41532 KiB

[startup+0.702892 s]
/proc/loadavg: 1.73 1.41 1.47 5/213 976
/proc/meminfo: memFree=30269972/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=64916 CPUtime=1.27 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 13349 0 0 0 122 5 0 0 20 0 15 0 34449693 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 16229 3182 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 8503 0 0 0 54 3 0 0 20 0 15 0 34449694 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140210326666632 140209965637959 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=9316 CPUtime=0 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13980732 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13980732 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13980732 memory=12980 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13980732 memory=1160 CPUtime=0.18 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) R 960 960 7968 0 -1 4202560 1178 0 0 0 18 0 0 0 20 0 15 0 34449699 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209503426704 140210303971866 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13980732 memory=2380 CPUtime=0.17 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) R 960 960 7968 0 -1 4202560 867 0 0 0 17 0 0 0 20 0 15 0 34449699 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209502372368 140210322448986 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13980732 memory=164 CPUtime=0.31 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) R 960 960 7968 0 -1 4202560 1493 0 0 0 31 0 0 0 20 0 15 0 34449699 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209501329472 140210322439574 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449703 14316269568 16229 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 66296 KiB

[startup+1.5009 s]
/proc/loadavg: 1.73 1.41 1.47 5/213 976
/proc/meminfo: memFree=30222252/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=156068 CPUtime=3.82 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 42494 0 0 0 371 11 0 0 20 0 15 0 34449693 14316269568 39017 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 39017 3200 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=140332 CPUtime=1.37 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 8964 0 0 0 133 4 0 0 20 0 15 0 34449694 14316269568 39017 18446744073709551615 4194304 4196468 140735183160480 140210326666648 140209966114083 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=144001663502212 CPUtime=0 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 39017 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 39017 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=279759674170608 CPUtime=0 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449694 14316269568 39017 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=219944 CPUtime=31.03 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 60729 0 0 0 3084 19 0 0 20 0 15 0 34449693 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 54986 3241 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=-8774313645642428999 CPUtime=23.74 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 11393 0 0 0 2368 6 0 0 20 0 15 0 34449694 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140210326667136 140209966633280 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 478 0 0 0 6 1 0 0 20 0 15 0 34449694 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 636 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 192 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 500 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13980732 memory=960 CPUtime=0.02 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 34449696 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13980732 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13980732 memory=15540730097567645 CPUtime=3.11 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) S 960 960 7968 0 -1 1077944384 14649 0 0 0 309 2 0 0 20 0 15 0 34449699 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13980732 memory=3276 CPUtime=3.14 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 24938 0 0 0 310 4 0 0 20 0 15 0 34449699 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13980732 memory=1380 CPUtime=0.64 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) S 960 960 7968 0 -1 1077944384 5842 0 0 0 63 1 0 0 20 0 15 0 34449699 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13980732 memory=780140 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13980732 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 131 0 0 0 0 1 0 0 20 0 15 0 34449703 14316269568 54986 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 31.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 221324 KiB

[startup+24.8008 s]
/proc/loadavg: 1.87 1.47 1.49 3/213 977
/proc/meminfo: memFree=30130328/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=220612 CPUtime=31.86 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 60949 0 0 0 3167 19 0 0 20 0 15 0 34449693 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 55153 3241 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=4134931637327791675 CPUtime=24.53 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 11394 0 0 0 2447 6 0 0 20 0 15 0 34449694 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140210326667120 140209968249731 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=219944 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 481 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=20660 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 640 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=2424 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 205 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 503 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13980732 memory=1732 CPUtime=0.02 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 34449696 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13980732 memory=2012 CPUtime=3.11 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) S 960 960 7968 0 -1 1077944384 14649 0 0 0 309 2 0 0 20 0 15 0 34449699 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13980732 memory=5520 CPUtime=3.17 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 25134 0 0 0 313 4 0 0 20 0 15 0 34449699 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13980732 memory=4612 CPUtime=0.64 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) S 960 960 7968 0 -1 1077944384 5842 0 0 0 63 1 0 0 20 0 15 0 34449699 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13980732 memory=8704 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 131 0 0 0 0 1 0 0 20 0 15 0 34449703 14316269568 55153 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 31.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 221992 KiB

[startup+25.2008 s]
/proc/loadavg: 1.87 1.47 1.49 3/213 977
/proc/meminfo: memFree=30134680/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=220628 CPUtime=32.28 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 61017 0 0 0 3209 19 0 0 20 0 15 0 34449693 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 55157 3241 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=928 CPUtime=24.93 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 11395 0 0 0 2487 6 0 0 20 0 15 0 34449694 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140210326667120 140209966960259 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=2164 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 481 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=840 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 640 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=3880 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 205 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=3047711553320166262 CPUtime=0.07 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 503 0 0 0 7 0 0 0 20 0 15 0 34449694 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13980732 memory=7742080767903163498 CPUtime=0.02 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 34449696 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13980732 memory=7379829061322826858 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13980732 memory=7956805424100234345 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13980732 memory=7380105940567089216 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13980732 memory=7451882128417645677 CPUtime=3.12 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) S 960 960 7968 0 -1 1077944384 14716 0 0 0 310 2 0 0 20 0 15 0 34449699 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13980732 memory=-7457052372387209120 CPUtime=3.17 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 25134 0 0 0 313 4 0 0 20 0 15 0 34449699 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13980732 memory=6944656425123485561 CPUtime=0.64 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) S 960 960 7968 0 -1 1077944384 5842 0 0 0 63 1 0 0 20 0 15 0 34449699 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13980732 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13980732 memory=-7029379521810568556 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 131 0 0 0 0 1 0 0 20 0 15 0 34449703 14316269568 55157 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 32.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 222008 KiB

[startup+25.4008 s]
/proc/loadavg: 1.87 1.47 1.49 3/213 977
/proc/meminfo: memFree=30134680/32770624 swapFree=67108860/67108860
[pid=960] ppid=957 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/960/stat : 960 (xcsp3-exec) S 957 960 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449687 9740288 345 18446744073709551615 4194304 5098028 140733526844832 140733526842936 139817963352700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 13217792 140733526847865 140733526848070 140733526848070 140733526851563 0
/proc/960/statm: 2378 345 289 221 0 87 0
[pid=962] ppid=960 vsize=13980732 memory=219092 CPUtime=32.49 cores=1,3,5,7
/proc/962/stat : 962 (java) S 960 960 7968 0 -1 1077944320 61048 0 0 0 3230 19 0 0 20 0 15 0 34449693 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140735183143024 140210322427639 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
/proc/962/statm: 3495183 54773 3241 1 0 3483476 0
[pid=962/tid=963] ppid=960 vsize=13980732 memory=0 CPUtime=25.12 cores=1,3,5,7
/proc/962/task/963/stat : 963 (java) R 960 960 7968 0 -1 4202560 11396 0 0 0 2506 6 0 0 20 0 15 0 34449694 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140210326667120 140209967537406 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=964] ppid=960 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/964/stat : 964 (java) S 960 960 7968 0 -1 1077944384 481 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140210283326352 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=965] ppid=960 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/965/stat : 965 (java) S 960 960 7968 0 -1 1077944384 658 0 0 0 7 1 0 0 20 0 15 0 34449694 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140210282273552 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=966] ppid=960 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/966/stat : 966 (java) S 960 960 7968 0 -1 1077944384 210 0 0 0 8 0 0 0 20 0 15 0 34449694 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209920863376 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=967] ppid=960 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/962/task/967/stat : 967 (java) S 960 960 7968 0 -1 1077944384 507 0 0 0 8 0 0 0 20 0 15 0 34449694 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209919810576 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=968] ppid=960 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/962/task/968/stat : 968 (java) S 960 960 7968 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 34449696 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209507645552 140210322438786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=969] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/969/stat : 969 (java) S 960 960 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209506591520 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=970] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/970/stat : 970 (java) S 960 960 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 34449696 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209505539184 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=971] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209504487504 140210322446235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=972] ppid=960 vsize=13980732 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/962/task/972/stat : 972 (java) S 960 960 7968 0 -1 1077944384 14716 0 0 0 310 2 0 0 20 0 15 0 34449699 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209503435376 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=973] ppid=960 vsize=13980732 memory=0 CPUtime=3.17 cores=1,3,5,7
/proc/962/task/973/stat : 973 (java) S 960 960 7968 0 -1 1077944384 25136 0 0 0 313 4 0 0 20 0 15 0 34449699 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209502382576 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=974] ppid=960 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/962/task/974/stat : 974 (java) S 960 960 7968 0 -1 1077944384 5842 0 0 0 63 1 0 0 20 0 15 0 34449699 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209501330288 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=975] ppid=960 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/962/task/975/stat : 975 (java) S 960 960 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449699 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209500277728 140210322437845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
[pid=962/tid=976] ppid=960 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/962/task/976/stat : 976 (java) S 960 960 7968 0 -1 1077944384 131 0 0 0 0 1 0 0 20 0 15 0 34449703 14316269568 54773 18446744073709551615 4194304 4196468 140735183160480 140209499224496 140210322438786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21536768 140735183167922 140735183168098 140735183168098 140735183171535 0
Current children cumulated CPU time: 32.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 220472 KiB

Child status: 0
Real time (s): 25.4986
CPU time (s): 32.6044
CPU user time (s): 32.4004
CPU system time (s): 0.204077
CPU usage (%): 127.868
Max. virtual memory (cumulated for all children) (KiB): 13993792
Max. memory (cumulated for all children) (KiB): 256488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4004
system time used= 0.204077
maximum resident set size= 255108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62221
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= 3617
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 960
#   total CPU time (s): 32.6044
#   total CPU user time (s): 32.4004
#   total CPU system time (s): 0.204077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148238 second user time and 0.325355 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 15:47:13
IDJOB=4272576
IDBENCH=133401
IDSOLVER=2664
FILE ID=node128/4272576-1502805671
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-60-3-5.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272576-1502805671/watcher-4272576-1502805671 -o /tmp/evaluation-result-4272576-1502805671/solver-4272576-1502805671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1929897500 HOME/instance-4272576-1502805671.xml

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

MD5SUM BENCH= cb28c088349c564a44b865f26515e86f
RANDOM SEED=1929897500

node128.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.94
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.94
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.94
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.94
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:        30309480 kB
MemAvailable:   31219952 kB
Buffers:          229288 kB
Cached:           964776 kB
SwapCached:            0 kB
Active:          1171144 kB
Inactive:         869752 kB
Active(anon):     847136 kB
Inactive(anon):    16764 kB
Active(file):     324008 kB
Inactive(file):   852988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8008 kB
Writeback:             4 kB
AnonPages:        846400 kB
Mapped:            50316 kB
Shmem:             17116 kB
Slab:             123912 kB
SReclaimable:      98624 kB
SUnreclaim:        25288 kB
KernelStack:        3456 kB
PageTables:         6784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1485216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 15:47:39