Trace number 4282453

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)UNSAT 10.3715 8.8509798

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-14.xml
MD5SUM7d43106829e6532dfda12d24404dada5
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 benchmark0.077803001
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":113}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":31},{"degree":1,"count":9},{"degree":2,"count":9},{"degree":3,"count":11},{"degree":4,"count":7},{"degree":5,"count":21},{"degree":6,"count":56}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":3},{"arity":4,"count":3},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":7},{"arity":8,"count":10},{"arity":9,"count":3},{"arity":10,"count":10},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":6},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282453-1503143662.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4282453-1503143662.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
10.28/8.83	c solve instance...
10.28/8.84	s UNSATISFIABLE

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 (15103 MiB free)
  memory of node 1: 16384 MiB (11928 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282453-1503143662/watcher-4282453-1503143662 -o /tmp/evaluation-result-4282453-1503143662/solver-4282453-1503143662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 962086138 HOME/instance-4282453-1503143662.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=23440, runsolver pid=23437

[startup+0.100125 s]*
/proc/loadavg: 1.81 1.95 1.88 3/201 23442
/proc/meminfo: memFree=27680836/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13356504 memory=10656 CPUtime=0 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 2421 0 0 0 0 0 0 0 20 0 6 0 102706846 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3339126 2664 1203 1 0 3329096 0
[pid=23442/tid=23443] ppid=23440 vsize=13356504 memory=-6441952231799492967 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 1210 0 0 0 0 0 0 0 20 0 6 0 102706846 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140098949208168 140098930804592 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13356504 memory=5767615877474834825 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 102706847 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13356504 memory=140591066850944 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 102706847 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 102706847 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13356504 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 102706847 13677060096 2664 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.210285 s]*
/proc/loadavg: 1.81 1.95 1.88 3/215 23456
/proc/meminfo: memFree=27669824/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13974352 memory=26884 CPUtime=0.08 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 5136 0 0 0 7 1 0 0 20 0 15 0 102706846 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3493588 6721 2732 1 0 3482964 0
[pid=23442/tid=23443] ppid=23440 vsize=13974352 memory=7969008973282974619 CPUtime=0.07 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 3293 0 0 0 6 1 0 0 20 0 15 0 102706846 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098949199632 140098937644405 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13974352 memory=5767615877474834825 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13974352 memory=140591066850944 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706848 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102706849 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098489402144 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102706849 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098488349808 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13974352 memory=140591066850944 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) R 23440 23440 13977 0 -1 4202560 240 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944978326 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13974352 memory=140591066850944 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706856 14309736448 6721 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28264 KiB

[startup+0.31062 s]*
/proc/loadavg: 1.81 1.95 1.88 3/215 23456
/proc/meminfo: memFree=27653412/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13974352 memory=37116 CPUtime=0.27 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 8886 0 0 0 25 2 0 0 20 0 15 0 102706846 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3493588 9279 2976 1 0 3482964 0
[pid=23442/tid=23443] ppid=23440 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 6068 0 0 0 15 2 0 0 20 0 15 0 102706846 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098949200144 140098944978326 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13974352 memory=140591066850943 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706848 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102706849 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098489402144 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13974352 memory=140591066850944 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102706849 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098488349808 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 573 0 0 0 2 0 0 0 20 0 15 0 102706852 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) R 23440 23440 13977 0 -1 4202560 240 0 0 0 1 0 0 0 20 0 15 0 102706852 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944978326 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) R 23440 23440 13977 0 -1 4202560 701 0 0 0 5 0 0 0 20 0 15 0 102706852 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098923916325 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706856 14309736448 9279 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38496 KiB

