Trace number 4307020

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.7b seq (e747e1e)UNSAT 694.718 687.354

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f03_c18.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
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 benchmark17.0012
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-4307020-1534056227.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4307020-1534056227.xml, -tl, 2520s, -p, 1]
0.11/0.21	c simple solver
0.34/0.28	c parse instance...
4.00/1.41	c solve instance...
694.66/687.34	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 (10196 MiB free)
  memory of node 1: 16384 MiB (6366 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307020-1534056227/watcher-4307020-1534056227 -o /tmp/evaluation-result-4307020-1534056227/solver-4307020-1534056227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534038673-26648 --watchdog 2580 HOME/xcsp3-exec -seed 1703832197 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4307020-1534056227.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=28625, runsolver pid=28622
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.04 1.36 1.50 4/217 28641
/proc/meminfo: memFree=16943436/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14082940 memory=28764 CPUtime=0.11 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 5498 0 0 0 11 0 0 0 20 0 15 0 223185855 14420930560 7191 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3520735 7191 3029 1 0 3483012 0
[pid=28627/tid=28628] ppid=28625 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 3507 0 0 0 9 0 0 0 20 0 15 0 223185855 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643944729008 140643940515222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185857 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223185858 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643053274016 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223185858 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643052221424 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14420930560 7191 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 223185860 14420930560 7256 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14420930560 7256 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0.01 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) R 28625 28625 25340 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 223185860 14420930560 7256 33554432000 4194304 4196468 140725608017664 140643048012528 140643921740848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14420930560 7256 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185861 14420930560 7256 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30216 KiB

[startup+0.210622 s]*
/proc/loadavg: 1.04 1.36 1.50 4/217 28641
/proc/meminfo: memFree=16931660/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14082940 memory=40980 CPUtime=0.34 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 8336 0 0 0 33 1 0 0 20 0 15 0 223185855 14420930560 10245 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3520735 10245 3205 1 0 3483012 0
[pid=28627/tid=28628] ppid=28625 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 5428 0 0 0 19 1 0 0 20 0 15 0 223185855 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643944738272 140643924583774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14082940 memory=8987 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14082940 memory=288370844923430528 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 223185857 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223185858 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643053274016 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223185858 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643052221424 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 751 0 0 0 3 0 0 0 20 0 15 0 223185860 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 15 0 223185860 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14082940 memory=140468771718784 CPUtime=0.07 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 15 0 223185860 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185861 14420930560 10245 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42432 KiB

[startup+0.310565 s]*
/proc/loadavg: 1.04 1.36 1.50 3/217 28641
/proc/meminfo: memFree=16925332/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14087196 memory=47908 CPUtime=0.51 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 9134 0 0 0 49 2 0 0 20 0 15 0 223185855 14425288704 11977 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3521799 11977 3254 1 0 3483012 0
[pid=28627/tid=28628] ppid=28625 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 6134 0 0 0 28 1 0 0 20 0 15 0 223185855 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643944740576 140643924583774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185856 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 223185857 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223185858 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643053274016 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223185858 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643052221424 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 762 0 0 0 4 0 0 0 20 0 15 0 223185860 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 70 0 0 0 3 0 0 0 20 0 15 0 223185860 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 861 0 0 0 12 0 0 0 20 0 15 0 223185860 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185861 14425288704 11977 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49360 KiB

[startup+0.70118 s]
/proc/loadavg: 1.04 1.36 1.50 4/217 28641
/proc/meminfo: memFree=16845596/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14089320 memory=191268 CPUtime=1.63 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 14334 0 0 0 158 5 0 0 20 0 15 0 223185855 14427463680 47817 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3522330 47817 3356 1 0 3483524 0
[pid=28627/tid=28628] ppid=28625 vsize=14089320 memory=3472328296227679313 CPUtime=0.64 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 6794 0 0 0 60 4 0 0 20 0 15 0 223185855 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643944740368 140643556980611 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 223185856 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223185856 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14089320 memory=60612 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 223185856 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14089320 memory=2056 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 223185856 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14089320 memory=932 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 223185857 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14089320 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 223185858 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643053274016 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14089320 memory=8628 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 223185858 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643052221424 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14089320 memory=1080 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14089320 memory=752 CPUtime=0.25 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) R 28625 28625 25340 0 -1 4202560 2104 0 0 0 25 0 0 0 20 0 15 0 223185860 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643050103712 140643924059981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14089320 memory=820 CPUtime=0.31 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) R 28625 28625 25340 0 -1 4202560 1551 0 0 0 31 0 0 0 20 0 15 0 223185860 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643049054992 140643923914303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14089320 memory=1592 CPUtime=0.38 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) R 28625 28625 25340 0 -1 4202560 2524 0 0 0 38 0 0 0 20 0 15 0 223185860 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643048012656 140643933600123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14089320 memory=3804 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14089320 memory=3164 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223185861 14427463680 47817 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 192720 KiB

[startup+1.5018 s]
/proc/loadavg: 1.04 1.36 1.50 6/217 28641
/proc/meminfo: memFree=16745444/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0

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

