Trace number 4301780

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.7b seq (e747e1e)? (TO) 252.065 245.416

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-herbs_c18.xml
MD5SUMc28699084a36c5d45188c7cead550bcc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark61.0369
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints1021
Number of domains11
Minimum domain size2
Maximum domain size308
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":66,"count":60},{"size":77,"count":210},{"size":88,"count":120},{"size":99,"count":180},{"size":110,"count":120},{"size":165,"count":30},{"size":253,"count":120},{"size":281,"count":30},{"size":308,"count":60}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":1770},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":900},{"arity":30,"count":61}]
Number of extensional constraints0
Number of intensional constraints960
Distribution of constraint types[{"type":"intension","count":960},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301780-1532885695.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301780-1532885695.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
2.06/0.86	c solve instance...
252.03/245.40	s UNKNOWN
252.03/245.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 (14936 MiB free)
  memory of node 1: 16384 MiB (11649 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301780-1532885695/watcher-4301780-1532885695 -o /tmp/evaluation-result-4301780-1532885695/solver-4301780-1532885695 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312 HOME/xcsp3-exec -seed 1331424729 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301780-1532885695.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12508, runsolver pid=12505
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.73 1.92 2.00 3/218 12524
/proc/meminfo: memFree=27207408/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14082940 memory=28584 CPUtime=0.12 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 5497 0 0 0 11 1 0 0 20 0 15 0 106132754 14420930560 7146 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3520735 7146 3023 1 0 3483012 0
[pid=12510/tid=12511] ppid=12508 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 3520 0 0 0 9 0 0 0 20 0 15 0 106132755 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614997366576 140614972858375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106132757 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106132757 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614466221344 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106132758 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0.01 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) R 12508 12508 7585 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614460959088 140614993145238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 7146 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30040 KiB

[startup+0.210771 s]*
/proc/loadavg: 1.73 1.92 2.00 4/218 12524
/proc/meminfo: memFree=27196608/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14082940 memory=39828 CPUtime=0.34 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 8044 0 0 0 32 2 0 0 20 0 15 0 106132754 14420930560 9957 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3520735 9957 3174 1 0 3483012 0
[pid=12510/tid=12511] ppid=12508 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 5376 0 0 0 19 1 0 0 20 0 15 0 106132755 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614997368288 140614993155229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14082940 memory=8950 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14082940 memory=3979410040865793696 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106132756 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106132757 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106132757 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614466221344 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106132758 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 593 0 0 0 3 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14082940 memory=139805420267136 CPUtime=0.08 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 695 0 0 0 8 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132760 14420930560 10021 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41284 KiB

[startup+0.314836 s]*
/proc/loadavg: 1.73 1.92 2.00 4/218 12524
/proc/meminfo: memFree=27189412/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14087196 memory=47868 CPUtime=0.53 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 9086 0 0 0 50 3 0 0 20 0 15 0 106132754 14425288704 11967 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3521799 11967 3268 1 0 3483012 0
[pid=12510/tid=12511] ppid=12508 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 6111 0 0 0 28 2 0 0 20 0 15 0 106132755 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614997368832 140614977213790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106132756 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106132757 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106132757 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614466221344 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106132758 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14087196 memory=4628975386420216973 CPUtime=0.05 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 605 0 0 0 5 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 211 0 0 0 3 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14087196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 856 0 0 0 13 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132760 14425288704 11967 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49324 KiB

[startup+0.704607 s]
/proc/loadavg: 1.73 1.92 2.00 5/218 12524
/proc/meminfo: memFree=27170116/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14089320 memory=88708 CPUtime=1.7 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 12778 0 0 0 165 5 0 0 20 0 15 0 106132754 14427463680 22177 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3522330 22177 3353 1 0 3483524 0
[pid=12510/tid=12511] ppid=12508 vsize=14089320 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 7017 0 0 0 64 3 0 0 20 0 15 0 106132755 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614997369472 140614628879492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14089320 memory=30228 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132756 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14089320 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106132756 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14089320 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106132757 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14089320 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106132757 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614466221344 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14089320 memory=860 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106132758 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14089320 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14089320 memory=756 CPUtime=0.28 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) R 12508 12508 7585 0 -1 1077944384 1290 0 0 0 28 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614463046432 140614993143509 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14089320 memory=1616 CPUtime=0.29 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) R 12508 12508 7585 0 -1 4202560 1063 0 0 0 29 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614461999936 140614978235707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14089320 memory=1836 CPUtime=0.42 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 2099 0 0 0 42 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14089320 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14089320 memory=6396 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106132760 14427463680 22177 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 90164 KiB

