Trace number 4283291

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT25 5.8241401 2.3621299

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-07-a3.xml
MD5SUM7dfd3f139f05fe96cee61268ac0efa79
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.088816002
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints24
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":21},{"size":501,"count":7}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":7,"count":5},{"degree":8,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":21},{"arity":7,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints22
Distribution of constraint types[{"type":"intension","count":22},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283291-1503201651.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283291-1503201651.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
0.66/0.59	c solve instance...
1.87/0.92	o 38 
1.87/0.94	o 31 
1.87/0.95	o 30 
2.25/1.04	o 27 
2.91/1.28	o 26 
3.22/1.34	o 25 
5.70/2.34	s OPTIMUM FOUND
5.70/2.34	v <instantiation>
5.70/2.34	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6] </list>
5.70/2.34	v 	<values>0 3 4 12 18 23 25 3 4 12 18 23 25 1 9 15 20 22 8 14 19 21 6 11 13 5 7 2 </values>
5.70/2.34	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283291-1503201651/watcher-4283291-1503201651 -o /tmp/evaluation-result-4283291-1503201651/solver-4283291-1503201651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28736 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2136544621 HOME/instance-4283291-1503201651.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=1067, runsolver pid=1064
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 1.70 1.80 1.85 4/202 1074
/proc/meminfo: memFree=31137176/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13358712 memory=14632 CPUtime=0.01 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 3434 0 0 0 1 0 0 0 20 0 6 0 108505759 13679321088 3658 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3339678 3658 1905 1 0 3329175 0
[pid=1069/tid=1070] ppid=1067 vsize=13358712 memory=7022364594140610616 CPUtime=0.01 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 2258 0 0 0 1 0 0 0 20 0 6 0 108505759 13679321088 4235 18446744073709551615 4194304 4196468 140732627825072 140460949598800 140460929799564 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13358712 memory=339 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 108505760 13679321088 4235 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13358712 memory=288370378584299136 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 108505760 13679321088 4235 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 108505760 13679321088 4235 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 108505760 13679321088 4235 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16012 KiB

[startup+0.209912 s]*
/proc/loadavg: 1.70 1.80 1.85 4/211 1083
/proc/meminfo: memFree=31127548/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13974352 memory=26708 CPUtime=0.1 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 5114 0 0 0 9 1 0 0 20 0 15 0 108505759 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3493588 6677 2757 1 0 3482964 0
[pid=1069/tid=1070] ppid=1067 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 3275 0 0 0 7 0 0 0 20 0 15 0 108505759 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460949590560 140460929443166 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13974352 memory=339 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13974352 memory=288370378584299136 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505761 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13974352 memory=140002432587392 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) S 1067 1067 13977 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140459723708656 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 6677 18446744073709551615 4194304 4196468 140732627825072 140459722656112 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) S 1067 1067 13977 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 108505764 14309736448 6743 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 6743 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505769 14309736448 6743 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28088 KiB

[startup+0.310242 s]*
/proc/loadavg: 1.70 1.80 1.85 4/211 1083
/proc/meminfo: memFree=31117140/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13974352 memory=37160 CPUtime=0.29 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 8899 0 0 0 26 3 0 0 20 0 15 0 108505759 14309736448 9290 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3493588 9290 2976 1 0 3482964 0
[pid=1069/tid=1070] ppid=1067 vsize=13974352 memory=7721456969696162355 CPUtime=0.18 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 6107 0 0 0 16 2 0 0 20 0 15 0 108505759 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460949598272 140460945384605 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13974352 memory=140002310859279 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13974352 memory=140002432587392 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13974352 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13974352 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505761 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13974352 memory=140002432587392 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) R 1067 1067 13977 0 -1 4202560 636 0 0 0 2 0 0 0 20 0 15 0 108505764 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459723708656 140460945384026 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) R 1067 1067 13977 0 -1 4202560 187 0 0 0 1 0 0 0 20 0 15 0 108505764 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459722656112 140460925859696 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) R 1067 1067 13977 0 -1 1077944384 715 0 0 0 6 0 0 0 20 0 15 0 108505764 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505769 14309736448 9802 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38540 KiB

