Trace number 4272878

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)? (TO) 2520.0901 2479.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.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272878-1502680551.xml"  -tl '2520s' -p 1 -x 3
0.13/0.25	c [HOME/instance-4272878-1502680551.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
1.37/0.80	c solve instance...
2520.07/2479.40	s UNKNOWN
2520.07/2479.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 (14915 MiB free)
  memory of node 1: 16384 MiB (15305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272878-1502680551/watcher-4272878-1502680551 -o /tmp/evaluation-result-4272878-1502680551/solver-4272878-1502680551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 785444936 HOME/instance-4272878-1502680551.xml 

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

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


[startup+0.100156 s]*
/proc/loadavg: 1.53 1.61 1.77 3/211 2477
/proc/meminfo: memFree=30936232/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13574484 memory=18484 CPUtime=0.03 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 3960 0 0 0 2 1 0 0 20 0 9 0 21937751 13900271616 4621 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3393621 4621 2086 1 0 3383118 0
[pid=2469/tid=2470] ppid=2467 vsize=13574484 memory=-6871798056557643345 CPUtime=0.02 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 2678 0 0 0 2 0 0 0 20 0 9 0 21937752 13900271616 4621 18446744073709551615 4194304 4196468 140730054477264 140402677428744 140402673214621 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13574484 memory=5118961333147690361 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 21937752 13900271616 4621 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13574484 memory=139975755851392 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 21937752 13900271616 4621 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 21937752 13900271616 4687 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 21937752 13900271616 4687 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 21937754 13900271616 4687 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 21937754 13900271616 4687 18446744073709551615 4194304 4196468 140730054477264 140401656084128 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 21937754 13900271616 4687 18446744073709551615 4194304 4196468 140730054477264 140401655031088 140402673202901 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19864 KiB

[startup+0.210631 s]*
/proc/loadavg: 1.53 1.61 1.77 4/217 2483
/proc/meminfo: memFree=30928868/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13974352 memory=28464 CPUtime=0.13 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 5457 0 0 0 12 1 0 0 20 0 15 0 21937751 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3493588 7116 2882 1 0 3482964 0
[pid=2469/tid=2470] ppid=2467 vsize=13974352 memory=7311146985107750967 CPUtime=0.1 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 3399 0 0 0 9 1 0 0 20 0 15 0 21937752 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140402677412520 140402657273182 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13974352 memory=139975756084408 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13974352 memory=139975755851392 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937754 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21937754 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401656084128 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21937754 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401655031024 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 21937757 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937757 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13974352 memory=139975755851392 CPUtime=0.02 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) R 2467 2467 7968 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 21937757 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402296356985 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13974352 memory=139975755851392 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937761 14309736448 7116 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29844 KiB

[startup+0.310685 s]*
/proc/loadavg: 1.53 1.61 1.77 4/217 2483
/proc/meminfo: memFree=30916496/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13978608 memory=39856 CPUtime=0.33 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 9157 0 0 0 29 4 0 0 20 0 15 0 21937751 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3494652 9964 3035 1 0 3482964 0
[pid=2469/tid=2470] ppid=2467 vsize=13978608 memory=4278483708103473607 CPUtime=0.19 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 6353 0 0 0 17 2 0 0 20 0 15 0 21937752 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140402677413688 140402657273182 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937754 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21937754 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401656084128 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21937754 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401655031024 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 604 0 0 0 1 0 0 0 20 0 15 0 21937757 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 21937757 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2467 2467 7968 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 15 0 21937757 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937761 14314094592 9964 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41236 KiB

[startup+0.700896 s]
/proc/loadavg: 1.53 1.61 1.77 5/217 2483
/proc/meminfo: memFree=30906600/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13980732 memory=71968 CPUtime=1.37 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 13570 0 0 0 131 6 0 0 20 0 15 0 21937751 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3495183 17992 3171 1 0 3483476 0
[pid=2469/tid=2470] ppid=2467 vsize=13980732 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 8468 0 0 0 53 4 0 0 20 0 15 0 21937752 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140402677429104 140402673204630 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 21937754 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21937754 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401656084128 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13980732 memory=5 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21937754 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401655031024 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13980732 memory=36 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13980732 memory=2 CPUtime=0.2 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 1405 0 0 0 20 0 0 0 20 0 15 0 21937757 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 629 0 0 0 21 0 0 0 20 0 15 0 21937757 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13980732 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) R 2467 2467 7968 0 -1 4202560 1759 0 0 0 35 0 0 0 20 0 15 0 21937757 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673204630 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937761 14316269568 17992 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73348 KiB

[startup+1.50081 s]
/proc/loadavg: 1.53 1.61 1.77 5/217 2483
/proc/meminfo: memFree=30874712/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13980732 memory=117552 CPUtime=3.8 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 30507 0 0 0 372 8 0 0 20 0 15 0 21937751 14316269568 29388 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3495183 29388 3200 1 0 3483476 0
[pid=2469/tid=2470] ppid=2467 vsize=13980732 memory=14972 CPUtime=1.37 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 9536 0 0 0 132 5 0 0 20 0 15 0 21937752 14316269568 29388 18446744073709551615 4194304 4196468 140730054477264 140402677426752 140402296388937 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13980732 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 29388 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 29388 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21937752 14316269568 29388 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7

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

