Trace number 4306921

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

General information on the benchmark

NameFrb/
frb-59-26-3-mgd_c18.xml
MD5SUM4c66b19dbffc4da62838f27d220d1d7d
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 variables59
Number of constraints547
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree11
Maximum variable degree27
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":9},{"degree":18,"count":3},{"degree":19,"count":8},{"degree":20,"count":9},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":3},{"degree":24,"count":4},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":547}]
Number of extensional constraints547
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":547}]
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-4306921-1534127316.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306921-1534127316.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
2.43/0.94	c solve instance...
2520.08/2509.90	s UNKNOWN
2520.08/2509.90	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 (9633 MiB free)
  memory of node 1: 16384 MiB (13382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306921-1534127316/watcher-4306921-1534127316 -o /tmp/evaluation-result-4306921-1534127316/solver-4306921-1534127316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534095837-31734 --watchdog 2580 HOME/xcsp3-exec -seed 649641494 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306921-1534127316.xml 

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

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

solver pid=4049, runsolver pid=4046

[startup+0.101396 s]*
/proc/loadavg: 1.83 1.94 1.95 3/217 4065
/proc/meminfo: memFree=23551276/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14082940 memory=28584 CPUtime=0.12 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 5521 0 0 0 10 2 0 0 20 0 15 0 230294480 14420930560 7146 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3520735 7146 3013 1 0 3483012 0
[pid=4051/tid=4052] ppid=4049 vsize=14082940 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 3523 0 0 0 8 1 0 0 20 0 15 0 230294480 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699820962688 140699795170643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230294482 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230294483 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699289719712 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230294483 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0.01 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 230294485 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294486 14420930560 7212 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30036 KiB

[startup+0.210583 s]*
/proc/loadavg: 1.83 1.94 1.95 5/217 4065
/proc/meminfo: memFree=23540220/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14082940 memory=40572 CPUtime=0.33 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 8189 0 0 0 31 2 0 0 20 0 15 0 230294480 14420930560 10143 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3520735 10143 3189 1 0 3483012 0
[pid=4051/tid=4052] ppid=4049 vsize=14082940 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) D 4049 4049 31702 0 -1 1077944384 5430 0 0 0 18 1 0 0 20 0 15 0 230294480 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699820950248 140699809404277 0 4 0 16800975 18446744072101572132 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14082940 memory=4121269578228463264 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230294481 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 230294482 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230294483 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699289719712 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14082940 memory=140348272309888 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230294483 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 15 0 230294485 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14082940 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 230294485 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14082940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 15 0 230294485 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294486 14420930560 10208 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42024 KiB

[startup+0.310599 s]*
/proc/loadavg: 1.83 1.94 1.95 4/217 4065
/proc/meminfo: memFree=23533928/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14087196 memory=48040 CPUtime=0.52 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 9182 0 0 0 49 3 0 0 20 0 15 0 230294480 14425288704 12010 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3521799 12010 3278 1 0 3483012 0
[pid=4051/tid=4052] ppid=4049 vsize=14087196 memory=280696245643168 CPUtime=0.29 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 6148 0 0 0 27 2 0 0 20 0 15 0 230294480 14425288704 12010 33554432000 4194304 4196468 140725526199504 140699820960048 140699816748189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14087196 memory=4294967331 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14087196 memory=140348272365600 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14087196 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14087196 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230294481 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14087196 memory=140348272372512 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 230294482 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14087196 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230294483 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699289719712 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14087196 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230294483 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14087196 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 466 0 0 0 4 0 0 0 20 0 15 0 230294485 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14087196 memory=140348122853839 CPUtime=0.04 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 373 0 0 0 4 0 0 0 20 0 15 0 230294485 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14087196 memory=140348272313855 CPUtime=0.12 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 910 0 0 0 12 0 0 0 20 0 15 0 230294485 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14087196 memory=140348122844623 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14087196 memory=280696395163776 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294486 14425288704 12075 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49492 KiB

