Trace number 4301777

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.116 240.419

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark252.15
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
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-4301777-1532885654.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4301777-1532885654.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
3.16/1.14	c solve instance...
252.08/240.40	s UNKNOWN
252.08/240.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 (10735 MiB free)
  memory of node 1: 16384 MiB (14089 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301777-1532885654/watcher-4301777-1532885654 -o /tmp/evaluation-result-4301777-1532885654/solver-4301777-1532885654 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6816 --watchdog 312 HOME/xcsp3-exec -seed 329352194 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301777-1532885654.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
Current StackSize limit: 8192 KiB

solver pid=8250, runsolver pid=8247

[startup+0.100061 s]*
/proc/loadavg: 1.67 1.91 1.95 4/218 8266
/proc/meminfo: memFree=25403920/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14082940 memory=28864 CPUtime=0.12 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 5521 0 0 0 11 1 0 0 20 0 15 0 106128296 14420930560 7216 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3520735 7216 3047 1 0 3483012 0
[pid=8252/tid=8253] ppid=8250 vsize=14082940 memory=8188852126421848923 CPUtime=0.08 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 3522 0 0 0 8 0 0 0 20 0 15 0 106128297 14420930560 7216 33554432000 4194304 4196468 140733685026576 139894246343488 139894242123158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14082940 memory=140271761127040 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14082940 memory=140271761127040 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106128299 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106128299 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893714916896 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106128299 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893713864048 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14082940 memory=140271761127040 CPUtime=0.01 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) R 8250 8250 6529 0 -1 4202560 288 0 0 0 1 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893709654128 139894226355056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14082940 memory=140271761127040 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 7216 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30316 KiB

[startup+0.210735 s]*
/proc/loadavg: 1.67 1.91 1.95 4/218 8266
/proc/meminfo: memFree=25391904/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14082940 memory=40880 CPUtime=0.34 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 8335 0 0 0 32 2 0 0 20 0 15 0 106128296 14420930560 10220 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3520735 10220 3185 1 0 3483012 0
[pid=8252/tid=8253] ppid=8250 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) D 8250 8250 6529 0 -1 1077944384 5438 0 0 0 18 1 0 0 20 0 15 0 106128297 14420930560 10284 33554432000 4194304 4196468 140733685026576 139894246335392 139894234790445 0 4 0 16800975 18446744072101572132 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14082940 memory=12627 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 10284 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14082940 memory=3762957345332819616 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 10284 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14420930560 10284 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14082972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106128298 14420963328 10284 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14082972 memory=140271761127040 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106128299 14420963328 10284 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14082972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106128299 14420963328 10284 33554432000 4194304 4196468 140733685026576 139893714916896 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106128299 14420930560 10286 33554432000 4194304 4196468 140733685026576 139893713864048 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14420930560 10286 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 508 0 0 0 3 0 0 0 20 0 15 0 106128302 14420930560 10286 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14082940 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 15 0 106128302 14420930560 10286 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14082940 memory=140271761127040 CPUtime=0.08 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 768 0 0 0 8 0 0 0 20 0 15 0 106128302 14420930560 10286 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14423097344 10286 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128302 14423097344 10286 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42332 KiB

[startup+0.310694 s]*
/proc/loadavg: 1.67 1.91 1.95 4/218 8266
/proc/meminfo: memFree=25384832/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14087196 memory=48352 CPUtime=0.53 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 9230 0 0 0 50 3 0 0 20 0 15 0 106128296 14425288704 12088 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3521799 12088 3273 1 0 3483012 0
[pid=8252/tid=8253] ppid=8250 vsize=14087196 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 6168 0 0 0 28 2 0 0 20 0 15 0 106128297 14425288704 12096 33554432000 4194304 4196468 140733685026576 139894246348512 139894226191710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14087196 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14087196 memory=7089317150647820184 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106128298 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14087196 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106128299 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14087196 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106128299 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893714916896 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106128299 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893713864048 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14087196 memory=-6372718397967082684 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14087196 memory=8325818968683490714 CPUtime=0.05 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 592 0 0 0 5 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 340 0 0 0 3 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128302 14425288704 12096 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49804 KiB

