Trace number 4283318

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)SAT (TO)615 2520.0801 2454.05

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283318-1503203392.xml"  -tl '2520s' -p 1 -x 3
0.14/0.25	c [HOME/instance-4283318-1503203392.xml, -tl, 2520s, -p, 1, -x, 3]
0.14/0.30	c simple solver
0.34/0.37	c parse instance...
10.75/3.74	c solve instance...
306.49/261.90	o 631 
321.23/276.69	o 616 
2128.19/2062.85	o 615 
2520.02/2454.01	s SATISFIABLE
2520.02/2454.01	v <instantiation>
2520.02/2454.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] </list>
2520.02/2454.01	v 	<values>0 5 13 22 32 43 55 69 84 100 118 158 183 211 250 360 421 506 542 608 612 614 615 </values>
2520.02/2454.01	v </instantiation>
2520.02/2454.01	c Unexpected resolution interruption!

Verifier Data

OK	615

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

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

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

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


[startup+0.1033 s]*
/proc/loadavg: 1.80 1.66 1.55 3/204 3798
/proc/meminfo: memFree=31473576/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13574484 memory=17972 CPUtime=0.03 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 3816 0 0 0 2 1 0 0 20 0 9 0 18749058 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3393621 4493 2086 1 0 3383118 0
[pid=3791/tid=3792] ppid=3789 vsize=13574484 memory=1404226546386182794 CPUtime=0.02 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 2524 0 0 0 2 0 0 0 20 0 9 0 18749058 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139885293842952 139885273687390 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18749059 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13574484 memory=140031377421952 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18749059 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18749059 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18749059 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13574484 memory=140031377421952 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18749060 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 18749061 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139884473791904 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 18749061 13900271616 4493 18446744073709551615 4194304 4196468 140725374811456 139884472739376 139885289617109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19352 KiB

[startup+0.209805 s]*
/proc/loadavg: 1.80 1.66 1.55 4/211 3805
/proc/meminfo: memFree=31465848/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13974352 memory=28004 CPUtime=0.14 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 5472 0 0 0 12 2 0 0 20 0 15 0 18749058 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3493588 7001 2845 1 0 3482964 0
[pid=3791/tid=3792] ppid=3789 vsize=13974352 memory=1404226546386182794 CPUtime=0.1 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 3398 0 0 0 9 1 0 0 20 0 15 0 18749058 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139885293836544 139884887110298 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13974352 memory=140031377421952 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18749059 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13974352 memory=140031377421952 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18749060 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18749061 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884473791904 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18749061 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884472739312 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) R 3789 3789 16431 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 18749063 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 18749063 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13974352 memory=140031377421952 CPUtime=0.02 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) R 3789 3789 16431 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 18749064 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885273687390 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13974352 memory=140031377421952 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749067 14309736448 7001 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29384 KiB

[startup+0.310531 s]*
/proc/loadavg: 1.80 1.66 1.55 3/211 3805
/proc/meminfo: memFree=31452508/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13978608 memory=40096 CPUtime=0.34 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 9207 0 0 0 31 3 0 0 20 0 15 0 18749058 14314094592 10024 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3494652 10024 3019 1 0 3482964 0
[pid=3791/tid=3792] ppid=3789 vsize=13978608 memory=6933928925625698159 CPUtime=0.2 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 6302 0 0 0 18 2 0 0 20 0 15 0 18749058 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139885293827896 139885282284917 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13978608 memory=6944656592452807326 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13978608 memory=-8918987556599313462 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13978608 memory=-7247262161690712702 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18749059 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13978608 memory=8328162156141927054 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18749060 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13978608 memory=-7299339441649872004 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18749061 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884473791904 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18749061 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884472739312 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) S 3789 3789 16431 0 -1 1077944384 586 0 0 0 2 0 0 0 20 0 15 0 18749063 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 15 0 18749063 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) S 3789 3789 16431 0 -1 1077944384 784 0 0 0 7 0 0 0 20 0 15 0 18749064 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749067 14314094592 10079 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41476 KiB