/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14091368 memory=264784 CPUtime=693.76 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 72651 0 0 0 69332 44 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3522842 66196 3422 1 0 3484036 0
[pid=28627/tid=28628] ppid=28625 vsize=14091368 memory=1600 CPUtime=685.92 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 15182 0 0 0 68586 6 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643944742800 140643562557882 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14091368 memory=932 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 815 0 0 0 10 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14091368 memory=1168 CPUtime=0.11 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 3121 0 0 0 8 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14091368 memory=3884 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 1146 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14091368 memory=1452 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2602 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14091368 memory=264784 CPUtime=0.04 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 2233 0 0 0 2 2 0 0 20 0 15 0 223185857 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14091368 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643053274080 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14091368 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643052221440 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14091368 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14091368 memory=2180 CPUtime=2.8 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 17017 0 0 0 278 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14091368 memory=3980 CPUtime=3.19 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 18779 0 0 0 317 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14091368 memory=888 CPUtime=0.89 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 8998 0 0 0 88 1 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14091368 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14091368 memory=1904 CPUtime=0.34 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1459 0 0 0 15 19 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 693.76 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 266236 KiB

[startup+686.801 s]
/proc/loadavg: 2.00 1.92 1.74 3/217 28967
/proc/meminfo: memFree=16772056/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14091368 memory=264784 CPUtime=694.16 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 72651 0 0 0 69372 44 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3522842 66196 3422 1 0 3484036 0
[pid=28627/tid=28628] ppid=28625 vsize=14091368 memory=6791534058613427641 CPUtime=686.32 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 15182 0 0 0 68626 6 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643944742800 140643561085222 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14091368 memory=38244 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 815 0 0 0 10 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14091368 memory=15140 CPUtime=0.11 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 3121 0 0 0 8 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14091368 memory=3160 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 1146 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14091368 memory=496 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2602 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14091368 memory=1600 CPUtime=0.04 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 2233 0 0 0 2 2 0 0 20 0 15 0 223185857 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14091368 memory=932 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643053274080 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14091368 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643052221440 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14091368 memory=3884 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14091368 memory=2180 CPUtime=2.8 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 17017 0 0 0 278 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14091368 memory=3980 CPUtime=3.19 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 18779 0 0 0 317 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14091368 memory=6791534058613427641 CPUtime=0.89 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 8998 0 0 0 88 1 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14091368 memory=3232 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14091368 memory=1456 CPUtime=0.34 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1459 0 0 0 15 19 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 694.16 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 266236 KiB

[startup+687.201 s]
/proc/loadavg: 2.00 1.92 1.74 3/217 28967
/proc/meminfo: memFree=16772056/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14091368 memory=264784 CPUtime=694.56 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 72652 0 0 0 69412 44 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3522842 66196 3422 1 0 3484036 0
[pid=28627/tid=28628] ppid=28625 vsize=14091368 memory=2056 CPUtime=686.72 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 15183 0 0 0 68666 6 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643944742800 140643561085422 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14091368 memory=932 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 815 0 0 0 10 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14091368 memory=1608 CPUtime=0.11 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 3121 0 0 0 8 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14091368 memory=8628 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 1146 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14091368 memory=2056 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2602 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14091368 memory=932 CPUtime=0.04 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 2233 0 0 0 2 2 0 0 20 0 15 0 223185857 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14091368 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643053274080 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14091368 memory=8628 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643052221440 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14091368 memory=1080 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14091368 memory=752 CPUtime=2.8 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 17017 0 0 0 278 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14091368 memory=820 CPUtime=3.19 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 18779 0 0 0 317 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14091368 memory=1592 CPUtime=0.89 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 8998 0 0 0 88 1 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14091368 memory=3804 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14091368 memory=6791534058613427641 CPUtime=0.34 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1459 0 0 0 15 19 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 694.56 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 266236 KiB

