Trace number 4282609

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.5 seq (2017-08-18)? (TO) 2520.0701 2467.3401

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os07/
SuperTaillard-os-07-26.xml
MD5SUM94b2333e20121f91e59972a20e586711
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8511105
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Number of domains38
Minimum domain size332
Maximum domain size428
Distribution of domain sizes[{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}]
Minimum variable degree13
Maximum variable degree25
Distribution of variable degrees[{"degree":13,"count":49},{"degree":25,"count":49}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":931}]
Number of extensional constraints0
Number of intensional constraints931
Distribution of constraint types[{"type":"intension","count":931}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282609-1503158050.xml"  -tl '2520s' -p 1 -x 0
0.15/0.24	c [HOME/instance-4282609-1503158050.xml, -tl, 2520s, -p, 1, -x, 0]
0.15/0.30	c simple solver
0.34/0.36	c parse instance...
139.70/89.62	c solve instance...
2520.02/2467.30	s UNKNOWN
2520.02/2467.30	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13374 MiB free)
  memory of node 1: 16384 MiB (15440 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282609-1503158050/watcher-4282609-1503158050 -o /tmp/evaluation-result-4282609-1503158050/solver-4282609-1503158050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 832534141 HOME/instance-4282609-1503158050.xml 

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

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


[startup+0.100671 s]*
/proc/loadavg: 1.88 1.97 1.94 3/205 7143
/proc/meminfo: memFree=29496456/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13574484 memory=19124 CPUtime=0.03 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 4103 0 0 0 3 0 0 0 20 0 9 0 117998022 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3393621 4781 2138 1 0 3383118 0
[pid=7135/tid=7136] ppid=7133 vsize=13574484 memory=1404226546252096138 CPUtime=0.03 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 2833 0 0 0 3 0 0 0 20 0 9 0 117998023 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139997415849848 139997411636381 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 117998023 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13574484 memory=139731525547648 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 117998023 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 117998023 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 117998023 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13574484 memory=139731525547648 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 117998025 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 117998025 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139996956325280 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 117998025 13900271616 4781 18446744073709551615 4194304 4196468 140726231513456 139996955272688 139997411624661 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20504 KiB

[startup+0.211246 s]*
/proc/loadavg: 1.88 1.97 1.94 4/211 7149
/proc/meminfo: memFree=29489100/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13974352 memory=29040 CPUtime=0.15 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 5711 0 0 0 14 1 0 0 20 0 15 0 117998022 14309736448 7260 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3493588 7260 2879 1 0 3482964 0
[pid=7135/tid=7136] ppid=7133 vsize=13974352 memory=7022364594140610616 CPUtime=0.1 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 3419 0 0 0 10 0 0 0 20 0 15 0 117998023 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139997415842568 139997403851582 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13974352 memory=4294981025 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13974352 memory=288370107677259392 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117998023 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13974352 memory=139731525547648 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117998025 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117998025 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996956325280 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117998025 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996955272688 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) R 7133 7133 28892 0 -1 4202560 448 0 0 0 1 0 0 0 20 0 15 0 117998028 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996953148760 139997389441693 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 117998028 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13974352 memory=139731525547648 CPUtime=0.02 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) R 7133 7133 28892 0 -1 4202560 646 0 0 0 2 0 0 0 20 0 15 0 117998028 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996951058824 139997390556006 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13974352 memory=139731525547648 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998032 14309736448 7458 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30420 KiB

[startup+0.310471 s]*
/proc/loadavg: 1.88 1.97 1.94 3/211 7149
/proc/meminfo: memFree=29476832/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13978608 memory=39812 CPUtime=0.34 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 9197 0 0 0 32 2 0 0 20 0 15 0 117998022 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3494652 9953 3002 1 0 3482964 0
[pid=7135/tid=7136] ppid=7133 vsize=13978608 memory=6933928925625698159 CPUtime=0.2 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 6377 0 0 0 18 2 0 0 20 0 15 0 117998023 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139997415835448 139997411636381 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117998023 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117998025 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117998025 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996956325280 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117998025 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996955272688 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) S 7133 7133 28892 0 -1 1077944384 580 0 0 0 2 0 0 0 20 0 15 0 117998028 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 193 0 0 0 2 0 0 0 20 0 15 0 117998028 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 15 0 117998028 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998032 14314094592 9953 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41192 KiB