/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401655031040 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13982780 memory=0 CPUtime=11.74 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 47245 0 0 0 1170 4 0 0 20 0 15 0 21937757 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13982780 memory=427424 CPUtime=11.32 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 62566 0 0 0 1126 6 0 0 20 0 15 0 21937757 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13982780 memory=1380 CPUtime=1.23 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2467 2467 7968 0 -1 1077944384 12174 0 0 0 120 3 0 0 20 0 15 0 21937757 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13982780 memory=427460 CPUtime=0.51 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1082 0 0 0 24 27 0 0 20 0 15 0 21937761 14318366720 106865 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 2362.45 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 428840 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.62 1.66 3/216 2858
/proc/meminfo: memFree=30486884/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13982780 memory=427484 CPUtime=2422.7 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 201796 0 0 0 242163 107 0 0 20 0 15 0 21937751 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3495695 106871 3263 1 0 3483988 0
[pid=2469/tid=2470] ppid=2467 vsize=13982780 memory=1380 CPUtime=2375.87 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 35219 0 0 0 237577 10 0 0 20 0 15 0 21937752 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140402677432048 140402306946070 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13982780 memory=427484 CPUtime=5.34 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 9375 0 0 0 521 13 0 0 20 0 15 0 21937752 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13982780 memory=427484 CPUtime=5.32 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 5922 0 0 0 519 13 0 0 20 0 15 0 21937752 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13982780 memory=427468 CPUtime=5.33 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 7283 0 0 0 519 14 0 0 20 0 15 0 21937752 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13982780 memory=427468 CPUtime=5.32 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 6773 0 0 0 518 14 0 0 20 0 15 0 21937752 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13982780 memory=427484 CPUtime=0.6 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 12791 0 0 0 54 6 0 0 20 0 15 0 21937754 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13982780 memory=427484 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401656084192 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401655031040 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13982780 memory=427484 CPUtime=11.74 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 47245 0 0 0 1170 4 0 0 20 0 15 0 21937757 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13982780 memory=427484 CPUtime=11.32 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 62566 0 0 0 1126 6 0 0 20 0 15 0 21937757 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13982780 memory=1380 CPUtime=1.23 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2467 2467 7968 0 -1 1077944384 12174 0 0 0 120 3 0 0 20 0 15 0 21937757 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13982780 memory=1588 CPUtime=0.52 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1101 0 0 0 24 28 0 0 20 0 15 0 21937761 14318366720 106871 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 2422.7 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 428864 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.65 1.67 3/213 2862
/proc/meminfo: memFree=30491756/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13982780 memory=426472 CPUtime=2482.87 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 202388 0 0 0 248179 108 0 0 20 0 15 0 21937751 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3495695 106618 3263 1 0 3483988 0
[pid=2469/tid=2470] ppid=2467 vsize=13982780 memory=426472 CPUtime=2435.81 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 35438 0 0 0 243571 10 0 0 20 0 15 0 21937752 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140402677432272 140402306945861 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13982780 memory=427496 CPUtime=5.39 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 9382 0 0 0 526 13 0 0 20 0 15 0 21937752 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13982780 memory=1380 CPUtime=5.38 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 5932 0 0 0 524 14 0 0 20 0 15 0 21937752 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13982780 memory=427484 CPUtime=5.38 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 7387 0 0 0 524 14 0 0 20 0 15 0 21937752 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13982780 memory=426472 CPUtime=5.38 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 6810 0 0 0 523 15 0 0 20 0 15 0 21937752 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13982780 memory=426472 CPUtime=0.61 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 12978 0 0 0 55 6 0 0 20 0 15 0 21937754 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13982780 memory=426472 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401656084192 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13982780 memory=426472 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401655031040 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13982780 memory=0 CPUtime=11.74 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 47248 0 0 0 1170 4 0 0 20 0 15 0 21937757 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13982780 memory=426472 CPUtime=11.32 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 62568 0 0 0 1126 6 0 0 20 0 15 0 21937757 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13982780 memory=4612 CPUtime=1.23 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2467 2467 7968 0 -1 1077944384 12176 0 0 0 120 3 0 0 20 0 15 0 21937757 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13982780 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13982780 memory=1380 CPUtime=0.54 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1122 0 0 0 25 29 0 0 20 0 15 0 21937761 14318366720 106618 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 2482.87 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 427852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.4 s]
/proc/loadavg: 1.69 1.65 1.67 3/213 2865
/proc/meminfo: memFree=30490580/32770624 swapFree=67108860/67108860
[pid=2467] ppid=2464 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2467/stat : 2467 (xcsp3-exec) S 2464 2467 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 21937744 9740288 345 18446744073709551615 4194304 5098028 140733853055216 140733853053320 140105075233404 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 6 0 0 7196144 7232144 35721216 140733853057402 140733853057606 140733853057606 140733853061099 0
/proc/2467/statm: 2378 345 289 221 0 87 0
[pid=2469] ppid=2467 vsize=13982780 memory=425972 CPUtime=2520.07 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2467 2467 7968 0 -1 1077944320 203283 0 0 0 251898 109 0 0 20 0 15 0 21937751 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140730054459808 140402673192695 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
/proc/2469/statm: 3495695 106493 3263 1 0 3483988 0
[pid=2469/tid=2470] ppid=2467 vsize=13982780 memory=8688 CPUtime=2472.87 cores=1,3,5,7
/proc/2469/task/2470/stat : 2470 (java) R 2467 2467 7968 0 -1 4202560 35751 0 0 0 247277 10 0 0 20 0 15 0 21937752 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140402677432048 140402302398806 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2471] ppid=2467 vsize=13982780 memory=1440 CPUtime=5.42 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2467 2467 7968 0 -1 1077944384 9435 0 0 0 529 13 0 0 20 0 15 0 21937752 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140402273819152 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2472] ppid=2467 vsize=13982780 memory=9916 CPUtime=5.41 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2467 2467 7968 0 -1 1077944384 5962 0 0 0 527 14 0 0 20 0 15 0 21937752 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140402272766608 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2473] ppid=2467 vsize=13982780 memory=1200 CPUtime=5.41 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2467 2467 7968 0 -1 1077944384 7432 0 0 0 527 14 0 0 20 0 15 0 21937752 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140402271713552 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2474] ppid=2467 vsize=13982780 memory=15872 CPUtime=5.41 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2467 2467 7968 0 -1 1077944384 7112 0 0 0 526 15 0 0 20 0 15 0 21937752 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140402270661008 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2475] ppid=2467 vsize=13982780 memory=4040 CPUtime=0.61 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2467 2467 7968 0 -1 1077944384 13120 0 0 0 55 6 0 0 20 0 15 0 21937754 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401657137904 140402673203842 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2476] ppid=2467 vsize=13982780 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2467 2467 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401656084192 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2477] ppid=2467 vsize=13982780 memory=9952 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2467 2467 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 21937754 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401655031040 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2478] ppid=2467 vsize=13982780 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401653979600 140402673211291 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2479] ppid=2467 vsize=13982780 memory=640 CPUtime=11.74 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2467 2467 7968 0 -1 1077944384 47250 0 0 0 1170 4 0 0 20 0 15 0 21937757 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401652926704 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2480] ppid=2467 vsize=13982780 memory=1792 CPUtime=11.32 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2467 2467 7968 0 -1 1077944384 62570 0 0 0 1126 6 0 0 20 0 15 0 21937757 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401651874160 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2481] ppid=2467 vsize=13982780 memory=960 CPUtime=1.23 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2467 2467 7968 0 -1 1077944384 12178 0 0 0 120 3 0 0 20 0 15 0 21937757 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401650821104 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2482] ppid=2467 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2467 2467 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21937757 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401649768800 140402673202901 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
[pid=2469/tid=2483] ppid=2467 vsize=13982780 memory=425972 CPUtime=0.54 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2467 2467 7968 0 -1 1077944384 1126 0 0 0 25 29 0 0 20 0 15 0 21937761 14318366720 106493 18446744073709551615 4194304 4196468 140730054477264 140401648716848 140402673203842 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 21700608 140730054484402 140730054484578 140730054484578 140730054488015 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 427352 KiB

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

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

