Trace number 4272350

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.0601 2443.6201

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.191601
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":3}, {"degree":89,"count":29}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
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-4272350-1502795495.xml"  -tl '2520s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4272350-1502795495.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
1.79/0.78	c solve instance...
2520.03/2443.60	s UNKNOWN
2520.03/2443.60	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 (12855 MiB free)
  memory of node 1: 16384 MiB (13014 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272350-1502795495/watcher-4272350-1502795495 -o /tmp/evaluation-result-4272350-1502795495/solver-4272350-1502795495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-444 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 457547190 HOME/instance-4272350-1502795495.xml 

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

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

solver pid=938, runsolver pid=935

[startup+0.100058 s]*
/proc/loadavg: 1.57 1.64 1.73 3/217 955
/proc/meminfo: memFree=26475252/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13978596 memory=27860 CPUtime=0.11 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 5313 0 0 0 11 0 0 0 20 0 15 0 112637327 14314082304 6965 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3494649 6965 2870 1 0 3482966 0
[pid=940/tid=941] ppid=938 vsize=13978596 memory=7022364632946311227 CPUtime=0.08 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 3334 0 0 0 8 0 0 0 20 0 15 0 112637328 14314082304 6965 33554432000 4194304 4196468 140723881470064 140560503441200 140560499219862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13978596 memory=4294976240 CPUtime=0 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14314082304 6965 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13978596 memory=140686371129281 CPUtime=0 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14314082304 6965 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14314082304 6965 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637329 14314082304 6965 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13978596 memory=140686371104384 CPUtime=0 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637330 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112637330 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559972365856 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112637331 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559971313008 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13978596 memory=140686371104384 CPUtime=0.01 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) R 938 938 410 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559967103088 140560483316147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637333 14314082304 6965 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29244 KiB

[startup+0.210584 s]*
/proc/loadavg: 1.57 1.64 1.73 4/217 955
/proc/meminfo: memFree=26463716/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13982852 memory=40272 CPUtime=0.33 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 8132 0 0 0 32 1 0 0 20 0 15 0 112637327 14318440448 10068 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3495713 10068 3026 1 0 3482966 0
[pid=940/tid=941] ppid=938 vsize=13982852 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 5244 0 0 0 19 1 0 0 20 0 15 0 112637328 14318440448 10068 33554432000 4194304 4196468 140723881470064 140560503428736 140560491885941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13982852 memory=4294976240 CPUtime=0 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 10068 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13982852 memory=140686371129281 CPUtime=0 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 10068 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 10068 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 10068 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13982852 memory=140686371104384 CPUtime=0 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637330 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112637330 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559972365856 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112637331 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559971313008 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 572 0 0 0 2 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13982852 memory=140686371104384 CPUtime=0.07 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) R 938 938 410 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559967103088 140560483288414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 10068 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41656 KiB

[startup+0.316011 s]*
/proc/loadavg: 1.57 1.64 1.73 5/217 955
/proc/meminfo: memFree=26456892/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13982852 memory=46964 CPUtime=0.52 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 8954 0 0 0 50 2 0 0 20 0 15 0 112637327 14318440448 11741 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3495713 11741 3099 1 0 3482966 0
[pid=940/tid=941] ppid=938 vsize=13982852 memory=1399051139730258233 CPUtime=0.29 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 5920 0 0 0 28 1 0 0 20 0 15 0 112637328 14318440448 11807 33554432000 4194304 4196468 140723881470064 140560503445392 140560499229853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 11807 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13982852 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 11807 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 11807 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637329 14318440448 11807 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13982852 memory=140686217227232 CPUtime=0 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637330 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112637330 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559972365856 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112637331 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559971313008 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13982852 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) R 938 938 410 0 -1 1077944384 591 0 0 0 4 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) R 938 938 410 0 -1 4202560 318 0 0 0 3 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559968155888 140560479908224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13982852 memory=-3395018512065318687 CPUtime=0.13 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) R 938 938 410 0 -1 4202560 864 0 0 0 13 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559967100264 140560491445054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13982852 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13982852 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637333 14318440448 11807 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48348 KiB

