Trace number 4283931

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-08-18)SAT 330.388 320.961

General information on the benchmark

NameRandom/Random-B-2-25-25/
rand-2-25-25-300-147-6.xml
MD5SUMbc550d17530737290594270093461d3c
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 benchmark29.1611
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283931-1503187975.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283931-1503187975.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.39	c parse instance...
1.66/0.82	c solve instance...
330.31/320.95	s SATISFIABLE
330.31/320.95	v <instantiation>
330.31/320.95	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] </list>
330.31/320.95	v 	<values>24 17 19 22 1 11 2 22 2 18 6 21 0 0 15 18 1 6 16 20 8 19 23 21 9 </values>
330.31/320.95	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 (15301 MiB free)
  memory of node 1: 16384 MiB (15254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283931-1503187975/watcher-4283931-1503187975 -o /tmp/evaluation-result-4283931-1503187975/solver-4283931-1503187975 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 51107959 HOME/instance-4283931-1503187975.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100143 s]*
/proc/loadavg: 1.89 1.73 1.63 3/202 823
/proc/meminfo: memFree=31284084/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13358712 memory=14368 CPUtime=0.01 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 3373 0 0 0 1 0 0 0 20 0 6 0 17207273 13679321088 3592 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3339678 3592 1903 1 0 3329175 0
[pid=818/tid=819] ppid=816 vsize=13358712 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 2255 0 0 0 1 0 0 0 20 0 6 0 17207274 13679321088 3724 18446744073709551615 4194304 4196468 140726513949584 140254653755984 140254633600380 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13358712 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207274 13679321088 3724 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13358712 memory=3689213654705768096 CPUtime=0 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207274 13679321088 3724 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17207274 13679321088 3724 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17207274 13679321088 3724 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.212112 s]*
/proc/loadavg: 1.89 1.73 1.63 3/211 832
/proc/meminfo: memFree=31273160/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13974352 memory=27368 CPUtime=0.1 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 5249 0 0 0 9 1 0 0 20 0 15 0 17207273 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3493588 6842 2756 1 0 3482964 0
[pid=818/tid=819] ppid=816 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 3404 0 0 0 7 1 0 0 20 0 15 0 17207274 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140254653743504 140254633600350 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13974352 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13974352 memory=3689213654705768096 CPUtime=0 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13974352 memory=139696415835776 CPUtime=0 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) S 816 816 16431 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13974352 memory=139696415835776 CPUtime=0 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13974352 memory=139696415835776 CPUtime=0 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207283 14309736448 6842 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28748 KiB

[startup+0.310142 s]*
/proc/loadavg: 1.89 1.73 1.63 4/211 832
/proc/meminfo: memFree=31262376/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13974352 memory=36884 CPUtime=0.28 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 8891 0 0 0 25 3 0 0 20 0 15 0 17207273 14309736448 9221 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3493588 9221 2975 1 0 3482964 0
[pid=818/tid=819] ppid=816 vsize=13974352 memory=7311146985107750967 CPUtime=0.17 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 6105 0 0 0 15 2 0 0 20 0 15 0 17207274 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140254653753008 140254633600350 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13974352 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13974352 memory=3689213654705768096 CPUtime=0 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13974352 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207274 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13974352 memory=4211961271956959223 CPUtime=0 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13974352 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17207276 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13974352 memory=7681407940103534242 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) R 816 816 16431 0 -1 4202560 511 0 0 0 1 0 0 0 20 0 15 0 17207279 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254633917114 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13974352 memory=3472328296160571439 CPUtime=0.02 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) R 816 816 16431 0 -1 4202560 278 0 0 0 2 0 0 0 20 0 15 0 17207279 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254635147262 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13974352 memory=139696415835776 CPUtime=0.06 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) R 816 816 16431 0 -1 1077944384 726 0 0 0 6 0 0 0 20 0 15 0 17207279 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13974352 memory=139696415835776 CPUtime=0 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207283 14309736448 9799 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38264 KiB