[startup+1.50086 s]
/proc/loadavg: 1.73 1.92 2.00 5/218 12524
/proc/meminfo: memFree=27015848/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0

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

/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 106132758 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14091368 memory=482824 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14091368 memory=1456 CPUtime=2.7 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 19762 0 0 0 268 2 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14091368 memory=3872 CPUtime=2.58 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 19529 0 0 0 255 3 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14091368 memory=30228 CPUtime=0.77 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 8075 0 0 0 76 1 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14091368 memory=1265 CPUtime=0.02 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 921 0 0 0 0 2 0 0 20 0 15 0 106132760 14429560832 120717 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 108.69 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 484324 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 1.93 1.99 3/217 12681
/proc/meminfo: memFree=25852696/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14091368 memory=483148 CPUtime=168.74 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 68341 0 0 0 16839 35 0 0 20 0 15 0 106132754 14429560832 120787 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3522842 120787 3423 1 0 3484036 0
[pid=12510/tid=12511] ppid=12508 vsize=14091368 memory=483148 CPUtime=162.15 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 14041 0 0 0 16207 8 0 0 20 0 15 0 106132755 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614997369768 140614636539727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14091368 memory=483148 CPUtime=0.1 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1300 0 0 0 6 4 0 0 20 0 15 0 106132756 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14091368 memory=483148 CPUtime=0.11 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 257 0 0 0 7 4 0 0 20 0 15 0 106132756 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14091368 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 216 0 0 0 6 4 0 0 20 0 15 0 106132756 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14091368 memory=483148 CPUtime=0.1 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 298 0 0 0 6 4 0 0 20 0 15 0 106132756 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14091368 memory=483148 CPUtime=0.01 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 815 0 0 0 1 0 0 0 20 0 15 0 106132757 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 106132757 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614466221408 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 106132758 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14091368 memory=483148 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14091368 memory=3872 CPUtime=2.71 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 20314 0 0 0 269 2 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14091368 memory=1456 CPUtime=2.6 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 20355 0 0 0 257 3 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14091368 memory=1456 CPUtime=0.77 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 8477 0 0 0 76 1 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14091368 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14091368 memory=860 CPUtime=0.02 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 953 0 0 0 0 2 0 0 20 0 15 0 106132760 14429560832 120787 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 168.74 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 484604 KiB

