Trace number 4283682

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-08-18)? (TO) 2520.1299 2458.3301

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
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 benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283682-1503223397.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283682-1503223397.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
5.55/1.84	c solve instance...
2520.09/2458.30	s UNKNOWN
2520.09/2458.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 (8314 MiB free)
  memory of node 1: 16384 MiB (12134 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283682-1503223397/watcher-4283682-1503223397 -o /tmp/evaluation-result-4283682-1503223397/solver-4283682-1503223397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503215340-8906 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 355139757 HOME/instance-4283682-1503223397.xml 

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

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

solver pid=10694, runsolver pid=10691

[startup+0.100059 s]*
/proc/loadavg: 2.24 2.07 1.85 3/217 10710
/proc/meminfo: memFree=20921440/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13978596 memory=27960 CPUtime=0.12 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 5363 0 0 0 11 1 0 0 20 0 15 0 155427416 14314082304 6990 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3494649 6990 2864 1 0 3482966 0
[pid=10696/tid=10697] ppid=10694 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 3348 0 0 0 8 1 0 0 20 0 15 0 155427416 14314082304 7056 33554432000 4194304 4196468 140731708156720 140152006660592 140151638312186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13978596 memory=140032040367744 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427417 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13978596 memory=140032040367744 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427418 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151475479584 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155427419 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151474426736 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 155427421 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) S 10694 10694 3809 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 155427421 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13978596 memory=140032040367744 CPUtime=0.01 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) R 10694 10694 3809 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 15 0 155427421 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151470217840 140151981108000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13978596 memory=140032040367744 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427422 14314082304 7056 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29344 KiB

[startup+0.21079 s]*
/proc/loadavg: 2.24 2.07 1.85 3/217 10710
/proc/meminfo: memFree=20910028/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13982884 memory=40668 CPUtime=0.33 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 8301 0 0 0 31 2 0 0 20 0 15 0 155427416 14318473216 10167 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3495721 10167 3080 1 0 3482974 0
[pid=10696/tid=10697] ppid=10694 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 5391 0 0 0 18 2 0 0 20 0 15 0 155427416 14318440448 10167 33554432000 4194304 4196468 140731708156720 140152006639584 140152002450589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13982852 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13982852 memory=140032041100609 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13982852 memory=140032040367744 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427418 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151475479584 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155427419 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151474426736 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 468 0 0 0 3 0 0 0 20 0 15 0 155427421 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) R 10694 10694 3809 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 155427421 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13982852 memory=140032040367744 CPUtime=0.08 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) R 10694 10694 3809 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 155427421 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151470217840 140152002440598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427422 14318440448 10167 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42052 KiB

[startup+0.311302 s]*
/proc/loadavg: 2.24 2.07 1.85 4/217 10710
/proc/meminfo: memFree=20903204/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13982852 memory=47800 CPUtime=0.51 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 9040 0 0 0 48 3 0 0 20 0 15 0 155427416 14318440448 11950 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3495713 11950 3120 1 0 3482966 0
[pid=10696/tid=10697] ppid=10694 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) S 10694 10694 3809 0 -1 1077944384 5929 0 0 0 27 2 0 0 20 0 15 0 155427416 14318440448 11950 33554432000 4194304 4196468 140731708156720 140152006666688 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427417 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427418 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151475479584 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155427419 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151474426736 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13982852 memory=7100839887185294217 CPUtime=0.03 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) R 10694 10694 3809 0 -1 1077944384 476 0 0 0 3 0 0 0 20 0 15 0 155427421 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) R 10694 10694 3809 0 -1 4202560 471 0 0 0 4 0 0 0 20 0 15 0 155427421 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151471270640 140151987553022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) R 10694 10694 3809 0 -1 4202560 859 0 0 0 13 0 0 0 20 0 15 0 155427421 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151470217840 140151981226144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427422 14318440448 11950 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49184 KiB