[startup+0.701378 s]
/proc/loadavg: 1.89 1.73 1.63 5/211 832
/proc/meminfo: memFree=31250440/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13978684 memory=106648 CPUtime=1.31 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 13185 0 0 0 125 6 0 0 20 0 15 0 17207273 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3494671 26662 3166 1 0 3482964 0
[pid=818/tid=819] ppid=816 vsize=13978684 memory=4638778428766896231 CPUtime=0.56 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 7826 0 0 0 51 5 0 0 20 0 15 0 17207274 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140254653757512 140254649541789 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13978684 memory=5792583846518544235 CPUtime=0 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13978684 memory=5787213827064086636 CPUtime=0 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13978684 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13978684 memory=6625 CPUtime=0 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207274 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) R 816 816 16431 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 17207276 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254642237015 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207276 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13978684 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17207276 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13978684 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) R 816 816 16431 0 -1 4202560 1406 0 0 0 21 0 0 0 20 0 15 0 17207279 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253561816096 140254627206010 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13978684 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) R 816 816 16431 0 -1 4202560 1239 0 0 0 24 0 0 0 20 0 15 0 17207279 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253560763224 140254631041045 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 1407 0 0 0 27 0 0 0 20 0 15 0 17207279 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13978684 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207283 14314172416 26662 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 108028 KiB

[startup+1.50138 s]
/proc/loadavg: 1.89 1.73 1.63 6/211 832
/proc/meminfo: memFree=31167112/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13982612 memory=170640 CPUtime=3.93 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 30158 0 0 0 385 8 0 0 20 0 15 0 17207273 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3495653 42660 3182 1 0 3483946 0
[pid=818/tid=819] ppid=816 vsize=13982612 memory=279392588964456 CPUtime=1.35 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 9060 0 0 0 130 5 0 0 20 0 15 0 17207274 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140254653758960 140254258934110 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13982612 memory=7857978214900 CPUtime=0 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13982612 memory=279392588684216 CPUtime=0 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13982612 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17207274 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13982612 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17207274 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13982612 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 17207276 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13982612 memory=0 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17207276 14318194688 42660 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13982612 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13980732 memory=357284 CPUtime=329.4 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 68815 0 0 0 32896 44 0 0 20 0 15 0 17207273 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3495183 89321 3238 1 0 3483476 0
[pid=818/tid=819] ppid=816 vsize=13980732 memory=1228 CPUtime=318.56 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 15003 0 0 0 31849 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254653759296 140254260324056 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13980732 memory=-8774313645642428999 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1694 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13980732 memory=355236 CPUtime=1 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 2916 0 0 0 94 6 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13980732 memory=1152 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 2055 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13980732 memory=3208 CPUtime=1 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 1658 0 0 0 93 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 1836 0 0 0 12 3 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13980732 memory=1380 CPUtime=2.7 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) S 816 816 16431 0 -1 1077944384 13330 0 0 0 269 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13980732 memory=4134931637327791675 CPUtime=3.07 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) S 816 816 16431 0 -1 1077944384 19429 0 0 0 306 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13980732 memory=12940 CPUtime=0.73 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 8621 0 0 0 72 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13980732 memory=2344 CPUtime=0.11 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 918 0 0 0 5 6 0 0 20 0 15 0 17207283 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 329.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 358664 KiB

[startup+320.401 s]
/proc/loadavg: 1.46 1.57 1.59 3/211 885
/proc/meminfo: memFree=30875344/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13980732 memory=357284 CPUtime=329.79 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 68815 0 0 0 32935 44 0 0 20 0 15 0 17207273 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3495183 89321 3238 1 0 3483476 0
[pid=818/tid=819] ppid=816 vsize=13980732 memory=2240 CPUtime=318.96 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 15003 0 0 0 31889 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254653759296 140254260321440 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13980732 memory=4288 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1694 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13980732 memory=932 CPUtime=1 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 2916 0 0 0 94 6 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13980732 memory=4134931637327791675 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 2055 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13980732 memory=1156 CPUtime=1 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 1658 0 0 0 93 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13980732 memory=3104 CPUtime=0.15 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 1836 0 0 0 12 3 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13980732 memory=353188 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13980732 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13980732 memory=16448 CPUtime=2.7 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) S 816 816 16431 0 -1 1077944384 13330 0 0 0 269 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13980732 memory=4064 CPUtime=3.07 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) S 816 816 16431 0 -1 1077944384 19429 0 0 0 306 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13980732 memory=16448 CPUtime=0.73 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 8621 0 0 0 72 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13980732 memory=4134931637327791675 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13980732 memory=7956 CPUtime=0.11 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 918 0 0 0 5 6 0 0 20 0 15 0 17207283 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 329.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 358664 KiB

