Trace number 4281845

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 4.0.5 seq (2017-08-18)SAT (TO)311 2520.03 2509.4199

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281845-1503124886.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4281845-1503124886.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.33	c simple solver
0.30/0.39	c parse instance...
4.26/1.66	c solve instance...
133.32/124.75	o 360 
133.65/125.05	o 323 
139.99/131.33	o 311 
2520.00/2509.40	s SATISFIABLE
2520.00/2509.40	v <instantiation>
2520.00/2509.40	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] </list>
2520.00/2509.40	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 228 256 289 311 </values>
2520.00/2509.40	v </instantiation>
2520.00/2509.40	c Unexpected resolution interruption!

Verifier Data

OK	311

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281845-1503124886/watcher-4281845-1503124886 -o /tmp/evaluation-result-4281845-1503124886/solver-4281845-1503124886 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 648935494 HOME/instance-4281845-1503124886.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=1676, runsolver pid=1673
Current StackSize limit: 8192 KiB


[startup+0.100433 s]*
/proc/loadavg: 1.67 1.76 1.77 3/199 1680
/proc/meminfo: memFree=30445856/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13358712 memory=14104 CPUtime=0 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 3307 0 0 0 0 0 0 0 20 0 6 0 114681601 13679321088 3526 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3339678 3526 1892 1 0 3329175 0
[pid=1678/tid=1679] ppid=1676 vsize=13358712 memory=1404226546252096138 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 2152 0 0 0 0 0 0 0 20 0 6 0 114681602 13679321088 3592 18446744073709551615 4194304 4196468 140723344491888 140425239986768 140425219960353 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13358712 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 114681602 13679321088 3592 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13358712 memory=139798872475264 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 114681602 13679321088 3592 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 114681602 13679321088 3592 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 114681602 13679321088 3592 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15480 KiB

[startup+0.209955 s]*
/proc/loadavg: 1.67 1.76 1.77 3/211 1692
/proc/meminfo: memFree=30433752/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13974352 memory=27716 CPUtime=0.09 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 5326 0 0 0 8 1 0 0 20 0 15 0 114681601 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3493588 6929 2752 1 0 3482964 0
[pid=1678/tid=1679] ppid=1676 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 3477 0 0 0 6 1 0 0 20 0 15 0 114681602 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140425239982992 140425235772573 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13974352 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13974352 memory=139798873056480 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424352072992 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13974352 memory=139798872475264 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424351020656 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) S 1676 1676 28892 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 114681607 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681611 14309736448 6929 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29092 KiB

[startup+0.316889 s]*
/proc/loadavg: 1.67 1.76 1.77 3/211 1692
/proc/meminfo: memFree=30423332/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13974352 memory=39760 CPUtime=0.3 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 9088 0 0 0 27 3 0 0 20 0 15 0 114681601 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3493588 9940 3032 1 0 3482964 0
[pid=1678/tid=1679] ppid=1676 vsize=13974352 memory=4294969536 CPUtime=0.18 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 6263 0 0 0 16 2 0 0 20 0 15 0 114681602 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140425239968736 140425219831134 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13974352 memory=139798872475264 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13974352 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13974352 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424352072992 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114681604 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424351020656 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13974352 memory=139798872475264 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) R 1676 1676 28892 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 114681607 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 354 0 0 0 3 0 0 0 20 0 15 0 114681607 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) R 1676 1676 28892 0 -1 4202560 707 0 0 0 6 0 0 0 20 0 15 0 114681607 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425214432088 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681611 14309736448 9940 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41136 KiB

