Trace number 4284075

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 746.71698 733.80902

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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 benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
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-4284075-1503222258.xml"  -tl '2520s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4284075-1503222258.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.34/0.26	c parse instance...
14.66/12.04	c solve instance...
746.57/733.79	s SATISFIABLE
746.57/733.79	v <instantiation>
746.57/733.79	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
746.57/733.79	v 	<values>7 6 13 14 108 107 121 122 133 132 19 18 29 28 95 96 108 107 117 118 24 23 39 40 84 83 95 96 107 106 0 1 4 3 9 10 18 17 50 49 0 1 7 6 18 19 34 33 40 41 36 53 64 59 136 135 147 148 153 152 47 48 54 53 68 69 84 83 117 118 0 1 73 74 121 122 136 135 153 152 18 19 29 28 39 40 56 55 59 60 9 0 13 14 56 55 68 69 76 75 </values>
746.57/733.79	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 (9866 MiB free)
  memory of node 1: 16384 MiB (11355 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284075-1503222258/watcher-4284075-1503222258 -o /tmp/evaluation-result-4284075-1503222258/solver-4284075-1503222258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503215303-11068 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 770526142 HOME/instance-4284075-1503222258.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
solver pid=11957, runsolver pid=11954
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.83 2.00 1.90 3/217 11973
/proc/meminfo: memFree=21715500/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13978596 memory=28620 CPUtime=0.11 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 5451 0 0 0 10 1 0 0 20 0 15 0 155306804 14314082304 7155 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3494649 7155 2897 1 0 3482966 0
[pid=11959/tid=11960] ppid=11957 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 3462 0 0 0 8 1 0 0 20 0 15 0 155306804 14314082304 7155 33554432000 4194304 4196468 140736358976480 139672412890176 139672408669590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14314082304 7155 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13978596 memory=140405888185984 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14314082304 7155 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14314082304 7155 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306805 14314082304 7155 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13978596 memory=140405888185984 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306806 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155306807 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671320081824 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155306807 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671319029232 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) R 11957 11957 5085 0 -1 4202560 414 0 0 0 0 0 0 0 20 0 15 0 155306809 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13978596 memory=140405888185984 CPUtime=0.01 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) R 11957 11957 5085 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 155306809 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671314819312 139672408669590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13978596 memory=140405888185984 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306810 14314082304 7155 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30004 KiB

[startup+0.210791 s]*
/proc/loadavg: 1.83 2.00 1.90 3/217 11973
/proc/meminfo: memFree=21703792/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13982852 memory=40684 CPUtime=0.34 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 8189 0 0 0 31 3 0 0 20 0 15 0 155306804 14318440448 10171 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3495713 10171 3055 1 0 3482966 0
[pid=11959/tid=11960] ppid=11957 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) D 11957 11957 5085 0 -1 1077944384 5319 0 0 0 18 2 0 0 20 0 15 0 155306804 14318440448 10171 33554432000 4194304 4196468 140736358976480 139672412867456 139672401336877 0 4 0 16800975 18446744072101654052 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 10171 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13982852 memory=140405888967201 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 10171 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318473216 10171 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306805 14318473216 10171 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13982852 memory=140405888185984 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306806 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155306807 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671320081824 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155306807 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671319029232 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 155306809 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 155306809 14318473216 10171 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13982884 memory=140405888185984 CPUtime=0.07 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) S 11957 11957 5085 0 -1 1077944384 745 0 0 0 7 0 0 0 20 0 15 0 155306809 14318473216 10171 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306810 14318440448 10171 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42068 KiB