[startup+320.801 s]
/proc/loadavg: 1.46 1.57 1.59 3/211 885
/proc/meminfo: memFree=30875344/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13980732 memory=357284 CPUtime=330.19 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 68815 0 0 0 32975 44 0 0 20 0 15 0 17207273 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3495183 89321 3238 1 0 3483476 0
[pid=818/tid=819] ppid=816 vsize=13980732 memory=7956 CPUtime=319.36 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 15003 0 0 0 31929 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254653759296 140254260324038 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13980732 memory=1240 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1694 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13980732 memory=644 CPUtime=1 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 2916 0 0 0 94 6 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13980732 memory=4134931637327791675 CPUtime=0.99 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 2055 0 0 0 94 5 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13980732 memory=357284 CPUtime=1 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 1658 0 0 0 93 7 0 0 20 0 15 0 17207274 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13980732 memory=792 CPUtime=0.15 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 1836 0 0 0 12 3 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13980732 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13980732 memory=355236 CPUtime=2.7 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) S 816 816 16431 0 -1 1077944384 13330 0 0 0 269 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13980732 memory=4064 CPUtime=3.07 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) S 816 816 16431 0 -1 1077944384 19429 0 0 0 306 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13980732 memory=16448 CPUtime=0.73 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 8621 0 0 0 72 1 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13980732 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13980732 memory=4134931637327791675 CPUtime=0.11 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 918 0 0 0 5 6 0 0 20 0 15 0 17207283 14316269568 89321 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 330.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 358664 KiB

