Trace number 4281839

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)60 2520.0601 2514.6101

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-10-a4.xml
MD5SUM5c3e91a7aa658c047886207443b7266d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark36.9338
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints872
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":10}]
Minimum variable degree325
Maximum variable degree326
Distribution of variable degrees[{"degree":325,"count":8},{"degree":326,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":240},{"arity":4,"count":630},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints871
Distribution of constraint types[{"type":"intension","count":871},{"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.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281839-1503125880.xml"  -tl '2520s' -p 1 -x 0
0.14/0.25	c [HOME/instance-4281839-1503125880.xml, -tl, 2520s, -p, 1, -x, 0]
0.14/0.31	c simple solver
0.33/0.37	c parse instance...
1.64/0.81	c solve instance...
7.44/4.18	o 500 
26.34/22.53	o 88 
26.48/22.63	o 86 
27.01/23.13	o 84 
27.23/23.32	o 83 
34.13/30.15	o 80 
34.13/30.18	o 76 
34.82/30.83	o 74 
75.31/71.10	o 72 
78.91/74.65	o 67 
140.96/136.62	o 65 
180.09/175.78	o 64 
197.19/192.82	o 63 
447.66/443.14	o 62 
805.70/800.96	o 60 
2520.03/2514.60	s SATISFIABLE
2520.03/2514.60	v <instantiation>
2520.03/2514.60	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2520.03/2514.60	v 	<values>0 2 3 9 20 33 41 45 55 60 </values>
2520.03/2514.60	v </instantiation>
2520.03/2514.60	c Unexpected resolution interruption!

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281839-1503125880/watcher-4281839-1503125880 -o /tmp/evaluation-result-4281839-1503125880/solver-4281839-1503125880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 595443267 HOME/instance-4281839-1503125880.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=21400, runsolver pid=21397
Current StackSize limit: 8192 KiB


[startup+0.101401 s]*
/proc/loadavg: 1.05 1.36 1.53 3/205 21410
/proc/meminfo: memFree=31682488/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13574484 memory=18280 CPUtime=0.03 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 3923 0 0 0 3 0 0 0 20 0 9 0 10996023 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3393621 4570 2137 1 0 3383118 0
[pid=21402/tid=21403] ppid=21400 vsize=13574484 memory=-8713483618642459742 CPUtime=0.03 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 2623 0 0 0 3 0 0 0 20 0 9 0 10996023 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252588953464 140252584739997 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 10996024 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13574484 memory=140079464695424 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 10996024 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 10996024 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 10996024 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13574484 memory=140079464695424 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 10996025 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 10996026 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 10996026 13900271616 4570 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19656 KiB

[startup+0.212654 s]*
/proc/loadavg: 1.05 1.36 1.53 4/211 21416
/proc/meminfo: memFree=31674140/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13974352 memory=28960 CPUtime=0.14 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 5201 0 0 0 13 1 0 0 20 0 15 0 10996023 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3493588 7240 2845 1 0 3482964 0
[pid=21402/tid=21403] ppid=21400 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 3132 0 0 0 9 0 0 0 20 0 15 0 10996023 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252588949392 140252584730006 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13974352 memory=8941 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13974352 memory=3616589087110055584 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996024 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13974352 memory=140079464695424 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996025 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10996026 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10996026 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) R 21400 21400 15523 0 -1 4202560 289 0 0 0 0 0 0 0 20 0 15 0 10996028 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584730006 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 10996028 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13974352 memory=140079464695424 CPUtime=0.02 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) R 21400 21400 15523 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 10996028 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252569031617 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13974352 memory=140079464695424 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996034 14309736448 7240 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30336 KiB

[startup+0.313177 s]*
/proc/loadavg: 1.05 1.36 1.53 3/211 21416
/proc/meminfo: memFree=31661504/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13978608 memory=40188 CPUtime=0.33 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 8788 0 0 0 30 3 0 0 20 0 15 0 10996023 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3494652 10047 3022 1 0 3482964 0
[pid=21402/tid=21403] ppid=21400 vsize=13978608 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 5924 0 0 0 18 2 0 0 20 0 15 0 10996023 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252588932048 140252568798558 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996024 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996025 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10996026 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10996026 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) S 21400 21400 15523 0 -1 1077944384 503 0 0 0 3 0 0 0 20 0 15 0 10996028 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 15 0 10996028 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) S 21400 21400 15523 0 -1 1077944384 709 0 0 0 7 0 0 0 20 0 15 0 10996028 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996034 14314094592 10047 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41564 KiB