[startup+0.700768 s]
/proc/loadavg: 1.67 1.76 1.77 5/211 1692
/proc/meminfo: memFree=30404276/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13978684 memory=88884 CPUtime=1.35 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 13309 0 0 0 130 5 0 0 20 0 15 0 114681601 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3494671 22221 3166 1 0 3482964 0
[pid=1678/tid=1679] ppid=1676 vsize=13978684 memory=139801185485377 CPUtime=0.56 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 7851 0 0 0 52 4 0 0 20 0 15 0 114681602 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140425239986960 140424847819883 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13978684 memory=139801185485378 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13978684 memory=139801185485380 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13978684 memory=139801185485384 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114681602 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13978684 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681602 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13978684 memory=4639098309541128804 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114681604 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13978684 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114681604 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424352072992 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13978684 memory=-6222952690429537422 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114681604 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424351020656 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13978684 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13978684 memory=-3395018512065318687 CPUtime=0.24 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) R 1676 1676 28892 0 -1 4202560 1200 0 0 0 24 0 0 0 20 0 15 0 114681607 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424348903696 140425216452160 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13978684 memory=9124152854131106007 CPUtime=0.26 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) R 1676 1676 28892 0 -1 4202560 1285 0 0 0 26 0 0 0 20 0 15 0 114681607 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424347852816 140425219247409 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13978684 memory=-6452064069391756930 CPUtime=0.26 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 1665 0 0 0 26 0 0 0 20 0 15 0 114681607 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13978684 memory=-6452064069391756930 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13978684 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114681611 14314172416 22221 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 90260 KiB

[startup+1.50078 s]
/proc/loadavg: 1.67 1.76 1.77 6/211 1692
/proc/meminfo: memFree=30307916/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13980732 memory=232792 CPUtime=3.91 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 15620 0 0 0 378 13 0 0 20 0 15 0 114681601 14316269568 58198 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3495183 58198 3230 1 0 3483476 0
[pid=1678/tid=1679] ppid=1676 vsize=13980732 memory=1376 CPUtime=1.3 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) S 1676 1676 28892 0 -1 1077944384 8547 0 0 0 125 5 0 0 20 0 15 0 114681602 14316269568 58198 18446744073709551615 4194304 4196468 140723344491888 140425239988048 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13980732 memory=199276 CPUtime=0.04 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) R 1676 1676 28892 0 -1 4202560 73 0 0 0 3 1 0 0 20 0 15 0 114681602 14316269568 58198 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425220778521 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13980732 memory=279597539548640 CPUtime=0.04 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) R 1676 1676 28892 0 -1 4202560 58 0 0 0 3 1 0 0 20 0 15 0 114681602 14316269568 58198 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425220778521 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13980732 memory=11551046109940 CPUtime=0.03 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) R 1676 1676 28892 0 -1 4202560 77 0 0 0 2 1 0 0 20 0 15 0 114681602 14316269568 58198 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425220778494 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13980732 memory=11551046109684 CPUtime=0.04 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) R 1676 1676 28892 0 -1 4202560 70 0 0 0 3 1 0 0 20 0 15 0 114681602 14316269568 58710 18446744073709551615 4194304 4196468 140723344491888 140425167026904 140425228854259 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 58710 18446744073709551615 4194304 4196468 140723344491888 140424353125536 140425235760853 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13980732 memory=-6667966544890519924 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 58710 18446744073709551615 4194304 4196468 140723344491888 140424352072992 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424351020672 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13980732 memory=1577248 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13980732 memory=1376 CPUtime=2.92 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) S 1676 1676 28892 0 -1 1077944384 15775 0 0 0 290 2 0 0 20 0 15 0 114681607 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13980732 memory=1577248 CPUtime=2.42 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 14380 0 0 0 241 1 0 0 20 0 15 0 114681607 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13980732 memory=1376 CPUtime=0.76 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 10608 0 0 0 74 2 0 0 20 0 15 0 114681607 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13980732 memory=3288 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13980732 memory=1376 CPUtime=1.73 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 2535 0 0 0 79 94 0 0 20 0 15 0 114681611 14316269568 394312 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 2392.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1578624 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1856
/proc/meminfo: memFree=27302564/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2452.86 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 80790 0 0 0 245164 122 0 0 20 0 15 0 114681601 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3495183 394824 3262 1 0 3483476 0
[pid=1678/tid=1679] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2439.64 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 29536 0 0 0 243950 14 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425239988328 140424853289707 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 322 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 333 0 0 0 91 7 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 748 0 0 0 87 11 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 430 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13980732 memory=1376 CPUtime=1.3 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 4751 0 0 0 127 3 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424352073056 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424351020672 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13980732 memory=1376 CPUtime=2.92 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) S 1676 1676 28892 0 -1 1077944384 15780 0 0 0 290 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13980732 memory=1376 CPUtime=2.42 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 14384 0 0 0 241 1 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13980732 memory=1376 CPUtime=0.76 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 10613 0 0 0 74 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13980732 memory=1376 CPUtime=1.77 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 2567 0 0 0 79 98 0 0 20 0 15 0 114681611 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 2452.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1580672 KiB