[startup+687.301 s]
/proc/loadavg: 2.00 1.92 1.74 3/217 28967
/proc/meminfo: memFree=16772056/32770624 swapFree=67108796/67108860
[pid=28625] ppid=28622 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28625/stat : 28625 (xcsp3-exec) S 28622 28625 25340 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223185855 115843072 363 33554432000 4194304 5098028 140727155762128 140727155760232 139725982765692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34152448 140727155766330 140727155766532 140727155766532 140727155769290 0
/proc/28625/statm: 28282 363 305 221 0 87 0
[pid=28627] ppid=28625 vsize=14091368 memory=264784 CPUtime=694.66 cores=1,3,5,7
/proc/28627/stat : 28627 (java) S 28625 28625 25340 0 -1 1077944320 72652 0 0 0 69422 44 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140725608000208 140643940503287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
/proc/28627/statm: 3522842 66196 3422 1 0 3484036 0
[pid=28627/tid=28628] ppid=28625 vsize=14091368 memory=264784 CPUtime=686.82 cores=1,3,5,7
/proc/28627/task/28628/stat : 28628 (java) R 28625 28625 25340 0 -1 4202560 15183 0 0 0 68676 6 0 0 20 0 15 0 223185855 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643944742800 140643561352105 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28629] ppid=28625 vsize=14091368 memory=1452 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28629/stat : 28629 (java) S 28625 28625 25340 0 -1 1077944384 815 0 0 0 10 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643878103824 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28630] ppid=28625 vsize=14091368 memory=1452 CPUtime=0.11 cores=1,3,5,7
/proc/28627/task/28630/stat : 28630 (java) S 28625 28625 25340 0 -1 1077944384 3121 0 0 0 8 3 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643877051280 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28631] ppid=28625 vsize=14091368 memory=264784 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28631/stat : 28631 (java) S 28625 28625 25340 0 -1 1077944384 1146 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643875998736 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28632] ppid=28625 vsize=14091368 memory=264784 CPUtime=0.13 cores=1,3,5,7
/proc/28627/task/28632/stat : 28632 (java) S 28625 28625 25340 0 -1 1077944384 2602 0 0 0 9 4 0 0 20 0 15 0 223185856 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643874946192 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28633] ppid=28625 vsize=14091368 memory=264784 CPUtime=0.04 cores=1,3,5,7
/proc/28627/task/28633/stat : 28633 (java) S 28625 28625 25340 0 -1 1077944384 2233 0 0 0 2 2 0 0 20 0 15 0 223185857 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643054327792 140643940514434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28634] ppid=28625 vsize=14091368 memory=264784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28634/stat : 28634 (java) S 28625 28625 25340 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643053274080 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28635] ppid=28625 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28635/stat : 28635 (java) S 28625 28625 25340 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 223185858 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643052221440 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28636] ppid=28625 vsize=14091368 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28636/stat : 28636 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643051170000 140643940521883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28637] ppid=28625 vsize=14091368 memory=1452 CPUtime=2.8 cores=1,3,5,7
/proc/28627/task/28637/stat : 28637 (java) S 28625 28625 25340 0 -1 1077944384 17017 0 0 0 278 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643050117616 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28638] ppid=28625 vsize=14091368 memory=1452 CPUtime=3.19 cores=1,3,5,7
/proc/28627/task/28638/stat : 28638 (java) S 28625 28625 25340 0 -1 1077944384 18779 0 0 0 317 2 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643049065072 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28639] ppid=28625 vsize=14091368 memory=264784 CPUtime=0.89 cores=1,3,5,7
/proc/28627/task/28639/stat : 28639 (java) S 28625 28625 25340 0 -1 1077944384 8998 0 0 0 88 1 0 0 20 0 15 0 223185860 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643048012528 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28640] ppid=28625 vsize=14091368 memory=264784 CPUtime=0 cores=1,3,5,7
/proc/28627/task/28640/stat : 28640 (java) S 28625 28625 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643046960224 140643940513493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
[pid=28627/tid=28641] ppid=28625 vsize=14091368 memory=3164 CPUtime=0.34 cores=1,3,5,7
/proc/28627/task/28641/stat : 28641 (java) S 28625 28625 25340 0 -1 1077944384 1459 0 0 0 15 19 0 0 20 0 15 0 223185861 14429560832 66196 33554432000 4194304 4196468 140725608017664 140643045906736 140643940514434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 38952960 140725608019078 140725608019249 140725608019249 140725608021967 0
Current children cumulated CPU time: 694.66 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 266236 KiB

Child status: 0
Real time (s): 687.354
CPU time (s): 694.718
CPU user time (s): 694.269
CPU system time (s): 0.449264
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 14204496
Max. memory (cumulated for all children) (KiB): 284868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.269
system time used= 0.449264
maximum resident set size= 287540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73888
page faults= 0
swaps= 0
block input operations= 3752
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18229
involuntary context switches= 457


# summary of solver processes directly reported to runsolver:
#   pid: 28625
#   total CPU time (s): 694.718
#   total CPU user time (s): 694.269
#   total CPU system time (s): 0.449264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.39034 second user time and 6.57476 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-12 08:43:47
IDJOB=4307020
IDBENCH=141178
IDSOLVER=2787
FILE ID=node138/4307020-1534056227
RUNJOBID= node138-1534038673-26648
PBS_JOBID= 21036965
Free space on /tmp= 24232 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f03_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307020-1534056227/watcher-4307020-1534056227 -o /tmp/evaluation-result-4307020-1534056227/solver-4307020-1534056227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534038673-26648 --watchdog 2580  HOME/xcsp3-exec -seed 1703832197 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4307020-1534056227.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1703832197

node138.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.71
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.71
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.71
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.71
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:        16961308 kB
MemAvailable:   31464992 kB
Buffers:          149472 kB
Cached:         14419420 kB
SwapCached:           12 kB
Active:          7664420 kB
Inactive:        7398532 kB
Active(anon):     437828 kB
Inactive(anon):   108412 kB
Active(file):    7226592 kB
Inactive(file):  7290120 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             21820 kB
Writeback:             0 kB
AnonPages:        501488 kB
Mapped:            62776 kB
Shmem:             49740 kB
Slab:             443360 kB
SReclaimable:     415432 kB
SUnreclaim:        27928 kB
KernelStack:        3536 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24212 MiB
End job on node138 at 2018-08-12 08:55:14