[startup+0.701443 s]
/proc/loadavg: 1.05 1.36 1.53 5/211 21416
/proc/meminfo: memFree=31653716/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13980732 memory=69988 CPUtime=1.26 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 12561 0 0 0 122 4 0 0 20 0 15 0 10996023 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3495183 17497 3179 1 0 3483476 0
[pid=21402/tid=21403] ppid=21400 vsize=13980732 memory=4282241104337350043 CPUtime=0.57 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 8008 0 0 0 54 3 0 0 20 0 15 0 10996023 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252588954664 140252177111068 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13980732 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996024 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10996025 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13980732 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) R 21400 21400 15523 0 -1 4202560 980 0 0 0 18 0 0 0 20 0 15 0 10996028 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252057915464 140252565897725 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13980732 memory=2 CPUtime=0.15 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 698 0 0 0 15 0 0 0 20 0 15 0 10996028 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13980732 memory=4 CPUtime=0.33 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) R 21400 21400 15523 0 -1 4202560 1566 0 0 0 33 0 0 0 20 0 15 0 10996028 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252055825304 140252577814907 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13980732 memory=12 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996034 14316269568 17497 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71364 KiB

[startup+1.50084 s]
/proc/loadavg: 1.05 1.36 1.53 5/211 21416
/proc/meminfo: memFree=31607508/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13982440 memory=124224 CPUtime=3.66 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 28121 0 0 0 360 6 0 0 20 0 15 0 10996023 14318018560 31056 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3495610 31056 3186 1 0 3483903 0
[pid=21402/tid=21403] ppid=21400 vsize=13982440 memory=4282241104337350043 CPUtime=1.36 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 8285 0 0 0 133 3 0 0 20 0 15 0 10996023 14318018560 31056 18446744073709551615 4194304 4196468 140730705702192 140252588956128 140252179385679 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13982440 memory=280158703690560 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14318018560 31056 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13982440 memory=-4866526891258710369 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10996024 14318018560 31056 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13982440 memory=6370460868699973735 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10996024 14318018560 31056 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13982440 memory=-8253362664378451622 CPUtime=0 cores=0,2,4,6

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

/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13980732 memory=4124 CPUtime=1.85 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) S 21400 21400 15523 0 -1 1077944384 15371 0 0 0 183 2 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13980732 memory=9748 CPUtime=2.14 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 18279 0 0 0 213 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13980732 memory=140080358360043 CPUtime=0.65 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) S 21400 21400 15523 0 -1 1077944384 8109 0 0 0 64 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13980732 memory=140080358360121 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13980732 memory=140080358360122 CPUtime=0.74 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1599 0 0 0 33 41 0 0 20 0 15 0 10996034 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 2387.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 328472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 1.93 1.83 3/211 21682
/proc/meminfo: memFree=30557372/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13980732 memory=327096 CPUtime=2447.72 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 73560 0 0 0 244727 45 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3495183 81774 3229 1 0 3483476 0
[pid=21402/tid=21403] ppid=21400 vsize=13980732 memory=327096 CPUtime=2441.83 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 21477 0 0 0 244177 6 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252588954568 140252179333847 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 1341 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 1242 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.08 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1561 0 0 0 7 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 1023 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.04 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2093 0 0 0 3 1 0 0 20 0 15 0 10996025 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13980732 memory=327096 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13980732 memory=1376 CPUtime=1.85 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) S 21400 21400 15523 0 -1 1077944384 15481 0 0 0 183 2 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13980732 memory=327096 CPUtime=2.14 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 18279 0 0 0 213 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.65 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) S 21400 21400 15523 0 -1 1077944384 8109 0 0 0 64 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.75 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1606 0 0 0 33 42 0 0 20 0 15 0 10996034 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 2447.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 328472 KiB

