Trace number 4282688

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.0801 2507.4099

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.04	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282688-1503101684.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4282688-1503101684.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
1.33/0.79	c solve instance...
2520.05/2507.40	s UNKNOWN
2520.05/2507.40	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282688-1503101684/watcher-4282688-1503101684 -o /tmp/evaluation-result-4282688-1503101684/solver-4282688-1503101684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 472082508 HOME/instance-4282688-1503101684.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=17172, runsolver pid=17169

[startup+0.100092 s]*
/proc/loadavg: 1.68 1.72 1.80 5/213 17187
/proc/meminfo: memFree=31765832/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13907304 memory=22620 CPUtime=0.06 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 5061 0 0 0 5 1 0 0 20 0 14 0 8578175 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3476826 5655 2563 1 0 3466323 0
[pid=17174/tid=17175] ppid=17172 vsize=13907304 memory=-6871798056524144002 CPUtime=0.04 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) D 17172 17172 16431 0 -1 4202560 3233 0 0 0 4 0 0 0 20 0 14 0 8578175 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139796722702240 139796718486781 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8578176 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13907304 memory=140545132209792 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8578176 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 8578176 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8578176 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 8578177 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 8578177 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 8578178 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8578180 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 8578180 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8578180 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 8578180 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 8578180 14241079296 5655 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 24000 KiB

[startup+0.210172 s]*
/proc/loadavg: 1.68 1.72 1.80 5/214 17188
/proc/meminfo: memFree=31760084/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13974352 memory=28388 CPUtime=0.11 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 5586 0 0 0 10 1 0 0 20 0 15 0 8578175 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3493588 7097 2809 1 0 3482964 0
[pid=17174/tid=17175] ppid=17172 vsize=13974352 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 3611 0 0 0 8 0 0 0 20 0 15 0 8578175 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139796722687824 139796702545246 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13974352 memory=140545132209792 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8578177 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8578177 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8578178 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) R 17172 17172 16431 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795629906200 139796695748656 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 8578180 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578189 14309736448 7097 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29768 KiB

[startup+0.310375 s]*
/proc/loadavg: 1.68 1.72 1.80 5/214 17188
/proc/meminfo: memFree=31747728/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13974352 memory=40036 CPUtime=0.31 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 9227 0 0 0 29 2 0 0 20 0 15 0 8578175 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3493588 10009 3005 1 0 3482964 0
[pid=17174/tid=17175] ppid=17172 vsize=13974352 memory=7077796292425249400 CPUtime=0.18 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 6336 0 0 0 16 2 0 0 20 0 15 0 8578175 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139796722682848 139796702545246 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13974352 memory=140545132209792 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13974352 memory=3688501078341464111 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8578176 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13974352 memory=140545132209792 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8578177 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8578177 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8578178 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13974352 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 8578180 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) R 17172 17172 16431 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 8578180 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13974352 memory=281090152472888 CPUtime=0.07 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) R 17172 17172 16431 0 -1 4202560 717 0 0 0 7 0 0 0 20 0 15 0 8578180 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796697867971 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578189 14309736448 10009 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41416 KiB

[startup+0.701521 s]
/proc/loadavg: 1.79 1.74 1.81 6/214 17188
/proc/meminfo: memFree=31735076/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13980732 memory=73532 CPUtime=1.33 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 13554 0 0 0 128 5 0 0 20 0 15 0 8578175 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3495183 18383 3162 1 0 3483476 0
[pid=17174/tid=17175] ppid=17172 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 8646 0 0 0 52 4 0 0 20 0 15 0 8578175 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139796722701776 139796700113876 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13980732 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578176 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8578176 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13980732 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8578178 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13980732 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13980732 memory=4612 CPUtime=0.21 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) R 17172 17172 16431 0 -1 4202560 1187 0 0 0 21 0 0 0 20 0 15 0 8578180 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795630944800 139796699982641 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13980732 memory=1444 CPUtime=0.2 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) R 17172 17172 16431 0 -1 4202560 912 0 0 0 20 0 0 0 20 0 15 0 8578180 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795629892448 139796703386716 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13980732 memory=10712 CPUtime=0.33 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) R 17172 17172 16431 0 -1 4202560 1502 0 0 0 33 0 0 0 20 0 15 0 8578180 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795628850552 139796710701886 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8578189 14316269568 18383 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 74912 KiB

