Trace number 4269459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)UNSAT 7.9143901 3.4644899

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-04-04-fair.xml
MD5SUM005af5eedf24bd8f858adc721c64a56d
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 benchmark7.3145099
Satisfiable
(Un)Satisfiability was proved
Number of variables4347
Number of constraints4102
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":614},{"size":201,"count":25},{"size":20001,"count":3708}]
Minimum variable degree2
Maximum variable degree49
Distribution of variable degrees[{"degree":2,"count":3807},{"degree":3,"count":96},{"degree":4,"count":16},{"degree":5,"count":65},{"degree":6,"count":59},{"degree":7,"count":88},{"degree":8,"count":101},{"degree":9,"count":66},{"degree":10,"count":11},{"degree":13,"count":16},{"degree":14,"count":5},{"degree":22,"count":5},{"degree":24,"count":2},{"degree":28,"count":1},{"degree":31,"count":4},{"degree":37,"count":1},{"degree":48,"count":2},{"degree":49,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":710},{"arity":3,"count":3390}]
Number of extensional constraints0
Number of intensional constraints4102
Distribution of constraint types[{"type":"intension","count":4102}]
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-4269459-1502850960.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269459-1502850960.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
2.45/1.01	c solve instance...
7.83/3.45	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 (15000 MiB free)
  memory of node 1: 16384 MiB (15623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269459-1502850960/watcher-4269459-1502850960 -o /tmp/evaluation-result-4269459-1502850960/solver-4269459-1502850960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2037898466 HOME/instance-4269459-1502850960.xml 

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

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

solver pid=20027, runsolver pid=20024

[startup+0.100156 s]*
/proc/loadavg: 1.97 2.11 2.36 4/217 20043
/proc/meminfo: memFree=31341788/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13978596 memory=27816 CPUtime=0.12 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 5394 0 0 0 11 1 0 0 20 0 15 0 118183735 14314082304 6954 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3494649 6954 2840 1 0 3482966 0
[pid=20029/tid=20030] ppid=20027 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 3397 0 0 0 8 0 0 0 20 0 15 0 118183735 14314082304 6954 33554432000 4194304 4196468 140735824090000 139943111602848 139942735907373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13978596 memory=3472468424704660688 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14314082304 6954 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13978596 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14314082304 6954 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14314082304 6954 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183736 14314082304 6954 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183737 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118183738 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118183738 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 118183740 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20027 20027 17190 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 118183740 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13978596 memory=140295809508992 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) R 20027 20027 17190 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 118183740 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942079715312 139943085736421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13978596 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183741 14314082304 6954 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29200 KiB

[startup+0.210503 s]*
/proc/loadavg: 1.97 2.11 2.36 3/217 20043
/proc/meminfo: memFree=31330144/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13982884 memory=40408 CPUtime=0.34 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 8146 0 0 0 32 2 0 0 20 0 15 0 118183735 14318473216 10102 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3495713 10102 3079 1 0 3482966 0
[pid=20029/tid=20030] ppid=20027 vsize=13982852 memory=5855082630820233377 CPUtime=0.19 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) D 20027 20027 17190 0 -1 1077944384 5275 0 0 0 18 1 0 0 20 0 15 0 118183735 14318440448 10102 33554432000 4194304 4196468 140735824090000 139943111572432 139943100049965 0 4 0 16800975 18446744072101625380 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13982884 memory=3472468424704660688 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318473216 10102 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13982884 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318473216 10102 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 10102 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 10102 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13982852 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183737 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118183738 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118183738 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13982884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 613 0 0 0 3 0 0 0 20 0 15 0 118183740 14318473216 10102 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13982884 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20027 20027 17190 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 118183740 14318473216 10102 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13982852 memory=140295809508992 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) R 20027 20027 17190 0 -1 4202560 723 0 0 0 8 0 0 0 20 0 15 0 118183740 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942079715312 139943086330665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13982852 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183741 14318440448 10102 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41792 KiB