[startup+0.702401 s]
/proc/loadavg: 1.57 1.64 1.73 5/217 955
/proc/meminfo: memFree=26434332/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13984976 memory=84104 CPUtime=1.79 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 12645 0 0 0 176 3 0 0 20 0 15 0 112637327 14320615424 21026 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3496244 21026 3214 1 0 3483478 0
[pid=940/tid=941] ppid=938 vsize=13984976 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 6592 0 0 0 63 2 0 0 20 0 15 0 112637328 14320615424 21026 33554432000 4194304 4196468 140723881470064 140560503441744 140560499219862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14320615424 21026 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13984976 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14320615424 21026 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13984976 memory=916 CPUtime=0 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637329 14320615424 21026 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13984976 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112637329 14320615424 21026 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13984976 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112637330 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13984976 memory=2612 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112637330 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559972365856 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112637331 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559971313008 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13984976 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13984976 memory=1716 CPUtime=0.38 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) R 938 938 410 0 -1 4202560 1532 0 0 0 38 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559969208688 140560485263232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13984976 memory=796 CPUtime=0.32 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) R 938 938 410 0 -1 4202560 1057 0 0 0 32 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559968154288 140560478925063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13984976 memory=1952 CPUtime=0.4 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) R 938 938 410 0 -1 1077944384 2158 0 0 0 40 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559967103088 140560499219074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13984976 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13984976 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 21026 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 85488 KiB

[startup+1.50081 s]
/proc/loadavg: 1.57 1.64 1.73 5/217 955
/proc/meminfo: memFree=26398036/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0

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

