Trace number 4292600

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.07 2379.31

General information on the benchmark

NameSportsScheduling/
SportsScheduling-26_c18.xml
MD5SUMe7fb96dadee149724dd4cb9af2eae5d9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1001
Number of constraints429
Number of domains2
Minimum domain size26
Maximum domain size325
Distribution of domain sizes[{"size":26,"count":676},{"size":325,"count":325}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":338},{"degree":4,"count":663}]
Minimum constraint arity1
Maximum constraint arity325
Distribution of constraint arities[{"arity":1,"count":13},{"arity":2,"count":13},{"arity":3,"count":325},{"arity":13,"count":25},{"arity":26,"count":26},{"arity":50,"count":13},{"arity":52,"count":13},{"arity":325,"count":1}]
Number of extensional constraints325
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":325},{"type":"intension","count":26},{"type":"allDifferent","count":27},{"type":"count","count":25},{"type":"cardinality","count":26}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292600-1532582656.xml"  -tl '2400s' -p 1 -x 0
0.10/0.18	c Choco 493a269
0.10/0.18	c [HOME/instance-4292600-1532582656.xml, -tl, 2400s, -p, 1, -x, 0]
0.33/0.22	c simple solver
0.33/0.29	c parse instance...
1.56/0.70	c solve instance...
2400.04/2379.30	s UNKNOWN
2400.04/2379.30	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 (9606 MiB free)
  memory of node 1: 16384 MiB (12794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292600-1532582656/watcher-4292600-1532582656 -o /tmp/evaluation-result-4292600-1532582656/solver-4292600-1532582656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532582652-2306 --watchdog 2560 HOME/xcsp3-exec -seed 760014053 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292600-1532582656.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2433, runsolver pid=2430

[startup+0.100126 s]*
/proc/loadavg: 0.16 0.05 0.06 4/220 2449
/proc/meminfo: memFree=22921292/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14082840 memory=29356 CPUtime=0.1 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 5674 0 0 0 9 1 0 0 20 0 15 0 75828773 14420828160 7339 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3520710 7339 2997 1 0 3483008 0
[pid=2435/tid=2436] ppid=2433 vsize=14082840 memory=8115951206965416795 CPUtime=0.09 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 3699 0 0 0 8 1 0 0 20 0 15 0 75828774 14420828160 7339 33554432000 4194304 4196468 140727003487520 140531168937368 140530801210695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 7339 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0.01 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) R 2433 2433 2275 0 -1 4202560 240 0 0 0 1 0 0 0 20 0 15 0 75828779 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530137881328 140531156958181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828780 14420828160 7339 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30808 KiB

[startup+0.210694 s]*
/proc/loadavg: 0.16 0.05 0.06 3/220 2449
/proc/meminfo: memFree=22910888/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14082840 memory=41060 CPUtime=0.33 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 8287 0 0 0 31 2 0 0 20 0 15 0 75828773 14420828160 10265 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3520710 10265 3164 1 0 3483008 0
[pid=2435/tid=2436] ppid=2433 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 5419 0 0 0 18 1 0 0 20 0 15 0 75828774 14420828160 10265 33554432000 4194304 4196468 140727003487520 140531168951264 140531164728726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14082840 memory=14649 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 10265 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14082840 memory=140654672649858 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828774 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828776 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 75828779 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 314 0 0 0 2 0 0 0 20 0 15 0 75828779 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14082840 memory=140654672213632 CPUtime=0.07 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 737 0 0 0 7 0 0 0 20 0 15 0 75828779 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828780 14420828160 10265 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42512 KiB

[startup+0.311704 s]*
/proc/loadavg: 0.16 0.05 0.06 4/220 2449
/proc/meminfo: memFree=22904436/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14087096 memory=47544 CPUtime=0.51 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 9047 0 0 0 48 3 0 0 20 0 15 0 75828773 14425186304 11886 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3521774 11886 3235 1 0 3483008 0
[pid=2435/tid=2436] ppid=2433 vsize=14087096 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 6091 0 0 0 27 2 0 0 20 0 15 0 75828774 14425186304 11886 33554432000 4194304 4196468 140727003487520 140531168950576 140531148797278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14087096 memory=15011 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14425186304 11886 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14087096 memory=430940 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828774 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828776 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828776 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828776 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 515 0 0 0 4 0 0 0 20 0 15 0 75828779 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 334 0 0 0 3 0 0 0 20 0 15 0 75828779 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 806 0 0 0 12 0 0 0 20 0 15 0 75828779 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828780 14425186304 11886 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48996 KiB

[startup+0.700806 s]
/proc/loadavg: 0.16 0.05 0.06 5/220 2449
/proc/meminfo: memFree=22889732/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14089220 memory=80756 CPUtime=1.56 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 11271 0 0 0 150 6 0 0 20 0 15 0 75828773 14427361280 20189 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3522305 20189 3340 1 0 3483520 0
[pid=2435/tid=2436] ppid=2433 vsize=14089220 memory=18292 CPUtime=0.67 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 7024 0 0 0 63 4 0 0 20 0 15 0 75828774 14427361280 20189 33554432000 4194304 4196468 140727003487520 140531168955840 140531148797278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14089220 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14427361280 20189 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14089220 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828774 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14089220 memory=952 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828774 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14089220 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14089220 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14089220 memory=928 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14089220 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14089220 memory=4132 CPUtime=0.24 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 756 0 0 0 24 0 0 0 20 0 15 0 75828779 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14089220 memory=4104 CPUtime=0.23 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 696 0 0 0 23 0 0 0 20 0 15 0 75828779 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14089220 memory=1696 CPUtime=0.38 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) R 2433 2433 2275 0 -1 4202560 1501 0 0 0 38 0 0 0 20 0 15 0 75828779 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530137881328 140531157816638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14089220 memory=916 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14089220 memory=3796 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828780 14427361280 20189 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 82208 KiB