[startup+0.313063 s]*
/proc/loadavg: 1.97 2.11 2.36 5/217 20043
/proc/meminfo: memFree=31323320/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13982852 memory=47292 CPUtime=0.52 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 9025 0 0 0 49 3 0 0 20 0 15 0 118183735 14318440448 11823 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3495713 11823 3104 1 0 3482966 0
[pid=20029/tid=20030] ppid=20027 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 5929 0 0 0 28 2 0 0 20 0 15 0 118183735 14318440448 11823 33554432000 4194304 4196468 140735824090000 139943111608640 139942737013400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13982852 memory=3472468424704660688 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 11823 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13982852 memory=140295809508992 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 11823 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13982852 memory=6 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 11823 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13982852 memory=140295710844959 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183736 14318440448 11823 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13982852 memory=280591421650688 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183737 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13982852 memory=140295710821903 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118183738 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13982852 memory=280591520340064 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118183738 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13982852 memory=140295710826511 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) R 20027 20027 17190 0 -1 4202560 637 0 0 0 5 0 0 0 20 0 15 0 118183740 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942081820912 139943092252664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) R 20027 20027 17190 0 -1 1077944384 319 0 0 0 3 0 0 0 20 0 15 0 118183740 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) R 20027 20027 17190 0 -1 4202560 835 0 0 0 13 0 0 0 20 0 15 0 118183740 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942079711040 139943086114880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183741 14318440448 11823 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48676 KiB

[startup+0.700854 s]
/proc/loadavg: 1.97 2.11 2.36 5/217 20043
/proc/meminfo: memFree=31298816/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13984976 memory=139524 CPUtime=1.75 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 12660 0 0 0 170 5 0 0 20 0 15 0 118183735 14320615424 34881 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3496244 34881 3199 1 0 3483478 0
[pid=20029/tid=20030] ppid=20027 vsize=13984976 memory=5865469479800824941 CPUtime=0.66 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 6515 0 0 0 63 3 0 0 20 0 15 0 118183735 14320615424 34881 33554432000 4194304 4196468 140735824090000 139943111591216 139943107392669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13984976 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14320615424 34881 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13984976 memory=6291616985311630675 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14320615424 34881 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13984976 memory=7747766295893256779 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183736 14320615424 34881 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13984976 memory=8370611207638964880 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118183736 14320615424 34881 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13984976 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118183737 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13984976 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13984976 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13984976 memory=33212 CPUtime=0.37 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 1608 0 0 0 37 0 0 0 20 0 15 0 118183740 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13984976 memory=2332 CPUtime=0.35 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20027 20027 17190 0 -1 1077944384 1512 0 0 0 35 0 0 0 20 0 15 0 118183740 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13984976 memory=1292 CPUtime=0.33 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20027 20027 17190 0 -1 1077944384 1717 0 0 0 33 0 0 0 20 0 15 0 118183740 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942079715312 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13984976 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13984976 memory=6083073826404724833 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118183741 14320615424 34881 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 140908 KiB

[startup+1.50094 s]
/proc/loadavg: 1.97 2.11 2.36 5/217 20043
/proc/meminfo: memFree=31194624/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0

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

/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 181 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 81285 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13984976 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 83 0 0 0 5 3 0 0 20 0 15 0 118183736 14320615424 81285 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13984976 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 355 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 81285 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13984976 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 81285 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13984976 memory=280591421727776 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 118183737 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13984976 memory=6947454883872139090 CPUtime=0.89 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) R 20027 20027 17190 0 -1 4202560 3028 0 0 0 89 0 0 0 20 0 15 0 118183740 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942081807760 139943086763438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13984976 memory=5937270853722395239 CPUtime=0.9 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) R 20027 20027 17190 0 -1 4202560 3678 0 0 0 90 0 0 0 20 0 15 0 118183740 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942080756928 139943099660125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13984976 memory=7956572344915486054 CPUtime=0.64 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20027 20027 17190 0 -1 1077944384 2920 0 0 0 63 1 0 0 20 0 15 0 118183740 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942079715312 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13984976 memory=4640748727681699920 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13984976 memory=7595436698790815058 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118183741 14320615424 81285 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 326524 KiB