[startup+0.701654 s]
/proc/loadavg: 1.88 1.97 1.94 5/211 7149
/proc/meminfo: memFree=29465024/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13980732 memory=137156 CPUtime=1.31 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 13116 0 0 0 126 5 0 0 20 0 15 0 117998022 14316269568 34289 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3495183 34289 3163 1 0 3483476 0
[pid=7135/tid=7136] ppid=7133 vsize=13980732 memory=5 CPUtime=0.58 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 7998 0 0 0 54 4 0 0 20 0 15 0 117998023 14316269568 34289 18446744073709551615 4194304 4196468 140726231513456 139997415850328 139997029587392 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13980732 memory=40 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14316269568 34289 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13980732 memory=760 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14316269568 34289 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998023 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117998023 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996956325280 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996955272688 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) R 7133 7133 28892 0 -1 4202560 1237 0 0 0 23 0 0 0 20 0 15 0 117998028 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997395510112 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13980732 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 884 0 0 0 19 0 0 0 20 0 15 0 117998028 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13980732 memory=26 CPUtime=0.29 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 1689 0 0 0 29 0 0 0 20 0 15 0 117998028 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13980732 memory=79 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117998032 14316269568 34801 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 138536 KiB

[startup+1.50081 s]
/proc/loadavg: 1.81 1.95 1.94 6/211 7149
/proc/meminfo: memFree=29316624/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13980732 memory=343952 CPUtime=2.98 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 14274 0 0 0 284 14 0 0 20 0 15 0 117998022 14316269568 85988 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3495183 85988 3188 1 0 3483476 0
[pid=7135/tid=7136] ppid=7133 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 8478 0 0 0 127 6 0 0 20 0 15 0 117998023 14316269568 85988 18446744073709551615 4194304 4196468 140726231513456 139997415852640 139997029964012 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13980732 memory=7521125066993003109 CPUtime=0.03 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 117998023 14316269568 85988 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13980732 memory=5864058694711464016 CPUtime=0.03 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 117998023 14316269568 85988 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13980732 memory=279462784619680 CPUtime=0.03 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 25 0 0 0 2 1 0 0 20 0 15 0 117998023 14316269568 85988 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13980732 memory=7666631150112763752 CPUtime=0.03 cores=1,3,5,7

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