[startup+0.701878 s]
/proc/loadavg: 1.67 1.91 1.95 6/218 8266
/proc/meminfo: memFree=25359460/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14089320 memory=102428 CPUtime=1.79 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 13164 0 0 0 174 5 0 0 20 0 15 0 106128296 14427463680 25607 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3522330 25607 3351 1 0 3483524 0
[pid=8252/tid=8253] ppid=8250 vsize=14089320 memory=30360 CPUtime=0.67 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 6891 0 0 0 64 3 0 0 20 0 15 0 106128297 14427463680 25607 33554432000 4194304 4196468 140733685026576 139894246345232 139894226191710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14089320 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14089320 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14089320 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128298 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14089320 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106128298 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106128299 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14089320 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106128299 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893714916896 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106128299 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893713864048 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14089320 memory=8556 CPUtime=0.38 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 1684 0 0 0 38 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14089320 memory=1444 CPUtime=0.35 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 1359 0 0 0 35 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14089320 memory=5668 CPUtime=0.35 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) R 8250 8250 6529 0 -1 4202560 1922 0 0 0 35 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893709648016 139894226191710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14089320 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14089320 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106128302 14427463680 25607 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 103880 KiB

[startup+1.50083 s]
/proc/loadavg: 1.67 1.91 1.95 5/218 8266
/proc/meminfo: memFree=25265136/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0

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

/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893713864064 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14091368 memory=2804 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14091368 memory=1456 CPUtime=3.88 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 23888 0 0 0 386 2 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14091368 memory=384440 CPUtime=4 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 23551 0 0 0 398 2 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14091368 memory=8112282956445269571 CPUtime=0.79 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 7061 0 0 0 78 1 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14091368 memory=16104758104558012 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14091368 memory=4124 CPUtime=0.04 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 482 0 0 0 2 2 0 0 20 0 15 0 106128302 14429560832 290513 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 173.8 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1163504 KiB

[startup+222.301 s]
/proc/loadavg: 1.97 1.94 1.95 3/217 8423
/proc/meminfo: memFree=23998976/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14091368 memory=1162248 CPUtime=233.96 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 83038 0 0 0 23309 87 0 0 20 0 15 0 106128296 14429560832 290562 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3522842 290562 3448 1 0 3484036 0
[pid=8252/tid=8253] ppid=8250 vsize=14091368 memory=16104758104558012 CPUtime=220.5 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 17438 0 0 0 22041 9 0 0 20 0 15 0 106128297 14429560832 290562 33554432000 4194304 4196468 140733685026576 139894246350088 139893887943732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14091368 memory=1404 CPUtime=1.02 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1287 0 0 0 85 17 0 0 20 0 15 0 106128298 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14091368 memory=3000 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1030 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14091368 memory=1456 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 544 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14091368 memory=467288 CPUtime=1.04 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 1571 0 0 0 87 17 0 0 20 0 15 0 106128298 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14091368 memory=8112282956445269571 CPUtime=0.36 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 2489 0 0 0 36 0 0 0 20 0 15 0 106128299 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14091368 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893714916960 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14091368 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893713864064 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14091368 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14091368 memory=288230583166042425 CPUtime=3.93 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 24927 0 0 0 391 2 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14091368 memory=16104758104558012 CPUtime=4.1 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 24664 0 0 0 408 2 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14091368 memory=6944656592455097440 CPUtime=0.81 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 7179 0 0 0 79 2 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14091368 memory=840 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14091368 memory=8112282956445269571 CPUtime=0.05 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 508 0 0 0 2 3 0 0 20 0 15 0 106128302 14429560832 290562 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 233.96 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1163700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.401 s]
/proc/loadavg: 1.98 1.94 1.95 3/217 8423
/proc/meminfo: memFree=23998852/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14091368 memory=1162256 CPUtime=252.08 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 83666 0 0 0 25121 87 0 0 20 0 15 0 106128296 14429560832 290564 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3522842 290564 3448 1 0 3484036 0
[pid=8252/tid=8253] ppid=8250 vsize=14091368 memory=1452 CPUtime=238.6 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 17563 0 0 0 23851 9 0 0 20 0 15 0 106128297 14429560832 290564 33554432000 4194304 4196468 140733685026576 139894246348024 139893888019995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.02 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1287 0 0 0 85 17 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1030 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14091368 memory=1162248 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 544 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.04 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 1571 0 0 0 87 17 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14091368 memory=1452 CPUtime=0.36 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 2489 0 0 0 36 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893714916960 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14091368 memory=952 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893713864064 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14091368 memory=1162256 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14091368 memory=1162256 CPUtime=3.94 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 25008 0 0 0 392 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14091368 memory=1452 CPUtime=4.11 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 25006 0 0 0 409 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14091368 memory=1162256 CPUtime=0.81 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 7256 0 0 0 79 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14091368 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14091368 memory=1452 CPUtime=0.05 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 511 0 0 0 2 3 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1163708 KiB

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

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

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

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