[startup+0.700861 s]
/proc/loadavg: 1.81 1.95 1.88 4/215 23456
/proc/meminfo: memFree=27643380/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13978684 memory=92172 CPUtime=1.13 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 12623 0 0 0 109 4 0 0 20 0 15 0 102706846 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3494671 23043 3163 1 0 3482964 0
[pid=23442/tid=23443] ppid=23440 vsize=13978684 memory=139 CPUtime=0.54 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 7961 0 0 0 51 3 0 0 20 0 15 0 102706846 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098949202736 140098564483596 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13978684 memory=33 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706847 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102706847 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13978684 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102706848 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13978684 memory=288292173013844728 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102706849 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098489402144 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13978684 memory=4411050655008161824 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102706849 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098488349808 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) R 23440 23440 13977 0 -1 4202560 1484 0 0 0 20 0 0 0 20 0 15 0 102706852 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098922818241 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13978684 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 629 0 0 0 16 0 0 0 20 0 15 0 102706852 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13978684 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) S 23440 23440 13977 0 -1 1077944384 1241 0 0 0 21 0 0 0 20 0 15 0 102706852 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102706856 14314172416 23043 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 93552 KiB

[startup+1.50172 s]
/proc/loadavg: 1.81 1.95 1.88 3/215 23456
/proc/meminfo: memFree=27508956/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13980732 memory=199668 CPUtime=2.14 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 13341 0 0 0 205 9 0 0 20 0 15 0 102706846 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3495183 49917 3193 1 0 3483476 0
[pid=23442/tid=23443] ppid=23440 vsize=13980732 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 8407 0 0 0 127 4 0 0 20 0 15 0 102706846 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098949205240 140098564427892 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 102706847 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 102706847 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13980732 memory=7228385430613878354 CPUtime=0.01 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 102706847 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13980732 memory=7013623321951496274 CPUtime=0.01 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 102706847 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13980732 memory=7301857172715104592 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 102706848 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13980732 memory=164 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 49917 18446744073709551615 4194304 4196468 140723416371824 140098489402208 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6

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

/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13980732 memory=716780 CPUtime=7.6 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 17574 0 0 0 728 32 0 0 20 0 15 0 102706846 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3495183 179195 3213 1 0 3483476 0
[pid=23442/tid=23443] ppid=23440 vsize=13980732 memory=645076 CPUtime=6.08 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 10535 0 0 0 599 9 0 0 20 0 15 0 102706846 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098949204920 140098564653489 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13980732 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 139 0 0 0 9 5 0 0 20 0 15 0 102706847 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13980732 memory=576587700018377745 CPUtime=0.14 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 134 0 0 0 9 5 0 0 20 0 15 0 102706847 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13980732 memory=288291090698863463 CPUtime=0.14 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 136 0 0 0 9 5 0 0 20 0 15 0 102706847 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13980732 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 143 0 0 0 9 5 0 0 20 0 15 0 102706847 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 102706848 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13980732 memory=696804 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098489402208 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098488349824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13980732 memory=1232 CPUtime=0.37 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 1721 0 0 0 37 0 0 0 20 0 15 0 102706852 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13980732 memory=9020 CPUtime=0.26 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 948 0 0 0 26 0 0 0 20 0 15 0 102706852 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13980732 memory=4616 CPUtime=0.27 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) S 23440 23440 13977 0 -1 1077944384 1944 0 0 0 27 0 0 0 20 0 15 0 102706852 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 102706856 14316269568 179195 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 718160 KiB

[startup+8.00084 s]*
/proc/loadavg: 1.92 1.97 1.89 3/215 23456
/proc/meminfo: memFree=26425616/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13980732 memory=1267208 CPUtime=9.48 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 20504 0 0 0 900 48 0 0 20 0 15 0 102706846 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3495183 316802 3213 1 0 3483476 0
[pid=23442/tid=23443] ppid=23440 vsize=13980732 memory=-8774313645642428999 CPUtime=7.6 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 11061 0 0 0 745 15 0 0 20 0 15 0 102706846 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098949205264 140098564408824 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13980732 memory=-7003737579269690708 CPUtime=0.23 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 284 0 0 0 15 8 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 203 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 419 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13980732 memory=-6296418794903857761 CPUtime=0.21 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 222 0 0 0 14 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 1211 0 0 0 0 0 0 0 20 0 15 0 102706848 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098489402208 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098488349824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13980732 memory=1615 CPUtime=0.37 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 1815 0 0 0 37 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13980732 memory=24473 CPUtime=0.26 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 1018 0 0 0 26 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13980732 memory=7451303871097364564 CPUtime=0.28 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) S 23440 23440 13977 0 -1 1077944384 2936 0 0 0 28 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13980732 memory=7451303871097364564 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13980732 memory=7451303871097364564 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 102706856 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1268588 KiB

