Trace number 4272679

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)UNSAT 3.1635499 1.47737

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
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.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272679-1502850239.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272679-1502850239.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
2.67/1.36	c solve instance...
2.93/1.46	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 (10309 MiB free)
  memory of node 1: 16384 MiB (13532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272679-1502850239/watcher-4272679-1502850239 -o /tmp/evaluation-result-4272679-1502850239/solver-4272679-1502850239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26776 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 454866129 HOME/instance-4272679-1502850239.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=28476, runsolver pid=28473
Current StackSize limit: 8192 KiB


[startup+0.100286 s]*
/proc/loadavg: 2.28 2.08 2.06 4/218 28493
/proc/meminfo: memFree=24396328/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13978596 memory=28468 CPUtime=0.12 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 5556 0 0 0 11 1 0 0 20 0 15 0 118095459 14314082304 7117 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3494649 7117 2840 1 0 3482966 0
[pid=28478/tid=28479] ppid=28476 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 3556 0 0 0 8 0 0 0 20 0 15 0 118095459 14314082304 7117 33554432000 4194304 4196468 140737178374672 139776194013920 139776189803926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14314082304 7117 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13978596 memory=140450675144320 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13978596 memory=140450675144320 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095461 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118095462 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) S 28476 28476 26744 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 118095464 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775165130864 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) S 28476 28476 26744 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 118095464 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13978596 memory=140450675144320 CPUtime=0.01 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) R 28476 28476 26744 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 118095464 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775163025776 139776168160660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13978596 memory=140450675144320 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14314082304 7117 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29852 KiB

[startup+0.210769 s]*
/proc/loadavg: 2.28 2.08 2.06 3/218 28493
/proc/meminfo: memFree=24385288/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13982852 memory=40628 CPUtime=0.34 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 8227 0 0 0 32 2 0 0 20 0 15 0 118095459 14318440448 10157 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3495713 10157 3054 1 0 3482966 0
[pid=28478/tid=28479] ppid=28476 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 1077944384 5347 0 0 0 19 1 0 0 20 0 15 0 118095459 14318440448 10157 33554432000 4194304 4196468 140737178374672 139776194001616 139776182471213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13982852 memory=12543 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 10157 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13982884 memory=140450675674619 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14318473216 10157 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14318473216 10157 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13982852 memory=140450675144320 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095461 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118095462 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) S 28476 28476 26744 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 118095464 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775165130864 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) S 28476 28476 26744 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 118095464 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13982852 memory=140450675144320 CPUtime=0.08 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) S 28476 28476 26744 0 -1 1077944384 718 0 0 0 8 0 0 0 20 0 15 0 118095464 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775163025776 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14318440448 10157 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14318473216 10157 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42012 KiB

[startup+0.310662 s]*
/proc/loadavg: 2.28 2.08 2.06 4/218 28493
/proc/meminfo: memFree=24377968/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13982852 memory=47492 CPUtime=0.51 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 9068 0 0 0 48 3 0 0 20 0 15 0 118095459 14318440448 11873 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3495713 11873 3077 1 0 3482966 0
[pid=28478/tid=28479] ppid=28476 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 5975 0 0 0 28 2 0 0 20 0 15 0 118095459 14318440448 11873 33554432000 4194304 4196468 140737178374672 139776194025856 139775826496422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 11873 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095460 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118095461 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13982852 memory=4427211660631380883 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118095462 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13982852 memory=9124443767561732153 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) R 28476 28476 26744 0 -1 4202560 503 0 0 0 4 0 0 0 20 0 15 0 118095464 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775165130864 139776189805873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) R 28476 28476 26744 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 15 0 118095464 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) R 28476 28476 26744 0 -1 4202560 831 0 0 0 13 0 0 0 20 0 15 0 118095464 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775163022144 139776182029118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13982852 memory=3905244507057233969 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14318440448 11873 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48876 KiB

[startup+0.70237 s]
/proc/loadavg: 2.28 2.08 2.06 5/218 28493
/proc/meminfo: memFree=24343904/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13982928 memory=196364 CPUtime=1.64 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 12110 0 0 0 156 8 0 0 20 0 15 0 118095459 14318518272 49091 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3495732 49091 3206 1 0 3482966 0
[pid=28478/tid=28479] ppid=28476 vsize=13982928 memory=32948 CPUtime=0.67 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 6354 0 0 0 63 4 0 0 20 0 15 0 118095459 14318518272 49091 33554432000 4194304 4196468 140737178374672 139776194030112 139775829847630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13982928 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49091 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13982928 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13982928 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13982928 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13982928 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 118095461 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13982928 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13982928 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118095462 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13982928 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13982928 memory=5300 CPUtime=0.31 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) R 28476 28476 26744 0 -1 4202560 1439 0 0 0 31 0 0 0 20 0 15 0 118095464 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775165121248 139776169046287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13982928 memory=4616 CPUtime=0.31 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) R 28476 28476 26744 0 -1 4202560 1559 0 0 0 31 0 0 0 20 0 15 0 118095464 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775164067040 139776173765489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13982928 memory=1928 CPUtime=0.27 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) S 28476 28476 26744 0 -1 1077944384 1315 0 0 0 27 0 0 0 20 0 15 0 118095464 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775163025776 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13982928 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13982928 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14318518272 49091 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 197748 KiB

