Trace number 4306895

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)SAT 5.42525 2.14086

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.21334
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
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-4306895-1534119505.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306895-1534119505.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
1.03/0.56	c solve instance...
5.37/2.13	s SATISFIABLE
5.37/2.13	v <instantiation>
5.37/2.13	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
5.37/2.13	v 	<values>60 35 1 19 93 40 81 57 21 44 29 27 74 92 68 24 9 112 45 83 117 52 115 82 65 85 37 5 114 23 </values>
5.37/2.13	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306895-1534119505/watcher-4306895-1534119505 -o /tmp/evaluation-result-4306895-1534119505/solver-4306895-1534119505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534095837-31733 --watchdog 2580 HOME/xcsp3-exec -seed 1359163604 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306895-1534119505.xml 

running on 4 cores: 0,2,4,6

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

solver pid=2835, runsolver pid=2832

[startup+0.100762 s]*
/proc/loadavg: 2.00 1.94 1.90 3/217 2851
/proc/meminfo: memFree=23227840/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14082940 memory=28524 CPUtime=0.12 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 5508 0 0 0 11 1 0 0 20 0 15 0 229513399 14420930560 7131 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3520735 7131 3015 1 0 3483012 0
[pid=2837/tid=2838] ppid=2835 vsize=14082940 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 3509 0 0 0 8 1 0 0 20 0 15 0 229513399 14420930560 7131 33554432000 4194304 4196468 140725483717824 140446571340000 140446567120278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 7131 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513401 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) S 2835 2835 31702 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446104230128 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) S 2835 2835 31702 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446103177584 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0.01 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) R 2835 2835 31702 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446034552816 140446546064681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 7197 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29980 KiB

[startup+0.210553 s]*
/proc/loadavg: 2.00 1.94 1.90 5/217 2851
/proc/meminfo: memFree=23216180/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14082940 memory=40840 CPUtime=0.33 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 8292 0 0 0 31 2 0 0 20 0 15 0 229513399 14420930560 10210 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3520735 10210 3200 1 0 3483012 0
[pid=2837/tid=2838] ppid=2835 vsize=14082940 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 5429 0 0 0 18 1 0 0 20 0 15 0 229513399 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446571343328 140446567130269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14082940 memory=140251822123347 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229513401 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14082940 memory=140251820979840 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) S 2835 2835 31702 0 -1 1077944384 624 0 0 0 2 0 0 0 20 0 15 0 229513404 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446104230128 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) S 2835 2835 31702 0 -1 1077944384 167 0 0 0 2 0 0 0 20 0 15 0 229513404 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446103177584 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14082940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 229513404 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14420930560 10274 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14082972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513404 14420963328 10274 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42296 KiB

[startup+0.310356 s]*
/proc/loadavg: 2.00 1.94 1.90 4/217 2851
/proc/meminfo: memFree=23209448/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14087196 memory=47976 CPUtime=0.52 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 9216 0 0 0 49 3 0 0 20 0 15 0 229513399 14425288704 11994 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3521799 11994 3260 1 0 3483012 0
[pid=2837/tid=2838] ppid=2835 vsize=14087196 memory=280503374768032 CPUtime=0.29 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 6154 0 0 0 27 2 0 0 20 0 15 0 229513399 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446571345120 140446551188830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14087196 memory=4294967331 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14087196 memory=140251821035552 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14087196 memory=58084 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14087196 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14087196 memory=140251821042464 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229513401 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14087196 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14087196 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14087196 memory=69572 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) S 2835 2835 31702 0 -1 1077944384 715 0 0 0 5 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446104230128 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14087196 memory=140251687416271 CPUtime=0.04 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) S 2835 2835 31702 0 -1 1077944384 185 0 0 0 4 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446103177584 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14087196 memory=140251820982473 CPUtime=0.12 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 876 0 0 0 12 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14087196 memory=140251687407055 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14087196 memory=280503508396160 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513404 14425288704 12067 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49432 KiB

