Trace number 4272479

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 5a (2017-07-26)? (TO) 2520.0601 2453.1201

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0081.xml
MD5SUMe46647acbda97830867cbaf6bce42852
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272479-1502809052.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272479-1502809052.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.85/0.63	c solve instance...
2520.04/2453.11	s UNKNOWN
2520.04/2453.11	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 (14931 MiB free)
  memory of node 1: 16384 MiB (14933 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272479-1502809052/watcher-4272479-1502809052 -o /tmp/evaluation-result-4272479-1502809052/solver-4272479-1502809052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 768435995 HOME/instance-4272479-1502809052.xml 

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

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
solver pid=6961, runsolver pid=6958
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.12 1.32 1.36 2/199 6964
/proc/meminfo: memFree=30578392/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13358712 memory=13840 CPUtime=0 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 3248 0 0 0 0 0 0 0 20 0 6 0 83125845 13679321088 3460 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3339678 3460 1867 1 0 3329175 0
[pid=6963/tid=6964] ppid=6961 vsize=13358712 memory=7022364594140610616 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 2067 0 0 0 0 0 0 0 20 0 6 0 83125846 13679321088 3526 18446744073709551615 4194304 4196468 140730953838992 140213623542352 140213619328157 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13358712 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 83125846 13679321088 3526 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13358712 memory=140631869150529 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 83125846 13679321088 3526 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 83125846 13679321088 3526 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 83125846 13679321088 3526 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15220 KiB

[startup+0.212461 s]*
/proc/loadavg: 1.12 1.32 1.36 3/212 6977
/proc/meminfo: memFree=30570128/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13974352 memory=25144 CPUtime=0.08 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 5206 0 0 0 7 1 0 0 20 0 15 0 83125845 14309736448 6286 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3493588 6286 2727 1 0 3482964 0
[pid=6963/tid=6964] ppid=6961 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 3362 0 0 0 6 0 0 0 20 0 15 0 83125846 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213623531920 140213601581088 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13974352 memory=4294979915 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13974352 memory=140631869150529 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13974352 memory=140631868581504 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213096526752 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213095474160 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13974352 memory=140631868581504 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13974352 memory=140631868581504 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125856 14309736448 6798 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26524 KiB

[startup+0.310242 s]*
/proc/loadavg: 1.12 1.32 1.36 4/212 6977
/proc/meminfo: memFree=30554672/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13974352 memory=36980 CPUtime=0.26 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 8823 0 0 0 23 3 0 0 20 0 15 0 83125845 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3493588 9245 2963 1 0 3482964 0
[pid=6963/tid=6964] ppid=6961 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 6082 0 0 0 14 2 0 0 20 0 15 0 83125846 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213623534000 140213603386718 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213096526752 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83125848 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213095474160 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 83125851 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) R 6961 6961 897 0 -1 4202560 201 0 0 0 1 0 0 0 20 0 15 0 83125851 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213596900983 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13974352 memory=140631868581504 CPUtime=0.05 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 736 0 0 0 5 0 0 0 20 0 15 0 83125851 14309736448 9245 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14309736448 9310 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13974352 memory=140631868581504 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125856 14309736448 9310 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38360 KiB

[startup+0.70424 s]
/proc/loadavg: 1.12 1.32 1.36 4/212 6977
/proc/meminfo: memFree=30544172/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13980732 memory=64192 CPUtime=1.17 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 13247 0 0 0 111 6 0 0 20 0 15 0 83125845 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3495183 16048 3173 1 0 3483476 0
[pid=6963/tid=6964] ppid=6961 vsize=13980732 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 8718 0 0 0 51 3 0 0 20 0 15 0 83125846 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213623542864 140213250818411 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13980732 memory=378 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13980732 memory=321 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13980732 memory=1066 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13980732 memory=281 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213096526752 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13980732 memory=78 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213095474160 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13980732 memory=6657 CPUtime=0.16 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) R 6961 6961 897 0 -1 4202560 1019 0 0 0 16 0 0 0 20 0 15 0 83125851 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213093357904 140213599142548 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13980732 memory=4420 CPUtime=0.17 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) R 6961 6961 897 0 -1 4202560 788 0 0 0 17 0 0 0 20 0 15 0 83125851 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213092303904 140213596901696 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13980732 memory=6628 CPUtime=0.26 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) R 6961 6961 897 0 -1 4202560 1412 0 0 0 26 0 0 0 20 0 15 0 83125851 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213091265392 140213604786514 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13980732 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125856 14316269568 16048 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65572 KiB

