Trace number 4292625

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.05 2390.72

General information on the benchmark

NameFrb/
frb-59-26-1-mgd_c18.xml
MD5SUMeb7f3f1c65ad30d4418b69bfa000eb45
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 constraints556
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree10
Maximum variable degree29
Distribution of variable degrees[{"degree":10,"count":1},{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":3},{"degree":16,"count":4},{"degree":17,"count":6},{"degree":18,"count":8},{"degree":19,"count":6},{"degree":20,"count":6},{"degree":21,"count":9},{"degree":22,"count":2},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":556}]
Number of extensional constraints556
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":556}]
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-4292625-1532574525.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292625-1532574525.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
2.02/0.86	c solve instance...
2400.02/2390.70	s UNKNOWN
2400.02/2390.70	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 (8570 MiB free)
  memory of node 1: 16384 MiB (11459 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292625-1532574525/watcher-4292625-1532574525 -o /tmp/evaluation-result-4292625-1532574525/solver-4292625-1532574525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532562282-3949 --watchdog 2560 HOME/xcsp3-exec -seed 57220946 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292625-1532574525.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=5583, runsolver pid=5580

[startup+0.100156 s]*
/proc/loadavg: 1.47 1.49 1.44 4/217 5599
/proc/meminfo: memFree=20495200/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14082840 memory=28668 CPUtime=0.12 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 5476 0 0 0 11 1 0 0 20 0 15 0 75015634 14420828160 7167 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3520710 7167 3009 1 0 3483008 0
[pid=5585/tid=5586] ppid=5583 vsize=14082840 memory=7900621750270137179 CPUtime=0.09 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 3484 0 0 0 8 1 0 0 20 0 15 0 75015634 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830785995232 139830781775254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14082840 memory=140604916491904 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75015635 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14082840 memory=140604916491904 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75015636 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75015637 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830322111648 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75015637 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830321058544 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 75015639 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 75015639 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14082840 memory=140604916491904 CPUtime=0.01 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) R 5583 5583 3918 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 75015639 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830316849648 139830765843806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14082840 memory=140604916491904 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015640 14420828160 7167 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30120 KiB

[startup+0.210789 s]*
/proc/loadavg: 1.47 1.49 1.44 4/217 5599
/proc/meminfo: memFree=20481356/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14082840 memory=43044 CPUtime=0.33 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 8258 0 0 0 31 2 0 0 20 0 15 0 75015634 14420828160 10761 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3520710 10761 3164 1 0 3483008 0
[pid=5585/tid=5586] ppid=5583 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 5359 0 0 0 18 2 0 0 20 0 15 0 75015634 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830785984312 139830774464295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14087096 memory=13648 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14087096 memory=140604916995965 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14087096 memory=140604916491904 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75015636 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75015637 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830322111648 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75015637 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830321058544 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14087096 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 75015639 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14087096 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 381 0 0 0 3 0 0 0 20 0 15 0 75015639 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14087096 memory=140604916491904 CPUtime=0.08 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) S 5583 5583 3918 0 -1 1077944384 747 0 0 0 8 0 0 0 20 0 15 0 75015639 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015640 14425186304 10764 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 44496 KiB

[startup+0.310702 s]*
/proc/loadavg: 1.47 1.49 1.44 3/217 5599
/proc/meminfo: memFree=20475412/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14087096 memory=49612 CPUtime=0.51 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 9050 0 0 0 48 3 0 0 20 0 15 0 75015634 14425186304 12403 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3521774 12403 3198 1 0 3483008 0
[pid=5585/tid=5586] ppid=5583 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 6063 0 0 0 27 2 0 0 20 0 15 0 75015634 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830785997104 139830781785245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75015635 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75015636 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75015637 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830322111648 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75015637 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830321058544 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14087096 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14087096 memory=8325818968683490714 CPUtime=0.03 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) R 5583 5583 3918 0 -1 1077944384 493 0 0 0 3 0 0 0 20 0 15 0 75015639 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 394 0 0 0 4 0 0 0 20 0 15 0 75015639 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) R 5583 5583 3918 0 -1 4202560 796 0 0 0 12 0 0 0 20 0 15 0 75015639 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830316849648 139830781775254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015640 14425186304 12403 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 51064 KiB