[startup+1.47733 s]
# the end of solver process 28476 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.04337 s, system=0.120185 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.801007 s]
/proc/loadavg: 2.28 2.08 2.06 5/218 28493
/proc/meminfo: memFree=24343904/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13982928 memory=196468 CPUtime=1.8 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 12124 0 0 0 172 8 0 0 20 0 15 0 118095459 14318518272 49117 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3495732 49117 3206 1 0 3482966 0
[pid=28478/tid=28479] ppid=28476 vsize=13982928 memory=280901061709200 CPUtime=0.77 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 6354 0 0 0 73 4 0 0 20 0 15 0 118095459 14318518272 49117 33554432000 4194304 4196468 140737178374672 139776194030112 139775829636972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49117 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13982928 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13982928 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13982928 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 118095460 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13982928 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 118095461 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13982928 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13982928 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118095462 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13982928 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13982928 memory=4616 CPUtime=0.35 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) S 28476 28476 26744 0 -1 1077944384 1446 0 0 0 35 0 0 0 20 0 15 0 118095464 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775165130864 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13982928 memory=1928 CPUtime=0.34 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) S 28476 28476 26744 0 -1 1077944384 1566 0 0 0 34 0 0 0 20 0 15 0 118095464 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13982928 memory=1428 CPUtime=0.27 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) S 28476 28476 26744 0 -1 1077944384 1315 0 0 0 27 0 0 0 20 0 15 0 118095464 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775163025776 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13982928 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13982928 memory=10660 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14318518272 49117 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 197852 KiB

[startup+1.20087 s]
/proc/loadavg: 2.28 2.08 2.06 5/218 28493
/proc/meminfo: memFree=24207252/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13984976 memory=218388 CPUtime=2.56 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 12644 0 0 0 246 10 0 0 20 0 15 0 118095459 14320615424 54597 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3496244 54597 3218 1 0 3483478 0
[pid=28478/tid=28479] ppid=28476 vsize=13984976 memory=22319 CPUtime=1.15 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 6583 0 0 0 111 4 0 0 20 0 15 0 118095459 14320615424 54597 33554432000 4194304 4196468 140737178374672 139776194028744 139775830663974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 15 0 118095460 14320615424 54597 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 118095460 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13984976 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 118095460 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13984976 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 118095460 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 118095461 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118095462 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13984976 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) S 28476 28476 26744 0 -1 1077944384 1481 0 0 0 48 0 0 0 20 0 15 0 118095464 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775165130864 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13984976 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) S 28476 28476 26744 0 -1 1077944384 1621 0 0 0 45 0 0 0 20 0 15 0 118095464 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13984976 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) S 28476 28476 26744 0 -1 1077944384 1470 0 0 0 35 0 0 0 20 0 15 0 118095464 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775163025776 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13984976 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14320615424 54597 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 219772 KiB