[startup+1.50086 s]
/proc/loadavg: 1.12 1.32 1.36 5/212 6977
/proc/meminfo: memFree=30502044/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13980732 memory=145788 CPUtime=3.64 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 21267 0 0 0 357 7 0 0 20 0 15 0 83125845 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3495183 36447 3197 1 0 3483476 0
[pid=6963/tid=6964] ppid=6961 vsize=13980732 memory=1228 CPUtime=1.34 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 9663 0 0 0 130 4 0 0 20 0 15 0 83125846 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213623543016 140213254451209 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13980732 memory=35 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13980732 memory=36 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83125846 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13980732 memory=32 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 36447 18446744073709551615 4194304 4196468 140730953838992 140213096526752 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213095474176 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13980732 memory=342436 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13980732 memory=1380 CPUtime=3.47 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 19106 0 0 0 344 3 0 0 20 0 15 0 83125851 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13980732 memory=1380 CPUtime=3.4 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) S 6961 6961 897 0 -1 1077944384 23470 0 0 0 337 3 0 0 20 0 15 0 83125851 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13980732 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 9197 0 0 0 65 2 0 0 20 0 15 0 83125851 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13980732 memory=4116 CPUtime=1.3 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1154 0 0 0 61 69 0 0 20 0 15 0 83125856 14316269568 85609 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 2447.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 343816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.84 1.63 1.51 3/211 7220
/proc/meminfo: memFree=27614104/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13980732 memory=314928 CPUtime=2508.75 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 296300 0 0 0 250490 385 0 0 20 0 15 0 83125845 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3495183 78732 3263 1 0 3483476 0
[pid=6963/tid=6964] ppid=6961 vsize=13980732 memory=1380 CPUtime=2418.82 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 117057 0 0 0 241852 30 0 0 20 0 15 0 83125846 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213623545664 140213255969227 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13980732 memory=318432 CPUtime=19.58 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 20124 0 0 0 1892 66 0 0 20 0 15 0 83125846 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13980732 memory=1380 CPUtime=19.65 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 19245 0 0 0 1902 63 0 0 20 0 15 0 83125846 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13980732 memory=320572 CPUtime=19.65 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 20107 0 0 0 1902 63 0 0 20 0 15 0 83125846 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13980732 memory=320060 CPUtime=19.58 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 20320 0 0 0 1894 64 0 0 20 0 15 0 83125846 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13980732 memory=319032 CPUtime=2.5 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 45121 0 0 0 209 41 0 0 20 0 15 0 83125848 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13980732 memory=319032 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213096526816 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13980732 memory=315956 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213095474176 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13980732 memory=315956 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13980732 memory=315956 CPUtime=3.47 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 19106 0 0 0 344 3 0 0 20 0 15 0 83125851 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13980732 memory=1380 CPUtime=3.4 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) S 6961 6961 897 0 -1 1077944384 23470 0 0 0 337 3 0 0 20 0 15 0 83125851 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13980732 memory=314928 CPUtime=0.67 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 9197 0 0 0 65 2 0 0 20 0 15 0 83125851 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13980732 memory=314928 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13980732 memory=1380 CPUtime=1.33 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1158 0 0 0 62 71 0 0 20 0 15 0 83125856 14316269568 78732 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 2508.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 316308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.11 s]
/proc/loadavg: 2.09 1.70 1.53 3/211 7220
/proc/meminfo: memFree=27586760/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13980732 memory=342524 CPUtime=2520.04 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 298324 0 0 0 251616 388 0 0 20 0 15 0 83125845 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3495183 85631 3263 1 0 3483476 0
[pid=6963/tid=6964] ppid=6961 vsize=13980732 memory=343548 CPUtime=2429.46 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 118175 0 0 0 242916 30 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213623545664 140213254362275 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13980732 memory=1380 CPUtime=19.73 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 20217 0 0 0 1907 66 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13980732 memory=318432 CPUtime=19.81 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 19588 0 0 0 1917 64 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13980732 memory=1380 CPUtime=19.81 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 20215 0 0 0 1917 64 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13980732 memory=320572 CPUtime=19.74 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 20442 0 0 0 1909 65 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13980732 memory=320060 CPUtime=2.53 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 45341 0 0 0 211 42 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13980732 memory=319032 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213096526816 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13980732 memory=341556 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213095474176 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13980732 memory=345088 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13980732 memory=1380 CPUtime=3.47 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 19109 0 0 0 344 3 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13980732 memory=68 CPUtime=3.4 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) S 6961 6961 897 0 -1 1077944384 23472 0 0 0 337 3 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13980732 memory=1380 CPUtime=0.68 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 9199 0 0 0 66 2 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13980732 memory=343548 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13980732 memory=1380 CPUtime=1.34 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1171 0 0 0 62 72 0 0 20 0 15 0 83125856 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 343904 KiB

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

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