[startup+8.40083 s]
/proc/loadavg: 1.92 1.97 1.89 3/215 23456
/proc/meminfo: memFree=26425616/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13980732 memory=1267208 CPUtime=9.87 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 20504 0 0 0 939 48 0 0 20 0 15 0 102706846 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3495183 316802 3213 1 0 3483476 0
[pid=23442/tid=23443] ppid=23440 vsize=13980732 memory=13568184779278711 CPUtime=7.99 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 11061 0 0 0 784 15 0 0 20 0 15 0 102706846 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098949205192 140098562777256 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13980732 memory=6943526294502006880 CPUtime=0.23 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 284 0 0 0 15 8 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13980732 memory=6944656592455360604 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 203 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13980732 memory=6944652177228980320 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 419 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13980732 memory=6944656575208382560 CPUtime=0.21 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 222 0 0 0 14 7 0 0 20 0 15 0 102706847 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 1211 0 0 0 0 0 0 0 20 0 15 0 102706848 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098489402208 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098488349824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13980732 memory=6655300316396806240 CPUtime=0.37 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 1815 0 0 0 37 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 1018 0 0 0 26 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13980732 memory=6656426216303648864 CPUtime=0.28 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) S 23440 23440 13977 0 -1 1077944384 2936 0 0 0 28 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 102706856 14316269568 316802 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1268588 KiB