[startup+0.700773 s]
/proc/loadavg: 1.80 1.66 1.55 4/211 3805
/proc/meminfo: memFree=31430676/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13978684 memory=82712 CPUtime=1.45 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 13381 0 0 0 140 5 0 0 20 0 15 0 18749058 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3494671 20678 3159 1 0 3482964 0
[pid=3791/tid=3792] ppid=3789 vsize=13978684 memory=6451477254208981395 CPUtime=0.57 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 7865 0 0 0 54 3 0 0 20 0 15 0 18749058 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139885293842976 139885289618838 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13978684 memory=-7886167514736700194 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13978684 memory=5864918620180207719 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13978684 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749059 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13978684 memory=8514726395714825875 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18749059 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13978684 memory=8390361644446492005 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18749060 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13978684 memory=4137282616176384387 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18749061 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884473791904 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13978684 memory=6944656592452807323 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18749061 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884472739312 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13978684 memory=280062469344624 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13978684 memory=6944656592455360604 CPUtime=0.28 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) R 3789 3789 16431 0 -1 4202560 1607 0 0 0 28 0 0 0 20 0 15 0 18749063 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885267843289 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13978684 memory=280062469636304 CPUtime=0.28 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) R 3789 3789 16431 0 -1 4202560 987 0 0 0 28 0 0 0 20 0 15 0 18749063 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139884469568688 139885273896907 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13978684 memory=288230613214036277 CPUtime=0.28 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) R 3789 3789 16431 0 -1 1077944384 1614 0 0 0 28 0 0 0 20 0 15 0 18749064 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13978684 memory=13571496182286043 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13978684 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18749067 14314172416 20678 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 84092 KiB

[startup+1.50086 s]
/proc/loadavg: 1.80 1.66 1.55 5/211 3805
/proc/meminfo: memFree=31299052/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13980732 memory=223140 CPUtime=4.02 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 16150 0 0 0 391 11 0 0 20 0 15 0 18749058 14316269568 55785 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3495183 55785 3217 1 0 3483476 0
[pid=3791/tid=3792] ppid=3789 vsize=13980732 memory=6655300316396806240 CPUtime=1.33 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 8747 0 0 0 128 5 0 0 20 0 15 0 18749058 14316269568 55785 18446744073709551615 4194304 4196468 140725374811456 139885293840800 139884892849006 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13980732 memory=6944656592455097440 CPUtime=0.01 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 18749059 14316269568 55785 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 18749059 14316269568 55785 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13980732 memory=196544 CPUtime=0.02 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 15 0 18749059 14316269568 55785 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13980732 memory=0 CPUtime=0.03 cores=1,3,5,7

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