[startup+0.318729 s]*
/proc/loadavg: 1.83 2.00 1.90 5/217 11973
/proc/meminfo: memFree=21696876/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13982852 memory=47512 CPUtime=0.53 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 9068 0 0 0 50 3 0 0 20 0 15 0 155306804 14318440448 11878 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3495713 11878 3103 1 0 3482966 0
[pid=11959/tid=11960] ppid=11957 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 5946 0 0 0 28 2 0 0 20 0 15 0 155306804 14318440448 11878 33554432000 4194304 4196468 140736358976480 139672412880496 139672365272786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 11878 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 11878 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 11878 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306805 14318440448 11878 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306806 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13982852 memory=4498404016631593313 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155306807 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671320081824 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13982852 memory=-6519613052471072158 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155306807 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671319029232 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 544 0 0 0 3 0 0 0 20 0 15 0 155306809 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 155306809 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) R 11957 11957 5085 0 -1 4202560 896 0 0 0 13 0 0 0 20 0 15 0 155306809 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671314816248 139672387023993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306810 14318440448 11878 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48896 KiB

[startup+0.700823 s]
/proc/loadavg: 1.83 2.00 1.90 4/217 11973
/proc/meminfo: memFree=21681988/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13984976 memory=100908 CPUtime=1.46 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 11216 0 0 0 141 5 0 0 20 0 15 0 155306804 14320615424 25227 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3496244 25227 3206 1 0 3483478 0
[pid=11959/tid=11960] ppid=11957 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 6565 0 0 0 64 3 0 0 20 0 15 0 155306804 14320615424 25227 33554432000 4194304 4196468 140736358976480 139672412895112 139672021525735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14320615424 25227 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14320615424 25227 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13984976 memory=43252 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306805 14320615424 25227 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155306805 14320615424 25227 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155306806 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671320081824 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671319029232 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13984976 memory=5776 CPUtime=0.21 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 1058 0 0 0 21 0 0 0 20 0 15 0 155306809 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13984976 memory=4616 CPUtime=0.24 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) R 11957 11957 5085 0 -1 1077944384 848 0 0 0 24 0 0 0 20 0 15 0 155306809 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13984976 memory=792 CPUtime=0.3 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) R 11957 11957 5085 0 -1 1077944384 1438 0 0 0 30 0 0 0 20 0 15 0 155306809 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155306810 14320615424 25227 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 102292 KiB

[startup+1.50079 s]
/proc/loadavg: 1.83 2.00 1.90 3/217 11973
/proc/meminfo: memFree=21555060/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0

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

/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 2156 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13984976 memory=4616 CPUtime=1.14 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 2602 0 0 0 83 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13984976 memory=792 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2459 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13984976 memory=1716 CPUtime=0.19 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 5019 0 0 0 18 1 0 0 20 0 15 0 155306806 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13984976 memory=10640 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671320081888 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13984976 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671319029248 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13984976 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13984976 memory=4616 CPUtime=3.75 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 17298 0 0 0 373 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13984976 memory=1384 CPUtime=4.28 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 20278 0 0 0 426 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13984976 memory=6791534058613427641 CPUtime=0.86 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) S 11957 11957 5085 0 -1 1077944384 8770 0 0 0 84 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13984976 memory=3296 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13984976 memory=1384 CPUtime=0.37 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 457 0 0 0 20 17 0 0 20 0 15 0 155306810 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 742.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2812564 KiB

[startup+731.201 s]
/proc/loadavg: 1.95 1.94 1.94 3/218 12001
/proc/meminfo: memFree=19291956/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13984976 memory=2811180 CPUtime=744.06 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 94809 0 0 0 74227 179 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3496244 702795 3281 1 0 3483478 0
[pid=11959/tid=11960] ppid=11957 vsize=13984976 memory=2811180 CPUtime=729.92 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 32514 0 0 0 72959 33 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672412896840 139672023955403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13984976 memory=2811180 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1930 0 0 0 84 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13984976 memory=1580 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 2156 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13984976 memory=928 CPUtime=1.14 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 2602 0 0 0 83 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13984976 memory=2244 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2459 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13984976 memory=4124 CPUtime=0.19 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 5019 0 0 0 18 1 0 0 20 0 15 0 155306806 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671320081888 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671319029248 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13984976 memory=1004 CPUtime=3.75 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 17298 0 0 0 373 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13984976 memory=-3622645143214314312 CPUtime=4.28 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 20278 0 0 0 426 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13984976 memory=1424 CPUtime=0.86 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) S 11957 11957 5085 0 -1 1077944384 8770 0 0 0 84 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13984976 memory=1224 CPUtime=0.37 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 457 0 0 0 20 17 0 0 20 0 15 0 155306810 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 744.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2812564 KiB

