Trace number 4269089

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-09)SAT (TO)60 2520.1101 2514.72

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269089-1502781274.xml"  -tl '2520s' -p 1 -x 0
0.18/0.33	c [HOME/instance-4269089-1502781274.xml, -tl, 2520s, -p, 1, -x, 0]
0.18/0.39	c simple solver
0.36/0.46	c parse instance...
1.35/0.89	c solve instance...
7.47/4.26	o 500 
26.18/22.43	o 88 
26.33/22.54	o 86 
26.85/23.03	o 84 
27.08/23.22	o 83 
33.85/30.00	o 80 
33.96/30.02	o 76 
34.56/30.68	o 74 
75.03/70.83	o 72 
78.54/74.39	o 67 
140.64/136.36	o 65 
179.85/175.53	o 64 
196.86/192.59	o 63 
447.54/443.07	o 62 
805.71/800.98	o 60 
2520.08/2514.70	s SATISFIABLE
2520.08/2514.70	v <instantiation>
2520.08/2514.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2520.08/2514.70	v 	<values>0 2 3 9 20 33 41 45 55 60 </values>
2520.08/2514.70	v </instantiation>
2520.08/2514.70	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 (15247 MiB free)
  memory of node 1: 16384 MiB (14552 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269089-1502781274/watcher-4269089-1502781274 -o /tmp/evaluation-result-4269089-1502781274/solver-4269089-1502781274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 941172023 HOME/instance-4269089-1502781274.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
Current StackSize limit: 8192 KiB

solver pid=4500, runsolver pid=4497

[startup+0.100594 s]*
/proc/loadavg: 2.00 2.01 1.96 3/202 4503
/proc/meminfo: memFree=30514148/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13356504 memory=10656 CPUtime=0 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 2439 0 0 0 0 0 0 0 20 0 6 0 66468031 13677060096 2664 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3339126 2664 1203 1 0 3329096 0
[pid=4502/tid=4503] ppid=4500 vsize=13356504 memory=-6739615476349292588 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 1335 0 0 0 0 0 0 0 20 0 6 0 66468031 13677060096 3312 18446744073709551615 4194304 4196468 140735866604576 140004084655416 140004073092629 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13356504 memory=5118961333147690361 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66468032 13677060096 3312 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13356504 memory=140526699869824 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66468032 13677060096 3312 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66468032 13677060096 3312 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66468032 13679321088 3312 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.210286 s]*
/proc/loadavg: 2.00 2.01 1.96 2/214 4515
/proc/meminfo: memFree=30505624/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13907304 memory=20648 CPUtime=0.05 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 4556 0 0 0 4 1 0 0 20 0 14 0 66468031 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3476826 5162 2578 1 0 3466323 0
[pid=4502/tid=4503] ppid=4500 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) D 4500 4500 11586 0 -1 4202560 2728 0 0 0 4 0 0 0 20 0 14 0 66468031 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140004084651936 140004080436477 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13907304 memory=1358 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66468032 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13907304 memory=140526700275401 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66468032 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66468032 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66468032 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13907304 memory=140526699869824 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66468033 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 66468034 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 66468034 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66468036 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 66468036 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66468036 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13907304 memory=140526699869824 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 14 0 66468036 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66468036 14241079296 5162 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22028 KiB

[startup+0.310279 s]*
/proc/loadavg: 2.00 2.01 1.96 4/215 4516
/proc/meminfo: memFree=30497484/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13974352 memory=31592 CPUtime=0.18 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 5912 0 0 0 17 1 0 0 20 0 15 0 66468031 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3493588 7898 2913 1 0 3482964 0
[pid=4502/tid=4503] ppid=4500 vsize=13974352 memory=6933928925625698159 CPUtime=0.12 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 3189 0 0 0 11 1 0 0 20 0 15 0 66468031 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140004084647504 140004062826112 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468033 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66468034 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66468034 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14309736448 7898 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 640 0 0 0 1 0 0 0 20 0 15 0 66468036 14309736448 7964 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) R 4500 4500 11586 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 66468036 14309736448 7964 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) R 4500 4500 11586 0 -1 4202560 666 0 0 0 3 0 0 0 20 0 15 0 66468036 14309736448 7964 18446744073709551615 4194304 4196468 140735866604576 140003551701368 140004059237512 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14309736448 7964 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468046 14309736448 7964 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32972 KiB