[startup+1.5008 s]
/proc/loadavg: 1.79 1.74 1.81 7/214 17188
/proc/meminfo: memFree=31697916/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13982632 memory=119664 CPUtime=3.74 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 27199 0 0 0 367 7 0 0 20 0 15 0 8578175 14318215168 29916 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0

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

[pid=17174/tid=17180] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 3745 0 0 0 11 4 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13980732 memory=8596 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8578178 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13980732 memory=4004 CPUtime=5.38 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 29864 0 0 0 533 5 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13980732 memory=1380 CPUtime=5.61 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) S 17172 17172 16431 0 -1 1077944384 26747 0 0 0 558 3 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.8 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 9691 0 0 0 79 1 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13980732 memory=10712 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13980732 memory=4004 CPUtime=0.65 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 766 0 0 0 30 35 0 0 20 0 15 0 8578189 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 2394.91 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184116 KiB

[startup+2442.3 s]
/proc/loadavg: 1.78 1.78 1.73 3/215 17348
/proc/meminfo: memFree=31053680/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13980732 memory=182736 CPUtime=2454.92 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 104877 0 0 0 245446 46 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3495183 45684 3247 1 0 3483476 0
[pid=17174/tid=17175] ppid=17172 vsize=13980732 memory=182736 CPUtime=2441.8 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 21064 0 0 0 244172 8 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796722703920 139796367620371 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 1930 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 2399 0 0 0 9 2 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 4567 0 0 0 10 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2707 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.16 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 3749 0 0 0 12 4 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13980732 memory=182736 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13980732 memory=182736 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8578178 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13980732 memory=182736 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13980732 memory=182736 CPUtime=5.38 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 29864 0 0 0 533 5 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13980732 memory=1380 CPUtime=5.61 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) S 17172 17172 16431 0 -1 1077944384 26747 0 0 0 558 3 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.8 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 9691 0 0 0 79 1 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.67 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 770 0 0 0 31 36 0 0 20 0 15 0 8578189 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 2454.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184116 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.79 1.73 3/212 17431
/proc/meminfo: memFree=31551564/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13980732 memory=182736 CPUtime=2514.95 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 105436 0 0 0 251447 48 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3495183 45684 3247 1 0 3483476 0
[pid=17174/tid=17175] ppid=17172 vsize=13980732 memory=182736 CPUtime=2501.79 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 21263 0 0 0 250171 8 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796722703920 139796364573184 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 2199 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 2404 0 0 0 9 2 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 4591 0 0 0 10 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2736 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13980732 memory=182736 CPUtime=0.16 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 3770 0 0 0 12 4 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13980732 memory=182736 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13980732 memory=182736 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8578178 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13980732 memory=0 CPUtime=5.38 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 29866 0 0 0 533 5 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13980732 memory=182736 CPUtime=5.61 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) S 17172 17172 16431 0 -1 1077944384 26749 0 0 0 558 3 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13980732 memory=1380 CPUtime=0.8 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 9693 0 0 0 79 1 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13980732 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13980732 memory=16448 CPUtime=0.69 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 776 0 0 0 32 37 0 0 20 0 15 0 8578189 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 2514.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.4 s]
/proc/loadavg: 1.83 1.80 1.73 3/212 17432
/proc/meminfo: memFree=31533020/32770624 swapFree=67108860/67108860
[pid=17172] ppid=17169 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17172/stat : 17172 (xcsp3-exec) S 17169 17172 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 8578171 9740288 345 18446744073709551615 4194304 5098028 140722779980816 140722779978920 140615058539132 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 3 0 0 7196144 7232144 29741056 140722779984250 140722779984454 140722779984454 140722779987947 0
/proc/17172/statm: 2378 345 289 221 0 87 0
[pid=17174] ppid=17172 vsize=13980732 memory=182736 CPUtime=2520.05 cores=0,2,4,6
/proc/17174/stat : 17174 (java) S 17172 17172 16431 0 -1 1077944320 105520 0 0 0 251957 48 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 140733688129296 139796718464759 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
/proc/17174/statm: 3495183 45684 3247 1 0 3483476 0
[pid=17174/tid=17175] ppid=17172 vsize=13980732 memory=844 CPUtime=2506.89 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (java) R 17172 17172 16431 0 -1 4202560 21329 0 0 0 250681 8 0 0 20 0 15 0 8578175 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796722703920 139796367620562 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17176] ppid=17172 vsize=13980732 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (java) S 17172 17172 16431 0 -1 1077944384 2199 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796690307472 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17177] ppid=17172 vsize=13980732 memory=792 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (java) S 17172 17172 16431 0 -1 1077944384 2404 0 0 0 9 2 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796317989136 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17178] ppid=17172 vsize=13980732 memory=2008 CPUtime=0.11 cores=0,2,4,6
/proc/17174/task/17178/stat : 17178 (java) S 17172 17172 16431 0 -1 1077944384 4591 0 0 0 10 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796316936848 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17179] ppid=17172 vsize=13980732 memory=1228 CPUtime=0.1 cores=0,2,4,6
/proc/17174/task/17179/stat : 17179 (java) S 17172 17172 16431 0 -1 1077944384 2736 0 0 0 9 1 0 0 20 0 15 0 8578176 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139796315884048 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17180] ppid=17172 vsize=13980732 memory=5368 CPUtime=0.16 cores=0,2,4,6
/proc/17174/task/17180/stat : 17180 (java) S 17172 17172 16431 0 -1 1077944384 3770 0 0 0 12 4 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795635169904 139796718475906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17181] ppid=17172 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17181/stat : 17181 (java) S 17172 17172 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 8578177 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795634115872 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17182] ppid=17172 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17182/stat : 17182 (java) S 17172 17172 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8578178 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795633063536 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17183] ppid=17172 vsize=13980732 memory=644 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17183/stat : 17183 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795632011856 139796718483355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17184] ppid=17172 vsize=13980732 memory=1792 CPUtime=5.38 cores=0,2,4,6
/proc/17174/task/17184/stat : 17184 (java) S 17172 17172 16431 0 -1 1077944384 29867 0 0 0 533 5 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795630958704 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17185] ppid=17172 vsize=13980732 memory=952 CPUtime=5.61 cores=0,2,4,6
/proc/17174/task/17185/stat : 17185 (java) S 17172 17172 16431 0 -1 1077944384 26749 0 0 0 558 3 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795629905904 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17186] ppid=17172 vsize=13980732 memory=2240 CPUtime=0.8 cores=0,2,4,6
/proc/17174/task/17186/stat : 17186 (java) S 17172 17172 16431 0 -1 1077944384 9693 0 0 0 79 1 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795628853616 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17187] ppid=17172 vsize=13980732 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17187/stat : 17187 (java) S 17172 17172 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8578180 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795627801056 139796718474965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
[pid=17174/tid=17188] ppid=17172 vsize=13980732 memory=932 CPUtime=0.7 cores=0,2,4,6
/proc/17174/task/17188/stat : 17188 (java) S 17172 17172 16431 0 -1 1077944384 793 0 0 0 32 38 0 0 20 0 15 0 8578189 14316269568 45684 18446744073709551615 4194304 4196468 140733688146752 139795626748848 139796718475906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22982656 140733688148402 140733688148578 140733688148578 140733688152015 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184116 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2507.41 s]
# the end of solver process 17172 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.59 s, system=0.486097 s

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

