Trace number 4283923

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)UNSAT 9.9869499 8.5147896

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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283923-1503216960.xml"  -tl '2520s' -p 1 -x 3
0.07/0.39	c [HOME/instance-4283923-1503216960.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.45	c simple solver
0.25/0.51	c parse instance...
9.80/8.48	c solve instance...
9.80/8.49	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 (14643 MiB free)
  memory of node 1: 16384 MiB (15481 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283923-1503216960/watcher-4283923-1503216960 -o /tmp/evaluation-result-4283923-1503216960/solver-4283923-1503216960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 640879795 HOME/instance-4283923-1503216960.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 2.24 1.71 1.53 2/203 11091
/proc/meminfo: memFree=30843328/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=105164 memory=5156 CPUtime=0 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 1507 0 0 0 0 0 0 0 20 0 2 0 20103070 107687936 1289 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 26291 1289 964 1 0 16808 0
[pid=11090/tid=11091] ppid=11088 vsize=105164 memory=-7318199385804929726 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) D 11088 11088 18108 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 20103071 107687936 1289 18446744073709551615 4194304 4196468 140730730994656 139814522825008 139814511074197 0 0 1 16784584 18446744072099613829 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 114676 KiB
Current children cumulated memory: 6536 KiB

[startup+0.283692 s]*
/proc/loadavg: 2.24 1.71 1.53 2/215 11103
/proc/meminfo: memFree=30835940/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13907304 memory=22000 CPUtime=0.05 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 4885 0 0 0 4 1 0 0 20 0 14 0 20103070 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3476826 5500 2575 1 0 3466323 0
[pid=11090/tid=11091] ppid=11088 vsize=13907304 memory=-7318199385804929726 CPUtime=0.04 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) D 11088 11088 18108 0 -1 4202560 3060 0 0 0 4 0 0 0 20 0 14 0 20103071 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139814522820512 139814518605053 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 9 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13907304 memory=5767617796302580105 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20103081 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13907304 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 20103081 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 20103081 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20103081 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20103082 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 20103083 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813501236000 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 20103083 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813500183664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20103086 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 20103086 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20103086 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13907304 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 20103086 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20103086 14241079296 5500 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23380 KiB

[startup+0.310152 s]*
/proc/loadavg: 2.24 1.71 1.53 3/216 11104
/proc/meminfo: memFree=30835568/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13974352 memory=22792 CPUtime=0.07 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 5145 0 0 0 6 1 0 0 20 0 15 0 20103070 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3493588 5698 2715 1 0 3482964 0
[pid=11090/tid=11091] ppid=11088 vsize=13974352 memory=280646987808400 CPUtime=0.05 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 3308 0 0 0 5 0 0 0 20 0 15 0 20103071 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139814522808720 139814518604957 0 4 1 16800974 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20103081 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13974352 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103081 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103081 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20103081 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13974352 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20103082 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20103083 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813501236000 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20103083 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813500183664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 20103086 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13974352 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 20103086 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11104] ppid=11088 vsize=13974352 memory=140323655579264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11104/stat : 11104 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103093 14309736448 5698 18446744073709551615 4194304 4196468 140730730994656 139813493868976 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24172 KiB

[startup+0.701634 s]
/proc/loadavg: 2.24 1.71 1.53 5/216 11104
/proc/meminfo: memFree=30815896/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13978684 memory=63716 CPUtime=0.89 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 12669 0 0 0 85 4 0 0 20 0 15 0 20103070 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3494671 15929 3153 1 0 3482964 0
[pid=11090/tid=11091] ppid=11088 vsize=13978684 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 7997 0 0 0 41 2 0 0 20 0 15 0 20103071 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139814522817584 139814157002720 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20103081 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103081 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13978684 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103081 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20103081 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20103082 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20103083 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813501236000 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13978684 memory=-7093856181963027648 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20103083 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813500183664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13978684 memory=8026352872064176211 CPUtime=0.11 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) R 11088 11088 18108 0 -1 4202560 813 0 0 0 11 0 0 0 20 0 15 0 20103086 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813498066424 139814501969835 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13978684 memory=2384 CPUtime=0.12 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) R 11088 11088 18108 0 -1 4202560 1278 0 0 0 12 0 0 0 20 0 15 0 20103086 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813497012856 139814496986605 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13978684 memory=1380 CPUtime=0.2 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 1273 0 0 0 20 0 0 0 20 0 15 0 20103086 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13978684 memory=43064 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11104] ppid=11088 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11104/stat : 11104 (java) S 11088 11088 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20103093 14314172416 15929 18446744073709551615 4194304 4196468 140730730994656 139813493868976 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 65096 KiB