/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996955272704 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13980732 memory=1380 CPUtime=1.46 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) S 7133 7133 28892 0 -1 1077944384 17802 0 0 0 144 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13980732 memory=3156 CPUtime=1.55 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 15337 0 0 0 153 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13980732 memory=1380 CPUtime=0.69 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 15362 0 0 0 68 1 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13980732 memory=844 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13980732 memory=16448 CPUtime=1.4 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 2383 0 0 0 66 74 0 0 20 0 15 0 117998032 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 2434.97 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6376816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 2.00 2.03 3/215 7405
/proc/meminfo: memFree=24129012/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13980732 memory=6375436 CPUtime=2495 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 657218 0 0 0 249061 439 0 0 20 0 15 0 117998022 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3495183 1593859 3244 1 0 3483476 0
[pid=7135/tid=7136] ppid=7133 vsize=13980732 memory=6375436 CPUtime=2419.08 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 531327 0 0 0 241829 79 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997415851336 139997027064123 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13980732 memory=6375436 CPUtime=16 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 17359 0 0 0 1529 71 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13980732 memory=6375436 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 14023 0 0 0 1530 65 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13980732 memory=0 CPUtime=15.89 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 11599 0 0 0 1507 82 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13980732 memory=4028 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 16502 0 0 0 1527 68 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13980732 memory=63620 CPUtime=6.91 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 14171 0 0 0 688 3 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996956325344 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13980732 memory=6375436 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996955272704 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13980732 memory=1380 CPUtime=1.46 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) S 7133 7133 28892 0 -1 1077944384 17810 0 0 0 144 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13980732 memory=1380 CPUtime=1.55 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 15340 0 0 0 153 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13980732 memory=6375436 CPUtime=0.69 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 15365 0 0 0 68 1 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13980732 memory=6375436 CPUtime=1.43 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 2423 0 0 0 67 76 0 0 20 0 15 0 117998032 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 2495 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6376816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.3 s]
/proc/loadavg: 1.94 2.00 2.03 3/215 7405
/proc/meminfo: memFree=23865600/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13980732 memory=6375436 CPUtime=2520.02 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 665561 0 0 0 251562 440 0 0 20 0 15 0 117998022 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3495183 1593859 3244 1 0 3483476 0
[pid=7135/tid=7136] ppid=7133 vsize=13980732 memory=1380 CPUtime=2444.07 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 539609 0 0 0 244328 79 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997415851336 139997029648711 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13980732 memory=69 CPUtime=16 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 17359 0 0 0 1529 71 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13980732 memory=0 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 14023 0 0 0 1530 65 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13980732 memory=1380 CPUtime=15.89 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 11599 0 0 0 1507 82 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13980732 memory=6375436 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 16502 0 0 0 1527 68 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13980732 memory=932 CPUtime=6.91 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 14180 0 0 0 688 3 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996956325344 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996955272704 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13980732 memory=1651 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13980732 memory=2420 CPUtime=1.46 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) S 7133 7133 28892 0 -1 1077944384 17818 0 0 0 144 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13980732 memory=1732 CPUtime=1.55 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 15343 0 0 0 153 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13980732 memory=6375436 CPUtime=0.69 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 15368 0 0 0 68 1 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13980732 memory=1380 CPUtime=1.45 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 2461 0 0 0 68 77 0 0 20 0 15 0 117998032 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6376816 KiB

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

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