[startup+0.700747 s]
/proc/loadavg: 2.00 1.94 1.90 5/217 2851
/proc/meminfo: memFree=23193072/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14089320 memory=75488 CPUtime=1.59 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 12584 0 0 0 155 4 0 0 20 0 15 0 229513399 14427463680 18872 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3522330 18872 3363 1 0 3483524 0
[pid=2837/tid=2838] ppid=2835 vsize=14089320 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 6916 0 0 0 64 2 0 0 20 0 15 0 229513399 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446571346848 140446186860862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14089320 memory=8458433173657040693 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14089320 memory=7595110100619247713 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14089320 memory=7666631141572832339 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14089320 memory=6580 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14089320 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14089320 memory=4452 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14089320 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14089320 memory=12668 CPUtime=0.28 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) R 2835 2835 31702 0 -1 4202560 1474 0 0 0 28 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446104217504 140446551500564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14089320 memory=1072 CPUtime=0.28 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) R 2835 2835 31702 0 -1 4202560 970 0 0 0 28 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446103158600 140446545000368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14089320 memory=14888 CPUtime=0.33 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 1916 0 0 0 33 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14089320 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14089320 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 18872 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 76944 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 1.94 1.90 5/217 2851
/proc/meminfo: memFree=23173412/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0

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

/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14089320 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) R 2835 2835 31702 0 -1 4202560 4502 0 0 0 108 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446104219136 140446553122657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14089320 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) R 2835 2835 31702 0 -1 4202560 5495 0 0 0 108 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446103162632 140446550594302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14089320 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 2397 0 0 0 40 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14089320 memory=280503375311152 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23164 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 94112 KiB

[startup+2.14081 s]
# the end of solver process 2835 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.36553 s, system=0.059717 s

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

[startup+1.60096 s]
/proc/loadavg: 2.00 1.94 1.90 5/217 2851
/proc/meminfo: memFree=23173412/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14089320 memory=93184 CPUtime=4.37 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 21227 0 0 0 432 5 0 0 20 0 15 0 229513399 14427463680 23296 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3522330 23296 3376 1 0 3483524 0
[pid=2837/tid=2838] ppid=2835 vsize=14089320 memory=0 CPUtime=1.56 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 7421 0 0 0 154 2 0 0 20 0 15 0 229513399 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446571345408 140446189693316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14089320 memory=280503375453536 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14089320 memory=140251687741392 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14089320 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14089320 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) R 2835 2835 31702 0 -1 4202560 4513 0 0 0 118 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446104219136 140446548631529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14089320 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) R 2835 2835 31702 0 -1 4202560 5583 0 0 0 118 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446103162632 140446548628403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14089320 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 2397 0 0 0 41 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14089320 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 23296 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 94640 KiB

[startup+2.00076 s]*
/proc/loadavg: 2.00 1.94 1.90 3/217 2851
/proc/meminfo: memFree=23159576/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14089320 memory=97640 CPUtime=5.19 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 21488 0 0 0 514 5 0 0 20 0 15 0 229513399 14427463680 24410 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3522330 24410 3381 1 0 3483524 0
[pid=2837/tid=2838] ppid=2835 vsize=14089320 memory=6935054825532540783 CPUtime=1.98 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 7452 0 0 0 195 3 0 0 20 0 15 0 229513399 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446571345056 140446189693316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14089320 memory=140251687600736 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14089320 memory=280503375095536 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14089320 memory=39 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14089320 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) S 2835 2835 31702 0 -1 1077944384 4585 0 0 0 134 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446104230128 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14089320 memory=4122824664003129644 CPUtime=1.4 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) S 2835 2835 31702 0 -1 1077944384 5643 0 0 0 140 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446103177584 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14089320 memory=2319529459846162355 CPUtime=0.43 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 2479 0 0 0 43 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14089320 memory=4122824664003129644 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14089320 memory=3473013905547597488 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24410 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 99096 KiB