[startup+222.301 s]
/proc/loadavg: 2.00 1.94 1.99 3/217 12682
/proc/meminfo: memFree=25831996/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14091368 memory=504032 CPUtime=228.92 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 73195 0 0 0 22853 39 0 0 20 0 15 0 106132754 14429560832 126008 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3522842 126008 3424 1 0 3484036 0
[pid=12510/tid=12511] ppid=12508 vsize=14091368 memory=504032 CPUtime=222.12 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 14415 0 0 0 22204 8 0 0 20 0 15 0 106132755 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614997371912 140614635318095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14091368 memory=1456 CPUtime=0.12 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1409 0 0 0 7 5 0 0 20 0 15 0 106132756 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14091368 memory=504020 CPUtime=0.12 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1357 0 0 0 8 4 0 0 20 0 15 0 106132756 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14091368 memory=504020 CPUtime=0.11 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 320 0 0 0 7 4 0 0 20 0 15 0 106132756 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14091368 memory=1456 CPUtime=0.13 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 592 0 0 0 8 5 0 0 20 0 15 0 106132756 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14091368 memory=504020 CPUtime=0.01 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 1012 0 0 0 1 0 0 0 20 0 15 0 106132757 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14091368 memory=504032 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 106132757 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614466221408 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14091368 memory=504032 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 106132758 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14091368 memory=504032 CPUtime=2.77 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 22001 0 0 0 275 2 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14091368 memory=3872 CPUtime=2.63 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 21115 0 0 0 259 4 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14091368 memory=1788 CPUtime=0.77 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 8698 0 0 0 76 1 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14091368 memory=860 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14091368 memory=12556 CPUtime=0.04 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 961 0 0 0 1 3 0 0 20 0 15 0 106132760 14429560832 126008 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 228.92 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 505488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.401 s]
/proc/loadavg: 2.00 1.95 1.99 3/217 12683
/proc/meminfo: memFree=25823952/32770624 swapFree=67108496/67108860
[pid=12508] ppid=12505 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12508/stat : 12508 (xcsp3-exec) S 12505 12508 7585 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 106132754 115843072 364 33554432000 4194304 5098028 140724577384560 140724577382664 139771210007164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14221312 140724577391680 140724577391881 140724577391881 140724577394634 0
/proc/12508/statm: 28282 364 306 221 0 87 0
[pid=12510] ppid=12508 vsize=14091368 memory=513624 CPUtime=252.03 cores=1,3,5,7
/proc/12510/stat : 12510 (java) S 12508 12508 7585 0 -1 1077944320 74269 0 0 0 25164 39 0 0 20 0 15 0 106132754 14429560832 128406 33554432000 4194304 4196468 140736786689232 140736786671776 140614993133303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
/proc/12510/statm: 3522842 128406 3424 1 0 3484036 0
[pid=12510/tid=12511] ppid=12508 vsize=14091368 memory=912 CPUtime=245.22 cores=1,3,5,7
/proc/12510/task/12511/stat : 12511 (java) R 12508 12508 7585 0 -1 4202560 14999 0 0 0 24514 8 0 0 20 0 15 0 106132755 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614997370456 140614636619949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12512] ppid=12508 vsize=14091368 memory=1456 CPUtime=0.12 cores=1,3,5,7
/proc/12510/task/12512/stat : 12512 (java) S 12508 12508 7585 0 -1 1077944384 1409 0 0 0 7 5 0 0 20 0 15 0 106132756 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614949685648 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12513] ppid=12508 vsize=14091368 memory=511576 CPUtime=0.12 cores=1,3,5,7
/proc/12510/task/12513/stat : 12513 (java) S 12508 12508 7585 0 -1 1077944384 1357 0 0 0 8 4 0 0 20 0 15 0 106132756 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614948632848 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12514] ppid=12508 vsize=14091368 memory=504052 CPUtime=0.11 cores=1,3,5,7
/proc/12510/task/12514/stat : 12514 (java) S 12508 12508 7585 0 -1 1077944384 320 0 0 0 7 4 0 0 20 0 15 0 106132756 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614587312784 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12515] ppid=12508 vsize=14091368 memory=1616 CPUtime=0.13 cores=1,3,5,7
/proc/12510/task/12515/stat : 12515 (java) S 12508 12508 7585 0 -1 1077944384 592 0 0 0 8 5 0 0 20 0 15 0 106132756 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614586259984 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12516] ppid=12508 vsize=14091368 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/12510/task/12516/stat : 12516 (java) S 12508 12508 7585 0 -1 1077944384 1012 0 0 0 1 0 0 0 20 0 15 0 106132757 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614467275376 140614993144450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12517] ppid=12508 vsize=14091368 memory=504052 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12517/stat : 12517 (java) S 12508 12508 7585 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 106132757 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614466221408 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12518] ppid=12508 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12518/stat : 12518 (java) S 12508 12508 7585 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 106132758 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614465169008 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12519] ppid=12508 vsize=14091368 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12519/stat : 12519 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614464117328 140614993151899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12520] ppid=12508 vsize=14091368 memory=1788 CPUtime=2.77 cores=1,3,5,7
/proc/12510/task/12520/stat : 12520 (java) S 12508 12508 7585 0 -1 1077944384 22093 0 0 0 275 2 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614463064176 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12521] ppid=12508 vsize=14091368 memory=860 CPUtime=2.64 cores=1,3,5,7
/proc/12510/task/12521/stat : 12521 (java) S 12508 12508 7585 0 -1 1077944384 21248 0 0 0 260 4 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614462011376 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12522] ppid=12508 vsize=14091368 memory=3872 CPUtime=0.78 cores=1,3,5,7
/proc/12510/task/12522/stat : 12522 (java) S 12508 12508 7585 0 -1 1077944384 8958 0 0 0 77 1 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614460959088 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12523] ppid=12508 vsize=14091368 memory=30228 CPUtime=0 cores=1,3,5,7
/proc/12510/task/12523/stat : 12523 (java) S 12508 12508 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614459906528 140614993143509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
[pid=12510/tid=12524] ppid=12508 vsize=14091368 memory=279610559143872 CPUtime=0.04 cores=1,3,5,7
/proc/12510/task/12524/stat : 12524 (java) S 12508 12508 7585 0 -1 1077944384 966 0 0 0 1 3 0 0 20 0 15 0 106132760 14429560832 128406 33554432000 4194304 4196468 140736786689232 140614458854320 140614993144450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35454976 140736786691212 140736786691382 140736786691382 140736786694095 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 515080 KiB

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

