Trace number 4272287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT (TO)119 2520.0601 2471.8101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272287-1502819448.xml"  -tl '2520s' -p 1 -x 3
0.15/0.34	c [HOME/instance-4272287-1502819448.xml, -tl, 2520s, -p, 1, -x, 3]
0.15/0.40	c simple solver
0.35/0.47	c parse instance...
0.73/0.67	c solve instance...
1.00/0.79	o 171 
1.35/0.85	o 168 
1.35/0.86	o 167 
2.96/1.34	o 153 
2.96/1.37	o 149 
2.96/1.38	o 141 
12.17/5.89	o 130 
12.48/6.14	o 127 
13.11/6.73	o 126 
155.37/145.88	o 125 
155.47/145.93	o 123 
155.47/145.93	o 120 
194.97/185.00	o 119 
2520.05/2471.80	s SATISFIABLE
2520.05/2471.80	v <instantiation>
2520.05/2471.80	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
2520.05/2471.80	v 	<values>6 8 4 2 7 9 11 13 15 18 16 19 17 14 12 10 5 3 0 1 4 6 10 6 4 6 5 7 12 4 10 3 6 3 6 5 4 5 3 10 </values>
2520.05/2471.80	v </instantiation>
2520.05/2471.80	c Unexpected resolution interruption!

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272287-1502819448/watcher-4272287-1502819448 -o /tmp/evaluation-result-4272287-1502819448/solver-4272287-1502819448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1266819990 HOME/instance-4272287-1502819448.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=9028, runsolver pid=9025

[startup+0.100151 s]*
/proc/loadavg: 1.73 1.62 1.55 2/196 9029
/proc/meminfo: memFree=30671752/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9508 memory=892 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) R 9025 9028 897 0 -1 4202496 408 0 0 0 0 0 0 0 20 0 1 0 84165459 9736192 223 18446744073709551615 4194304 5098028 140737292602768 140737292602768 139965628857808 0 0 5 0 0 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2377 223 186 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 892 KiB

[startup+0.209117 s]*
/proc/loadavg: 1.73 1.62 1.55 2/210 9043
/proc/meminfo: memFree=30661916/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13907304 memory=21236 CPUtime=0.05 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 4683 0 0 0 4 1 0 0 20 0 14 0 84165470 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3476826 5309 2573 1 0 3466323 0
[pid=9030/tid=9031] ppid=9028 vsize=13907304 memory=8389772277269004345 CPUtime=0.04 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) D 9028 9028 897 0 -1 4202560 2871 0 0 0 4 0 0 0 20 0 14 0 84165470 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140538718619552 140538714404093 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 84165471 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13907304 memory=140309002724673 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 84165471 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13907304 memory=140309002155648 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 84165471 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 84165471 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 84165472 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 84165473 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13907304 memory=140309002155648 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 84165473 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 84165475 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 84165475 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 84165475 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 14 0 84165475 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 84165476 14241079296 5309 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22616 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.73 1.62 1.55 5/211 9044
/proc/meminfo: memFree=30656452/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13974352 memory=29352 CPUtime=0.15 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 5661 0 0 0 14 1 0 0 20 0 15 0 84165470 14309736448 7273 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3493588 7273 2889 1 0 3482964 0
[pid=9030/tid=9031] ppid=9028 vsize=13974352 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 3421 0 0 0 10 1 0 0 20 0 15 0 84165470 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140538718610184 140538700063016 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84165471 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13974352 memory=140309002155648 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84165472 14309736448 7404 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84165473 14309736448 7470 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84165473 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 84165475 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) R 9028 9028 897 0 -1 4202560 140 0 0 0 0 0 0 0 20 0 15 0 84165475 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537625501016 140538706619198 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13974352 memory=140309002155648 CPUtime=0.02 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) R 9028 9028 897 0 -1 4202560 604 0 0 0 2 0 0 0 20 0 15 0 84165475 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537624464728 140538692750710 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13974352 memory=140309002155648 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165485 14309736448 7536 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30732 KiB