[startup+2453.12 s]
# the end of solver process 6963 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.17 s, system=3.88679 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+2453.11 s]
/proc/loadavg: 2.09 1.70 1.53 3/211 7220
/proc/meminfo: memFree=27586760/32770624 swapFree=67108860/67108860
[pid=6961] ppid=6958 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6961/stat : 6961 (xcsp3-exec) S 6958 6961 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 83125836 9740288 345 18446744073709551615 4194304 5098028 140729864068960 140729864067064 140381926683260 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 12189696 140729864077689 140729864077893 140729864077893 140729864081387 0
/proc/6961/statm: 2378 345 289 221 0 87 0
[pid=6963] ppid=6961 vsize=13980732 memory=342524 CPUtime=2520.04 cores=0,2,4,6
/proc/6963/stat : 6963 (java) S 6961 6961 897 0 -1 1077944320 298324 0 0 0 251616 388 0 0 20 0 15 0 83125845 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140730953821536 140213619306231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
/proc/6963/statm: 3495183 85631 3263 1 0 3483476 0
[pid=6963/tid=6964] ppid=6961 vsize=13980732 memory=343548 CPUtime=2429.46 cores=0,2,4,6
/proc/6963/task/6964/stat : 6964 (java) R 6961 6961 897 0 -1 4202560 118175 0 0 0 242916 30 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213623545664 140213254362275 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6965] ppid=6961 vsize=13980732 memory=1380 CPUtime=19.73 cores=0,2,4,6
/proc/6963/task/6965/stat : 6965 (java) S 6961 6961 897 0 -1 1077944384 20217 0 0 0 1907 66 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213576272656 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6966] ppid=6961 vsize=13980732 memory=318432 CPUtime=19.81 cores=0,2,4,6
/proc/6963/task/6966/stat : 6966 (java) S 6961 6961 897 0 -1 1077944384 19588 0 0 0 1917 64 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213575220112 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6967] ppid=6961 vsize=13980732 memory=1380 CPUtime=19.81 cores=0,2,4,6
/proc/6963/task/6967/stat : 6967 (java) S 6961 6961 897 0 -1 1077944384 20215 0 0 0 1917 64 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213574167568 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6968] ppid=6961 vsize=13980732 memory=320572 CPUtime=19.74 cores=0,2,4,6
/proc/6963/task/6968/stat : 6968 (java) S 6961 6961 897 0 -1 1077944384 20442 0 0 0 1909 65 0 0 20 0 15 0 83125846 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213573115024 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6969] ppid=6961 vsize=13980732 memory=320060 CPUtime=2.53 cores=0,2,4,6
/proc/6963/task/6969/stat : 6969 (java) S 6961 6961 897 0 -1 1077944384 45341 0 0 0 211 42 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213097580528 140213619317378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6970] ppid=6961 vsize=13980732 memory=319032 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6970/stat : 6970 (java) S 6961 6961 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213096526816 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6971] ppid=6961 vsize=13980732 memory=341556 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6971/stat : 6971 (java) S 6961 6961 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 83125848 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213095474176 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6972] ppid=6961 vsize=13980732 memory=345088 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6972/stat : 6972 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213094422736 140213619324827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6973] ppid=6961 vsize=13980732 memory=1380 CPUtime=3.47 cores=0,2,4,6
/proc/6963/task/6973/stat : 6973 (java) S 6961 6961 897 0 -1 1077944384 19109 0 0 0 344 3 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213093370352 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6974] ppid=6961 vsize=13980732 memory=68 CPUtime=3.4 cores=0,2,4,6
/proc/6963/task/6974/stat : 6974 (java) S 6961 6961 897 0 -1 1077944384 23472 0 0 0 337 3 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213092317808 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6975] ppid=6961 vsize=13980732 memory=1380 CPUtime=0.68 cores=0,2,4,6
/proc/6963/task/6975/stat : 6975 (java) S 6961 6961 897 0 -1 1077944384 9199 0 0 0 66 2 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213091265264 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6976] ppid=6961 vsize=13980732 memory=343548 CPUtime=0 cores=0,2,4,6
/proc/6963/task/6976/stat : 6976 (java) S 6961 6961 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83125851 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213090212960 140213619316437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
[pid=6963/tid=6977] ppid=6961 vsize=13980732 memory=1380 CPUtime=1.34 cores=0,2,4,6
/proc/6963/task/6977/stat : 6977 (java) S 6961 6961 897 0 -1 1077944384 1171 0 0 0 62 72 0 0 20 0 15 0 83125856 14316269568 85631 18446744073709551615 4194304 4196468 140730953838992 140213089159472 140213619317378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11751424 140730953847217 140730953847393 140730953847393 140730953850831 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 343904 KiB