[startup+245.41 s]
# the end of solver process 12508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00114 s, system=0.00114 s

[startup+245.416 s]
# the end of solver process 12510 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.658 s, system=0.407304 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): 245.416
CPU time (s): 252.065
CPU user time (s): 251.658
CPU system time (s): 0.407304
CPU usage (%): 102.709
Max. virtual memory (cumulated for all children) (KiB): 14206308
Max. memory (cumulated for all children) (KiB): 515080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.658
system time used= 0.407304
maximum resident set size= 520708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8625
involuntary context switches= 528


# summary of solver processes directly reported to runsolver:
#   pid: 12508,12510
#   total CPU time (s): 252.065
#   total CPU user time (s): 251.658
#   total CPU system time (s): 0.407304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34851 second user time and 2.31455 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 19:34:56
IDJOB=4301780
IDBENCH=141353
IDSOLVER=2772
FILE ID=node149/4301780-1532885695
RUNJOBID= node149-1532880125-7617
PBS_JOBID= 21022517
Free space on /tmp= 45724 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-herbs_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301780-1532885695/watcher-4301780-1532885695 -o /tmp/evaluation-result-4301780-1532885695/solver-4301780-1532885695 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312  HOME/xcsp3-exec -seed 1331424729 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301780-1532885695.xml

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

MD5SUM BENCH= c28699084a36c5d45188c7cead550bcc
RANDOM SEED=1331424729

node149.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.60
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.60
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.60
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.60
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:        27225040 kB
MemAvailable:   31763316 kB
Buffers:          166400 kB
Cached:          4595600 kB
SwapCached:           60 kB
Active:          1806140 kB
Inactive:        3175404 kB
Active(anon):     169112 kB
Inactive(anon):    78000 kB
Active(file):    1637028 kB
Inactive(file):  3097404 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             21788 kB
Writeback:             0 kB
AnonPages:        138620 kB
Mapped:            49824 kB
Shmem:             25040 kB
Slab:             261168 kB
SReclaimable:     232304 kB
SUnreclaim:        28864 kB
KernelStack:        3856 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1230632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45700 MiB
End job on node149 at 2018-07-29 19:39:01