[startup+3.11013 s]
/proc/loadavg: 1.97 2.11 2.36 3/217 20043
/proc/meminfo: memFree=31034472/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13984976 memory=336416 CPUtime=7.47 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 24094 0 0 0 725 22 0 0 20 0 15 0 118183735 14320615424 84104 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3496244 84104 3257 1 0 3483478 0
[pid=20029/tid=20030] ppid=20027 vsize=13984976 memory=280591422012608 CPUtime=2.97 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 7451 0 0 0 292 5 0 0 20 0 15 0 118183735 14320615424 84104 33554432000 4194304 4196468 140735824090000 139943111609416 139942741535144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13984976 memory=-7028383565733675155 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 181 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84104 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13984976 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 83 0 0 0 5 3 0 0 20 0 15 0 118183736 14320615424 84104 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13984976 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 355 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84104 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13984976 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84104 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13984976 memory=140295710852880 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 118183737 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13984976 memory=140295710853152 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13984976 memory=140295710853120 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13984976 memory=140295710853344 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13984976 memory=0 CPUtime=1.7 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 5295 0 0 0 170 0 0 0 20 0 15 0 118183740 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13984976 memory=3114 CPUtime=1.67 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20027 20027 17190 0 -1 1077944384 5874 0 0 0 166 1 0 0 20 0 15 0 118183740 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13984976 memory=25262 CPUtime=0.7 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20027 20027 17190 0 -1 1077944384 3197 0 0 0 69 1 0 0 20 0 15 0 118183740 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942079715312 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 118183741 14320615424 84104 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 7.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 337800 KiB

[startup+3.46443 s]
# the end of solver process 20027 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.67749 s, system=0.236901 s

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

[startup+3.20104 s]
/proc/loadavg: 1.97 2.11 2.36 3/217 20043
/proc/meminfo: memFree=31034472/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13984976 memory=338508 CPUtime=7.6 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 24422 0 0 0 738 22 0 0 20 0 15 0 118183735 14320615424 84627 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3496244 84627 3259 1 0 3483478 0
[pid=20029/tid=20030] ppid=20027 vsize=13984976 memory=2332 CPUtime=3.06 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 7745 0 0 0 301 5 0 0 20 0 15 0 118183735 14320615424 84627 33554432000 4194304 4196468 140735824090000 139943111609416 139942741593324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13984976 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 181 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84627 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13984976 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 83 0 0 0 5 3 0 0 20 0 15 0 118183736 14320615424 84627 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13984976 memory=5788 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 355 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84627 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13984976 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84627 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 118183737 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13984976 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 5301 0 0 0 172 0 0 0 20 0 15 0 118183740 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13984976 memory=56 CPUtime=1.69 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) R 20027 20027 17190 0 -1 4202560 5892 0 0 0 168 1 0 0 20 0 15 0 118183740 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942080768368 139943088562727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13984976 memory=6944656592455097440 CPUtime=0.7 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20027 20027 17190 0 -1 1077944384 3207 0 0 0 69 1 0 0 20 0 15 0 118183740 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942079715312 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13984976 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13984976 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 118183741 14320615424 84627 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 339892 KiB