[startup+0.700706 s]
/proc/loadavg: 1.73 1.62 1.55 3/211 9044
/proc/meminfo: memFree=30637392/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13980732 memory=59552 CPUtime=1 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 12543 0 0 0 96 4 0 0 20 0 15 0 84165470 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3495183 14888 3174 1 0 3483476 0
[pid=9030/tid=9031] ppid=9028 vsize=13980732 memory=280617728341504 CPUtime=0.48 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 8521 0 0 0 45 3 0 0 20 0 15 0 84165470 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140538718619456 140538714394006 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13980732 memory=280617728165600 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13980732 memory=280617728165792 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13980732 memory=383 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=4641052218728211815 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84165472 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=25864 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=4044 CPUtime=0.14 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) R 9028 9028 897 0 -1 1077944384 849 0 0 0 14 0 0 0 20 0 15 0 84165475 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=640 CPUtime=0.14 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 717 0 0 0 14 0 0 0 20 0 15 0 84165475 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=1792 CPUtime=0.21 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) R 9028 9028 897 0 -1 4202560 1152 0 0 0 21 0 0 0 20 0 15 0 84165475 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538699750223 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165485 14316269568 14888 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 60932 KiB

[startup+1.50079 s]
/proc/loadavg: 1.73 1.62 1.55 6/211 9044
/proc/meminfo: memFree=30613912/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13980732 memory=93392 CPUtime=3.57 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 21452 0 0 0 351 6 0 0 20 0 15 0 84165470 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3495183 23348 3201 1 0 3483476 0
[pid=9030/tid=9031] ppid=9028 vsize=13980732 memory=1380 CPUtime=1.27 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 9141 0 0 0 124 3 0 0 20 0 15 0 84165470 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140538718618488 140538330054752 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13980732 memory=86136 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 84165471 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 84165472 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=7667468982653512546 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=6081388257934137447 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=7017546525117607256 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=6944656592387989600 CPUtime=0.9 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) R 9028 9028 897 0 -1 4202560 4462 0 0 0 90 0 0 0 20 0 15 0 84165475 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537626558376 140538695926622 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) R 9028 9028 897 0 -1 4202560 4089 0 0 0 92 0 0 0 20 0 15 0 84165475 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537625505576 140538693683077 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=-2748367524519556131 CPUtime=0.44 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 2451 0 0 0 43 1 0 0 20 0 15 0 84165475 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=-4051592751533505334 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=-3284643825843719562 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165485 14316269568 23348 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 3.57 s
Current children cumulated vsize: 13990244 KiB

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