[startup+8.80083 s]
/proc/loadavg: 1.92 1.97 1.89 3/215 23456
/proc/meminfo: memFree=26425616/32770624 swapFree=67108860/67108860
[pid=23440] ppid=23437 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (xcsp3-exec) S 23437 23440 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102706836 9740288 345 18446744073709551615 4194304 5098028 140722790997296 140722790995400 140482006819452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 12644352 140722791002489 140722791002693 140722791002693 140722791006187 0
/proc/23440/statm: 2378 345 289 221 0 87 0
[pid=23442] ppid=23440 vsize=13980732 memory=1267336 CPUtime=10.28 cores=0,2,4,6
/proc/23442/stat : 23442 (java) S 23440 23440 13977 0 -1 1077944320 20555 0 0 0 980 48 0 0 20 0 15 0 102706846 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140723416354368 140098944966391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
/proc/23442/statm: 3495183 316834 3213 1 0 3483476 0
[pid=23442/tid=23443] ppid=23440 vsize=13980732 memory=13568184779278711 CPUtime=8.39 cores=0,2,4,6
/proc/23442/task/23443/stat : 23443 (java) R 23440 23440 13977 0 -1 4202560 11061 0 0 0 824 15 0 0 20 0 15 0 102706846 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098949205192 140098564653401 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23444] ppid=23440 vsize=13980732 memory=-8774313645642428999 CPUtime=0.23 cores=0,2,4,6
/proc/23442/task/23444/stat : 23444 (java) S 23440 23440 13977 0 -1 1077944384 284 0 0 0 15 8 0 0 20 0 15 0 102706847 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098886912912 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23445] ppid=23440 vsize=13980732 memory=1267208 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23445/stat : 23445 (java) S 23440 23440 13977 0 -1 1077944384 203 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098885860112 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23446] ppid=23440 vsize=13980732 memory=13568184779278711 CPUtime=0.22 cores=0,2,4,6
/proc/23442/task/23446/stat : 23446 (java) S 23440 23440 13977 0 -1 1077944384 419 0 0 0 15 7 0 0 20 0 15 0 102706847 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098884807824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23447] ppid=23440 vsize=13980732 memory=1580 CPUtime=0.21 cores=0,2,4,6
/proc/23442/task/23447/stat : 23447 (java) S 23440 23440 13977 0 -1 1077944384 222 0 0 0 14 7 0 0 20 0 15 0 102706847 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098883755024 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23448] ppid=23440 vsize=13980732 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23448/stat : 23448 (java) S 23440 23440 13977 0 -1 1077944384 1211 0 0 0 0 0 0 0 20 0 15 0 102706848 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098490456176 140098944977538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23449] ppid=23440 vsize=13980732 memory=836 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23449/stat : 23449 (java) S 23440 23440 13977 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098489402208 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23450] ppid=23440 vsize=13980732 memory=3916 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23450/stat : 23450 (java) S 23440 23440 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 102706849 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098488349824 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23451] ppid=23440 vsize=13980732 memory=2848 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23451/stat : 23451 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098487298128 140098944984987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23452] ppid=23440 vsize=13980732 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/23442/task/23452/stat : 23452 (java) S 23440 23440 13977 0 -1 1077944384 1822 0 0 0 37 0 0 0 20 0 15 0 102706852 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098486246000 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23453] ppid=23440 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/23442/task/23453/stat : 23453 (java) S 23440 23440 13977 0 -1 1077944384 1022 0 0 0 26 0 0 0 20 0 15 0 102706852 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098485193200 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23454] ppid=23440 vsize=13980732 memory=140590922694824 CPUtime=0.29 cores=0,2,4,6
/proc/23442/task/23454/stat : 23454 (java) S 23440 23440 13977 0 -1 1077944384 2976 0 0 0 29 0 0 0 20 0 15 0 102706852 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098484140912 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23455] ppid=23440 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23455/stat : 23455 (java) S 23440 23440 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102706852 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098483088352 140098944976597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
[pid=23442/tid=23456] ppid=23440 vsize=13980732 memory=3668436 CPUtime=0 cores=0,2,4,6
/proc/23442/task/23456/stat : 23456 (java) S 23440 23440 13977 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 102706856 14316269568 316834 18446744073709551615 4194304 4196468 140723416371824 140098482035120 140098944977538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34103296 140723416379825 140723416380001 140723416380001 140723416383439 0
Current children cumulated CPU time: 10.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1268716 KiB

Child status: 0
Real time (s): 8.85098
CPU time (s): 10.3715
CPU user time (s): 9.87395
CPU system time (s): 0.497572
CPU usage (%): 117.179
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1268716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.87395
system time used= 0.497572
maximum resident set size= 1268144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2016
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 23440
#   total CPU time (s): 10.3715
#   total CPU user time (s): 9.87395
#   total CPU system time (s): 0.497572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075725 second user time and 0.12899 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 13:40:06
IDJOB=4282453
IDBENCH=134361
IDSOLVER=2677
FILE ID=node124/4282453-1503143662
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-14.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-4282453-1503143662/watcher-4282453-1503143662 -o /tmp/evaluation-result-4282453-1503143662/solver-4282453-1503143662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 962086138 HOME/instance-4282453-1503143662.xml

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

MD5SUM BENCH= 7d43106829e6532dfda12d24404dada5
RANDOM SEED=962086138

node124.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.51
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.51
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.51
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.51
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:        27681164 kB
MemAvailable:   28304108 kB
Buffers:          290084 kB
Cached:           626188 kB
SwapCached:            0 kB
Active:          4258124 kB
Inactive:         370232 kB
Active(anon):    3664736 kB
Inactive(anon):    89140 kB
Active(file):     593388 kB
Inactive(file):   281092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:             0 kB
AnonPages:       3712164 kB
Mapped:            70464 kB
Shmem:             41704 kB
Slab:             155728 kB
SReclaimable:     128600 kB
SUnreclaim:        27128 kB
KernelStack:        3504 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4685788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3604480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 13:40:15