[startup+1.50081 s]
/proc/loadavg: 0.16 0.05 0.06 6/220 2449
/proc/meminfo: memFree=22856112/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0

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

/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14089220 memory=186508 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14089220 memory=186508 CPUtime=3.36 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 16389 0 0 0 335 1 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14089220 memory=3828 CPUtime=2.83 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 16411 0 0 0 281 2 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14089220 memory=22848 CPUtime=0.67 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 6653 0 0 0 66 1 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14089220 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14089220 memory=5524 CPUtime=1.2 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1038 0 0 0 60 60 0 0 20 0 15 0 75828780 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 2282.41 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 187960 KiB

[startup+2322.3 s]
/proc/loadavg: 1.55 1.54 1.50 3/221 2707
/proc/meminfo: memFree=22676552/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14089220 memory=186508 CPUtime=2342.75 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 79570 0 0 0 234111 164 0 0 20 0 15 0 75828773 14427361280 46627 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3522305 46627 3393 1 0 3483520 0
[pid=2435/tid=2436] ppid=2433 vsize=14089220 memory=1452 CPUtime=2312.91 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 23597 0 0 0 231274 17 0 0 20 0 15 0 75828774 14427361280 46627 33554432000 4194304 4196468 140727003487520 140531168956000 140530806837157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14089220 memory=1452 CPUtime=4.61 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 2604 0 0 0 440 21 0 0 20 0 15 0 75828774 14427361280 46627 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14089220 memory=3828 CPUtime=4.63 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 2934 0 0 0 442 21 0 0 20 0 15 0 75828774 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14089220 memory=15868 CPUtime=4.62 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1694 0 0 0 440 22 0 0 20 0 15 0 75828774 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14089220 memory=4012 CPUtime=4.62 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2971 0 0 0 439 23 0 0 20 0 15 0 75828774 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14089220 memory=186508 CPUtime=3.17 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 3901 0 0 0 295 22 0 0 20 0 15 0 75828776 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14089220 memory=186508 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14089220 memory=186508 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14089220 memory=5228 CPUtime=3.36 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 16389 0 0 0 335 1 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14089220 memory=1452 CPUtime=2.83 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 16411 0 0 0 281 2 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14089220 memory=220028 CPUtime=0.67 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 6653 0 0 0 66 1 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14089220 memory=186508 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14089220 memory=1452 CPUtime=1.23 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1050 0 0 0 61 62 0 0 20 0 15 0 75828780 14427361280 46627 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 2342.75 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 187960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2379.3 s]
/proc/loadavg: 1.55 1.54 1.50 3/221 2708
/proc/meminfo: memFree=22673056/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14089220 memory=188556 CPUtime=2400.04 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 79807 0 0 0 239837 167 0 0 20 0 15 0 75828773 14427361280 47139 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3522305 47139 3393 1 0 3483520 0
[pid=2435/tid=2436] ppid=2433 vsize=14089220 memory=1452 CPUtime=2369.67 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 23813 0 0 0 236950 17 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140531168956000 140530806287854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 2606 0 0 0 451 21 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.74 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 2934 0 0 0 452 22 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1702 0 0 0 450 22 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2974 0 0 0 449 23 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14089220 memory=188556 CPUtime=3.25 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 3905 0 0 0 302 23 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14089220 memory=281309084712576 CPUtime=3.36 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 16389 0 0 0 335 1 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14089220 memory=188556 CPUtime=2.83 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 16411 0 0 0 281 2 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14089220 memory=3828 CPUtime=0.67 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 6653 0 0 0 66 1 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14089220 memory=1452 CPUtime=1.26 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1054 0 0 0 63 63 0 0 20 0 15 0 75828780 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 190008 KiB

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

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

