Trace number 4292594

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.04 2388.32

General information on the benchmark

NameSportsScheduling/
SportsScheduling-14_c18.xml
MD5SUM1e3f519c957d5cb55b89b746c42a86fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark49.9118
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints147
Number of domains2
Minimum domain size14
Maximum domain size91
Distribution of domain sizes[{"size":14,"count":196},{"size":91,"count":91}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":98},{"degree":4,"count":189}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":7},{"arity":3,"count":91},{"arity":7,"count":13},{"arity":14,"count":14},{"arity":26,"count":7},{"arity":28,"count":7},{"arity":91,"count":1}]
Number of extensional constraints91
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":91},{"type":"intension","count":14},{"type":"allDifferent","count":15},{"type":"count","count":13},{"type":"cardinality","count":14}]
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-4292594-1532582653.xml"  -tl '2400s' -p 1 -x 0
0.10/0.18	c Choco 493a269
0.10/0.18	c [HOME/instance-4292594-1532582653.xml, -tl, 2400s, -p, 1, -x, 0]
0.30/0.24	c simple solver
0.40/0.34	c parse instance...
1.09/0.64	c solve instance...
2400.01/2388.31	s UNKNOWN
2400.01/2388.31	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 (8170 MiB free)
  memory of node 1: 16384 MiB (15516 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292594-1532582653/watcher-4292594-1532582653 -o /tmp/evaluation-result-4292594-1532582653/solver-4292594-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532582652-5698 --watchdog 2560 HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292594-1532582653.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=5731, runsolver pid=5724

[startup+0.100127 s]*
/proc/loadavg: 0.00 0.01 0.05 5/220 5762
/proc/meminfo: memFree=24221904/32770624 swapFree=67076816/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14082840 memory=28412 CPUtime=0.1 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 5441 0 0 0 9 1 0 0 20 0 15 0 75828515 14420828160 7103 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3520710 7103 3000 1 0 3483008 0
[pid=5734/tid=5736] ppid=5731 vsize=14082840 memory=-8961725393488101317 CPUtime=0.08 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 3462 0 0 0 8 0 0 0 20 0 15 0 75828516 14420828160 7103 33554432000 4194304 4196468 140725068009408 139780004716944 139779593297206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828518 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7103 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29868 KiB

[startup+0.210737 s]*
/proc/loadavg: 0.00 0.01 0.05 2/220 5762
/proc/meminfo: memFree=24198596/32770624 swapFree=67076816/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14082840 memory=40832 CPUtime=0.3 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 8193 0 0 0 28 2 0 0 20 0 15 0 75828515 14420828160 10208 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3520710 10208 3201 1 0 3483008 0
[pid=5734/tid=5736] ppid=5731 vsize=14082840 memory=7883960649037381690 CPUtime=0.17 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 5306 0 0 0 16 1 0 0 20 0 15 0 75828516 14420828160 10208 33554432000 4194304 4196468 140725068009408 139780004723712 139779984573790 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14082840 memory=8947 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14082840 memory=288370514880030336 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828518 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 75828521 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 75828522 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14082840 memory=140138728318592 CPUtime=0.06 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) R 5731 5731 5667 0 -1 4202560 773 0 0 0 6 0 0 0 20 0 15 0 75828522 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779468487024 139779978484273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 10208 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42288 KiB

[startup+0.310823 s]*
/proc/loadavg: 0.00 0.01 0.05 4/220 5762
/proc/meminfo: memFree=24191540/32770624 swapFree=67076816/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14087096 memory=44116 CPUtime=0.4 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 8636 0 0 0 37 3 0 0 20 0 15 0 75828515 14425186304 11029 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3521774 11029 3222 1 0 3483008 0
[pid=5734/tid=5736] ppid=5731 vsize=14087096 memory=7883960649037381690 CPUtime=0.24 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 5719 0 0 0 22 2 0 0 20 0 15 0 75828516 14425186304 11029 33554432000 4194304 4196468 140725068009408 139780004723232 139780000515229 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14087096 memory=9286 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14087096 memory=446075 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828518 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14087096 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 15 0 75828521 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) R 5731 5731 5667 0 -1 4202560 268 0 0 0 3 0 0 0 20 0 15 0 75828522 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779469529424 139779984019072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14087096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 798 0 0 0 9 0 0 0 20 0 15 0 75828522 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14425186304 11029 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 45572 KiB