[startup+0.700816 s]
/proc/loadavg: 1.47 1.49 1.44 5/217 5599
/proc/meminfo: memFree=20448100/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14089220 memory=172960 CPUtime=1.69 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 12244 0 0 0 163 6 0 0 20 0 15 0 75015634 14427361280 43240 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3522305 43240 3326 1 0 3483520 0
[pid=5585/tid=5586] ppid=5583 vsize=14089220 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 6490 0 0 0 63 5 0 0 20 0 15 0 75015634 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830785996928 139830394954877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14089220 memory=22608 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015635 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14089220 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75015635 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14089220 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75015636 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14089220 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830322111648 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14089220 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830321058544 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14089220 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14089220 memory=1228 CPUtime=0.33 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) R 5583 5583 3918 0 -1 4202560 1547 0 0 0 33 0 0 0 20 0 15 0 75015639 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830318939200 139830761416896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14089220 memory=1704 CPUtime=0.35 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) R 5583 5583 3918 0 -1 4202560 1186 0 0 0 35 0 0 0 20 0 15 0 75015639 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830317888928 139830763284224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14089220 memory=9996 CPUtime=0.3 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) R 5583 5583 3918 0 -1 1077944384 1714 0 0 0 30 0 0 0 20 0 15 0 75015639 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14089220 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14089220 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 43240 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 174412 KiB

[startup+1.50073 s]
/proc/loadavg: 1.47 1.49 1.44 5/217 5599
/proc/meminfo: memFree=20331868/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0

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

/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830321058560 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14089220 memory=899504 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14089220 memory=1800 CPUtime=1.2 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 8628 0 0 0 119 1 0 0 20 0 15 0 75015639 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14089220 memory=960 CPUtime=1.41 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 9728 0 0 0 140 1 0 0 20 0 15 0 75015639 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14089220 memory=1803644 CPUtime=0.58 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) S 5583 5583 3918 0 -1 1077944384 6850 0 0 0 57 1 0 0 20 0 15 0 75015639 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14089220 memory=1452 CPUtime=0.67 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1080 0 0 0 28 39 0 0 20 0 15 0 75015640 14427361280 450911 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 2331.34 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1805096 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.66 1.67 3/217 5751
/proc/meminfo: memFree=18592220/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14089220 memory=1862320 CPUtime=2391.58 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 118838 0 0 0 238779 379 0 0 20 0 15 0 75015634 14427361280 465580 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3522305 465580 3399 1 0 3483520 0
[pid=5585/tid=5586] ppid=5583 vsize=14089220 memory=1862832 CPUtime=2379.32 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 59702 0 0 0 237626 306 0 0 20 0 15 0 75015634 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830786002960 139830400244921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14089220 memory=1862832 CPUtime=1.85 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 3501 0 0 0 179 6 0 0 20 0 15 0 75015635 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14089220 memory=1862832 CPUtime=1.85 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 5708 0 0 0 177 8 0 0 20 0 15 0 75015635 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14089220 memory=1862832 CPUtime=1.83 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 5784 0 0 0 175 8 0 0 20 0 15 0 75015635 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14089220 memory=1773320 CPUtime=1.85 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 3508 0 0 0 177 8 0 0 20 0 15 0 75015635 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14089220 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 12987 0 0 0 75 15 0 0 20 0 15 0 75015636 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830322111712 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14089220 memory=1833972 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830321058560 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14089220 memory=4136 CPUtime=1.2 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 8630 0 0 0 119 1 0 0 20 0 15 0 75015639 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14089220 memory=22656 CPUtime=1.41 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 9730 0 0 0 140 1 0 0 20 0 15 0 75015639 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14089220 memory=1228 CPUtime=0.58 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) S 5583 5583 3918 0 -1 1077944384 6852 0 0 0 57 1 0 0 20 0 15 0 75015639 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14089220 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14089220 memory=1452 CPUtime=0.69 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1100 0 0 0 29 40 0 0 20 0 15 0 75015640 14427361280 465580 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 2391.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1863772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.7 s]
/proc/loadavg: 1.67 1.68 1.67 3/217 5751
/proc/meminfo: memFree=18599732/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14089220 memory=1861804 CPUtime=2400.02 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 118856 0 0 0 239623 379 0 0 20 0 15 0 75015634 14427361280 465451 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3522305 465451 3399 1 0 3483520 0
[pid=5585/tid=5586] ppid=5583 vsize=14089220 memory=1862320 CPUtime=2387.71 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 59711 0 0 0 238465 306 0 0 20 0 15 0 75015634 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830786002960 139830400917788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.86 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 3503 0 0 0 180 6 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.87 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 5712 0 0 0 179 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14089220 memory=1862832 CPUtime=1.84 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 5785 0 0 0 176 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.86 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 3510 0 0 0 178 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14089220 memory=1862320 CPUtime=0.9 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 12987 0 0 0 75 15 0 0 20 0 15 0 75015636 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830322111712 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14089220 memory=1773320 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830321058560 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14089220 memory=7301575697739965803 CPUtime=1.2 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 8630 0 0 0 119 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14089220 memory=1452 CPUtime=1.41 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 9730 0 0 0 140 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14089220 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) S 5583 5583 3918 0 -1 1077944384 6852 0 0 0 57 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14089220 memory=4136 CPUtime=0.69 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1100 0 0 0 29 40 0 0 20 0 15 0 75015640 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1863256 KiB

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

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