[startup+2379.31 s]
# the end of solver process 2435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.39 s, system=1.67975 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+2379.3 s]
/proc/loadavg: 1.55 1.54 1.50 3/221 2708
/proc/meminfo: memFree=22673056/32770624 swapFree=67108860/67108860
[pid=2433] ppid=2430 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (xcsp3-exec) S 2430 2433 2275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828773 115843072 363 33554432000 4194304 5098028 140736302748048 140736302746152 139864360116860 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 32546816 140736302756923 140736302757124 140736302757124 140736302759882 0
/proc/2433/statm: 28282 363 305 221 0 87 0
[pid=2435] ppid=2433 vsize=14089220 memory=188556 CPUtime=2400.04 cores=0,2,4,6
/proc/2435/stat : 2435 (java) S 2433 2433 2275 0 -1 1077944320 79807 0 0 0 239837 167 0 0 20 0 15 0 75828773 14427361280 47139 33554432000 4194304 4196468 140727003487520 140727003470064 140531164716791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
/proc/2435/statm: 3522305 47139 3393 1 0 3483520 0
[pid=2435/tid=2436] ppid=2433 vsize=14089220 memory=1452 CPUtime=2369.67 cores=0,2,4,6
/proc/2435/task/2436/stat : 2436 (java) R 2433 2433 2275 0 -1 4202560 23813 0 0 0 236950 17 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140531168956000 140530806287854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2437] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2437/stat : 2437 (java) S 2433 2433 2275 0 -1 1077944384 2606 0 0 0 451 21 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140531129998096 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2438] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.74 cores=0,2,4,6
/proc/2435/task/2438/stat : 2438 (java) S 2433 2433 2275 0 -1 1077944384 2934 0 0 0 452 22 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530759613328 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2439] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2439/stat : 2439 (java) S 2433 2433 2275 0 -1 1077944384 1702 0 0 0 450 22 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530758560784 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2440] ppid=2433 vsize=14089220 memory=188556 CPUtime=4.72 cores=0,2,4,6
/proc/2435/task/2440/stat : 2440 (java) S 2433 2433 2275 0 -1 1077944384 2974 0 0 0 449 23 0 0 20 0 15 0 75828774 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530757508240 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2441] ppid=2433 vsize=14089220 memory=188556 CPUtime=3.25 cores=0,2,4,6
/proc/2435/task/2441/stat : 2441 (java) S 2433 2433 2275 0 -1 1077944384 3905 0 0 0 302 23 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530144196592 140531164727938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2442] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2442/stat : 2442 (java) S 2433 2433 2275 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530143142816 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2443] ppid=2433 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2443/stat : 2443 (java) S 2433 2433 2275 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 75828776 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530142090224 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2444] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2444/stat : 2444 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530141038800 140531164735387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2445] ppid=2433 vsize=14089220 memory=281309084712576 CPUtime=3.36 cores=0,2,4,6
/proc/2435/task/2445/stat : 2445 (java) S 2433 2433 2275 0 -1 1077944384 16389 0 0 0 335 1 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530139986416 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2446] ppid=2433 vsize=14089220 memory=188556 CPUtime=2.83 cores=0,2,4,6
/proc/2435/task/2446/stat : 2446 (java) S 2433 2433 2275 0 -1 1077944384 16411 0 0 0 281 2 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530138933872 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2447] ppid=2433 vsize=14089220 memory=3828 CPUtime=0.67 cores=0,2,4,6
/proc/2435/task/2447/stat : 2447 (java) S 2433 2433 2275 0 -1 1077944384 6653 0 0 0 66 1 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530137881328 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2448] ppid=2433 vsize=14089220 memory=188556 CPUtime=0 cores=0,2,4,6
/proc/2435/task/2448/stat : 2448 (java) S 2433 2433 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828779 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530136829024 140531164726997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
[pid=2435/tid=2449] ppid=2433 vsize=14089220 memory=1452 CPUtime=1.26 cores=0,2,4,6
/proc/2435/task/2449/stat : 2449 (java) S 2433 2433 2275 0 -1 1077944384 1054 0 0 0 63 63 0 0 20 0 15 0 75828780 14427361280 47139 33554432000 4194304 4196468 140727003487520 140530135775536 140531164727938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15196160 140727003489409 140727003489585 140727003489585 140727003492303 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 190008 KiB