[startup+0.701042 s]
/proc/loadavg: 0.00 0.01 0.05 6/220 5762
/proc/meminfo: memFree=24165796/32770624 swapFree=67076816/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14089220 memory=70312 CPUtime=1.36 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 11738 0 0 0 131 5 0 0 20 0 15 0 75828515 14427361280 17578 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3522305 17578 3338 1 0 3483520 0
[pid=5734/tid=5736] ppid=5731 vsize=14089220 memory=1793417282817 CPUtime=0.61 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 7048 0 0 0 58 3 0 0 20 0 15 0 75828516 14427361280 17578 33554432000 4194304 4196468 140725068009408 139780004732208 139779597101731 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14089220 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14089220 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14089220 memory=960 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14089220 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14089220 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828518 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14089220 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14089220 memory=3700 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14089220 memory=844 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14089220 memory=1460 CPUtime=0.17 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) R 5731 5731 5667 0 -1 4202560 1002 0 0 0 17 0 0 0 20 0 15 0 75828521 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779470579664 139779978473118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14089220 memory=2160 CPUtime=0.2 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) R 5731 5731 5667 0 -1 4202560 742 0 0 0 20 0 0 0 20 0 15 0 75828522 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779469525880 139779978907297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14089220 memory=6768 CPUtime=0.34 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) R 5731 5731 5667 0 -1 4202560 1639 0 0 0 34 0 0 0 20 0 15 0 75828522 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779468482096 139779993593150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14089220 memory=824 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14089220 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 17578 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 71768 KiB

[startup+1.50082 s]
/proc/loadavg: 0.00 0.01 0.05 8/220 5762
/proc/meminfo: memFree=24108160/32770624 swapFree=67076816/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0

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

/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14089220 memory=311692 CPUtime=2.41 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 10359 0 0 0 239 2 0 0 20 0 15 0 75828521 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14089220 memory=1456 CPUtime=2.66 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 14239 0 0 0 266 0 0 0 20 0 15 0 75828522 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14089220 memory=311692 CPUtime=0.6 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 8526 0 0 0 58 2 0 0 20 0 15 0 75828522 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14089220 memory=309644 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14089220 memory=1456 CPUtime=0.68 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1138 0 0 0 27 41 0 0 20 0 15 0 75828522 14427361280 77923 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 2333.77 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 313148 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.33 1.19 3/218 6012
/proc/meminfo: memFree=23864756/32770624 swapFree=67076836/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14089220 memory=317836 CPUtime=2393.98 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 83275 0 0 0 239295 103 0 0 20 0 15 0 75828515 14427361280 79459 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3522305 79459 3402 1 0 3483520 0
[pid=5734/tid=5736] ppid=5731 vsize=14089220 memory=315788 CPUtime=2377.26 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 24217 0 0 0 237712 14 0 0 20 0 15 0 75828516 14427361280 79459 33554432000 4194304 4196468 140725068009408 139780004732864 139779597379028 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.11 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 4859 0 0 0 195 16 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.11 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 5051 0 0 0 194 17 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.1 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 3395 0 0 0 196 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14089220 memory=1456 CPUtime=2.11 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 4342 0 0 0 197 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14089220 memory=317836 CPUtime=1.81 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 5766 0 0 0 170 11 0 0 20 0 15 0 75828518 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14089220 memory=317836 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14089220 memory=6228022431091942758 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14089220 memory=208 CPUtime=2.41 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 10361 0 0 0 239 2 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14089220 memory=1456 CPUtime=2.66 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 14241 0 0 0 266 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14089220 memory=1220 CPUtime=0.6 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 8528 0 0 0 58 2 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14089220 memory=1456 CPUtime=0.71 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1153 0 0 0 28 43 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 2393.98 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 319292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.3 s]
/proc/loadavg: 1.53 1.34 1.19 3/218 6012
/proc/meminfo: memFree=23856780/32770624 swapFree=67076836/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14089220 memory=317836 CPUtime=2400.01 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 83285 0 0 0 239897 104 0 0 20 0 15 0 75828515 14427361280 79459 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3522305 79459 3402 1 0 3483520 0
[pid=5734/tid=5736] ppid=5731 vsize=14089220 memory=317836 CPUtime=2383.24 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 24227 0 0 0 238309 15 0 0 20 0 15 0 75828516 14427361280 79459 33554432000 4194304 4196468 140725068009408 139780004732752 139779598690501 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 4859 0 0 0 196 16 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 5051 0 0 0 195 17 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.11 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 3395 0 0 0 197 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 4342 0 0 0 198 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14089220 memory=1456 CPUtime=1.83 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 5766 0 0 0 171 12 0 0 20 0 15 0 75828518 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14089220 memory=315788 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14089220 memory=317836 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14089220 memory=317836 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.41 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 10361 0 0 0 239 2 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14089220 memory=1456 CPUtime=2.66 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 14241 0 0 0 266 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14089220 memory=6228022431091942758 CPUtime=0.6 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 8528 0 0 0 58 2 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14089220 memory=280277219374272 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14089220 memory=1456 CPUtime=0.71 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1153 0 0 0 28 43 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 319292 KiB

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

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