[startup+2502.3 s]
/proc/loadavg: 1.96 1.93 1.83 3/211 21684
/proc/meminfo: memFree=30557620/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13980732 memory=327096 CPUtime=2507.73 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 73797 0 0 0 250727 46 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3495183 81774 3229 1 0 3483476 0
[pid=21402/tid=21403] ppid=21400 vsize=13980732 memory=327096 CPUtime=2501.82 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 21681 0 0 0 250176 6 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252588954568 140252179335054 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 1341 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 1242 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.08 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1561 0 0 0 7 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 1023 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.04 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2099 0 0 0 3 1 0 0 20 0 15 0 10996025 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13980732 memory=327096 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13980732 memory=327096 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13980732 memory=4124 CPUtime=1.85 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) S 21400 21400 15523 0 -1 1077944384 15483 0 0 0 183 2 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13980732 memory=9748 CPUtime=2.14 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 18282 0 0 0 213 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13980732 memory=1376 CPUtime=0.65 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) S 21400 21400 15523 0 -1 1077944384 8111 0 0 0 64 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13980732 memory=327096 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.77 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1626 0 0 0 34 43 0 0 20 0 15 0 10996034 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 2507.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 328472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.6 s]
/proc/loadavg: 1.89 1.92 1.83 3/211 21685
/proc/meminfo: memFree=30557744/32770624 swapFree=67108860/67108860
[pid=21400] ppid=21397 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (xcsp3-exec) S 21397 21400 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 10996017 9740288 344 18446744073709551615 4194304 5098028 140721535167280 140721535165384 140677765452412 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 5 0 0 7196144 7232144 20365312 140721535168890 140721535169094 140721535169094 140721535172587 0
/proc/21400/statm: 2378 344 289 221 0 87 0
[pid=21402] ppid=21400 vsize=13980732 memory=327096 CPUtime=2520.03 cores=0,2,4,6
/proc/21402/stat : 21402 (java) S 21400 21400 15523 0 -1 1077944320 73802 0 0 0 251957 46 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140730705684736 140252584718071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
/proc/21402/statm: 3495183 81774 3229 1 0 3483476 0
[pid=21402/tid=21403] ppid=21400 vsize=13980732 memory=956 CPUtime=2514.12 cores=0,2,4,6
/proc/21402/task/21403/stat : 21403 (java) R 21400 21400 15523 0 -1 4202560 21684 0 0 0 251406 6 0 0 20 0 15 0 10996023 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252588954568 140252180440609 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21404] ppid=21400 vsize=13980732 memory=2240 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21404/stat : 21404 (java) S 21400 21400 15523 0 -1 1077944384 1341 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252504132496 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21405] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21405/stat : 21405 (java) S 21400 21400 15523 0 -1 1077944384 1242 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252503079696 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21406] ppid=21400 vsize=13980732 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/21402/task/21406/stat : 21406 (java) S 21400 21400 15523 0 -1 1077944384 1561 0 0 0 7 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252502027408 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21407] ppid=21400 vsize=13980732 memory=327096 CPUtime=0.09 cores=0,2,4,6
/proc/21402/task/21407/stat : 21407 (java) S 21400 21400 15523 0 -1 1077944384 1023 0 0 0 8 1 0 0 20 0 15 0 10996024 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252500974608 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21408] ppid=21400 vsize=13980732 memory=2160 CPUtime=0.04 cores=0,2,4,6
/proc/21402/task/21408/stat : 21408 (java) S 21400 21400 15523 0 -1 1077944384 2099 0 0 0 3 1 0 0 20 0 15 0 10996025 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252062144624 140252584729218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21409] ppid=21400 vsize=13980732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21409/stat : 21409 (java) S 21400 21400 15523 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252061090592 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21410] ppid=21400 vsize=13980732 memory=3912 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21410/stat : 21410 (java) S 21400 21400 15523 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10996026 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252060038256 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21411] ppid=21400 vsize=13980732 memory=2772 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21411/stat : 21411 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252058986576 140252584736667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21412] ppid=21400 vsize=13980732 memory=2764 CPUtime=1.85 cores=0,2,4,6
/proc/21402/task/21412/stat : 21412 (java) S 21400 21400 15523 0 -1 1077944384 15483 0 0 0 183 2 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252057934448 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21413] ppid=21400 vsize=13980732 memory=4060 CPUtime=2.14 cores=0,2,4,6
/proc/21402/task/21413/stat : 21413 (java) S 21400 21400 15523 0 -1 1077944384 18282 0 0 0 213 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252056881648 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21414] ppid=21400 vsize=13980732 memory=1152 CPUtime=0.65 cores=0,2,4,6
/proc/21402/task/21414/stat : 21414 (java) S 21400 21400 15523 0 -1 1077944384 8111 0 0 0 64 1 0 0 20 0 15 0 10996028 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252055829360 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21415] ppid=21400 vsize=13980732 memory=7288 CPUtime=0 cores=0,2,4,6
/proc/21402/task/21415/stat : 21415 (java) S 21400 21400 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10996029 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252054776800 140252584728277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
[pid=21402/tid=21416] ppid=21400 vsize=13980732 memory=1376 CPUtime=0.77 cores=0,2,4,6
/proc/21402/task/21416/stat : 21416 (java) S 21400 21400 15523 0 -1 1077944384 1628 0 0 0 34 43 0 0 20 0 15 0 10996034 14316269568 81774 18446744073709551615 4194304 4196468 140730705702192 140252053723568 140252584729218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25149440 140730705703346 140730705703522 140730705703522 140730705706959 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 328472 KiB

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

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