Child status: 143
Real time (s): 2379.31
CPU time (s): 2400.07
CPU user time (s): 2398.39
CPU system time (s): 1.67975
CPU usage (%): 100.873
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 258988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.39
system time used= 1.67975
maximum resident set size= 257536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142964
involuntary context switches= 5631


# summary of solver processes directly reported to runsolver:
#   pid: 2433,2435
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.39
#   total CPU system time (s): 1.67975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.937 second user time and 22.7668 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 07:24:16
IDJOB=4292600
IDBENCH=141600
IDSOLVER=2747
FILE ID=node135/4292600-1532582656
RUNJOBID= node135-1532582652-2306
PBS_JOBID= 21021965
Free space on /tmp= 48348 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-26_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-4292600-1532582656/watcher-4292600-1532582656 -o /tmp/evaluation-result-4292600-1532582656/solver-4292600-1532582656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532582652-2306 --watchdog 2560  HOME/xcsp3-exec -seed 760014053 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292600-1532582656.xml

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

MD5SUM BENCH= e7fb96dadee149724dd4cb9af2eae5d9
RANDOM SEED=760014053

node135.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.50
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.50
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.50
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.50
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:        22939276 kB
MemAvailable:   31802872 kB
Buffers:          191984 kB
Cached:          8852860 kB
SwapCached:            0 kB
Active:          2661468 kB
Inactive:        6563752 kB
Active(anon):     130008 kB
Inactive(anon):    78312 kB
Active(file):    2531460 kB
Inactive(file):  6485440 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3064 kB
Writeback:         12580 kB
AnonPages:        187644 kB
Mapped:            52724 kB
Shmem:             25248 kB
Slab:             303296 kB
SReclaimable:     275156 kB
SUnreclaim:        28140 kB
KernelStack:        3552 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48328 MiB
End job on node135 at 2018-07-26 08:03:56