[startup+2388.32 s]
# the end of solver process 5734 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.99 s, system=1.04691 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+2388.3 s]
/proc/loadavg: 1.53 1.34 1.19 3/218 6012
/proc/meminfo: memFree=23856780/32770624 swapFree=67076836/67108860
[pid=5731] ppid=5724 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5731/stat : 5731 (xcsp3-exec) S 5724 5731 5667 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 364 33554432000 4194304 5098028 140727877433792 140727877431896 140403338027644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18735104 140727877436475 140727877436676 140727877436676 140727877439434 0
/proc/5731/statm: 28282 364 306 221 0 87 0
[pid=5734] ppid=5731 vsize=14089220 memory=317836 CPUtime=2400.01 cores=0,2,4,6
/proc/5734/stat : 5734 (java) S 5731 5731 5667 0 -1 1077944320 83285 0 0 0 239897 104 0 0 20 0 15 0 75828515 14427361280 79459 33554432000 4194304 4196468 140725068009408 140725067991952 139780000493303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
/proc/5734/statm: 3522305 79459 3402 1 0 3483520 0
[pid=5734/tid=5736] ppid=5731 vsize=14089220 memory=317836 CPUtime=2383.24 cores=0,2,4,6
/proc/5734/task/5736/stat : 5736 (java) R 5731 5731 5667 0 -1 4202560 24227 0 0 0 238309 15 0 0 20 0 15 0 75828516 14427361280 79459 33554432000 4194304 4196468 140725068009408 139780004732752 139779598690501 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5738] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5738/stat : 5738 (java) S 5731 5731 5667 0 -1 1077944384 4859 0 0 0 196 16 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779915561360 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5739] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5739/stat : 5739 (java) S 5731 5731 5667 0 -1 1077944384 5051 0 0 0 195 17 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779914508560 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5741] ppid=5731 vsize=14089220 memory=315788 CPUtime=2.11 cores=0,2,4,6
/proc/5734/task/5741/stat : 5741 (java) S 5731 5731 5667 0 -1 1077944384 3395 0 0 0 197 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779913456272 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5743] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.12 cores=0,2,4,6
/proc/5734/task/5743/stat : 5743 (java) S 5731 5731 5667 0 -1 1077944384 4342 0 0 0 198 14 0 0 20 0 15 0 75828517 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779593202192 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5746] ppid=5731 vsize=14089220 memory=1456 CPUtime=1.83 cores=0,2,4,6
/proc/5734/task/5746/stat : 5746 (java) S 5731 5731 5667 0 -1 1077944384 5766 0 0 0 171 12 0 0 20 0 15 0 75828518 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779474803312 139780000504450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5747] ppid=5731 vsize=14089220 memory=315788 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5747/stat : 5747 (java) S 5731 5731 5667 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779473749280 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5749] ppid=5731 vsize=14089220 memory=317836 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5749/stat : 5749 (java) S 5731 5731 5667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779472696944 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5754] ppid=5731 vsize=14089220 memory=317836 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5754/stat : 5754 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779471645264 139780000511899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5756] ppid=5731 vsize=14089220 memory=317836 CPUtime=2.41 cores=0,2,4,6
/proc/5734/task/5756/stat : 5756 (java) S 5731 5731 5667 0 -1 1077944384 10361 0 0 0 239 2 0 0 20 0 15 0 75828521 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779470592112 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5757] ppid=5731 vsize=14089220 memory=1456 CPUtime=2.66 cores=0,2,4,6
/proc/5734/task/5757/stat : 5757 (java) S 5731 5731 5667 0 -1 1077944384 14241 0 0 0 266 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779469539312 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5758] ppid=5731 vsize=14089220 memory=6228022431091942758 CPUtime=0.6 cores=0,2,4,6
/proc/5734/task/5758/stat : 5758 (java) S 5731 5731 5667 0 -1 1077944384 8528 0 0 0 58 2 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779468487024 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5760] ppid=5731 vsize=14089220 memory=280277219374272 CPUtime=0 cores=0,2,4,6
/proc/5734/task/5760/stat : 5760 (java) S 5731 5731 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779467434464 139780000503509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
[pid=5734/tid=5761] ppid=5731 vsize=14089220 memory=1456 CPUtime=0.71 cores=0,2,4,6
/proc/5734/task/5761/stat : 5761 (java) S 5731 5731 5667 0 -1 1077944384 1153 0 0 0 28 43 0 0 20 0 15 0 75828522 14427361280 79459 33554432000 4194304 4196468 140725068009408 139779466382256 139780000504450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 26210304 140725068010625 140725068010801 140725068010801 140725068013519 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 319292 KiB