[startup+0.701551 s]
/proc/loadavg: 2.24 2.07 1.85 6/217 10710
/proc/meminfo: memFree=20873984/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13982928 memory=124664 CPUtime=1.78 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 12426 0 0 0 173 5 0 0 20 0 15 0 155427416 14318518272 31166 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3495732 31166 3200 1 0 3482966 0
[pid=10696/tid=10697] ppid=10694 vsize=13982928 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 6279 0 0 0 64 3 0 0 20 0 15 0 155427416 14318518272 31166 33554432000 4194304 4196468 140731708156720 140152006664560 140151641654532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13982928 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13982928 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13982928 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427417 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13982928 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155427417 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13982928 memory=8616 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155427418 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13982928 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151475479584 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13982928 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155427419 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151474426736 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13982928 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13982928 memory=11112 CPUtime=0.4 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) R 10694 10694 3809 0 -1 4202560 1715 0 0 0 40 0 0 0 20 0 15 0 155427421 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151472322624 140151983972839 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13982928 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) R 10694 10694 3809 0 -1 4202560 1689 0 0 0 41 0 0 0 20 0 15 0 155427421 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151471251656 140151983018384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13982928 memory=1420 CPUtime=0.28 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) S 10694 10694 3809 0 -1 1077944384 1435 0 0 0 27 1 0 0 20 0 15 0 155427421 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151470217840 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13982928 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155427422 14318518272 31166 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 126048 KiB

[startup+1.51147 s]
/proc/loadavg: 2.24 2.07 1.85 7/217 10710
/proc/meminfo: memFree=20691544/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0

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

/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151474426752 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13984976 memory=2447568 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13984976 memory=2447568 CPUtime=6.64 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 48631 0 0 0 660 4 0 0 20 0 15 0 155427421 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13984976 memory=1384 CPUtime=5.51 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) S 10694 10694 3809 0 -1 1077944384 36665 0 0 0 548 3 0 0 20 0 15 0 155427421 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13984976 memory=2447568 CPUtime=1.26 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) S 10694 10694 3809 0 -1 1077944384 21061 0 0 0 120 6 0 0 20 0 15 0 155427421 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151470217840 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13984976 memory=4140 CPUtime=1.28 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 2297 0 0 0 59 69 0 0 20 0 15 0 155427422 14320615424 611892 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 2442.88 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2448952 KiB

[startup+2442.3 s]
/proc/loadavg: 1.90 1.86 1.92 3/217 11046
/proc/meminfo: memFree=20523424/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13984976 memory=2461920 CPUtime=2503.74 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 364787 0 0 0 250121 253 0 0 20 0 15 0 155427416 14320615424 615480 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3496244 615480 3288 1 0 3483478 0
[pid=10696/tid=10697] ppid=10694 vsize=13984976 memory=2461920 CPUtime=2425.48 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 162493 0 0 0 242513 35 0 0 20 0 15 0 155427416 14320615424 615480 33554432000 4194304 4196468 140731708156720 140152006668144 140151647858333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13984976 memory=2461920 CPUtime=15.57 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 18458 0 0 0 1523 34 0 0 20 0 15 0 155427417 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13984976 memory=2461920 CPUtime=15.51 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 20480 0 0 0 1517 34 0 0 20 0 15 0 155427417 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13984976 memory=1384 CPUtime=15.62 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 22284 0 0 0 1526 36 0 0 20 0 15 0 155427417 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13984976 memory=2459868 CPUtime=15.7 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 17712 0 0 0 1533 37 0 0 20 0 15 0 155427417 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13984976 memory=2461920 CPUtime=1.06 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 13340 0 0 0 102 4 0 0 20 0 15 0 155427418 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13984976 memory=2461920 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151475479648 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13984976 memory=2461920 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151474426752 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13984976 memory=1384 CPUtime=6.64 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 48633 0 0 0 660 4 0 0 20 0 15 0 155427421 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13984976 memory=2461920 CPUtime=5.51 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) S 10694 10694 3809 0 -1 1077944384 36668 0 0 0 548 3 0 0 20 0 15 0 155427421 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13984976 memory=2461920 CPUtime=1.26 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) S 10694 10694 3809 0 -1 1077944384 21064 0 0 0 120 6 0 0 20 0 15 0 155427421 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151470217840 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13984976 memory=4140 CPUtime=1.31 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 2334 0 0 0 60 71 0 0 20 0 15 0 155427422 14320615424 615480 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 2503.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2463304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.3 s]
/proc/loadavg: 1.85 1.85 1.92 3/217 11046
/proc/meminfo: memFree=20576032/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13984976 memory=2470116 CPUtime=2520.09 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 365386 0 0 0 251754 255 0 0 20 0 15 0 155427416 14320615424 617529 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3496244 617529 3288 1 0 3483478 0
[pid=10696/tid=10697] ppid=10694 vsize=13984976 memory=2470116 CPUtime=2441.37 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 162880 0 0 0 244102 35 0 0 20 0 15 0 155427416 14320615424 617529 33554432000 4194304 4196468 140731708156720 140152006668208 140151648476053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13984976 memory=1384 CPUtime=15.69 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 18511 0 0 0 1534 35 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13984976 memory=1384 CPUtime=15.62 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 20537 0 0 0 1528 34 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13984976 memory=8836 CPUtime=15.72 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 22332 0 0 0 1536 36 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13984976 memory=164 CPUtime=15.81 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 17760 0 0 0 1544 37 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13984976 memory=8243122710528917583 CPUtime=1.06 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 13344 0 0 0 102 4 0 0 20 0 15 0 155427418 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13984976 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151475479648 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151474426752 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13984976 memory=1384 CPUtime=6.64 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 48633 0 0 0 660 4 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13984976 memory=1384 CPUtime=5.51 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) S 10694 10694 3809 0 -1 1077944384 36668 0 0 0 548 3 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13984976 memory=1384 CPUtime=1.26 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) S 10694 10694 3809 0 -1 1077944384 21064 0 0 0 120 6 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151470217840 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13984976 memory=2457820 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13984976 memory=2470116 CPUtime=1.33 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 2336 0 0 0 61 72 0 0 20 0 15 0 155427422 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2471500 KiB

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