[startup+2502.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/211 1935
/proc/meminfo: memFree=28275568/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2512.89 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 81146 0 0 0 251166 123 0 0 20 0 15 0 114681601 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3495183 394824 3262 1 0 3483476 0
[pid=1678/tid=1679] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2499.64 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 29829 0 0 0 249950 14 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425239988328 140424847309088 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 322 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13980732 memory=1376 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 333 0 0 0 91 7 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 748 0 0 0 87 11 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 430 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13980732 memory=1579296 CPUtime=1.3 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 4760 0 0 0 127 3 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424352073056 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13980732 memory=1579296 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424351020672 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2.92 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) S 1676 1676 28892 0 -1 1077944384 15784 0 0 0 290 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2.42 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 14390 0 0 0 241 1 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13980732 memory=960 CPUtime=0.76 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 10617 0 0 0 74 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13980732 memory=1579296 CPUtime=1.81 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 2607 0 0 0 82 99 0 0 20 0 15 0 114681611 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 2512.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1580672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.4 s]
/proc/loadavg: 1.96 2.00 1.99 3/211 1935
/proc/meminfo: memFree=28275568/32770624 swapFree=67108860/67108860
[pid=1676] ppid=1673 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1676/stat : 1676 (xcsp3-exec) S 1673 1676 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114681592 9740288 344 18446744073709551615 4194304 5098028 140735561071344 140735561069448 140057972408956 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 14589952 140735561073017 140735561073221 140735561073221 140735561076715 0
/proc/1676/statm: 2378 344 289 221 0 87 0
[pid=1678] ppid=1676 vsize=13980732 memory=1579296 CPUtime=2520 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1676 1676 28892 0 -1 1077944320 81450 0 0 0 251877 123 0 0 20 0 15 0 114681601 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140723344474432 140425235750647 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
/proc/1678/statm: 3495183 394824 3262 1 0 3483476 0
[pid=1678/tid=1679] ppid=1676 vsize=13980732 memory=1444 CPUtime=2506.74 cores=0,2,4,6
/proc/1678/task/1679/stat : 1679 (java) R 1676 1676 28892 0 -1 4202560 29858 0 0 0 250660 14 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425239987368 140424847309088 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1680] ppid=1676 vsize=13980732 memory=1228 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1680/stat : 1680 (java) S 1676 1676 28892 0 -1 1077944384 322 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425170184592 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1681] ppid=1676 vsize=13980732 memory=12216 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1681/stat : 1681 (java) S 1676 1676 28892 0 -1 1077944384 333 0 0 0 91 7 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425169131792 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1682] ppid=1676 vsize=13980732 memory=15880 CPUtime=0.98 cores=0,2,4,6
/proc/1678/task/1682/stat : 1682 (java) S 1676 1676 28892 0 -1 1077944384 748 0 0 0 87 11 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425168079504 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1683] ppid=1676 vsize=13980732 memory=4048 CPUtime=0.99 cores=0,2,4,6
/proc/1678/task/1683/stat : 1683 (java) S 1676 1676 28892 0 -1 1077944384 430 0 0 0 91 8 0 0 20 0 15 0 114681602 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140425167026704 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1684] ppid=1676 vsize=13980732 memory=35212 CPUtime=1.3 cores=0,2,4,6
/proc/1678/task/1684/stat : 1684 (java) S 1676 1676 28892 0 -1 1077944384 4760 0 0 0 127 3 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424353127024 140425235761794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1685] ppid=1676 vsize=13980732 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1685/stat : 1685 (java) S 1676 1676 28892 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424352073056 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1686] ppid=1676 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1686/stat : 1686 (java) S 1676 1676 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114681604 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424351020672 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1687] ppid=1676 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1687/stat : 1687 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424349968976 140425235769243 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1688] ppid=1676 vsize=13980732 memory=4060 CPUtime=2.92 cores=0,2,4,6
/proc/1678/task/1688/stat : 1688 (java) S 1676 1676 28892 0 -1 1077944384 15784 0 0 0 290 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424348915824 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1689] ppid=1676 vsize=13980732 memory=1232 CPUtime=2.42 cores=0,2,4,6
/proc/1678/task/1689/stat : 1689 (java) S 1676 1676 28892 0 -1 1077944384 14662 0 0 0 241 1 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424347863024 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1690] ppid=1676 vsize=13980732 memory=1732 CPUtime=0.76 cores=0,2,4,6
/proc/1678/task/1690/stat : 1690 (java) S 1676 1676 28892 0 -1 1077944384 10617 0 0 0 74 2 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424346810736 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1691] ppid=1676 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/1678/task/1691/stat : 1691 (java) S 1676 1676 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114681607 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424345758176 140425235760853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
[pid=1678/tid=1692] ppid=1676 vsize=13980732 memory=12216 CPUtime=1.81 cores=0,2,4,6
/proc/1678/task/1692/stat : 1692 (java) S 1676 1676 28892 0 -1 1077944384 2610 0 0 0 82 99 0 0 20 0 15 0 114681611 14316269568 394824 18446744073709551615 4194304 4196468 140723344491888 140424344705968 140425235761794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 36335616 140723344495025 140723344495201 140723344495201 140723344498639 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1580672 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2509.41 s]
# the end of solver process 1676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001824 s, system=0 s