[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=1380 CPUtime=2.09 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 21902 0 0 0 193 16 0 0 20 0 15 0 84165472 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=199484 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=1380 CPUtime=4.23 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 19344 0 0 0 421 2 0 0 20 0 15 0 84165475 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=198964 CPUtime=3.94 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 17972 0 0 0 392 2 0 0 20 0 15 0 84165475 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=198964 CPUtime=0.71 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 10351 0 0 0 69 2 0 0 20 0 15 0 84165475 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=4116 CPUtime=0.86 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1144 0 0 0 36 50 0 0 20 0 15 0 84165485 14316269568 49741 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 2367.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 200344 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 1.64 1.56 3/211 9307
/proc/meminfo: memFree=30390192/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13980732 memory=192884 CPUtime=2428.66 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 126492 0 0 0 242714 152 0 0 20 0 15 0 84165470 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3495183 48221 3259 1 0 3483476 0
[pid=9030/tid=9031] ppid=9028 vsize=13980732 memory=192884 CPUtime=2366.76 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 27024 0 0 0 236664 12 0 0 20 0 15 0 84165470 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140538718621520 140538332343477 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13980732 memory=192884 CPUtime=12.49 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 6854 0 0 0 1229 20 0 0 20 0 15 0 84165471 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13980732 memory=1380 CPUtime=12.47 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 7274 0 0 0 1224 23 0 0 20 0 15 0 84165471 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13980732 memory=1712 CPUtime=12.48 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 6206 0 0 0 1227 21 0 0 20 0 15 0 84165471 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13980732 memory=7019467087990173753 CPUtime=12.46 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 6465 0 0 0 1226 20 0 0 20 0 15 0 84165471 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=1228 CPUtime=2.19 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 22497 0 0 0 202 17 0 0 20 0 15 0 84165472 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=193396 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=1380 CPUtime=4.23 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 19346 0 0 0 421 2 0 0 20 0 15 0 84165475 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=1380 CPUtime=3.94 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 17974 0 0 0 392 2 0 0 20 0 15 0 84165475 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=193396 CPUtime=0.71 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 10353 0 0 0 69 2 0 0 20 0 15 0 84165475 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=1380 CPUtime=0.88 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1150 0 0 0 37 51 0 0 20 0 15 0 84165485 14316269568 48221 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 2428.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 194264 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.62 1.56 3/210 9309
/proc/meminfo: memFree=30466600/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13980732 memory=196548 CPUtime=2489.98 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 128662 0 0 0 248842 156 0 0 20 0 15 0 84165470 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3495183 49137 3259 1 0 3483476 0
[pid=9030/tid=9031] ppid=9028 vsize=13980732 memory=196548 CPUtime=2426.24 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 27110 0 0 0 242612 12 0 0 20 0 15 0 84165470 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140538718621632 140538330400048 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13980732 memory=1380 CPUtime=12.9 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 7190 0 0 0 1270 20 0 0 20 0 15 0 84165471 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13980732 memory=198604 CPUtime=12.91 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 7597 0 0 0 1268 23 0 0 20 0 15 0 84165471 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13980732 memory=198604 CPUtime=12.91 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 7267 0 0 0 1270 21 0 0 20 0 15 0 84165471 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13980732 memory=1380 CPUtime=12.89 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 6810 0 0 0 1269 20 0 0 20 0 15 0 84165471 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=198604 CPUtime=2.27 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 22512 0 0 0 210 17 0 0 20 0 15 0 84165472 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=198604 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=198604 CPUtime=4.23 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 19346 0 0 0 421 2 0 0 20 0 15 0 84165475 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=1380 CPUtime=3.94 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 17974 0 0 0 392 2 0 0 20 0 15 0 84165475 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=4116 CPUtime=0.71 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 10353 0 0 0 69 2 0 0 20 0 15 0 84165475 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=196548 CPUtime=0.9 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1154 0 0 0 37 53 0 0 20 0 15 0 84165485 14316269568 49137 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 2489.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.53 1.60 1.55 3/210 9309
/proc/meminfo: memFree=30439396/32770624 swapFree=67108860/67108860
[pid=9028] ppid=9025 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9028/stat : 9028 (xcsp3-exec) S 9025 9028 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 84165459 9740288 345 18446744073709551615 4194304 5098028 140737292602768 140737292600872 139965629346428 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 23597056 140737292607864 140737292608069 140737292608069 140737292611563 0
/proc/9028/statm: 2378 345 289 221 0 87 0
[pid=9030] ppid=9028 vsize=13980732 memory=195520 CPUtime=2520.05 cores=0,2,4,6
/proc/9030/stat : 9030 (java) S 9028 9028 897 0 -1 1077944320 128711 0 0 0 251848 157 0 0 20 0 15 0 84165470 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140731866927312 140538714382071 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
/proc/9030/statm: 3495183 48880 3259 1 0 3483476 0
[pid=9030/tid=9031] ppid=9028 vsize=13980732 memory=1012 CPUtime=2455.51 cores=0,2,4,6
/proc/9030/task/9031/stat : 9031 (java) R 9028 9028 897 0 -1 4202560 27152 0 0 0 245539 12 0 0 20 0 15 0 84165470 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140538718621600 140538334355085 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9032] ppid=9028 vsize=13980732 memory=10164 CPUtime=13.09 cores=0,2,4,6
/proc/9030/task/9032/stat : 9032 (java) S 9028 9028 897 0 -1 1077944384 7190 0 0 0 1289 20 0 0 20 0 15 0 84165471 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140538648816016 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9033] ppid=9028 vsize=13980732 memory=1440 CPUtime=13.09 cores=0,2,4,6
/proc/9030/task/9033/stat : 9033 (java) S 9028 9028 897 0 -1 1077944384 7597 0 0 0 1286 23 0 0 20 0 15 0 84165471 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140538647763216 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9034] ppid=9028 vsize=13980732 memory=2000 CPUtime=13.1 cores=0,2,4,6
/proc/9030/task/9034/stat : 9034 (java) S 9028 9028 897 0 -1 1077944384 7270 0 0 0 1289 21 0 0 20 0 15 0 84165471 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140538646710928 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9035] ppid=9028 vsize=13980732 memory=11012 CPUtime=13.08 cores=0,2,4,6
/proc/9030/task/9035/stat : 9035 (java) S 9028 9028 897 0 -1 1077944384 6810 0 0 0 1288 20 0 0 20 0 15 0 84165471 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140538310998544 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9036] ppid=9028 vsize=13980732 memory=1200 CPUtime=2.3 cores=0,2,4,6
/proc/9030/task/9036/stat : 9036 (java) S 9028 9028 897 0 -1 1077944384 22514 0 0 0 213 17 0 0 20 0 15 0 84165472 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537630784112 140538714393218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9037] ppid=9028 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9037/stat : 9037 (java) S 9028 9028 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537629730080 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9038] ppid=9028 vsize=13980732 memory=25952 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9038/stat : 9038 (java) S 9028 9028 897 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 84165473 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537628677744 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9039] ppid=9028 vsize=13980732 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9039/stat : 9039 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165475 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537627626064 140538714400667 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9040] ppid=9028 vsize=13980732 memory=640 CPUtime=4.23 cores=0,2,4,6
/proc/9030/task/9040/stat : 9040 (java) S 9028 9028 897 0 -1 1077944384 19346 0 0 0 421 2 0 0 20 0 15 0 84165475 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537626572912 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9041] ppid=9028 vsize=13980732 memory=1792 CPUtime=3.94 cores=0,2,4,6
/proc/9030/task/9041/stat : 9041 (java) S 9028 9028 897 0 -1 1077944384 17974 0 0 0 392 2 0 0 20 0 15 0 84165475 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537625520112 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9042] ppid=9028 vsize=13980732 memory=3904 CPUtime=0.71 cores=0,2,4,6
/proc/9030/task/9042/stat : 9042 (java) S 9028 9028 897 0 -1 1077944384 10353 0 0 0 69 2 0 0 20 0 15 0 84165475 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537624467824 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9043] ppid=9028 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/9030/task/9043/stat : 9043 (java) S 9028 9028 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 84165476 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537623415264 140538714392277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
[pid=9030/tid=9044] ppid=9028 vsize=13980732 memory=1240 CPUtime=0.91 cores=0,2,4,6
/proc/9030/task/9044/stat : 9044 (java) S 9028 9028 897 0 -1 1077944384 1156 0 0 0 38 53 0 0 20 0 15 0 84165485 14316269568 48880 18446744073709551615 4194304 4196468 140731866944768 140537622363056 140538714393218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 24924160 140731866952113 140731866952289 140731866952289 140731866955727 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 196900 KiB

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