[startup+320.901 s]
/proc/loadavg: 1.46 1.57 1.59 3/211 885
/proc/meminfo: memFree=30875344/32770624 swapFree=67108860/67108860
[pid=816] ppid=813 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/816/stat : 816 (xcsp3-exec) S 813 816 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 17207265 9740288 345 18446744073709551615 4194304 5098028 140723088753184 140723088751288 139748060902012 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 29999104 140723088761211 140723088761414 140723088761414 140723088764907 0
/proc/816/statm: 2378 345 289 221 0 87 0
[pid=818] ppid=816 vsize=13980732 memory=359332 CPUtime=330.31 cores=0,2,4,6
/proc/818/stat : 818 (java) S 816 816 16431 0 -1 1077944320 68828 0 0 0 32987 44 0 0 20 0 15 0 17207273 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140726513932128 140254649519863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
/proc/818/statm: 3495183 89833 3238 1 0 3483476 0
[pid=818/tid=819] ppid=816 vsize=13980732 memory=357284 CPUtime=319.45 cores=0,2,4,6
/proc/818/task/819/stat : 819 (java) R 816 816 16431 0 -1 4202560 15004 0 0 0 31938 7 0 0 20 0 15 0 17207274 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140254653759664 140254258838470 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=820] ppid=816 vsize=13980732 memory=355236 CPUtime=1 cores=0,2,4,6
/proc/818/task/820/stat : 820 (java) S 816 816 16431 0 -1 1077944384 1696 0 0 0 95 5 0 0 20 0 15 0 17207274 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140254583954320 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=821] ppid=816 vsize=13980732 memory=355236 CPUtime=1 cores=0,2,4,6
/proc/818/task/821/stat : 821 (java) S 816 816 16431 0 -1 1077944384 2918 0 0 0 94 6 0 0 20 0 15 0 17207274 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140254582901520 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=822] ppid=816 vsize=13980732 memory=349092 CPUtime=1 cores=0,2,4,6
/proc/818/task/822/stat : 822 (java) S 816 816 16431 0 -1 1077944384 2061 0 0 0 95 5 0 0 20 0 15 0 17207274 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140254581849232 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=823] ppid=816 vsize=13980732 memory=357284 CPUtime=1 cores=0,2,4,6
/proc/818/task/823/stat : 823 (java) S 816 816 16431 0 -1 1077944384 1660 0 0 0 93 7 0 0 20 0 15 0 17207274 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140254580796432 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=824] ppid=816 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/818/task/824/stat : 824 (java) S 816 816 16431 0 -1 1077944384 1836 0 0 0 12 3 0 0 20 0 15 0 17207276 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253566040176 140254649531010 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=825] ppid=816 vsize=13980732 memory=355236 CPUtime=0 cores=0,2,4,6
/proc/818/task/825/stat : 825 (java) S 816 816 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253564986144 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=826] ppid=816 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/818/task/826/stat : 826 (java) S 816 816 16431 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 17207276 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253563933808 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=827] ppid=816 vsize=13980732 memory=353188 CPUtime=0 cores=0,2,4,6
/proc/818/task/827/stat : 827 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253562882128 140254649538459 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=828] ppid=816 vsize=13980732 memory=1380 CPUtime=2.7 cores=0,2,4,6
/proc/818/task/828/stat : 828 (java) S 816 816 16431 0 -1 1077944384 13330 0 0 0 269 1 0 0 20 0 15 0 17207279 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253561830000 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=829] ppid=816 vsize=13980732 memory=1200 CPUtime=3.07 cores=0,2,4,6
/proc/818/task/829/stat : 829 (java) S 816 816 16431 0 -1 1077944384 19429 0 0 0 306 1 0 0 20 0 15 0 17207279 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253560777200 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=830] ppid=816 vsize=13980732 memory=1716 CPUtime=0.73 cores=0,2,4,6
/proc/818/task/830/stat : 830 (java) S 816 816 16431 0 -1 1077944384 8621 0 0 0 72 1 0 0 20 0 15 0 17207279 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253559724912 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=831] ppid=816 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/818/task/831/stat : 831 (java) S 816 816 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17207279 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253558672352 140254649530069 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
[pid=818/tid=832] ppid=816 vsize=13980732 memory=15872 CPUtime=0.11 cores=0,2,4,6
/proc/818/task/832/stat : 832 (java) S 816 816 16431 0 -1 1077944384 918 0 0 0 5 6 0 0 20 0 15 0 17207283 14316269568 89833 18446744073709551615 4194304 4196468 140726513949584 140253557619120 140254649531010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 37580800 140726513951154 140726513951330 140726513951330 140726513954767 0
Current children cumulated CPU time: 330.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 360712 KiB

Child status: 0
Real time (s): 320.961
CPU time (s): 330.388
CPU user time (s): 329.935
CPU system time (s): 0.453296
CPU usage (%): 102.937
Max. virtual memory (cumulated for all children) (KiB): 13992124
Max. memory (cumulated for all children) (KiB): 360712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.935
system time used= 0.453296
maximum resident set size= 359692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70586
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12946
involuntary context switches= 602


# summary of solver processes directly reported to runsolver:
#   pid: 816
#   total CPU time (s): 330.388
#   total CPU user time (s): 329.935
#   total CPU system time (s): 0.453296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21997 second user time and 2.86673 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 01:58:55
IDJOB=4283931
IDBENCH=122445
IDSOLVER=2679
FILE ID=node128/4283931-1503187975
RUNJOBID= node128-1503171959-30214
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-B-2-25-25/rand-2-25-25-300-147-6.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-4283931-1503187975/watcher-4283931-1503187975 -o /tmp/evaluation-result-4283931-1503187975/solver-4283931-1503187975 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 51107959 HOME/instance-4283931-1503187975.xml

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

MD5SUM BENCH= bc550d17530737290594270093461d3c
RANDOM SEED=51107959

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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31289180 kB
MemAvailable:   31539372 kB
Buffers:          190120 kB
Cached:           349220 kB
SwapCached:            0 kB
Active:           738932 kB
Inactive:         337500 kB
Active(anon):     537224 kB
Inactive(anon):    16752 kB
Active(file):     201708 kB
Inactive(file):   320748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8384 kB
Writeback:             0 kB
AnonPages:        550932 kB
Mapped:            45340 kB
Shmem:             17060 kB
Slab:             112100 kB
SReclaimable:      87144 kB
SUnreclaim:        24956 kB
KernelStack:        3712 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1138256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 02:04:16