Child status: 143
Real time (s): 2453.12
CPU time (s): 2520.06
CPU user time (s): 2516.17
CPU system time (s): 3.88679
CPU usage (%): 102.729
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 467088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.17
system time used= 3.88679
maximum resident set size= 466388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107656
involuntary context switches= 4912


# summary of solver processes directly reported to runsolver:
#   pid: 6961,6963
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.17
#   total CPU system time (s): 3.88679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0416 second user time and 23.6096 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 16:43:26
IDJOB=4272479
IDBENCH=133547
IDSOLVER=2664
FILE ID=node125/4272479-1502809052
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0081.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272479-1502809052/watcher-4272479-1502809052 -o /tmp/evaluation-result-4272479-1502809052/solver-4272479-1502809052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 768435995 HOME/instance-4272479-1502809052.xml

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

MD5SUM BENCH= e46647acbda97830867cbaf6bce42852
RANDOM SEED=768435995

node125.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.07
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.07
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.07
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.07
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:        30581676 kB
MemAvailable:   31579308 kB
Buffers:          304528 kB
Cached:           986740 kB
SwapCached:            0 kB
Active:          1142244 kB
Inactive:         613384 kB
Active(anon):     465024 kB
Inactive(anon):    33100 kB
Active(file):     677220 kB
Inactive(file):   580284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7548 kB
Writeback:             0 kB
AnonPages:        464288 kB
Mapped:            64048 kB
Shmem:             33444 kB
Slab:             137628 kB
SReclaimable:     111928 kB
SUnreclaim:        25700 kB
KernelStack:        3456 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1186524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 17:24:19