[startup+2.10991 s]
/proc/loadavg: 2.00 1.94 1.90 3/217 2851
/proc/meminfo: memFree=23159576/32770624 swapFree=67108688/67108860
[pid=2835] ppid=2832 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (xcsp3-exec) S 2832 2835 31702 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 229513398 115843072 364 33554432000 4194304 5098028 140725562377712 140725562375816 139668383736444 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23031808 140725562385466 140725562385668 140725562385668 140725562388426 0
/proc/2835/statm: 28282 364 306 221 0 87 0
[pid=2837] ppid=2835 vsize=14089320 memory=99868 CPUtime=5.37 cores=0,2,4,6
/proc/2837/stat : 2837 (java) S 2835 2835 31702 0 -1 1077944320 21867 0 0 0 532 5 0 0 20 0 15 0 229513399 14427463680 24967 33554432000 4194304 4196468 140725483717824 140725483700368 140446567108343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
/proc/2837/statm: 3522330 24967 3383 1 0 3483524 0
[pid=2837/tid=2838] ppid=2835 vsize=14089320 memory=1456 CPUtime=2.08 cores=0,2,4,6
/proc/2837/task/2838/stat : 2838 (java) R 2835 2835 31702 0 -1 4202560 7550 0 0 0 205 3 0 0 20 0 15 0 229513399 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446571345056 140446189693316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2839] ppid=2835 vsize=14089320 memory=92656 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2839/stat : 2839 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446163016208 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2840] ppid=2835 vsize=14089320 memory=140251687564352 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2840/stat : 2840 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446161963664 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2841] ppid=2835 vsize=14089320 memory=43772361331 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2841/stat : 2841 (java) S 2835 2835 31702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446160910608 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2842] ppid=2835 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2842/stat : 2842 (java) S 2835 2835 31702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229513400 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446159858064 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2843] ppid=2835 vsize=14089320 memory=89812 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2843/stat : 2843 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446108441328 140446567119490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2844] ppid=2835 vsize=14089320 memory=280503375481360 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2844/stat : 2844 (java) S 2835 2835 31702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229513401 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446107387552 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2845] ppid=2835 vsize=14089320 memory=14361900878570 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2845/stat : 2845 (java) S 2835 2835 31702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229513402 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446106334448 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2846] ppid=2835 vsize=14089320 memory=280503375144472 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2846/stat : 2846 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446105283024 140446567126939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2847] ppid=2835 vsize=14089320 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/2837/task/2847/stat : 2847 (java) S 2835 2835 31702 0 -1 1077944384 4716 0 0 0 138 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446104230128 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2848] ppid=2835 vsize=14089320 memory=-6380006475353828994 CPUtime=1.43 cores=0,2,4,6
/proc/2837/task/2848/stat : 2848 (java) R 2835 2835 31702 0 -1 4202560 5671 0 0 0 143 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446103177584 140446548653008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2849] ppid=2835 vsize=14089320 memory=6944656592455359580 CPUtime=0.44 cores=0,2,4,6
/proc/2837/task/2849/stat : 2849 (java) S 2835 2835 31702 0 -1 1077944384 2598 0 0 0 44 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446034552816 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2850] ppid=2835 vsize=14089320 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2850/stat : 2850 (java) S 2835 2835 31702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446033500512 140446567118549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
[pid=2837/tid=2851] ppid=2835 vsize=14089320 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2837/task/2851/stat : 2851 (java) S 2835 2835 31702 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 229513404 14427463680 24967 33554432000 4194304 4196468 140725483717824 140446032448560 140446567119490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140725483721862 140725483722033 140725483722033 140725483724751 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 101324 KiB

Child status: 0
Real time (s): 2.14086
CPU time (s): 5.42525
CPU user time (s): 5.36553
CPU system time (s): 0.059717
CPU usage (%): 253.414
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 101324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.36553
system time used= 0.059717
maximum resident set size= 102332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2092
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 2835
#   total CPU time (s): 5.42525
#   total CPU user time (s): 5.36553
#   total CPU system time (s): 0.059717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037656 second user time and 0.065629 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-13 02:18:25
IDJOB=4306895
IDBENCH=141497
IDSOLVER=2787
FILE ID=node106/4306895-1534119505
RUNJOBID= node106-1534095837-31733
PBS_JOBID= 21036993
Free space on /tmp= 39888 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_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-4306895-1534119505/watcher-4306895-1534119505 -o /tmp/evaluation-result-4306895-1534119505/solver-4306895-1534119505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534095837-31733 --watchdog 2580  HOME/xcsp3-exec -seed 1359163604 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306895-1534119505.xml

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

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=1359163604

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23244448 kB
MemAvailable:   31431484 kB
Buffers:          142860 kB
Cached:          8235848 kB
SwapCached:            0 kB
Active:          4696604 kB
Inactive:        4211540 kB
Active(anon):     476096 kB
Inactive(anon):   105408 kB
Active(file):    4220508 kB
Inactive(file):  4106132 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             21828 kB
Writeback:             0 kB
AnonPages:        543800 kB
Mapped:            65320 kB
Shmem:             49632 kB
Slab:             317212 kB
SReclaimable:     288856 kB
SUnreclaim:        28356 kB
KernelStack:        3808 kB
PageTables:         7016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1196956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39868 MiB
End job on node106 at 2018-08-13 02:18:28