[startup+0.70125 s]
/proc/loadavg: 1.83 1.94 1.95 6/217 4065
/proc/meminfo: memFree=23501792/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14089320 memory=163764 CPUtime=1.77 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 12492 0 0 0 171 6 0 0 20 0 15 0 230294480 14427463680 40941 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3522330 40941 3345 1 0 3483524 0
[pid=4051/tid=4052] ppid=4049 vsize=14089320 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 6580 0 0 0 63 4 0 0 20 0 15 0 230294480 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699820963616 140699457840530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14089320 memory=8458433173657040693 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14089320 memory=7595110104914215011 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14089320 memory=7666631141572832339 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294481 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14089320 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230294481 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14089320 memory=6580 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 230294482 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14089320 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699289719712 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14089320 memory=4452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14089320 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14089320 memory=12668 CPUtime=0.37 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) R 4049 4049 31702 0 -1 4202560 1432 0 0 0 37 0 0 0 20 0 15 0 230294485 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699286550992 140699794892744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14089320 memory=1072 CPUtime=0.37 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) R 4049 4049 31702 0 -1 4202560 1426 0 0 0 37 0 0 0 20 0 15 0 230294485 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699285501040 140699798270497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14089320 memory=14888 CPUtime=0.31 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 1744 0 0 0 31 0 0 0 20 0 15 0 230294485 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14089320 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14089320 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230294486 14427463680 40941 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 165216 KiB

[startup+1.50075 s]
/proc/loadavg: 2.00 1.98 1.97 5/217 4065
/proc/meminfo: memFree=23390424/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0

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

/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14089320 memory=643420 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14089320 memory=643420 CPUtime=1.4 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 8633 0 0 0 139 1 0 0 20 0 15 0 230294485 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14089320 memory=742108 CPUtime=1.36 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 8292 0 0 0 135 1 0 0 20 0 15 0 230294485 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14089320 memory=840284 CPUtime=0.6 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 5803 0 0 0 59 1 0 0 20 0 15 0 230294485 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14089320 memory=1452 CPUtime=0.52 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 968 0 0 0 22 30 0 0 20 0 15 0 230294486 14427463680 210071 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 2452 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 841736 KiB

[startup+2502.3 s]
/proc/loadavg: 0.94 1.31 1.58 2/196 4221
/proc/meminfo: memFree=23370704/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14089320 memory=365648 CPUtime=2512.44 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 131238 0 0 0 250786 458 0 0 20 0 15 0 230294480 14427463680 91412 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3522330 91412 3418 1 0 3483524 0
[pid=4051/tid=4052] ppid=4049 vsize=14089320 memory=365648 CPUtime=2498.34 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 69843 0 0 0 249456 378 0 0 20 0 15 0 230294480 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699820965856 140699802794388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14089320 memory=1243264 CPUtime=2.27 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 5300 0 0 0 217 10 0 0 20 0 15 0 230294481 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14089320 memory=1243264 CPUtime=2.27 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 6636 0 0 0 218 9 0 0 20 0 15 0 230294481 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14089320 memory=1911504 CPUtime=2.27 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 7172 0 0 0 217 10 0 0 20 0 15 0 230294481 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14089320 memory=1452 CPUtime=2.27 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 6764 0 0 0 219 8 0 0 20 0 15 0 230294481 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14089320 memory=365648 CPUtime=1.04 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 10460 0 0 0 86 18 0 0 20 0 15 0 230294482 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14089320 memory=1677176 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699289719776 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14089320 memory=911720 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14089320 memory=3848 CPUtime=1.4 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 8635 0 0 0 139 1 0 0 20 0 15 0 230294485 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14089320 memory=1710008 CPUtime=1.37 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 8294 0 0 0 136 1 0 0 20 0 15 0 230294485 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14089320 memory=1452 CPUtime=0.6 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 5806 0 0 0 59 1 0 0 20 0 15 0 230294485 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14089320 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14089320 memory=2336 CPUtime=0.53 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 989 0 0 0 23 30 0 0 20 0 15 0 230294486 14427463680 91412 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 2512.44 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 367100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.9 s]
/proc/loadavg: 0.87 1.29 1.57 2/196 4221
/proc/meminfo: memFree=23054024/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14089320 memory=749836 CPUtime=2520.08 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 132230 0 0 0 251544 464 0 0 20 0 15 0 230294480 14427463680 187459 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3522330 187459 3418 1 0 3483524 0
[pid=4051/tid=4052] ppid=4049 vsize=14089320 memory=749836 CPUtime=2505.93 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 70822 0 0 0 250209 384 0 0 20 0 15 0 230294480 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699820965856 140699459625522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14089320 memory=749836 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 5303 0 0 0 218 10 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14089320 memory=1452 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 6639 0 0 0 219 9 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14089320 memory=2192 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 7177 0 0 0 218 10 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14089320 memory=1677176 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 6764 0 0 0 220 8 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14089320 memory=681988 CPUtime=1.04 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 10462 0 0 0 86 18 0 0 20 0 15 0 230294482 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699289719776 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14089320 memory=12668 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14089320 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14089320 memory=1452 CPUtime=1.4 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 8635 0 0 0 139 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14089320 memory=548340 CPUtime=1.37 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 8294 0 0 0 136 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14089320 memory=681988 CPUtime=0.6 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 5806 0 0 0 59 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14089320 memory=137 CPUtime=0.53 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 989 0 0 0 23 30 0 0 20 0 15 0 230294486 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 751288 KiB

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

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