/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 112637331 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559971313024 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13984976 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13984976 memory=1384 CPUtime=6.09 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 43323 0 0 0 603 6 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13984976 memory=1384 CPUtime=4.85 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 22260 0 0 0 482 3 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13984976 memory=923400 CPUtime=1.03 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) S 938 938 410 0 -1 1077944384 14219 0 0 0 101 2 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559967103088 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13984976 memory=1384 CPUtime=1.34 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1192 0 0 0 67 67 0 0 20 0 15 0 112637333 14320615424 224151 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 2395.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 897988 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.75 1.71 3/217 1144
/proc/meminfo: memFree=26623096/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13984976 memory=970308 CPUtime=2457.05 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 246147 0 0 0 245169 536 0 0 20 0 15 0 112637327 14320615424 242577 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3496244 242577 3289 1 0 3483478 0
[pid=940/tid=941] ppid=938 vsize=13984976 memory=885320 CPUtime=2360.26 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 52995 0 0 0 236011 15 0 0 20 0 15 0 112637328 14320615424 242577 33554432000 4194304 4196468 140723881470064 140560503447264 140560143178144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13984976 memory=885412 CPUtime=20.57 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 18994 0 0 0 1945 112 0 0 20 0 15 0 112637329 14320615424 242577 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13984976 memory=907940 CPUtime=20.6 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 18436 0 0 0 1950 110 0 0 20 0 15 0 112637329 14320615424 242577 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13984976 memory=944904 CPUtime=20.64 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 18315 0 0 0 1953 111 0 0 20 0 15 0 112637329 14320615424 242577 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13984976 memory=966208 CPUtime=20.61 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 16032 0 0 0 1950 111 0 0 20 0 15 0 112637329 14320615424 242577 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13984976 memory=970308 CPUtime=0.92 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 38982 0 0 0 77 15 0 0 20 0 15 0 112637330 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13984976 memory=970308 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112637330 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559972365920 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13984976 memory=970308 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 112637331 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559971313024 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13984976 memory=970308 CPUtime=6.09 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 43325 0 0 0 603 6 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13984976 memory=4140 CPUtime=4.85 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 22262 0 0 0 482 3 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13984976 memory=1384 CPUtime=1.03 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) S 938 938 410 0 -1 1077944384 14222 0 0 0 101 2 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559967103088 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13984976 memory=68 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13984976 memory=4140 CPUtime=1.38 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1213 0 0 0 69 69 0 0 20 0 15 0 112637333 14320615424 242577 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 2457.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 971692 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.75 1.71 3/217 1145
/proc/meminfo: memFree=26715620/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13984976 memory=955112 CPUtime=2518.73 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 252146 0 0 0 251329 544 0 0 20 0 15 0 112637327 14320615424 238778 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3496244 238778 3289 1 0 3483478 0
[pid=940/tid=941] ppid=938 vsize=13984976 memory=1022292 CPUtime=2419.69 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 55581 0 0 0 241953 16 0 0 20 0 15 0 112637328 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560503447280 140560143234239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13984976 memory=979212 CPUtime=21.13 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 19474 0 0 0 1999 114 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13984976 memory=979212 CPUtime=21.15 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 19170 0 0 0 2003 112 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13984976 memory=180 CPUtime=21.19 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 18974 0 0 0 2006 113 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13984976 memory=998692 CPUtime=21.17 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 16474 0 0 0 2004 113 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13984976 memory=979212 CPUtime=0.94 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 40076 0 0 0 79 15 0 0 20 0 15 0 112637330 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13984976 memory=972040 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112637330 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559972365920 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13984976 memory=955112 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 112637331 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559971313024 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13984976 memory=1384 CPUtime=6.09 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 43325 0 0 0 603 6 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13984976 memory=955112 CPUtime=4.85 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 22262 0 0 0 482 3 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13984976 memory=1384 CPUtime=1.03 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) S 938 938 410 0 -1 1077944384 14222 0 0 0 101 2 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559967103088 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13984976 memory=998692 CPUtime=1.41 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1217 0 0 0 71 70 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 2518.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 956496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2443.6 s]
/proc/loadavg: 1.77 1.75 1.71 3/217 1145
/proc/meminfo: memFree=26715620/32770624 swapFree=67108860/67108860
[pid=938] ppid=935 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/938/stat : 938 (xcsp3-exec) S 935 938 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112637327 9740288 346 33554432000 4194304 5098028 140733079210672 140733079208776 140584636129916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8359936 140733079213167 140733079213371 140733079213371 140733079216107 0
/proc/938/statm: 2378 346 289 221 0 87 0
[pid=940] ppid=938 vsize=13984976 memory=955112 CPUtime=2520.03 cores=0,2,4,6
/proc/940/stat : 940 (java) S 938 938 410 0 -1 1077944320 252172 0 0 0 251459 544 0 0 20 0 15 0 112637327 14320615424 238778 33554432000 4194304 4196468 140723881470064 140723881452608 140560499207927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
/proc/940/statm: 3496244 238778 3289 1 0 3483478 0
[pid=940/tid=941] ppid=938 vsize=13984976 memory=11008 CPUtime=2420.99 cores=0,2,4,6
/proc/940/task/941/stat : 941 (java) R 938 938 410 0 -1 4202560 55605 0 0 0 242083 16 0 0 20 0 15 0 112637328 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560503447280 140560145453400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=942] ppid=938 vsize=13984976 memory=1228 CPUtime=21.13 cores=0,2,4,6
/proc/940/task/942/stat : 942 (java) S 938 938 410 0 -1 1077944384 19474 0 0 0 1999 114 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560094915216 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=943] ppid=938 vsize=13984976 memory=1420 CPUtime=21.15 cores=0,2,4,6
/proc/940/task/943/stat : 943 (java) S 938 938 410 0 -1 1077944384 19170 0 0 0 2003 112 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560093862416 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=945] ppid=938 vsize=13984976 memory=1384 CPUtime=21.19 cores=0,2,4,6
/proc/940/task/945/stat : 945 (java) S 938 938 410 0 -1 1077944384 18974 0 0 0 2006 113 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560092809616 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=946] ppid=938 vsize=13984976 memory=955112 CPUtime=21.17 cores=0,2,4,6
/proc/940/task/946/stat : 946 (java) S 938 938 410 0 -1 1077944384 16474 0 0 0 2004 113 0 0 20 0 15 0 112637329 14320615424 238778 33554432000 4194304 4196468 140723881470064 140560091756816 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=947] ppid=938 vsize=13984976 memory=1384 CPUtime=0.94 cores=0,2,4,6
/proc/940/task/947/stat : 947 (java) S 938 938 410 0 -1 1077944384 40076 0 0 0 79 15 0 0 20 0 15 0 112637330 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559973419888 140560499219074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=948] ppid=938 vsize=13984976 memory=955112 CPUtime=0 cores=0,2,4,6
/proc/940/task/948/stat : 948 (java) S 938 938 410 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 112637330 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559972365920 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=949] ppid=938 vsize=13984976 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/940/task/949/stat : 949 (java) S 938 938 410 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 112637331 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559971313024 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=950] ppid=938 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/940/task/950/stat : 950 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559970261328 140560499226523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=951] ppid=938 vsize=13984976 memory=1420 CPUtime=6.09 cores=0,2,4,6
/proc/940/task/951/stat : 951 (java) S 938 938 410 0 -1 1077944384 43325 0 0 0 603 6 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559969208688 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=952] ppid=938 vsize=13984976 memory=15872 CPUtime=4.85 cores=0,2,4,6
/proc/940/task/952/stat : 952 (java) S 938 938 410 0 -1 1077944384 22262 0 0 0 482 3 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559968155888 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=953] ppid=938 vsize=13984976 memory=16448 CPUtime=1.03 cores=0,2,4,6
/proc/940/task/953/stat : 953 (java) S 938 938 410 0 -1 1077944384 14222 0 0 0 101 2 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559967103088 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=954] ppid=938 vsize=13984976 memory=31964 CPUtime=0 cores=0,2,4,6
/proc/940/task/954/stat : 954 (java) S 938 938 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559966050528 140560499218133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
[pid=940/tid=955] ppid=938 vsize=13984976 memory=15872 CPUtime=1.41 cores=0,2,4,6
/proc/940/task/955/stat : 955 (java) S 938 938 410 0 -1 1077944384 1219 0 0 0 71 70 0 0 20 0 15 0 112637333 14320615424 238778 33554432000 4194304 4196468 140723881470064 140559964998832 140560499219074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12664832 140723881473175 140723881473351 140723881473351 140723881476047 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 956496 KiB

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

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