[startup+732.801 s]
/proc/loadavg: 1.95 1.94 1.94 3/218 12001
/proc/meminfo: memFree=19291956/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13984976 memory=2811180 CPUtime=745.66 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 94815 0 0 0 74387 179 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3496244 702795 3281 1 0 3483478 0
[pid=11959/tid=11960] ppid=11957 vsize=13984976 memory=115 CPUtime=731.52 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 32520 0 0 0 73119 33 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672412896840 139672023953768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13984976 memory=114 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1930 0 0 0 84 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13984976 memory=115 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 2156 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13984976 memory=280811539812512 CPUtime=1.14 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 2602 0 0 0 83 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13984976 memory=6944656592387989600 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2459 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13984976 memory=6944656592455097440 CPUtime=0.19 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 5019 0 0 0 18 1 0 0 20 0 15 0 155306806 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671320081888 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13984976 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671319029248 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13984976 memory=-3622645143214314312 CPUtime=3.75 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 17298 0 0 0 373 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13984976 memory=4124 CPUtime=4.28 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 20278 0 0 0 426 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13984976 memory=2196 CPUtime=0.86 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) S 11957 11957 5085 0 -1 1077944384 8770 0 0 0 84 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13984976 memory=2811180 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13984976 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 457 0 0 0 20 17 0 0 20 0 15 0 155306810 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 745.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2812564 KiB

[startup+733.601 s]
/proc/loadavg: 1.96 1.94 1.94 3/218 12001
/proc/meminfo: memFree=19291956/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
[pid=11959] ppid=11957 vsize=13984976 memory=2811180 CPUtime=746.47 cores=0,2,4,6
/proc/11959/stat : 11959 (java) S 11957 11957 5085 0 -1 1077944320 95281 0 0 0 74468 179 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 140736358959024 139672408657655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
/proc/11959/statm: 3496244 702795 3281 1 0 3483478 0
[pid=11959/tid=11960] ppid=11957 vsize=13984976 memory=4140 CPUtime=732.32 cores=0,2,4,6
/proc/11959/task/11960/stat : 11960 (java) R 11957 11957 5085 0 -1 4202560 32532 0 0 0 73199 33 0 0 20 0 15 0 155306804 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672412896840 139672025618476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11961] ppid=11957 vsize=13984976 memory=4140 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11961/stat : 11961 (java) S 11957 11957 5085 0 -1 1077944384 1930 0 0 0 84 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672338745616 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11962] ppid=11957 vsize=13984976 memory=43276 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11962/stat : 11962 (java) S 11957 11957 5085 0 -1 1077944384 2156 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672337693072 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11963] ppid=11957 vsize=13984976 memory=1296 CPUtime=1.14 cores=0,2,4,6
/proc/11959/task/11963/stat : 11963 (java) S 11957 11957 5085 0 -1 1077944384 2602 0 0 0 83 31 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672002673168 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11964] ppid=11957 vsize=13984976 memory=6791534058613427641 CPUtime=1.15 cores=0,2,4,6
/proc/11959/task/11964/stat : 11964 (java) S 11957 11957 5085 0 -1 1077944384 2459 0 0 0 85 30 0 0 20 0 15 0 155306805 14320615424 702795 33554432000 4194304 4196468 140736358976480 139672001620624 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11965] ppid=11957 vsize=13984976 memory=1232 CPUtime=0.19 cores=0,2,4,6
/proc/11959/task/11965/stat : 11965 (java) S 11957 11957 5085 0 -1 1077944384 5019 0 0 0 18 1 0 0 20 0 15 0 155306806 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671321135600 139672408668802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11966] ppid=11957 vsize=13984976 memory=2464 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11966/stat : 11966 (java) S 11957 11957 5085 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671320081888 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11967] ppid=11957 vsize=13984976 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11967/stat : 11967 (java) S 11957 11957 5085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 155306807 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671319029248 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11968] ppid=11957 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11968/stat : 11968 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671317977808 139672408676251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11969] ppid=11957 vsize=13984976 memory=1728 CPUtime=3.75 cores=0,2,4,6
/proc/11959/task/11969/stat : 11969 (java) S 11957 11957 5085 0 -1 1077944384 17298 0 0 0 373 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671316924400 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11970] ppid=11957 vsize=13984976 memory=1004 CPUtime=4.28 cores=0,2,4,6
/proc/11959/task/11970/stat : 11970 (java) S 11957 11957 5085 0 -1 1077944384 20278 0 0 0 426 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671315871856 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11971] ppid=11957 vsize=13984976 memory=11112 CPUtime=0.86 cores=0,2,4,6
/proc/11959/task/11971/stat : 11971 (java) S 11957 11957 5085 0 -1 1077944384 9222 0 0 0 84 2 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671314819312 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11972] ppid=11957 vsize=13984976 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/11959/task/11972/stat : 11972 (java) S 11957 11957 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155306809 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671313767008 139672408667861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
[pid=11959/tid=11973] ppid=11957 vsize=13984976 memory=4616 CPUtime=0.37 cores=0,2,4,6
/proc/11959/task/11973/stat : 11973 (java) S 11957 11957 5085 0 -1 1077944384 459 0 0 0 20 17 0 0 20 0 15 0 155306810 14320615424 702795 33554432000 4194304 4196468 140736358976480 139671312714544 139672408668802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30605312 140736358978711 140736358978887 140736358978887 140736358981583 0
Current children cumulated CPU time: 746.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2812564 KiB