Child status: 143
Real time (s): 2507.41
CPU time (s): 2520.08
CPU user time (s): 2519.59
CPU system time (s): 0.486097
CPU usage (%): 100.505
Max. virtual memory (cumulated for all children) (KiB): 13993052
Max. memory (cumulated for all children) (KiB): 239584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.59
system time used= 0.486097
maximum resident set size= 242304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106345
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60209
involuntary context switches= 2538


# summary of solver processes directly reported to runsolver:
#   pid: 17172
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.59
#   total CPU system time (s): 0.486097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7897 second user time and 23.4432 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 02:00:44
IDJOB=4282688
IDBENCH=115819
IDSOLVER=2677
FILE ID=node128/4282688-1503101684
RUNJOBID= node128-1503095815-16489
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.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-4282688-1503101684/watcher-4282688-1503101684 -o /tmp/evaluation-result-4282688-1503101684/solver-4282688-1503101684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 472082508 HOME/instance-4282688-1503101684.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=472082508

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31780972 kB
MemAvailable:   31923208 kB
Buffers:          144832 kB
Cached:           280232 kB
SwapCached:            0 kB
Active:           310432 kB
Inactive:         276864 kB
Active(anon):     162340 kB
Inactive(anon):     8560 kB
Active(file):     148092 kB
Inactive(file):   268304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15632 kB
Writeback:             0 kB
AnonPages:        133064 kB
Mapped:            43240 kB
Shmem:              8868 kB
Slab:             107884 kB
SReclaimable:      83348 kB
SUnreclaim:        24536 kB
KernelStack:        3216 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1255024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 node128 at 2017-08-19 02:42:31