[startup+240.401 s]
/proc/loadavg: 1.98 1.94 1.95 3/217 8423
/proc/meminfo: memFree=23998852/32770624 swapFree=67108688/67108860
[pid=8250] ppid=8247 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8250/stat : 8250 (xcsp3-exec) S 8247 8250 6529 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106128296 115843072 363 33554432000 4194304 5098028 140722522909552 140722522907656 139962286281340 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9052160 140722522911809 140722522912009 140722522912009 140722522914762 0
/proc/8250/statm: 28282 363 306 221 0 87 0
[pid=8252] ppid=8250 vsize=14091368 memory=1162256 CPUtime=252.08 cores=1,3,5,7
/proc/8252/stat : 8252 (java) S 8250 8250 6529 0 -1 1077944320 83666 0 0 0 25121 87 0 0 20 0 15 0 106128296 14429560832 290564 33554432000 4194304 4196468 140733685026576 140733685009120 139894242111223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
/proc/8252/statm: 3522842 290564 3448 1 0 3484036 0
[pid=8252/tid=8253] ppid=8250 vsize=14091368 memory=1452 CPUtime=238.6 cores=1,3,5,7
/proc/8252/task/8253/stat : 8253 (java) R 8250 8250 6529 0 -1 4202560 17563 0 0 0 23851 9 0 0 20 0 15 0 106128297 14429560832 290564 33554432000 4194304 4196468 140733685026576 139894246348024 139893888019995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8254] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.02 cores=1,3,5,7
/proc/8252/task/8254/stat : 8254 (java) S 8250 8250 6529 0 -1 1077944384 1287 0 0 0 85 17 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893838113424 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8255] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8255/stat : 8255 (java) S 8250 8250 6529 0 -1 1077944384 1030 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893837060624 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8256] ppid=8250 vsize=14091368 memory=1162248 CPUtime=1.03 cores=1,3,5,7
/proc/8252/task/8256/stat : 8256 (java) S 8250 8250 6529 0 -1 1077944384 544 0 0 0 87 16 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893836007824 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8257] ppid=8250 vsize=14091368 memory=1162256 CPUtime=1.04 cores=1,3,5,7
/proc/8252/task/8257/stat : 8257 (java) S 8250 8250 6529 0 -1 1077944384 1571 0 0 0 87 17 0 0 20 0 15 0 106128298 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893834955024 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8258] ppid=8250 vsize=14091368 memory=1452 CPUtime=0.36 cores=1,3,5,7
/proc/8252/task/8258/stat : 8258 (java) S 8250 8250 6529 0 -1 1077944384 2489 0 0 0 36 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893715970928 139894242122370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8259] ppid=8250 vsize=14091368 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8259/stat : 8259 (java) S 8250 8250 6529 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893714916960 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8260] ppid=8250 vsize=14091368 memory=952 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8260/stat : 8260 (java) S 8250 8250 6529 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 106128299 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893713864064 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8261] ppid=8250 vsize=14091368 memory=1162256 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8261/stat : 8261 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893712812368 139894242129819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8262] ppid=8250 vsize=14091368 memory=1162256 CPUtime=3.94 cores=1,3,5,7
/proc/8252/task/8262/stat : 8262 (java) S 8250 8250 6529 0 -1 1077944384 25008 0 0 0 392 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893711759728 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8263] ppid=8250 vsize=14091368 memory=1452 CPUtime=4.11 cores=1,3,5,7
/proc/8252/task/8263/stat : 8263 (java) S 8250 8250 6529 0 -1 1077944384 25006 0 0 0 409 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893710706928 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8264] ppid=8250 vsize=14091368 memory=1162256 CPUtime=0.81 cores=1,3,5,7
/proc/8252/task/8264/stat : 8264 (java) S 8250 8250 6529 0 -1 1077944384 7256 0 0 0 79 2 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893709654128 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8265] ppid=8250 vsize=14091368 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/8252/task/8265/stat : 8265 (java) S 8250 8250 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893708601568 139894242121429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
[pid=8252/tid=8266] ppid=8250 vsize=14091368 memory=1452 CPUtime=0.05 cores=1,3,5,7
/proc/8252/task/8266/stat : 8266 (java) S 8250 8250 6529 0 -1 1077944384 511 0 0 0 2 3 0 0 20 0 15 0 106128302 14429560832 290564 33554432000 4194304 4196468 140733685026576 139893707549872 139894242122370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 6762496 140733685032076 140733685032246 140733685032246 140733685034959 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1163708 KiB