[startup+2390.72 s]
# the end of solver process 5585 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.25 s, system=3.80277 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+2390.7 s]
/proc/loadavg: 1.67 1.68 1.67 3/217 5751
/proc/meminfo: memFree=18599732/32770624 swapFree=67108860/67108860
[pid=5583] ppid=5580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5583/stat : 5583 (xcsp3-exec) S 5580 5583 3918 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75015634 115843072 363 33554432000 4194304 5098028 140732267004592 140732267002696 140636889559676 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9748480 140732267009084 140732267009284 140732267009284 140732267012042 0
/proc/5583/statm: 28282 363 305 221 0 87 0
[pid=5585] ppid=5583 vsize=14089220 memory=1861804 CPUtime=2400.02 cores=0,2,4,6
/proc/5585/stat : 5585 (java) S 5583 5583 3918 0 -1 1077944320 118856 0 0 0 239623 379 0 0 20 0 15 0 75015634 14427361280 465451 33554432000 4194304 4196468 140733193766896 140733193749440 139830781763319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
/proc/5585/statm: 3522305 465451 3399 1 0 3483520 0
[pid=5585/tid=5586] ppid=5583 vsize=14089220 memory=1862320 CPUtime=2387.71 cores=0,2,4,6
/proc/5585/task/5586/stat : 5586 (java) R 5583 5583 3918 0 -1 4202560 59711 0 0 0 238465 306 0 0 20 0 15 0 75015634 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830786002960 139830400917788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5587] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.86 cores=0,2,4,6
/proc/5585/task/5587/stat : 5587 (java) S 5583 5583 3918 0 -1 1077944384 3503 0 0 0 180 6 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830719364112 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5588] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.87 cores=0,2,4,6
/proc/5585/task/5588/stat : 5588 (java) S 5583 5583 3918 0 -1 1077944384 5712 0 0 0 179 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830718311568 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5589] ppid=5583 vsize=14089220 memory=1862832 CPUtime=1.84 cores=0,2,4,6
/proc/5585/task/5589/stat : 5589 (java) S 5583 5583 3918 0 -1 1077944384 5785 0 0 0 176 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830717258512 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5590] ppid=5583 vsize=14089220 memory=1862320 CPUtime=1.86 cores=0,2,4,6
/proc/5585/task/5590/stat : 5590 (java) S 5583 5583 3918 0 -1 1077944384 3510 0 0 0 178 8 0 0 20 0 15 0 75015635 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830716205968 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5591] ppid=5583 vsize=14089220 memory=1862320 CPUtime=0.9 cores=0,2,4,6
/proc/5585/task/5591/stat : 5591 (java) S 5583 5583 3918 0 -1 1077944384 12987 0 0 0 75 15 0 0 20 0 15 0 75015636 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830323165424 139830781774466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5592] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5592/stat : 5592 (java) S 5583 5583 3918 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830322111712 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5593] ppid=5583 vsize=14089220 memory=1773320 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5593/stat : 5593 (java) S 5583 5583 3918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75015637 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830321058560 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5594] ppid=5583 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5594/stat : 5594 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830320007120 139830781781915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5595] ppid=5583 vsize=14089220 memory=7301575697739965803 CPUtime=1.2 cores=0,2,4,6
/proc/5585/task/5595/stat : 5595 (java) S 5583 5583 3918 0 -1 1077944384 8630 0 0 0 119 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830318955248 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5596] ppid=5583 vsize=14089220 memory=1452 CPUtime=1.41 cores=0,2,4,6
/proc/5585/task/5596/stat : 5596 (java) S 5583 5583 3918 0 -1 1077944384 9730 0 0 0 140 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830317902704 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5597] ppid=5583 vsize=14089220 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/5585/task/5597/stat : 5597 (java) S 5583 5583 3918 0 -1 1077944384 6852 0 0 0 57 1 0 0 20 0 15 0 75015639 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830316849648 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5598] ppid=5583 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5585/task/5598/stat : 5598 (java) S 5583 5583 3918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75015640 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830315797344 139830781773525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
[pid=5585/tid=5599] ppid=5583 vsize=14089220 memory=4136 CPUtime=0.69 cores=0,2,4,6
/proc/5585/task/5599/stat : 5599 (java) S 5583 5583 3918 0 -1 1077944384 1100 0 0 0 29 40 0 0 20 0 15 0 75015640 14427361280 465451 33554432000 4194304 4196468 140733193766896 139830314744368 139830781774466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 29757440 140733193770113 140733193770289 140733193770289 140733193773007 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1863256 KiB