[startup+2509.91 s]
# the end of solver process 4051 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.45 s, system=4.64831 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+2509.9 s]
/proc/loadavg: 0.87 1.29 1.57 2/196 4221
/proc/meminfo: memFree=23054024/32770624 swapFree=67108688/67108860
[pid=4049] ppid=4046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4049/stat : 4049 (xcsp3-exec) S 4046 4049 31702 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230294479 115843072 363 33554432000 4194304 5098028 140721027971904 140721027970008 140396518683260 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26677248 140721027974203 140721027974404 140721027974404 140721027977162 0
/proc/4049/statm: 28282 363 306 221 0 87 0
[pid=4051] ppid=4049 vsize=14089320 memory=749836 CPUtime=2520.08 cores=1,3,5,7
/proc/4051/stat : 4051 (java) S 4049 4049 31702 0 -1 1077944320 132230 0 0 0 251544 464 0 0 20 0 15 0 230294480 14427463680 187459 33554432000 4194304 4196468 140725526199504 140725526182048 140699816726263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
/proc/4051/statm: 3522330 187459 3418 1 0 3483524 0
[pid=4051/tid=4052] ppid=4049 vsize=14089320 memory=749836 CPUtime=2505.93 cores=1,3,5,7
/proc/4051/task/4052/stat : 4052 (java) R 4049 4049 31702 0 -1 4202560 70822 0 0 0 250209 384 0 0 20 0 15 0 230294480 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699820965856 140699459625522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4053] ppid=4049 vsize=14089320 memory=749836 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4053/stat : 4053 (java) S 4049 4049 31702 0 -1 1077944384 5303 0 0 0 218 10 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699412917008 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4054] ppid=4049 vsize=14089320 memory=1452 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4054/stat : 4054 (java) S 4049 4049 31702 0 -1 1077944384 6639 0 0 0 219 9 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699411864464 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4055] ppid=4049 vsize=14089320 memory=2192 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4055/stat : 4055 (java) S 4049 4049 31702 0 -1 1077944384 7177 0 0 0 218 10 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699410811920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4056] ppid=4049 vsize=14089320 memory=1677176 CPUtime=2.28 cores=1,3,5,7
/proc/4051/task/4056/stat : 4056 (java) S 4049 4049 31702 0 -1 1077944384 6764 0 0 0 220 8 0 0 20 0 15 0 230294481 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699409759376 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4057] ppid=4049 vsize=14089320 memory=681988 CPUtime=1.04 cores=1,3,5,7
/proc/4051/task/4057/stat : 4057 (java) S 4049 4049 31702 0 -1 1077944384 10462 0 0 0 86 18 0 0 20 0 15 0 230294482 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699290773488 140699816737410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4058] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4058/stat : 4058 (java) S 4049 4049 31702 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699289719776 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4059] ppid=4049 vsize=14089320 memory=12668 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4059/stat : 4059 (java) S 4049 4049 31702 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 230294483 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699288667120 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4060] ppid=4049 vsize=14089320 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4060/stat : 4060 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699287615696 140699816744859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4061] ppid=4049 vsize=14089320 memory=1452 CPUtime=1.4 cores=1,3,5,7
/proc/4051/task/4061/stat : 4061 (java) S 4049 4049 31702 0 -1 1077944384 8635 0 0 0 139 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699286563312 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4062] ppid=4049 vsize=14089320 memory=548340 CPUtime=1.37 cores=1,3,5,7
/proc/4051/task/4062/stat : 4062 (java) S 4049 4049 31702 0 -1 1077944384 8294 0 0 0 136 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699285510768 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4063] ppid=4049 vsize=14089320 memory=681988 CPUtime=0.6 cores=1,3,5,7
/proc/4051/task/4063/stat : 4063 (java) S 4049 4049 31702 0 -1 1077944384 5806 0 0 0 59 1 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699284458224 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4064] ppid=4049 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4051/task/4064/stat : 4064 (java) S 4049 4049 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230294485 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699283405920 140699816736469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
[pid=4051/tid=4065] ppid=4049 vsize=14089320 memory=137 CPUtime=0.53 cores=1,3,5,7
/proc/4051/task/4065/stat : 4065 (java) S 4049 4049 31702 0 -1 1077944384 989 0 0 0 23 30 0 0 20 0 15 0 230294486 14427463680 187459 33554432000 4194304 4196468 140725526199504 140699282352432 140699816737410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 14065664 140725526205574 140725526205745 140725526205745 140725526208463 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 751288 KiB