[startup+0.701069 s]
/proc/loadavg: 1.70 1.80 1.85 4/211 1083
/proc/meminfo: memFree=31104616/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=68868 CPUtime=1.2 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 14532 0 0 0 115 5 0 0 20 0 15 0 108505759 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 17217 3181 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=2384 CPUtime=0.55 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 1077944384 8850 0 0 0 52 3 0 0 20 0 15 0 108505759 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460949600912 140460945372885 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=140002310914011 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=280004621518944 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=280004621519136 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=280004621519328 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=280004621519520 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=280004621519712 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13980732 memory=280004621519904 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13980732 memory=280004621764928 CPUtime=0.18 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) R 1067 1067 13977 0 -1 4202560 1820 0 0 0 18 0 0 0 20 0 15 0 108505764 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459723699448 140460931388320 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13980732 memory=280004621525536 CPUtime=0.18 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) R 1067 1067 13977 0 -1 4202560 981 0 0 0 18 0 0 0 20 0 15 0 108505764 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459722642896 140460945384026 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13980732 memory=55 CPUtime=0.25 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) R 1067 1067 13977 0 -1 4202560 1576 0 0 0 25 0 0 0 20 0 15 0 108505764 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459721603184 140460929531080 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505769 14316269568 17217 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70248 KiB

[startup+1.50116 s]
/proc/loadavg: 1.70 1.80 1.85 5/211 1083
/proc/meminfo: memFree=31064532/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=108244 CPUtime=3.85 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 24316 0 0 0 379 6 0 0 20 0 15 0 108505759 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 27061 3192 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 9873 0 0 0 131 4 0 0 20 0 15 0 108505759 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460949598840 140460552358722 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=68868 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 27061 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=110896 CPUtime=4.17 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 24852 0 0 0 410 7 0 0 20 0 15 0 108505759 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 27724 3193 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=-3704326594973231466 CPUtime=1.45 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 10170 0 0 0 141 4 0 0 20 0 15 0 108505759 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460949601368 140460549019562 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=-7595761213668167008 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=8028674168966910323 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=-7595718148000617580 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=6933690279252828305 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13980732 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13980732 memory=8187704045996132563 CPUtime=1.09 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) R 1067 1067 13977 0 -1 4202560 5465 0 0 0 108 1 0 0 20 0 15 0 108505764 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459723699984 140460928747472 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13980732 memory=-7088785026379990432 CPUtime=1.08 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) R 1067 1067 13977 0 -1 4202560 3332 0 0 0 108 0 0 0 20 0 15 0 108505764 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459722635920 140460924606554 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13980732 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) S 1067 1067 13977 0 -1 1077944384 4540 0 0 0 52 1 0 0 20 0 15 0 108505764 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13980732 memory=11218609402725 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 108505769 14316269568 27724 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 112276 KiB

[startup+2.00086 s]*
/proc/loadavg: 1.70 1.80 1.85 3/211 1083
/proc/meminfo: memFree=31031112/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=126172 CPUtime=5.21 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 25164 0 0 0 514 7 0 0 20 0 15 0 108505759 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 31543 3201 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=6933928925625698159 CPUtime=1.85 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 10207 0 0 0 181 4 0 0 20 0 15 0 108505759 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460949597424 140460552575411 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=140002432587392 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=7092396939102325349 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=3472468281480398512 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13980732 memory=3471202396320837679 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13980732 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) S 1067 1067 13977 0 -1 1077944384 5540 0 0 0 141 1 0 0 20 0 15 0 108505764 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459723708656 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13980732 memory=3690735320480102199 CPUtime=1.33 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) S 1067 1067 13977 0 -1 1077944384 3416 0 0 0 133 0 0 0 20 0 15 0 108505764 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459722656112 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13980732 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) S 1067 1067 13977 0 -1 1077944384 4655 0 0 0 57 1 0 0 20 0 15 0 108505764 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 108505769 14316269568 31543 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 127552 KiB

[startup+2.20084 s]
/proc/loadavg: 1.70 1.80 1.85 3/211 1083
/proc/meminfo: memFree=31031112/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=132500 CPUtime=5.49 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 25242 0 0 0 542 7 0 0 20 0 15 0 108505759 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 33125 3201 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=297272897757448009 CPUtime=2.04 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 10220 0 0 0 200 4 0 0 20 0 15 0 108505759 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460949599640 140460552708729 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=4951091520830867572 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=-7522837582236181595 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13980732 memory=6944656592455097440 CPUtime=1.47 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) S 1067 1067 13977 0 -1 1077944384 5565 0 0 0 146 1 0 0 20 0 15 0 108505764 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459723708656 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13980732 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) S 1067 1067 13977 0 -1 1077944384 3421 0 0 0 135 0 0 0 20 0 15 0 108505764 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459722656112 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13980732 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) S 1067 1067 13977 0 -1 1077944384 4690 0 0 0 59 1 0 0 20 0 15 0 108505764 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 108505769 14316269568 33125 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 133880 KiB