Child status: 143
Real time (s): 240.419
CPU time (s): 252.116
CPU user time (s): 251.228
CPU system time (s): 0.888313
CPU usage (%): 104.865
Max. virtual memory (cumulated for all children) (KiB): 14206596
Max. memory (cumulated for all children) (KiB): 1163708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.228
system time used= 0.888313
maximum resident set size= 1162584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8309
involuntary context switches= 286


# summary of solver processes directly reported to runsolver:
#   pid: 8250,8252
#   total CPU time (s): 252.116
#   total CPU user time (s): 251.228
#   total CPU system time (s): 0.888313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32371 second user time and 2.29764 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 19:34:14
IDJOB=4301777
IDBENCH=141352
IDSOLVER=2772
FILE ID=node106/4301777-1532885654
RUNJOBID= node106-1532884072-6816
PBS_JOBID= 21022522
Free space on /tmp= 54704 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-magazine_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-4301777-1532885654/watcher-4301777-1532885654 -o /tmp/evaluation-result-4301777-1532885654/solver-4301777-1532885654 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6816 --watchdog 312  HOME/xcsp3-exec -seed 329352194 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301777-1532885654.xml

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=329352194

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25421536 kB
MemAvailable:   31746940 kB
Buffers:          244744 kB
Cached:          6314268 kB
SwapCached:            0 kB
Active:          2578512 kB
Inactive:        4222484 kB
Active(anon):     189256 kB
Inactive(anon):    80476 kB
Active(file):    2389256 kB
Inactive(file):  4142008 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             22028 kB
Writeback:             0 kB
AnonPages:        248952 kB
Mapped:            57432 kB
Shmem:             25056 kB
Slab:             247680 kB
SReclaimable:     219952 kB
SUnreclaim:        27728 kB
KernelStack:        3584 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1253436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54684 MiB
End job on node106 at 2018-07-29 19:38:15