Child status: 143
Real time (s): 2388.32
CPU time (s): 2400.04
CPU user time (s): 2398.99
CPU system time (s): 1.04691
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 319292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.99
system time used= 1.04691
maximum resident set size= 318280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84116
page faults= 0
swaps= 0
block input operations= 1336
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98802
involuntary context switches= 3967


# summary of solver processes directly reported to runsolver:
#   pid: 5731,5734
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.99
#   total CPU system time (s): 1.04691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1546 second user time and 22.6216 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 07:24:13
IDJOB=4292594
IDBENCH=141595
IDSOLVER=2747
FILE ID=node102/4292594-1532582653
RUNJOBID= node102-1532582652-5698
PBS_JOBID= 21021970
Free space on /tmp= 52748 MiB

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

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

MD5SUM BENCH= 1e3f519c957d5cb55b89b746c42a86fa
RANDOM SEED=223816382

node102.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.51
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.51
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.51
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.51
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:        24255744 kB
MemAvailable:   31963108 kB
Buffers:          180000 kB
Cached:          7763488 kB
SwapCached:         5448 kB
Active:          1329532 kB
Inactive:        6646112 kB
Active(anon):       3320 kB
Inactive(anon):    53668 kB
Active(file):    1326212 kB
Inactive(file):  6592444 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076816 kB
Dirty:             41072 kB
Writeback:             0 kB
AnonPages:         34568 kB
Mapped:            33016 kB
Shmem:             21748 kB
Slab:             235992 kB
SReclaimable:     209084 kB
SUnreclaim:        26908 kB
KernelStack:        3168 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52708 MiB
End job on node102 at 2018-07-26 08:04:02