[startup+2479.41 s]
# the end of solver process 2469 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.99 s, system=1.09422 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2479.41
CPU time (s): 2520.09
CPU user time (s): 2518.99
CPU system time (s): 1.09422
CPU usage (%): 101.641
Max. virtual memory (cumulated for all children) (KiB): 13993932
Max. memory (cumulated for all children) (KiB): 572796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.99
system time used= 1.09422
maximum resident set size= 571416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67215
involuntary context switches= 1708


# summary of solver processes directly reported to runsolver:
#   pid: 2467,2469
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.99
#   total CPU system time (s): 1.09422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1826 second user time and 23.5995 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 05:01:54
IDJOB=4272878
IDBENCH=115819
IDSOLVER=2664
FILE ID=node128/4272878-1502680551
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
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-4272878-1502680551/watcher-4272878-1502680551 -o /tmp/evaluation-result-4272878-1502680551/solver-4272878-1502680551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 785444936 HOME/instance-4272878-1502680551.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=785444936

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.94
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.94
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.94
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.94
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:        30946132 kB
MemAvailable:   31657268 kB
Buffers:          174488 kB
Cached:           822488 kB
SwapCached:            0 kB
Active:           661588 kB
Inactive:         745420 kB
Active(anon):     410248 kB
Inactive(anon):    16764 kB
Active(file):     251340 kB
Inactive(file):   728656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        409256 kB
Mapped:            47912 kB
Shmem:             17116 kB
Slab:             118764 kB
SReclaimable:      93948 kB
SUnreclaim:        24816 kB
KernelStack:        3568 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     937100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 05:43:13