[startup+2458.31 s]
# the end of solver process 10694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000867 s, system=0.001231 s

[startup+2458.33 s]
# the end of solver process 10696 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.56 s, system=2.56684 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+2458.3 s]
/proc/loadavg: 1.85 1.85 1.92 3/217 11046
/proc/meminfo: memFree=20576032/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10694/stat : 10694 (xcsp3-exec) S 10691 10694 3809 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155427416 9740288 346 33554432000 4194304 5098028 140727719954944 140727719953048 140231771628156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11079680 140727719961711 140727719961915 140727719961915 140727719964651 0
/proc/10694/statm: 2378 346 289 221 0 87 0
[pid=10696] ppid=10694 vsize=13984976 memory=2470116 CPUtime=2520.09 cores=1,3,5,7
/proc/10696/stat : 10696 (java) S 10694 10694 3809 0 -1 1077944320 365386 0 0 0 251754 255 0 0 20 0 15 0 155427416 14320615424 617529 33554432000 4194304 4196468 140731708156720 140731708139264 140152002428663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
/proc/10696/statm: 3496244 617529 3288 1 0 3483478 0
[pid=10696/tid=10697] ppid=10694 vsize=13984976 memory=2470116 CPUtime=2441.37 cores=1,3,5,7
/proc/10696/task/10697/stat : 10697 (java) R 10694 10694 3809 0 -1 4202560 162880 0 0 0 244102 35 0 0 20 0 15 0 155427416 14320615424 617529 33554432000 4194304 4196468 140731708156720 140152006668208 140151648476053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10698] ppid=10694 vsize=13984976 memory=1384 CPUtime=15.69 cores=1,3,5,7
/proc/10696/task/10698/stat : 10698 (java) S 10694 10694 3809 0 -1 1077944384 18511 0 0 0 1534 35 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151965535376 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10699] ppid=10694 vsize=13984976 memory=1384 CPUtime=15.62 cores=1,3,5,7
/proc/10696/task/10699/stat : 10699 (java) S 10694 10694 3809 0 -1 1077944384 20537 0 0 0 1528 34 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151596706832 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10700] ppid=10694 vsize=13984976 memory=8836 CPUtime=15.72 cores=1,3,5,7
/proc/10696/task/10700/stat : 10700 (java) S 10694 10694 3809 0 -1 1077944384 22332 0 0 0 1536 36 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151595654032 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10701] ppid=10694 vsize=13984976 memory=164 CPUtime=15.81 cores=1,3,5,7
/proc/10696/task/10701/stat : 10701 (java) S 10694 10694 3809 0 -1 1077944384 17760 0 0 0 1544 37 0 0 20 0 15 0 155427417 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151594601232 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10702] ppid=10694 vsize=13984976 memory=8243122710528917583 CPUtime=1.06 cores=1,3,5,7
/proc/10696/task/10702/stat : 10702 (java) S 10694 10694 3809 0 -1 1077944384 13344 0 0 0 102 4 0 0 20 0 15 0 155427418 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151476533616 140152002439810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10703] ppid=10694 vsize=13984976 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10703/stat : 10703 (java) S 10694 10694 3809 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151475479648 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10704] ppid=10694 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10704/stat : 10704 (java) S 10694 10694 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155427419 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151474426752 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10705] ppid=10694 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10705/stat : 10705 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151473375056 140152002447259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10706] ppid=10694 vsize=13984976 memory=1384 CPUtime=6.64 cores=1,3,5,7
/proc/10696/task/10706/stat : 10706 (java) S 10694 10694 3809 0 -1 1077944384 48633 0 0 0 660 4 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151472323440 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10707] ppid=10694 vsize=13984976 memory=1384 CPUtime=5.51 cores=1,3,5,7
/proc/10696/task/10707/stat : 10707 (java) S 10694 10694 3809 0 -1 1077944384 36668 0 0 0 548 3 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151471270640 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10708] ppid=10694 vsize=13984976 memory=1384 CPUtime=1.26 cores=1,3,5,7
/proc/10696/task/10708/stat : 10708 (java) S 10694 10694 3809 0 -1 1077944384 21064 0 0 0 120 6 0 0 20 0 15 0 155427421 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151470217840 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10709] ppid=10694 vsize=13984976 memory=2457820 CPUtime=0 cores=1,3,5,7
/proc/10696/task/10709/stat : 10709 (java) S 10694 10694 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155427422 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151469165280 140152002438869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
[pid=10696/tid=10710] ppid=10694 vsize=13984976 memory=2470116 CPUtime=1.33 cores=1,3,5,7
/proc/10696/task/10710/stat : 10710 (java) S 10694 10694 3809 0 -1 1077944384 2336 0 0 0 61 72 0 0 20 0 15 0 155427422 14320615424 617529 33554432000 4194304 4196468 140731708156720 140151468112560 140152002439810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 23207936 140731708159127 140731708159303 140731708159303 140731708161999 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2471500 KiB