[startup+2467.34 s]
# the end of solver process 7135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.63 s, system=4.43929 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+2467.3 s]
/proc/loadavg: 1.94 2.00 2.03 3/215 7405
/proc/meminfo: memFree=23865600/32770624 swapFree=67108860/67108860
[pid=7133] ppid=7130 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7133/stat : 7133 (xcsp3-exec) S 7130 7133 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 117998016 9740288 345 18446744073709551615 4194304 5098028 140731991472176 140731991470280 140641465791100 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7467008 140731991474553 140731991474757 140731991474757 140731991478251 0
/proc/7133/statm: 2378 345 289 221 0 87 0
[pid=7135] ppid=7133 vsize=13980732 memory=6375436 CPUtime=2520.02 cores=1,3,5,7
/proc/7135/stat : 7135 (java) S 7133 7133 28892 0 -1 1077944320 665561 0 0 0 251562 440 0 0 20 0 15 0 117998022 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 140726231496000 139997411614455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
/proc/7135/statm: 3495183 1593859 3244 1 0 3483476 0
[pid=7135/tid=7136] ppid=7133 vsize=13980732 memory=1380 CPUtime=2444.07 cores=1,3,5,7
/proc/7135/task/7136/stat : 7136 (java) R 7133 7133 28892 0 -1 4202560 539609 0 0 0 244328 79 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997415851336 139997029648711 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7137] ppid=7133 vsize=13980732 memory=69 CPUtime=16 cores=1,3,5,7
/proc/7135/task/7137/stat : 7137 (java) S 7133 7133 28892 0 -1 1077944384 17359 0 0 0 1529 71 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997346048272 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7138] ppid=7133 vsize=13980732 memory=0 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7138/stat : 7138 (java) S 7133 7133 28892 0 -1 1077944384 14023 0 0 0 1530 65 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997010901392 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7139] ppid=7133 vsize=13980732 memory=1380 CPUtime=15.89 cores=1,3,5,7
/proc/7135/task/7139/stat : 7139 (java) S 7133 7133 28892 0 -1 1077944384 11599 0 0 0 1507 82 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997009848848 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7140] ppid=7133 vsize=13980732 memory=6375436 CPUtime=15.95 cores=1,3,5,7
/proc/7135/task/7140/stat : 7140 (java) S 7133 7133 28892 0 -1 1077944384 16502 0 0 0 1527 68 0 0 20 0 15 0 117998023 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139997008796304 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7141] ppid=7133 vsize=13980732 memory=932 CPUtime=6.91 cores=1,3,5,7
/proc/7135/task/7141/stat : 7141 (java) S 7133 7133 28892 0 -1 1077944384 14180 0 0 0 688 3 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996957379056 139997411625602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7142] ppid=7133 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7142/stat : 7142 (java) S 7133 7133 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996956325344 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7143] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7143/stat : 7143 (java) S 7133 7133 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117998025 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996955272704 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7144] ppid=7133 vsize=13980732 memory=1651 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7144/stat : 7144 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996954221264 139997411633051 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7145] ppid=7133 vsize=13980732 memory=2420 CPUtime=1.46 cores=1,3,5,7
/proc/7135/task/7145/stat : 7145 (java) S 7133 7133 28892 0 -1 1077944384 17818 0 0 0 144 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996953167856 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7146] ppid=7133 vsize=13980732 memory=1732 CPUtime=1.55 cores=1,3,5,7
/proc/7135/task/7146/stat : 7146 (java) S 7133 7133 28892 0 -1 1077944384 15343 0 0 0 153 2 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996952115312 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7147] ppid=7133 vsize=13980732 memory=6375436 CPUtime=0.69 cores=1,3,5,7
/proc/7135/task/7147/stat : 7147 (java) S 7133 7133 28892 0 -1 1077944384 15368 0 0 0 68 1 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996951062768 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7148] ppid=7133 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7135/task/7148/stat : 7148 (java) S 7133 7133 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117998028 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996950010464 139997411624661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
[pid=7135/tid=7149] ppid=7133 vsize=13980732 memory=1380 CPUtime=1.45 cores=1,3,5,7
/proc/7135/task/7149/stat : 7149 (java) S 7133 7133 28892 0 -1 1077944384 2461 0 0 0 68 77 0 0 20 0 15 0 117998032 14316269568 1593859 18446744073709551615 4194304 4196468 140726231513456 139996948958000 139997411625602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 8085504 140726231515569 140726231515745 140726231515745 140726231519183 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6376816 KiB

Child status: 143
Real time (s): 2467.34
CPU time (s): 2520.07
CPU user time (s): 2515.63
CPU system time (s): 4.43929
CPU usage (%): 102.137
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 6449812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.63
system time used= 4.43929
maximum resident set size= 6448432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57724
involuntary context switches= 1407


# summary of solver processes directly reported to runsolver:
#   pid: 7133,7135
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.63
#   total CPU system time (s): 4.43929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3528 second user time and 25.1901 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 17:39:58
IDJOB=4282609
IDBENCH=138603
IDSOLVER=2677
FILE ID=node127/4282609-1503158050
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.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-4282609-1503158050/watcher-4282609-1503158050 -o /tmp/evaluation-result-4282609-1503158050/solver-4282609-1503158050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 832534141 HOME/instance-4282609-1503158050.xml

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

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=832534141

node127.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.92
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.92
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.92
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.92
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:        29506112 kB
MemAvailable:   30344524 kB
Buffers:          299468 kB
Cached:           840684 kB
SwapCached:            0 kB
Active:          2439328 kB
Inactive:         375380 kB
Active(anon):    1625196 kB
Inactive(anon):    99188 kB
Active(file):     814132 kB
Inactive(file):   276192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7848 kB
Writeback:             4 kB
AnonPages:       1674140 kB
Mapped:            73772 kB
Shmem:             49828 kB
Slab:             154176 kB
SReclaimable:     127848 kB
SUnreclaim:        26328 kB
KernelStack:        3440 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3559376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1572864 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 node127 at 2017-08-19 18:21:06