Child status: 143
Real time (s): 2509.91
CPU time (s): 2520.1
CPU user time (s): 2515.45
CPU system time (s): 4.64831
CPU usage (%): 100.406
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 3738532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.45
system time used= 4.64831
maximum resident set size= 3765764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74439
involuntary context switches= 2468


# summary of solver processes directly reported to runsolver:
#   pid: 4049,4051
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.45
#   total CPU system time (s): 4.64831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2378 second user time and 21.751 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-13 04:28:36
IDJOB=4306921
IDBENCH=141579
IDSOLVER=2787
FILE ID=node106/4306921-1534127316
RUNJOBID= node106-1534095837-31734
PBS_JOBID= 21036993
Free space on /tmp= 39888 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Frb/frb-59-26-3-mgd_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-4306921-1534127316/watcher-4306921-1534127316 -o /tmp/evaluation-result-4306921-1534127316/solver-4306921-1534127316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534095837-31734 --watchdog 2580  HOME/xcsp3-exec -seed 649641494 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306921-1534127316.xml

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

MD5SUM BENCH= 4c66b19dbffc4da62838f27d220d1d7d
RANDOM SEED=649641494

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23568772 kB
MemAvailable:   31767096 kB
Buffers:          151228 kB
Cached:          8238744 kB
SwapCached:            0 kB
Active:          4363024 kB
Inactive:        4217228 kB
Active(anon):     137208 kB
Inactive(anon):   105400 kB
Active(file):    4225816 kB
Inactive(file):  4111828 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             22676 kB
Writeback:             0 kB
AnonPages:        270892 kB
Mapped:            65428 kB
Shmem:             49632 kB
Slab:             317424 kB
SReclaimable:     289140 kB
SUnreclaim:        28284 kB
KernelStack:        3808 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39888 MiB
End job on node106 at 2018-08-13 05:10:26