Child status: 143
Real time (s): 2458.33
CPU time (s): 2520.13
CPU user time (s): 2517.56
CPU system time (s): 2.56684
CPU usage (%): 102.514
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2471500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.56
system time used= 2.56684
maximum resident set size= 2470704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61009
involuntary context switches= 1757


# summary of solver processes directly reported to runsolver:
#   pid: 10694,10696
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.56
#   total CPU system time (s): 2.56684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1231 second user time and 20.0132 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-20 11:48:57
IDJOB=4283682
IDBENCH=139283
IDSOLVER=2679
FILE ID=node104/4283682-1503223397
RUNJOBID= node104-1503215340-8906
PBS_JOBID= 20630870
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4283682-1503223397/watcher-4283682-1503223397 -o /tmp/evaluation-result-4283682-1503223397/solver-4283682-1503223397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503215340-8906 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 355139757 HOME/instance-4283682-1503223397.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=355139757

node104.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.43
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.43
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.43
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.43
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:        20939392 kB
MemAvailable:   29047952 kB
Buffers:          282140 kB
Cached:          8104332 kB
SwapCached:            0 kB
Active:          6226376 kB
Inactive:        5124688 kB
Active(anon):    2967348 kB
Inactive(anon):    33220 kB
Active(file):    3259028 kB
Inactive(file):  5091468 kB
Unevictable:        7800 kB
Mlocked:            7800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8228 kB
Writeback:            76 kB
AnonPages:       2971812 kB
Mapped:            64304 kB
Shmem:             33420 kB
Slab:             174384 kB
SReclaimable:     147796 kB
SUnreclaim:        26588 kB
KernelStack:        3552 kB
PageTables:        10768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4983792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2850816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61708 MiB
End job on node104 at 2017-08-20 12:29:55