[startup+2514.61 s]
# the end of solver process 21402 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.59 s, system=0.468051 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): 2514.61
CPU time (s): 2520.06
CPU user time (s): 2519.59
CPU system time (s): 0.468051
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 13991952
Max. memory (cumulated for all children) (KiB): 328472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.59
system time used= 0.468051
maximum resident set size= 327684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57523
involuntary context switches= 3161


# summary of solver processes directly reported to runsolver:
#   pid: 21400,21402
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.59
#   total CPU system time (s): 0.468051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9116 second user time and 23.311 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 08:44:30
IDJOB=4281839
IDBENCH=126241
IDSOLVER=2677
FILE ID=node130/4281839-1503125880
RUNJOBID= node130-1503095856-15586
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-10-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-4281839-1503125880/watcher-4281839-1503125880 -o /tmp/evaluation-result-4281839-1503125880/solver-4281839-1503125880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 595443267 HOME/instance-4281839-1503125880.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=595443267

node130.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.77
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.77
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.77
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.77
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:        31695928 kB
MemAvailable:   31857960 kB
Buffers:          158564 kB
Cached:           294124 kB
SwapCached:            0 kB
Active:           378688 kB
Inactive:         294476 kB
Active(anon):     220620 kB
Inactive(anon):    16748 kB
Active(file):     158068 kB
Inactive(file):   277728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        220428 kB
Mapped:            43376 kB
Shmem:             17060 kB
Slab:             108232 kB
SReclaimable:      84144 kB
SUnreclaim:        24088 kB
KernelStack:        3440 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1150704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 09:26:25