[startup+3.4008 s]
/proc/loadavg: 1.97 2.11 2.36 3/217 20043
/proc/meminfo: memFree=31034472/32770624 swapFree=67108860/67108860
[pid=20027] ppid=20024 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20027/stat : 20027 (xcsp3-exec) S 20024 20027 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118183734 9740288 346 33554432000 4194304 5098028 140730854909600 140730854907704 140407667671676 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31764480 140730854917230 140730854917435 140730854917435 140730854920171 0
/proc/20027/statm: 2378 346 289 221 0 87 0
[pid=20029] ppid=20027 vsize=13984976 memory=338688 CPUtime=7.83 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20027 20027 17190 0 -1 1077944320 24451 0 0 0 761 22 0 0 20 0 15 0 118183735 14320615424 84672 33554432000 4194304 4196468 140735824090000 140735824072544 139943107370743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
/proc/20029/statm: 3496244 84672 3259 1 0 3483478 0
[pid=20029/tid=20030] ppid=20027 vsize=13984976 memory=6943526294502006880 CPUtime=3.26 cores=1,3,5,7
/proc/20029/task/20030/stat : 20030 (java) R 20027 20027 17190 0 -1 4202560 7745 0 0 0 321 5 0 0 20 0 15 0 118183735 14320615424 84672 33554432000 4194304 4196468 140735824090000 139943111608168 139942742099879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20031] ppid=20027 vsize=13984976 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) S 20027 20027 17190 0 -1 1077944384 181 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84672 33554432000 4194304 4196468 140735824090000 139943059991056 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20032] ppid=20027 vsize=13984976 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20027 20027 17190 0 -1 1077944384 83 0 0 0 5 3 0 0 20 0 15 0 118183736 14320615424 84672 33554432000 4194304 4196468 140735824090000 139943058938512 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20033] ppid=20027 vsize=13984976 memory=31812 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20027 20027 17190 0 -1 1077944384 355 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84672 33554432000 4194304 4196468 140735824090000 139943057885456 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20034] ppid=20027 vsize=13984976 memory=5782692679075529345 CPUtime=0.09 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 15 0 118183736 14320615424 84672 33554432000 4194304 4196468 140735824090000 139943056832912 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20035] ppid=20027 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20027 20027 17190 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 118183737 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942086032112 139943107381890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20036] ppid=20027 vsize=13984976 memory=303993173188018202 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20027 20027 17190 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942084978336 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20037] ppid=20027 vsize=13984976 memory=303711745523056951 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20027 20027 17190 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 118183738 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942083925232 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20038] ppid=20027 vsize=13984976 memory=14134433267583532 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942082873808 139943107389339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20039] ppid=20027 vsize=13984976 memory=7378397480039508326 CPUtime=1.74 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20027 20027 17190 0 -1 1077944384 5312 0 0 0 174 0 0 0 20 0 15 0 118183740 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942081820912 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20040] ppid=20027 vsize=13984976 memory=1160 CPUtime=1.69 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20027 20027 17190 0 -1 1077944384 5894 0 0 0 168 1 0 0 20 0 15 0 118183740 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942080768368 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20041] ppid=20027 vsize=13984976 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20027 20027 17190 0 -1 1077944384 3223 0 0 0 70 1 0 0 20 0 15 0 118183740 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942079715312 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20042] ppid=20027 vsize=13984976 memory=280591422237472 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20027 20027 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118183740 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942078663008 139943107380949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
[pid=20029/tid=20043] ppid=20027 vsize=13984976 memory=140295711120960 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20027 20027 17190 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 118183741 14320615424 84672 33554432000 4194304 4196468 140735824090000 139942077611056 139943107381890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140735824098455 140735824098631 140735824098631 140735824101327 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 340072 KiB

Child status: 0
Real time (s): 3.46449
CPU time (s): 7.91439
CPU user time (s): 7.67749
CPU system time (s): 0.236901
CPU usage (%): 228.443
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 340072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.67749
system time used= 0.236901
maximum resident set size= 341068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2321
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 20027
#   total CPU time (s): 7.91439
#   total CPU user time (s): 7.67749
#   total CPU system time (s): 0.236901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054792 second user time and 0.068556 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 04:21:41
IDJOB=4269459
IDBENCH=139269
IDSOLVER=2660
FILE ID=node112/4269459-1502850960
RUNJOBID= node112-1502839811-17222
PBS_JOBID= 20629854
Free space on /tmp= 61816 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-04-04-fair.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269459-1502850960/watcher-4269459-1502850960 -o /tmp/evaluation-result-4269459-1502850960/solver-4269459-1502850960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2037898466 HOME/instance-4269459-1502850960.xml

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

MD5SUM BENCH= 005af5eedf24bd8f858adc721c64a56d
RANDOM SEED=2037898466

node112.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.24
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.24
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.24
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.24
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:        31359084 kB
MemAvailable:   31792228 kB
Buffers:          212396 kB
Cached:           501836 kB
SwapCached:            0 kB
Active:           671756 kB
Inactive:         287816 kB
Active(anon):     196440 kB
Inactive(anon):    76444 kB
Active(file):     475316 kB
Inactive(file):   211372 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             0 kB
AnonPages:        250696 kB
Mapped:            58668 kB
Shmem:             25224 kB
Slab:             150996 kB
SReclaimable:     124584 kB
SUnreclaim:        26412 kB
KernelStack:        3600 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1257900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61808 MiB
End job on node112 at 2017-08-16 04:21:44