/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884472739328 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13980732 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13980732 memory=1380 CPUtime=4.82 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) S 3789 3789 16431 0 -1 1077944384 45972 0 0 0 476 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13980732 memory=6273604 CPUtime=5.23 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 50394 0 0 0 517 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13980732 memory=1380 CPUtime=1.05 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) S 3789 3789 16431 0 -1 1077944384 23159 0 0 0 101 4 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13980732 memory=6273604 CPUtime=1.45 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 3246 0 0 0 63 82 0 0 20 0 15 0 18749067 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 2388.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6274984 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/211 4483
/proc/meminfo: memFree=21568280/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13980732 memory=6273604 CPUtime=2448.27 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 296115 0 0 0 244226 601 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3495183 1568401 3260 1 0 3483476 0
[pid=3791/tid=3792] ppid=3789 vsize=13980732 memory=1380 CPUtime=2360.32 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 92214 0 0 0 236009 23 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885293845816 139884896207209 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13980732 memory=6273604 CPUtime=18.07 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 9782 0 0 0 1688 119 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13980732 memory=6273604 CPUtime=17.82 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 18311 0 0 0 1667 115 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13980732 memory=6273604 CPUtime=17.88 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 9353 0 0 0 1658 130 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13980732 memory=6273604 CPUtime=18.08 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 20732 0 0 0 1694 114 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13980732 memory=1380 CPUtime=3.41 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 21042 0 0 0 332 9 0 0 20 0 15 0 18749060 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13980732 memory=6273604 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884473791968 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13980732 memory=6273604 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884472739328 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13980732 memory=6273604 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13980732 memory=1380 CPUtime=4.82 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) S 3789 3789 16431 0 -1 1077944384 45975 0 0 0 476 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13980732 memory=6273604 CPUtime=5.23 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 50397 0 0 0 517 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13980732 memory=1380 CPUtime=1.06 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) S 3789 3789 16431 0 -1 1077944384 23686 0 0 0 102 4 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13980732 memory=1228 CPUtime=1.48 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 3298 0 0 0 64 84 0 0 20 0 15 0 18749067 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 2448.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6274984 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/211 4485
/proc/meminfo: memFree=21567720/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13980732 memory=6273604 CPUtime=2508.31 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 299276 0 0 0 250228 603 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3495183 1568401 3260 1 0 3483476 0
[pid=3791/tid=3792] ppid=3789 vsize=13980732 memory=6273604 CPUtime=2420.32 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 95258 0 0 0 242009 23 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885293845816 139884897150755 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13980732 memory=6273604 CPUtime=18.07 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 9782 0 0 0 1688 119 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13980732 memory=1380 CPUtime=17.82 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 18311 0 0 0 1667 115 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13980732 memory=6273604 CPUtime=17.88 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 9353 0 0 0 1658 130 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13980732 memory=6273604 CPUtime=18.08 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 20732 0 0 0 1694 114 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13980732 memory=6273604 CPUtime=3.41 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 21057 0 0 0 332 9 0 0 20 0 15 0 18749060 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13980732 memory=6273604 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884473791968 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13980732 memory=6273604 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884472739328 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13980732 memory=4004 CPUtime=4.82 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) S 3789 3789 16431 0 -1 1077944384 45983 0 0 0 476 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13980732 memory=13720 CPUtime=5.23 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 50409 0 0 0 517 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13980732 memory=1380 CPUtime=1.06 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) S 3789 3789 16431 0 -1 1077944384 23693 0 0 0 102 4 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13980732 memory=6273604 CPUtime=1.52 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 3373 0 0 0 66 86 0 0 20 0 15 0 18749067 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 2508.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6274984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454 s]*
/proc/loadavg: 2.00 2.01 2.05 3/211 4485
/proc/meminfo: memFree=21567844/32770624 swapFree=67108860/67108860
[pid=3789] ppid=3786 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3789/stat : 3789 (xcsp3-exec) S 3786 3789 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18749051 9740288 345 18446744073709551615 4194304 5098028 140723748814992 140723748813096 140527176721020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 19709952 140723748819321 140723748819526 140723748819526 140723748823019 0
/proc/3789/statm: 2378 345 289 221 0 87 0
[pid=3791] ppid=3789 vsize=13980732 memory=6273604 CPUtime=2520.02 cores=1,3,5,7
/proc/3791/stat : 3791 (java) S 3789 3789 16431 0 -1 1077944320 299589 0 0 0 251399 603 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 140725374794000 139885289606903 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
/proc/3791/statm: 3495183 1568401 3260 1 0 3483476 0
[pid=3791/tid=3792] ppid=3789 vsize=13980732 memory=6933928925625698159 CPUtime=2432.03 cores=1,3,5,7
/proc/3791/task/3792/stat : 3792 (java) R 3789 3789 16431 0 -1 4202560 95569 0 0 0 243180 23 0 0 20 0 15 0 18749058 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885293845816 139884896207209 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3793] ppid=3789 vsize=13980732 memory=4126316290023845779 CPUtime=18.07 cores=1,3,5,7
/proc/3791/task/3793/stat : 3793 (java) S 3789 3789 16431 0 -1 1077944384 9782 0 0 0 1688 119 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885209020688 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3794] ppid=3789 vsize=13980732 memory=7100839878645619564 CPUtime=17.82 cores=1,3,5,7
/proc/3791/task/3794/stat : 3794 (java) S 3789 3789 16431 0 -1 1077944384 18311 0 0 0 1667 115 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885207968144 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3795] ppid=3789 vsize=13980732 memory=3047711553320166262 CPUtime=17.88 cores=1,3,5,7
/proc/3791/task/3795/stat : 3795 (java) S 3789 3789 16431 0 -1 1077944384 9353 0 0 0 1658 130 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139885206915600 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3796] ppid=3789 vsize=13980732 memory=7307487763189033043 CPUtime=18.08 cores=1,3,5,7
/proc/3791/task/3796/stat : 3796 (java) S 3789 3789 16431 0 -1 1077944384 20732 0 0 0 1694 114 0 0 20 0 15 0 18749059 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884887009936 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3797] ppid=3789 vsize=13980732 memory=7234822169319403368 CPUtime=3.41 cores=1,3,5,7
/proc/3791/task/3797/stat : 3797 (java) S 3789 3789 16431 0 -1 1077944384 21057 0 0 0 332 9 0 0 20 0 15 0 18749060 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884474845680 139885289618050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3798] ppid=3789 vsize=13980732 memory=7660995053894656618 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3798/stat : 3798 (java) S 3789 3789 16431 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884473791968 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3799] ppid=3789 vsize=13980732 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3799/stat : 3799 (java) S 3789 3789 16431 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 18749061 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884472739328 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3800] ppid=3789 vsize=13980732 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3800/stat : 3800 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884471687888 139885289625499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3801] ppid=3789 vsize=13980732 memory=7451881127723557201 CPUtime=4.82 cores=1,3,5,7
/proc/3791/task/3801/stat : 3801 (java) S 3789 3789 16431 0 -1 1077944384 45983 0 0 0 476 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884470634480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3802] ppid=3789 vsize=13980732 memory=7451601684400662383 CPUtime=5.23 cores=1,3,5,7
/proc/3791/task/3802/stat : 3802 (java) S 3789 3789 16431 0 -1 1077944384 50409 0 0 0 517 6 0 0 20 0 15 0 18749063 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139884469581936 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3803] ppid=3789 vsize=13980732 memory=7372766855223863141 CPUtime=1.06 cores=1,3,5,7
/proc/3791/task/3803/stat : 3803 (java) S 3789 3789 16431 0 -1 1077944384 23693 0 0 0 102 4 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883796490480 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3804] ppid=3789 vsize=13980732 memory=7454130749351154278 CPUtime=0 cores=1,3,5,7
/proc/3791/task/3804/stat : 3804 (java) S 3789 3789 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18749064 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883795438176 139885289617109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
[pid=3791/tid=3805] ppid=3789 vsize=13980732 memory=7811614964889703013 CPUtime=1.52 cores=1,3,5,7
/proc/3791/task/3805/stat : 3805 (java) S 3789 3789 16431 0 -1 1077944384 3375 0 0 0 66 86 0 0 20 0 15 0 18749067 14316269568 1568401 18446744073709551615 4194304 4196468 140725374811456 139883794385712 139885289618050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 16060416 140725374812594 140725374812770 140725374812770 140725374816207 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6274984 KiB

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