Child status: 143
Real time (s): 2390.72
CPU time (s): 2400.05
CPU user time (s): 2396.25
CPU system time (s): 3.80277
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 3736816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.25
system time used= 3.80277
maximum resident set size= 3739472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70557
involuntary context switches= 3023


# summary of solver processes directly reported to runsolver:
#   pid: 5583,5585
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.25
#   total CPU system time (s): 3.80277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4948 second user time and 22.3555 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-26 05:08:45
IDJOB=4292625
IDBENCH=141578
IDSOLVER=2747
FILE ID=node105/4292625-1532574525
RUNJOBID= node105-1532562282-3949
PBS_JOBID= 21021957
Free space on /tmp= 44608 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Frb/frb-59-26-1-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-4292625-1532574525/watcher-4292625-1532574525 -o /tmp/evaluation-result-4292625-1532574525/solver-4292625-1532574525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532562282-3949 --watchdog 2560  HOME/xcsp3-exec -seed 57220946 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292625-1532574525.xml

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

MD5SUM BENCH= eb7f3f1c65ad30d4418b69bfa000eb45
RANDOM SEED=57220946

node105.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.32
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.32
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.32
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.32
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:        20511636 kB
MemAvailable:   31797700 kB
Buffers:          239864 kB
Cached:         11187788 kB
SwapCached:            0 kB
Active:          2377156 kB
Inactive:        9238144 kB
Active(anon):     141872 kB
Inactive(anon):    73432 kB
Active(file):    2235284 kB
Inactive(file):  9164712 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21020 kB
Writeback:             0 kB
AnonPages:        194716 kB
Mapped:            52848 kB
Shmem:             25228 kB
Slab:             341812 kB
SReclaimable:     314528 kB
SUnreclaim:        27284 kB
KernelStack:        3600 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44588 MiB
End job on node105 at 2018-07-26 05:48:36