[startup+2.30085 s]
/proc/loadavg: 1.70 1.80 1.85 3/211 1083
/proc/meminfo: memFree=31031112/32770624 swapFree=67108860/67108860
[pid=1067] ppid=1064 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1067/stat : 1067 (xcsp3-exec) S 1064 1067 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108505750 9740288 345 18446744073709551615 4194304 5098028 140722385609104 140722385607208 140011447526012 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 9252864 140722385617272 140722385617477 140722385617477 140722385620971 0
/proc/1067/statm: 2378 345 289 221 0 87 0
[pid=1069] ppid=1067 vsize=13980732 memory=134568 CPUtime=5.7 cores=0,2,4,6
/proc/1069/stat : 1069 (java) S 1067 1067 13977 0 -1 1077944320 25270 0 0 0 563 7 0 0 20 0 15 0 108505759 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140732627807616 140460945362679 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
/proc/1069/statm: 3495183 33642 3201 1 0 3483476 0
[pid=1069/tid=1070] ppid=1067 vsize=13980732 memory=108244 CPUtime=2.14 cores=0,2,4,6
/proc/1069/task/1070/stat : 1070 (java) R 1067 1067 13977 0 -1 4202560 10223 0 0 0 210 4 0 0 20 0 15 0 108505759 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460949599640 140460552556378 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1071] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1071/stat : 1071 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460879796752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1072] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1072/stat : 1072 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460878744208 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1073] ppid=1067 vsize=13980732 memory=68868 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1073/stat : 1073 (java) S 1067 1067 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460877691152 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1074] ppid=1067 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1074/stat : 1074 (java) S 1067 1067 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108505760 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460876638608 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1075] ppid=1067 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1075/stat : 1075 (java) S 1067 1067 13977 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 108505761 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460130581232 140460945373826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1076] ppid=1067 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1076/stat : 1076 (java) S 1067 1067 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460129527456 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1077] ppid=1067 vsize=13980732 memory=59752 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1077/stat : 1077 (java) S 1067 1067 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108505762 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140460128474352 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1078] ppid=1067 vsize=13980732 memory=14127840476005918 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1078/stat : 1078 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459724761552 140460945381275 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1079] ppid=1067 vsize=13980732 memory=1156 CPUtime=1.52 cores=0,2,4,6
/proc/1069/task/1079/stat : 1079 (java) S 1067 1067 13977 0 -1 1077944384 5576 0 0 0 151 1 0 0 20 0 15 0 108505764 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459723708656 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1080] ppid=1067 vsize=13980732 memory=2224 CPUtime=1.41 cores=0,2,4,6
/proc/1069/task/1080/stat : 1080 (java) S 1067 1067 13977 0 -1 1077944384 3432 0 0 0 141 0 0 0 20 0 15 0 108505764 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459722656112 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1081] ppid=1067 vsize=13980732 memory=7680170660397595203 CPUtime=0.6 cores=0,2,4,6
/proc/1069/task/1081/stat : 1081 (java) S 1067 1067 13977 0 -1 1077944384 4693 0 0 0 59 1 0 0 20 0 15 0 108505764 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459721603056 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1082] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1082/stat : 1082 (java) S 1067 1067 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108505764 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459720550752 140460945372885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
[pid=1069/tid=1083] ppid=1067 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1069/task/1083/stat : 1083 (java) S 1067 1067 13977 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 108505769 14316269568 33642 18446744073709551615 4194304 4196468 140732627825072 140459719498800 140460945373826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16994304 140732627833265 140732627833441 140732627833441 140732627836879 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 135948 KiB

Child status: 0
Real time (s): 2.36213
CPU time (s): 5.82414
CPU user time (s): 5.74043
CPU system time (s): 0.083706
CPU usage (%): 246.563
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 135948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.74043
system time used= 0.083706
maximum resident set size= 137188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2155
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 1067
#   total CPU time (s): 5.82414
#   total CPU user time (s): 5.74043
#   total CPU system time (s): 0.083706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029543 second user time and 0.073348 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-20 05:46:35
IDJOB=4283291
IDBENCH=126227
IDSOLVER=2679
FILE ID=node124/4283291-1503201651
RUNJOBID= node124-1503172076-28736
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-07-a3.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-4283291-1503201651/watcher-4283291-1503201651 -o /tmp/evaluation-result-4283291-1503201651/solver-4283291-1503201651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28736 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2136544621 HOME/instance-4283291-1503201651.xml

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

MD5SUM BENCH= 7dfd3f139f05fe96cee61268ac0efa79
RANDOM SEED=2136544621

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        31143360 kB
MemAvailable:   31792220 kB
Buffers:          296148 kB
Cached:           645772 kB
SwapCached:            0 kB
Active:           791296 kB
Inactive:         382616 kB
Active(anon):     184784 kB
Inactive(anon):    89140 kB
Active(file):     606512 kB
Inactive(file):   293476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             4 kB
AnonPages:        231952 kB
Mapped:            71000 kB
Shmem:             41704 kB
Slab:             156416 kB
SReclaimable:     129412 kB
SUnreclaim:        27004 kB
KernelStack:        3456 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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 node124 at 2017-08-20 05:46:37