[startup+2454.02 s]
# the end of solver process 3789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000916 s, system=0.000916 s

[startup+2454.05 s]
# the end of solver process 3791 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.01 s, system=6.07566 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): 2454.05
CPU time (s): 2520.08
CPU user time (s): 2514.01
CPU system time (s): 6.07566
CPU usage (%): 102.691
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 6274984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.01
system time used= 6.07566
maximum resident set size= 6274340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58901
involuntary context switches= 2646


# summary of solver processes directly reported to runsolver:
#   pid: 3789,3791
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2514.01
#   total CPU system time (s): 6.07566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.432 second user time and 23.3256 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 06:15:53
IDJOB=4283318
IDBENCH=126248
IDSOLVER=2679
FILE ID=node128/4283318-1503203392
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-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-4283318-1503203392/watcher-4283318-1503203392 -o /tmp/evaluation-result-4283318-1503203392/solver-4283318-1503203392 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1745446073 HOME/instance-4283318-1503203392.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=1745446073

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31482704 kB
MemAvailable:   31745136 kB
Buffers:          196556 kB
Cached:           355080 kB
SwapCached:            0 kB
Active:           539660 kB
Inactive:         342248 kB
Active(anon):     330660 kB
Inactive(anon):    16752 kB
Active(file):     209000 kB
Inactive(file):   325496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8988 kB
Writeback:             4 kB
AnonPages:        328312 kB
Mapped:            45704 kB
Shmem:             17060 kB
Slab:             111976 kB
SReclaimable:      87540 kB
SUnreclaim:        24436 kB
KernelStack:        3424 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1264992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 62012 MiB
End job on node128 at 2017-08-20 06:56:47