[startup+1.50086 s]
/proc/loadavg: 2.24 1.71 1.53 3/216 11104
/proc/meminfo: memFree=30673888/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13980732 memory=200752 CPUtime=2.07 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 13714 0 0 0 197 10 0 0 20 0 15 0 20103070 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3495183 50188 3190 1 0 3483476 0
[pid=11090/tid=11091] ppid=11088 vsize=13980732 memory=4128 CPUtime=1.21 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 8474 0 0 0 117 4 0 0 20 0 15 0 20103071 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139814522822024 139814157291060 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 20103081 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13980732 memory=56 CPUtime=0.02 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 15 0 20103081 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 20103081 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 15 0 20103081 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13980732 memory=132796 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 20103082 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13980732 memory=188014810662479 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813501236064 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813500183680 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13980732 memory=43064 CPUtime=0.28 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 1121 0 0 0 28 0 0 0 20 0 15 0 20103086 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 1329 0 0 0 22 0 0 0 20 0 15 0 20103086 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 1320 0 0 0 23 0 0 0 20 0 15 0 20103086 14316269568 50188 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

[startup+7.2009 s]
/proc/loadavg: 2.14 1.70 1.53 3/216 11182
/proc/meminfo: memFree=30276144/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13980732 memory=1153856 CPUtime=8.34 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 18734 0 0 0 792 42 0 0 20 0 15 0 20103070 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3495183 288464 3213 1 0 3483476 0
[pid=11090/tid=11091] ppid=11088 vsize=13980732 memory=8623210815808702083 CPUtime=6.77 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 10639 0 0 0 662 15 0 0 20 0 15 0 20103071 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139814522818768 139814157796986 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13980732 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 144 0 0 0 8 5 0 0 20 0 15 0 20103081 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13980732 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 144 0 0 0 8 6 0 0 20 0 15 0 20103081 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13980732 memory=163 CPUtime=0.13 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 160 0 0 0 8 5 0 0 20 0 15 0 20103081 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13980732 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 155 0 0 0 8 6 0 0 20 0 15 0 20103081 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13980732 memory=102 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 20103082 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13980732 memory=35 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813501236064 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13980732 memory=266 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813500183680 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13980732 memory=93 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13980732 memory=1380 CPUtime=0.33 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 1301 0 0 0 33 0 0 0 20 0 15 0 20103086 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13980732 memory=937136 CPUtime=0.31 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 1493 0 0 0 31 0 0 0 20 0 15 0 20103086 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13980732 memory=1200 CPUtime=0.28 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 2837 0 0 0 28 0 0 0 20 0 15 0 20103086 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13980732 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11104] ppid=11088 vsize=13980732 memory=8628 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11104/stat : 11104 (java) S 11088 11088 18108 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 20103093 14316269568 288464 18446744073709551615 4194304 4196468 140730730994656 139813493868976 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1155236 KiB

[startup+8.0008 s]*
/proc/loadavg: 2.14 1.70 1.53 3/216 11182
/proc/meminfo: memFree=29974228/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13980732 memory=1268684 CPUtime=9.41 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 20262 0 0 0 888 53 0 0 20 0 15 0 20103070 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3495183 317171 3213 1 0 3483476 0
[pid=11090/tid=11091] ppid=11088 vsize=13980732 memory=-7677926825137650786 CPUtime=7.49 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 10813 0 0 0 734 15 0 0 20 0 15 0 20103071 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139814522822016 139814155411471 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13980732 memory=-7003737579269690708 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 528 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 211 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13980732 memory=1065792 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 244 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13980732 memory=1152 CPUtime=0.23 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 289 0 0 0 14 9 0 0 20 0 15 0 20103081 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13980732 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 1217 0 0 0 0 0 0 0 20 0 15 0 20103082 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813501236064 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13980732 memory=289536 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813500183680 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13980732 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13980732 memory=-7677926825137650786 CPUtime=0.33 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 1301 0 0 0 33 0 0 0 20 0 15 0 20103086 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13980732 memory=-7003737579269690708 CPUtime=0.31 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 1493 0 0 0 31 0 0 0 20 0 15 0 20103086 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13980732 memory=6014423344313751143 CPUtime=0.28 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 2844 0 0 0 28 0 0 0 20 0 15 0 20103086 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13980732 memory=6452091056199196721 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11104] ppid=11088 vsize=13980732 memory=-8270170723796817252 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11104/stat : 11104 (java) S 11088 11088 18108 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 20103093 14316269568 317171 18446744073709551615 4194304 4196468 140730730994656 139813493868976 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1270064 KiB