[startup+0.700799 s]
/proc/loadavg: 2.00 2.01 1.96 6/215 4516
/proc/meminfo: memFree=30479996/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13980732 memory=62184 CPUtime=1.01 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 11216 0 0 0 97 4 0 0 20 0 15 0 66468031 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3495183 15546 3158 1 0 3483476 0
[pid=4502/tid=4503] ppid=4500 vsize=13980732 memory=99 CPUtime=0.49 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 7532 0 0 0 46 3 0 0 20 0 15 0 66468031 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140004084642832 140004059937016 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13980732 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13980732 memory=-1807685287717842718 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13980732 memory=7887619824144493131 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66468033 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13980732 memory=-8412656558695488115 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13980732 memory=5792569655929758313 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13980732 memory=6079956672370336866 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13980732 memory=55 CPUtime=0.11 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 848 0 0 0 11 0 0 0 20 0 15 0 66468036 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13980732 memory=1585 CPUtime=0.11 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) R 4500 4500 11586 0 -1 4202560 384 0 0 0 11 0 0 0 20 0 15 0 66468036 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004065539850 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13980732 memory=27325 CPUtime=0.27 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 1146 0 0 0 27 0 0 0 20 0 15 0 66468036 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468046 14316269568 15546 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63564 KiB

[startup+1.50084 s]
/proc/loadavg: 2.00 2.01 1.96 5/215 4516
/proc/meminfo: memFree=30437248/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13982432 memory=123928 CPUtime=3.42 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 27603 0 0 0 335 7 0 0 20 0 15 0 66468031 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3495608 30982 3189 1 0 3483901 0
[pid=4502/tid=4503] ppid=4500 vsize=13982432 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 8246 0 0 0 126 3 0 0 20 0 15 0 66468031 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140004084650872 140003675099824 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13982432 memory=140526565365630 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13982432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66468032 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13982432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13982432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66468032 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13982432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66468033 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13982432 memory=3472468822792758768 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66468034 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13982432 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66468034 14318010368 30982 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13982432 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6

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

/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13980732 memory=326256 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13980732 memory=326256 CPUtime=1.99 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 19795 0 0 0 197 2 0 0 20 0 15 0 66468036 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13980732 memory=326256 CPUtime=2.03 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) S 4500 4500 11586 0 -1 1077944384 17415 0 0 0 201 2 0 0 20 0 15 0 66468036 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13980732 memory=326256 CPUtime=0.64 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 9955 0 0 0 63 1 0 0 20 0 15 0 66468036 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13980732 memory=326256 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13980732 memory=1380 CPUtime=0.69 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1792 0 0 0 31 38 0 0 20 0 15 0 66468046 14316269568 81564 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 2447.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 327636 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/212 4764
/proc/meminfo: memFree=31067784/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13980732 memory=328024 CPUtime=2507.68 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 85588 0 0 0 250712 56 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3495183 82006 3231 1 0 3483476 0
[pid=4502/tid=4503] ppid=4500 vsize=13980732 memory=328024 CPUtime=2501.8 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 23717 0 0 0 250173 7 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140004084650952 140003675061735 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 2557 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1668 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 1534 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 3264 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.05 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 2515 0 0 0 3 2 0 0 20 0 15 0 66468033 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13980732 memory=1296 CPUtime=1.99 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 19797 0 0 0 197 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13980732 memory=1728 CPUtime=2.03 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) S 4500 4500 11586 0 -1 1077944384 17417 0 0 0 201 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13980732 memory=1380 CPUtime=0.64 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 9958 0 0 0 63 1 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.71 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1812 0 0 0 32 39 0 0 20 0 15 0 66468046 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 2507.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 329404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.7 s]
/proc/loadavg: 1.93 2.01 2.04 3/212 4764
/proc/meminfo: memFree=31051276/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13980732 memory=328024 CPUtime=2520.08 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 85593 0 0 0 251952 56 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3495183 82006 3231 1 0 3483476 0
[pid=4502/tid=4503] ppid=4500 vsize=13980732 memory=328024 CPUtime=2514.2 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 23720 0 0 0 251413 7 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140004084650952 140003676271585 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 2557 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1668 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 1534 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 3264 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.05 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 2515 0 0 0 3 2 0 0 20 0 15 0 66468033 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13980732 memory=328024 CPUtime=1.99 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 19797 0 0 0 197 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13980732 memory=1380 CPUtime=2.03 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) S 4500 4500 11586 0 -1 1077944384 17417 0 0 0 201 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13980732 memory=9992 CPUtime=0.64 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 9958 0 0 0 63 1 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13980732 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13980732 memory=1716 CPUtime=0.72 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1814 0 0 0 32 40 0 0 20 0 15 0 66468046 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 329404 KiB

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

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

[startup+2514.72 s]
# the end of solver process 4502 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.54 s, system=0.569014 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