[startup+2509.42 s]
# the end of solver process 1678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.78 s, system=1.24826 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2509.42
CPU time (s): 2520.03
CPU user time (s): 2518.78
CPU system time (s): 1.24826
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1580672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.78
system time used= 1.24826
maximum resident set size= 1586124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57388
involuntary context switches= 3246


# summary of solver processes directly reported to runsolver:
#   pid: 1676,1678
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.78
#   total CPU system time (s): 1.24826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5063 second user time and 23.5931 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 08:27:14
IDJOB=4281845
IDBENCH=126233
IDSOLVER=2677
FILE ID=node127/4281845-1503124886
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.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-4281845-1503124886/watcher-4281845-1503124886 -o /tmp/evaluation-result-4281845-1503124886/solver-4281845-1503124886 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 648935494 HOME/instance-4281845-1503124886.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=648935494

node127.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.92
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.92
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.92
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.92
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:        30451492 kB
MemAvailable:   31276568 kB
Buffers:          295848 kB
Cached:           830952 kB
SwapCached:            0 kB
Active:          1495780 kB
Inactive:         376116 kB
Active(anon):     695428 kB
Inactive(anon):    99188 kB
Active(file):     800352 kB
Inactive(file):   276928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8048 kB
Writeback:             8 kB
AnonPages:        744516 kB
Mapped:            72964 kB
Shmem:             49828 kB
Slab:             153888 kB
SReclaimable:     127260 kB
SUnreclaim:        26628 kB
KernelStack:        3424 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1915564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62008 MiB
End job on node127 at 2017-08-19 09:09:04