[startup+2471.81 s]
# the end of solver process 9028 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.49 s, system=1.57737 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2471.81
CPU time (s): 2520.06
CPU user time (s): 2518.49
CPU system time (s): 1.57737
CPU usage (%): 101.952
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 481128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.49
system time used= 1.57737
maximum resident set size= 484228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100736
involuntary context switches= 3644


# summary of solver processes directly reported to runsolver:
#   pid: 9028
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.49
#   total CPU system time (s): 1.57737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.605 second user time and 22.5074 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 19:36:42
IDJOB=4272287
IDBENCH=135668
IDSOLVER=2664
FILE ID=node125/4272287-1502819448
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.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-4272287-1502819448/watcher-4272287-1502819448 -o /tmp/evaluation-result-4272287-1502819448/solver-4272287-1502819448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1266819990 HOME/instance-4272287-1502819448.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=1266819990

node125.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.07
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.07
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.07
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.07
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:        30672004 kB
MemAvailable:   31674344 kB
Buffers:          305348 kB
Cached:           990196 kB
SwapCached:            0 kB
Active:          1050680 kB
Inactive:         615200 kB
Active(anon):     370676 kB
Inactive(anon):    33100 kB
Active(file):     680004 kB
Inactive(file):   582100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7708 kB
Writeback:             0 kB
AnonPages:        408016 kB
Mapped:            64484 kB
Shmem:             33444 kB
Slab:             138176 kB
SReclaimable:     112140 kB
SUnreclaim:        26036 kB
KernelStack:        3712 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     971980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 20:17:54