[startup+2514.7 s]
/proc/loadavg: 1.93 2.01 2.04 3/212 4764
/proc/meminfo: memFree=31051276/32770624 swapFree=67108860/67108860
[pid=4500] ppid=4497 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4500/stat : 4500 (xcsp3-exec) S 4497 4500 11586 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 66468021 9740288 345 18446744073709551615 4194304 5098028 140733645460992 140733645459096 139883181343356 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 13197312 140733645463929 140733645464133 140733645464133 140733645467627 0
/proc/4500/statm: 2378 345 289 221 0 87 0
[pid=4502] ppid=4500 vsize=13980732 memory=328024 CPUtime=2520.08 cores=0,2,4,6
/proc/4502/stat : 4502 (java) S 4500 4500 11586 0 -1 1077944320 85593 0 0 0 251952 56 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140735866587120 140004080414455 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
/proc/4502/statm: 3495183 82006 3231 1 0 3483476 0
[pid=4502/tid=4503] ppid=4500 vsize=13980732 memory=328024 CPUtime=2514.2 cores=0,2,4,6
/proc/4502/task/4503/stat : 4503 (java) R 4500 4500 11586 0 -1 4202560 23720 0 0 0 251413 7 0 0 20 0 15 0 66468031 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140004084650952 140003676271585 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4504] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4504/stat : 4504 (java) S 4500 4500 11586 0 -1 1077944384 2557 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003999828368 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4505] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4505/stat : 4505 (java) S 4500 4500 11586 0 -1 1077944384 1668 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003998775568 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4506] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4506/stat : 4506 (java) S 4500 4500 11586 0 -1 1077944384 1534 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003997723280 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4507] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.09 cores=0,2,4,6
/proc/4502/task/4507/stat : 4507 (java) S 4500 4500 11586 0 -1 1077944384 3264 0 0 0 8 1 0 0 20 0 15 0 66468032 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003996670480 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4508] ppid=4500 vsize=13980732 memory=328024 CPUtime=0.05 cores=0,2,4,6
/proc/4502/task/4508/stat : 4508 (java) S 4500 4500 11586 0 -1 1077944384 2515 0 0 0 3 2 0 0 20 0 15 0 66468033 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003558021744 140004080425602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4509] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4509/stat : 4509 (java) S 4500 4500 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003556967712 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4510] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4510/stat : 4510 (java) S 4500 4500 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 66468034 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003555915376 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4511] ppid=4500 vsize=13980732 memory=328024 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4511/stat : 4511 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003554863696 140004080433051 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4512] ppid=4500 vsize=13980732 memory=328024 CPUtime=1.99 cores=0,2,4,6
/proc/4502/task/4512/stat : 4512 (java) S 4500 4500 11586 0 -1 1077944384 19797 0 0 0 197 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003553810544 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4513] ppid=4500 vsize=13980732 memory=1380 CPUtime=2.03 cores=0,2,4,6
/proc/4502/task/4513/stat : 4513 (java) S 4500 4500 11586 0 -1 1077944384 17417 0 0 0 201 2 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003552757744 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4514] ppid=4500 vsize=13980732 memory=9992 CPUtime=0.64 cores=0,2,4,6
/proc/4502/task/4514/stat : 4514 (java) S 4500 4500 11586 0 -1 1077944384 9958 0 0 0 63 1 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003551705456 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4515] ppid=4500 vsize=13980732 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/4502/task/4515/stat : 4515 (java) S 4500 4500 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66468036 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003550652896 140004080424661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
[pid=4502/tid=4516] ppid=4500 vsize=13980732 memory=1716 CPUtime=0.72 cores=0,2,4,6
/proc/4502/task/4516/stat : 4516 (java) S 4500 4500 11586 0 -1 1077944384 1814 0 0 0 32 40 0 0 20 0 15 0 66468046 14316269568 82006 18446744073709551615 4194304 4196468 140735866604576 140003549600688 140004080425602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25022464 140735866610097 140735866610273 140735866610273 140735866613711 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 329404 KiB

Child status: 143
Real time (s): 2514.72
CPU time (s): 2520.11
CPU user time (s): 2519.54
CPU system time (s): 0.569014
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 13991952
Max. memory (cumulated for all children) (KiB): 329404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.54
system time used= 0.569014
maximum resident set size= 328612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57611
involuntary context switches= 3126


# summary of solver processes directly reported to runsolver:
#   pid: 4500,4502
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2519.54
#   total CPU system time (s): 0.569014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3584 second user time and 22.0136 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 09:00:18
IDJOB=4269089
IDBENCH=126241
IDSOLVER=2660
FILE ID=node124/4269089-1502781274
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62020 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-4269089-1502781274/watcher-4269089-1502781274 -o /tmp/evaluation-result-4269089-1502781274/solver-4269089-1502781274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 941172023 HOME/instance-4269089-1502781274.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=941172023

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30515308 kB
MemAvailable:   30928796 kB
Buffers:          235212 kB
Cached:           465140 kB
SwapCached:            0 kB
Active:          1520036 kB
Inactive:         285068 kB
Active(anon):    1055940 kB
Inactive(anon):    81952 kB
Active(file):     464096 kB
Inactive(file):   203116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7920 kB
Writeback:             0 kB
AnonPages:       1104044 kB
Mapped:            60320 kB
Shmem:             33512 kB
Slab:             150636 kB
SReclaimable:     124224 kB
SUnreclaim:        26412 kB
KernelStack:        3504 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3156080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 09:42:12