[startup+8.4008 s]
/proc/loadavg: 2.14 1.70 1.53 3/216 11182
/proc/meminfo: memFree=29974228/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13980732 memory=1268796 CPUtime=9.8 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 20431 0 0 0 927 53 0 0 20 0 15 0 20103070 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3495183 317199 3213 1 0 3483476 0
[pid=11090/tid=11091] ppid=11088 vsize=13980732 memory=697920 CPUtime=7.88 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) R 11088 11088 18108 0 -1 4202560 10895 0 0 0 773 15 0 0 20 0 15 0 20103071 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139814522821832 139814518594966 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13980732 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 528 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 211 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 244 0 0 0 14 8 0 0 20 0 15 0 20103081 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13980732 memory=8696699184699255194 CPUtime=0.23 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 289 0 0 0 14 9 0 0 20 0 15 0 20103081 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13980732 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 1217 0 0 0 0 0 0 0 20 0 15 0 20103082 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813502290032 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13980732 memory=-3472574513799858011 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813501236064 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20103083 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813500183680 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11099] ppid=11088 vsize=13980732 memory=1268684 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11099/stat : 11099 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813499131984 139814518601627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13980732 memory=-7173504570862900581 CPUtime=0.33 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 1317 0 0 0 33 0 0 0 20 0 15 0 20103086 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13980732 memory=-7173504570860347296 CPUtime=0.31 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 1493 0 0 0 31 0 0 0 20 0 15 0 20103086 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813497027056 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13980732 memory=-7522837415797432224 CPUtime=0.28 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 2915 0 0 0 28 0 0 0 20 0 15 0 20103086 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13980732 memory=1399101730491701635 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20103086 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11104] ppid=11088 vsize=13980732 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11104/stat : 11104 (java) S 11088 11088 18108 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 20103093 14316269568 317199 18446744073709551615 4194304 4196468 140730730994656 139813493868976 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1270176 KiB