[startup+2443.62 s]
# the end of solver process 940 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.6 s, system=5.45939 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

Child status: 143
Real time (s): 2443.62
CPU time (s): 2520.06
CPU user time (s): 2514.6
CPU system time (s): 5.45939
CPU usage (%): 103.128
Max. virtual memory (cumulated for all children) (KiB): 13998708
Max. memory (cumulated for all children) (KiB): 1249876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.6
system time used= 5.45939
maximum resident set size= 1252588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66758
involuntary context switches= 4387


# summary of solver processes directly reported to runsolver:
#   pid: 938,940
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.6
#   total CPU system time (s): 5.45939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7728 second user time and 23.3363 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-15 12:57:16
IDJOB=4272350
IDBENCH=128124
IDSOLVER=2664
FILE ID=node104/4272350-1502795495
RUNJOBID= node104-1502789706-444
PBS_JOBID= 20629126
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.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-4272350-1502795495/watcher-4272350-1502795495 -o /tmp/evaluation-result-4272350-1502795495/solver-4272350-1502795495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-444 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 457547190 HOME/instance-4272350-1502795495.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=457547190

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:        26492028 kB
MemAvailable:   30008624 kB
Buffers:          221308 kB
Cached:          3574056 kB
SwapCached:            0 kB
Active:          2412544 kB
Inactive:        3406952 kB
Active(anon):    2027000 kB
Inactive(anon):    25024 kB
Active(file):     385544 kB
Inactive(file):  3381928 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:       2054896 kB
Mapped:            58180 kB
Shmem:             25228 kB
Slab:             155576 kB
SReclaimable:     129916 kB
SUnreclaim:        25660 kB
KernelStack:        3808 kB
PageTables:         9200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2761020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 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= 61856 MiB
End job on node104 at 2017-08-15 13:38:00