[startup+1.40081 s]
/proc/loadavg: 2.28 2.08 2.06 5/218 28493
/proc/meminfo: memFree=24207252/32770624 swapFree=67108860/67108860
[pid=28476] ppid=28473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28476/stat : 28476 (xcsp3-exec) S 28473 28476 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118095459 9740288 346 33554432000 4194304 5098028 140728602922304 140728602920408 140038092403324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18141184 140728602928239 140728602928443 140728602928443 140728602931179 0
/proc/28476/statm: 2378 346 289 221 0 87 0
[pid=28478] ppid=28476 vsize=13984976 memory=219828 CPUtime=2.93 cores=1,3,5,7
/proc/28478/stat : 28478 (java) S 28476 28476 26744 0 -1 1077944320 12994 0 0 0 282 11 0 0 20 0 15 0 118095459 14320615424 54957 33554432000 4194304 4196468 140737178374672 140737178357216 139776189791991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
/proc/28478/statm: 3496244 54957 3227 1 0 3483478 0
[pid=28478/tid=28479] ppid=28476 vsize=13984976 memory=200 CPUtime=1.34 cores=1,3,5,7
/proc/28478/task/28479/stat : 28479 (java) R 28476 28476 26744 0 -1 4202560 6780 0 0 0 130 4 0 0 20 0 15 0 118095459 14320615424 54957 33554432000 4194304 4196468 140737178374672 139776194027712 139776173872478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28480] ppid=28476 vsize=13984976 memory=1030210 CPUtime=0.01 cores=1,3,5,7
/proc/28478/task/28480/stat : 28480 (java) S 28476 28476 26744 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 15 0 118095460 14320615424 54957 33554432000 4194304 4196468 140737178374672 139776155072912 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28481] ppid=28476 vsize=13984976 memory=8226000587149964326 CPUtime=0.01 cores=1,3,5,7
/proc/28478/task/28481/stat : 28481 (java) S 28476 28476 26744 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 118095460 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775784892688 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28482] ppid=28476 vsize=13984976 memory=7079771113687378240 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28482/stat : 28482 (java) S 28476 28476 26744 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 118095460 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775783840400 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28483] ppid=28476 vsize=13984976 memory=6370155173630722145 CPUtime=0.02 cores=1,3,5,7
/proc/28478/task/28483/stat : 28483 (java) S 28476 28476 26744 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 118095460 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775782787600 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28484] ppid=28476 vsize=13984976 memory=7594598810449111659 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28484/stat : 28484 (java) S 28476 28476 26744 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 118095461 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775169342064 139776189803138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28485] ppid=28476 vsize=13984976 memory=5931362116923712620 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28485/stat : 28485 (java) S 28476 28476 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118095462 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775168288032 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28487] ppid=28476 vsize=13984976 memory=3981295687066740079 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28487/stat : 28487 (java) S 28476 28476 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 118095462 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775167235696 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28488] ppid=28476 vsize=13984976 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28488/stat : 28488 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095464 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775166184016 139776189810587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28489] ppid=28476 vsize=13984976 memory=6944656425123485561 CPUtime=0.54 cores=1,3,5,7
/proc/28478/task/28489/stat : 28489 (java) S 28476 28476 26744 0 -1 1077944384 1512 0 0 0 54 0 0 0 20 0 15 0 118095464 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775165130864 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28490] ppid=28476 vsize=13984976 memory=-9178176117148050014 CPUtime=0.51 cores=1,3,5,7
/proc/28478/task/28490/stat : 28490 (java) S 28476 28476 26744 0 -1 1077944384 1634 0 0 0 51 0 0 0 20 0 15 0 118095464 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775164078064 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28491] ppid=28476 vsize=13984976 memory=-7595718316223324558 CPUtime=0.4 cores=1,3,5,7
/proc/28478/task/28491/stat : 28491 (java) S 28476 28476 26744 0 -1 1077944384 1579 0 0 0 40 0 0 0 20 0 15 0 118095464 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775163025776 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28492] ppid=28476 vsize=13984976 memory=-4195481698879903079 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28492/stat : 28492 (java) S 28476 28476 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118095465 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775161973216 139776189802197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
[pid=28478/tid=28493] ppid=28476 vsize=13984976 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/28478/task/28493/stat : 28493 (java) S 28476 28476 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118095465 14320615424 54957 33554432000 4194304 4196468 140737178374672 139775160921008 139776189803138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37478400 140737178379415 140737178379591 140737178379591 140737178382287 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 221212 KiB

Child status: 0
Real time (s): 1.47737
CPU time (s): 3.16355
CPU user time (s): 3.04337
CPU system time (s): 0.120185
CPU usage (%): 214.133
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 221212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.04337
system time used= 0.120185
maximum resident set size= 221492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2018
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 28476
#   total CPU time (s): 3.16355
#   total CPU user time (s): 3.04337
#   total CPU system time (s): 0.120185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038877 second user time and 0.05228 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 04:09:40
IDJOB=4272679
IDBENCH=139320
IDSOLVER=2664
FILE ID=node105/4272679-1502850239
RUNJOBID= node105-1502839397-26776
PBS_JOBID= 20629853
Free space on /tmp= 60656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.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-4272679-1502850239/watcher-4272679-1502850239 -o /tmp/evaluation-result-4272679-1502850239/solver-4272679-1502850239 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26776 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 454866129 HOME/instance-4272679-1502850239.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=454866129

node105.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.17
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.17
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.17
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.17
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:        24414252 kB
MemAvailable:   30014396 kB
Buffers:          249548 kB
Cached:          5623068 kB
SwapCached:            0 kB
Active:          2750100 kB
Inactive:        5132808 kB
Active(anon):    2013376 kB
Inactive(anon):    25072 kB
Active(file):     736724 kB
Inactive(file):  5107736 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11092 kB
Writeback:             0 kB
AnonPages:       2016660 kB
Mapped:            58904 kB
Shmem:             25260 kB
Slab:             169572 kB
SReclaimable:     143040 kB
SUnreclaim:        26532 kB
KernelStack:        3520 kB
PageTables:         8768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3153408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1890304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60648 MiB
End job on node105 at 2017-08-16 04:09:41