[startup+8.50079 s]
/proc/loadavg: 2.14 1.70 1.53 3/216 11182
/proc/meminfo: memFree=29974228/32770624 swapFree=67108860/67108860
[pid=11088] ppid=11085 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (xcsp3-exec) S 11085 11088 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 20103062 9740288 345 18446744073709551615 4194304 5098028 140725123052208 140725123050312 140693607465596 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 9740288 140725123055994 140725123056198 140725123056198 140725123059691 0
/proc/11088/statm: 2378 345 289 221 0 87 0
[pid=11090] ppid=11088 vsize=13980732 memory=1269804 CPUtime=9.96 cores=1,3,5,7
/proc/11090/stat : 11090 (java) S 11088 11088 18108 0 -1 1077944320 22199 0 0 0 943 53 0 0 20 0 13 0 20103070 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 140730730977200 139814518583031 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
/proc/11090/statm: 3495183 317451 3215 1 0 3483476 0
[pid=11090/tid=11091] ppid=11088 vsize=13980732 memory=1380 CPUtime=7.99 cores=1,3,5,7
/proc/11090/task/11091/stat : 11091 (java) S 11088 11088 18108 0 -1 1077944384 12006 0 0 0 783 16 0 0 20 0 13 0 20103071 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139814522825872 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11092] ppid=11088 vsize=13980732 memory=648 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11092/stat : 11092 (java) S 11088 11088 18108 0 -1 1077944384 528 0 0 0 14 8 0 0 20 0 13 0 20103081 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139814475549584 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11093] ppid=11088 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11093/stat : 11093 (java) S 11088 11088 18108 0 -1 1077944384 211 0 0 0 14 8 0 0 20 0 13 0 20103081 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139814474496784 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11094] ppid=11088 vsize=13980732 memory=390916 CPUtime=0.22 cores=1,3,5,7
/proc/11090/task/11094/stat : 11094 (java) S 11088 11088 18108 0 -1 1077944384 244 0 0 0 14 8 0 0 20 0 13 0 20103081 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139814116715664 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11095] ppid=11088 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11090/task/11095/stat : 11095 (java) S 11088 11088 18108 0 -1 1077944384 289 0 0 0 14 9 0 0 20 0 13 0 20103081 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139814115662864 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11096] ppid=11088 vsize=13980732 memory=7228392122205890649 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11096/stat : 11096 (java) S 11088 11088 18108 0 -1 1077944384 1256 0 0 0 0 0 0 0 20 0 13 0 20103082 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813502290240 139814518594178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11097] ppid=11088 vsize=13980732 memory=-7673225154500992928 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11097/stat : 11097 (java) S 11088 11088 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 13 0 20103083 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813501236064 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11098] ppid=11088 vsize=13980732 memory=5788067138599740504 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11098/stat : 11098 (java) S 11088 11088 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 13 0 20103083 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813500183680 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11100] ppid=11088 vsize=13980732 memory=-8774313645642428999 CPUtime=0.35 cores=1,3,5,7
/proc/11090/task/11100/stat : 11100 (java) S 11088 11088 18108 0 -1 1077944384 1376 0 0 0 35 0 0 0 20 0 13 0 20103086 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813498079856 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11101] ppid=11088 vsize=13980732 memory=7521382365680134232 CPUtime=0.33 cores=1,3,5,7
/proc/11090/task/11101/stat : 11101 (java) S 11088 11088 18108 0 -1 1077944384 1711 0 0 0 33 0 0 0 20 0 13 0 20103086 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813497007536 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11102] ppid=11088 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/11090/task/11102/stat : 11102 (java) S 11088 11088 18108 0 -1 1077944384 3229 0 0 0 32 0 0 0 20 0 13 0 20103086 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813495974768 139814518594178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
[pid=11090/tid=11103] ppid=11088 vsize=13980732 memory=140323493898522 CPUtime=0 cores=1,3,5,7
/proc/11090/task/11103/stat : 11103 (java) S 11088 11088 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 20103086 14316269568 317451 18446744073709551615 4194304 4196468 140730730994656 139813494922208 139814518593237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28049408 140730731000242 140730731000418 140730731000418 140730731003855 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1271184 KiB

Child status: 0
Real time (s): 8.51479
CPU time (s): 9.98695
CPU user time (s): 9.43902
CPU system time (s): 0.547928
CPU usage (%): 117.289
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1271184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.43902
system time used= 0.547928
maximum resident set size= 1270152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22751
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= 2074
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 11088
#   total CPU time (s): 9.98695
#   total CPU user time (s): 9.43902
#   total CPU system time (s): 0.547928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.087315 second user time and 0.1156 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 10:02:20
IDJOB=4283923
IDBENCH=134361
IDSOLVER=2679
FILE ID=node131/4283923-1503216960
RUNJOBID= node131-1503171558-2271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
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-4283923-1503216960/watcher-4283923-1503216960 -o /tmp/evaluation-result-4283923-1503216960/solver-4283923-1503216960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 640879795 HOME/instance-4283923-1503216960.xml

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

MD5SUM BENCH= 7d43106829e6532dfda12d24404dada5
RANDOM SEED=640879795

node131.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.69
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.69
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.69
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.69
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:        30848360 kB
MemAvailable:   31259832 kB
Buffers:          208116 kB
Cached:           489940 kB
SwapCached:            0 kB
Active:          1024192 kB
Inactive:         483704 kB
Active(anon):     810144 kB
Inactive(anon):    16748 kB
Active(file):     214048 kB
Inactive(file):   466956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        826208 kB
Mapped:            47420 kB
Shmem:             17060 kB
Slab:             117680 kB
SReclaimable:      92608 kB
SUnreclaim:        25072 kB
KernelStack:        3824 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1436812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 10:02:29