[startup+733.807 s]
/proc/loadavg: 1.96 1.94 1.94 3/218 12001
/proc/meminfo: memFree=19291956/32770624 swapFree=67108860/67108860
[pid=11957] ppid=11954 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11957/stat : 11957 (xcsp3-exec) S 11954 11957 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155306803 9740288 346 33554432000 4194304 5098028 140732065595872 140732065593976 140266154308220 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12541952 140732065600623 140732065600827 140732065600827 140732065603563 0
/proc/11957/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 733.809
CPU time (s): 746.717
CPU user time (s): 744.906
CPU system time (s): 1.81069
CPU usage (%): 101.759
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2812564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.906
system time used= 1.81069
maximum resident set size= 2812140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19901
involuntary context switches= 444


# summary of solver processes directly reported to runsolver:
#   pid: 11957
#   total CPU time (s): 746.717
#   total CPU user time (s): 744.906
#   total CPU system time (s): 1.81069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.58423 second user time and 7.39183 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 11:29:58
IDJOB=4284075
IDBENCH=138525
IDSOLVER=2679
FILE ID=node150/4284075-1503222258
RUNJOBID= node150-1503215303-11068
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284075-1503222258/watcher-4284075-1503222258 -o /tmp/evaluation-result-4284075-1503222258/solver-4284075-1503222258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503215303-11068 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 770526142 HOME/instance-4284075-1503222258.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=770526142

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        21732784 kB
MemAvailable:   31054136 kB
Buffers:          303264 kB
Cached:          9296240 kB
SwapCached:            0 kB
Active:          3694608 kB
Inactive:        6864540 kB
Active(anon):     909916 kB
Inactive(anon):    85796 kB
Active(file):    2784692 kB
Inactive(file):  6778744 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7592 kB
Writeback:            12 kB
AnonPages:        925788 kB
Mapped:            64360 kB
Shmem:             33416 kB
Slab:             174368 kB
SReclaimable:     147504 kB
SUnreclaim:        26864 kB
KernelStack:        3552 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1788728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 11:42:12