Trace number 4399296

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT73 192.289 48.6978

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark192.289
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399296-1568698173.xml"  -tl '2520s' -p 4
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4399296-1568698173.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
1.47/0.70	c solve instance...
1.82/0.81	o 85 
1.82/0.83	o 83 
3.80/1.38	o 82 
4.55/1.54	o 78 
9.69/2.86	o 77 
10.52/3.08	o 76 
18.46/5.01	o 75 
18.84/5.16	o 74 
90.05/23.08	o 73 
191.92/48.68	s OPTIMUM FOUND
191.92/48.68	v <instantiation>
191.92/48.68	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
191.92/48.68	v 	<values>0 4 0 0 9 17 24 17 6 9 12 46 51 12 39 4 35 11 32 37 55 59 22 49 46 20 69 59 61 71 69 73 </values>
191.92/48.68	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399296-1568698173/watcher-4399296-1568698173 -o /tmp/evaluation-result-4399296-1568698173/solver-4399296-1568698173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4848 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1018651513 HOME/instance-4399296-1568698173.xml 

running on 4 cores: 4-7

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


[startup+0.10009 s]*
/proc/loadavg: 8.75 8.67 8.34 6/233 14097
/proc/meminfo: memFree=30338168/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15144776 memory=29052 CPUtime=0.12 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 5717 0 0 0 11 1 0 0 20 0 15 0 445758966 15508250624 7263 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3786194 7263 3123 1 0 3748377 0
[pid=14083/tid=14084] ppid=14081 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) R 14081 14081 4816 0 -1 4202560 3640 0 0 0 8 1 0 0 20 0 15 0 445758966 15508250624 7263 33554432000 4194304 4196468 140735901346256 140587206835456 140587202624918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 7263 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15144776 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15144776 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758968 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445758969 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586074960800 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445758969 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586073908208 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) S 14081 14081 4816 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586071804400 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) S 14081 14081 4816 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15144776 memory=139760165213824 CPUtime=0.01 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) R 14081 14081 4816 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586069699312 140587202624918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15144776 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 7263 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30504 KiB

[startup+0.211525 s]*
/proc/loadavg: 8.75 8.67 8.34 6/233 14097
/proc/meminfo: memFree=30326680/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15144776 memory=39812 CPUtime=0.34 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 9257 0 0 0 31 3 0 0 20 0 15 0 445758966 15508250624 9953 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3786194 9953 3262 1 0 3748377 0
[pid=14083/tid=14084] ppid=14081 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) R 14081 14081 4816 0 -1 4202560 6554 0 0 0 18 2 0 0 20 0 15 0 445758966 15508250624 10018 33554432000 4194304 4196468 140735901346256 140587206832320 140587186693470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15144776 memory=9642 CPUtime=0 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 10018 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15144776 memory=3761975955766378528 CPUtime=0 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758967 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758968 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445758969 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586074960800 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15144776 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445758969 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586073908208 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15144776 memory=0 CPUtime=0.03 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) R 14081 14081 4816 0 -1 4202560 420 0 0 0 3 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586071803584 140587202634330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15144776 memory=-1 CPUtime=0.01 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) R 14081 14081 4816 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15144776 memory=0 CPUtime=0.07 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) R 14081 14081 4816 0 -1 4202560 786 0 0 0 7 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586069699312 140587181457011 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758972 15508250624 10018 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41264 KiB

[startup+0.319583 s]*
/proc/loadavg: 8.75 8.67 8.34 6/233 14097
/proc/meminfo: memFree=30321196/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15149032 memory=46692 CPUtime=0.53 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 10536 0 0 0 50 3 0 0 20 0 15 0 445758966 15512608768 11673 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3787258 11673 3334 1 0 3748377 0
[pid=14083/tid=14084] ppid=14081 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) R 14081 14081 4816 0 -1 4202560 7591 0 0 0 28 3 0 0 20 0 15 0 445758966 15512608768 11673 33554432000 4194304 4196468 140735901346256 140587206847808 140587202634909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15512608768 11673 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15149032 memory=4050200834359951392 CPUtime=0 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758967 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15149032 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445758968 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445758969 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586074960800 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445758969 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586073908208 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15149032 memory=0 CPUtime=0.05 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) R 14081 14081 4816 0 -1 1077944384 436 0 0 0 5 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586071804400 140587202624130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15149032 memory=-1 CPUtime=0.03 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) S 14081 14081 4816 0 -1 1077944384 254 0 0 0 3 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15149032 memory=139760165213824 CPUtime=0.12 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) R 14081 14081 4816 0 -1 4202560 948 0 0 0 12 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586069699312 140587202624130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15149032 memory=139760165213824 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758972 15512608768 11673 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48144 KiB

[startup+0.700829 s]
/proc/loadavg: 8.75 8.67 8.34 9/233 14097
/proc/meminfo: memFree=30307836/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15151156 memory=78548 CPUtime=1.47 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 14798 0 0 0 141 6 0 0 20 0 15 0 445758966 15514783744 19637 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3787789 19637 3453 1 0 3748889 0
[pid=14083/tid=14084] ppid=14081 vsize=15151156 memory=2120 CPUtime=0.68 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) S 14081 14081 4816 0 -1 1077944384 9311 0 0 0 64 4 0 0 20 0 15 0 445758966 15514783744 19637 33554432000 4194304 4196468 140735901346256 140587206849424 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15151156 memory=496 CPUtime=0 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15514783744 19637 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15151156 memory=1556 CPUtime=0 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15151156 memory=928 CPUtime=0 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758967 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15151156 memory=1628 CPUtime=0 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445758967 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15151156 memory=796 CPUtime=0 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445758968 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15151156 memory=1444 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445758969 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586074960800 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15151156 memory=1984 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445758969 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586073908208 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15151156 memory=2424 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15151156 memory=7302135314614015844 CPUtime=0.19 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) R 14081 14081 4816 0 -1 4202560 1052 0 0 0 19 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586071796352 140587187000032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15151156 memory=7373043940760707178 CPUtime=0.19 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) R 14081 14081 4816 0 -1 1077944384 990 0 0 0 19 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15151156 memory=7368002589315584080 CPUtime=0.38 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) R 14081 14081 4816 0 -1 4202560 2138 0 0 0 38 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586069692576 140587184023133 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15151156 memory=4638778406923096400 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15151156 memory=7956009407713273195 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445758972 15514783744 19637 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 80000 KiB

[startup+1.50154 s]
/proc/loadavg: 8.75 8.67 8.34 10/237 14109
/proc/meminfo: memFree=30246724/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0

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

/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 649 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 58699 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14136] ppid=14081 vsize=15619152 memory=1760 CPUtime=23.03 cores=4-7
/proc/14083/task/14136/stat : 14136 (java) R 14081 14081 4816 0 -1 4202560 297 0 0 0 2303 0 0 0 20 0 19 0 445761274 15994011648 58699 33554432000 4194304 4196468 140735901346256 140586058612008 140586845998256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14137] ppid=14081 vsize=15619152 memory=111636 CPUtime=23.3 cores=4-7
/proc/14083/task/14137/stat : 14137 (java) R 14081 14081 4816 0 -1 4202560 920 0 0 0 2330 0 0 0 20 0 19 0 445761274 15994011648 58699 33554432000 4194304 4196468 140735901346256 140586054402584 140586846092340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14138] ppid=14081 vsize=15619152 memory=800 CPUtime=23.24 cores=4-7
/proc/14083/task/14138/stat : 14138 (java) R 14081 14081 4816 0 -1 4202560 884 0 0 0 2324 0 0 0 20 0 19 0 445761274 15994011648 58699 33554432000 4194304 4196468 140735901346256 140586050200440 140586846927640 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14139] ppid=14081 vsize=15619152 memory=1804 CPUtime=23.16 cores=4-7
/proc/14083/task/14139/stat : 14139 (java) R 14081 14081 4816 0 -1 4202560 591 0 0 0 2316 0 0 0 20 0 19 0 445761274 15994011648 58699 33554432000 4194304 4196468 140735901346256 140586051251264 140586846354700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 183.17 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 236248 KiB

[startup+48.0016 s]*
/proc/loadavg: 8.82 8.72 8.38 6/227 14209
/proc/meminfo: memFree=30343704/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15619152 memory=229672 CPUtime=189.56 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 66660 0 0 0 18941 15 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3904788 57418 3527 1 0 3865888 0
[pid=14083/tid=14084] ppid=14081 vsize=15619152 memory=1398722017469774279 CPUtime=0.7 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) S 14081 14081 4816 0 -1 1077944384 9758 0 0 0 66 4 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587206853760 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15619152 memory=4126316290023845779 CPUtime=0.01 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1607 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15619152 memory=1452 CPUtime=0.01 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1750 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15619152 memory=234796 CPUtime=0.01 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 664 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15619152 memory=3848 CPUtime=0.01 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 1097 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15619152 memory=1280 CPUtime=0.02 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 1433 0 0 0 2 0 0 0 20 0 19 0 445758968 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15619152 memory=6028 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586074960864 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15619152 memory=780 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586073908224 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15619152 memory=3988 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15619152 memory=1088 CPUtime=4.09 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) S 14081 14081 4816 0 -1 1077944384 16070 0 0 0 407 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586071804400 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15619152 memory=6791534058613427641 CPUtime=4.21 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) S 14081 14081 4816 0 -1 1077944384 15308 0 0 0 419 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15619152 memory=2832 CPUtime=0.81 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) S 14081 14081 4816 0 -1 1077944384 8181 0 0 0 80 1 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586069699312 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15619152 memory=1564 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15619152 memory=8560 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 651 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14136] ppid=14081 vsize=15619152 memory=14008 CPUtime=24.63 cores=4-7
/proc/14083/task/14136/stat : 14136 (java) R 14081 14081 4816 0 -1 4202560 336 0 0 0 2463 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586058611808 140586846785920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14137] ppid=14081 vsize=15619152 memory=22964 CPUtime=24.9 cores=4-7
/proc/14083/task/14137/stat : 14137 (java) R 14081 14081 4816 0 -1 4202560 972 0 0 0 2490 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586054404480 140586846460588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14138] ppid=14081 vsize=15619152 memory=14068 CPUtime=24.79 cores=4-7
/proc/14083/task/14138/stat : 14138 (java) R 14081 14081 4816 0 -1 4202560 962 0 0 0 2479 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586050199968 140586846458441 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14139] ppid=14081 vsize=15619152 memory=2120 CPUtime=24.74 cores=4-7
/proc/14083/task/14139/stat : 14139 (java) R 14081 14081 4816 0 -1 4202560 620 0 0 0 2474 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586051251352 140586846458269 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 189.56 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 231124 KiB

[startup+48.4016 s]
/proc/loadavg: 8.82 8.72 8.38 6/227 14209
/proc/meminfo: memFree=30343704/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15619152 memory=229672 CPUtime=191.12 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 66731 0 0 0 19097 15 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3904788 57418 3527 1 0 3865888 0
[pid=14083/tid=14084] ppid=14081 vsize=15619152 memory=2832 CPUtime=0.7 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) S 14081 14081 4816 0 -1 1077944384 9758 0 0 0 66 4 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587206853760 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15619152 memory=1564 CPUtime=0.01 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1607 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15619152 memory=8560 CPUtime=0.01 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1750 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15619152 memory=14008 CPUtime=0.01 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 664 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15619152 memory=234824 CPUtime=0.01 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 1097 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15619152 memory=800 CPUtime=0.02 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 1433 0 0 0 2 0 0 0 20 0 19 0 445758968 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15619152 memory=1804 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586074960864 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15619152 memory=916 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586073908224 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15619152 memory=3848 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15619152 memory=2712 CPUtime=4.09 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) S 14081 14081 4816 0 -1 1077944384 16070 0 0 0 407 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586071804400 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15619152 memory=2596 CPUtime=4.21 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) S 14081 14081 4816 0 -1 1077944384 15308 0 0 0 419 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15619152 memory=4104 CPUtime=0.81 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) S 14081 14081 4816 0 -1 1077944384 8181 0 0 0 80 1 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586069699312 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15619152 memory=1412 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15619152 memory=3132 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 651 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14136] ppid=14081 vsize=15619152 memory=1452 CPUtime=25.02 cores=4-7
/proc/14083/task/14136/stat : 14136 (java) R 14081 14081 4816 0 -1 4202560 337 0 0 0 2502 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586058611808 140586846459870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14137] ppid=14081 vsize=15619152 memory=231088 CPUtime=25.29 cores=4-7
/proc/14083/task/14137/stat : 14137 (java) R 14081 14081 4816 0 -1 4202560 1040 0 0 0 2529 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586054404368 140586845998530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14138] ppid=14081 vsize=15619152 memory=1412 CPUtime=25.17 cores=4-7
/proc/14083/task/14138/stat : 14138 (java) R 14081 14081 4816 0 -1 4202560 964 0 0 0 2517 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586050199968 140586846460481 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14139] ppid=14081 vsize=15619152 memory=3052 CPUtime=25.13 cores=4-7
/proc/14083/task/14139/stat : 14139 (java) R 14081 14081 4816 0 -1 4202560 620 0 0 0 2513 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586051251352 140586847515482 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 191.12 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 231124 KiB

[startup+48.6015 s]
/proc/loadavg: 8.82 8.72 8.38 6/227 14209
/proc/meminfo: memFree=30343704/32770688 swapFree=66961208/67108860
[pid=14081] ppid=14078 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/14081/stat : 14081 (xcsp3-exec) S 14078 14081 4816 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445758966 115843072 363 33554432000 4194304 5098028 140734051420704 140734051418808 140419900859004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9572352 140734051423098 140734051423341 140734051423341 140734051426250 0
/proc/14081/statm: 28282 363 304 221 0 87 0
[pid=14083] ppid=14081 vsize=15619152 memory=229672 CPUtime=191.92 cores=4-7
/proc/14083/stat : 14083 (java) S 14081 14081 4816 0 -1 1077944320 66735 0 0 0 19177 15 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140735901328800 140587202612983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
/proc/14083/statm: 3904788 57418 3527 1 0 3865888 0
[pid=14083/tid=14084] ppid=14081 vsize=15619152 memory=234796 CPUtime=0.7 cores=4-7
/proc/14083/task/14084/stat : 14084 (java) S 14081 14081 4816 0 -1 1077944384 9758 0 0 0 66 4 0 0 20 0 19 0 445758966 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587206853760 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14085] ppid=14081 vsize=15619152 memory=1452 CPUtime=0.01 cores=4-7
/proc/14083/task/14085/stat : 14085 (java) S 14081 14081 4816 0 -1 1077944384 1607 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140587165719312 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14086] ppid=14081 vsize=15619152 memory=234796 CPUtime=0.01 cores=4-7
/proc/14083/task/14086/stat : 14086 (java) S 14081 14081 4816 0 -1 1077944384 1750 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586794277776 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14087] ppid=14081 vsize=15619152 memory=1452 CPUtime=0.01 cores=4-7
/proc/14083/task/14087/stat : 14087 (java) S 14081 14081 4816 0 -1 1077944384 664 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586793225232 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14088] ppid=14081 vsize=15619152 memory=234796 CPUtime=0.01 cores=4-7
/proc/14083/task/14088/stat : 14088 (java) S 14081 14081 4816 0 -1 1077944384 1097 0 0 0 1 0 0 0 20 0 19 0 445758967 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586792172688 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14089] ppid=14081 vsize=15619152 memory=1756 CPUtime=0.02 cores=4-7
/proc/14083/task/14089/stat : 14089 (java) S 14081 14081 4816 0 -1 1077944384 1433 0 0 0 2 0 0 0 20 0 19 0 445758968 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586076014576 140587202624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14090] ppid=14081 vsize=15619152 memory=1398722017469774279 CPUtime=0 cores=4-7
/proc/14083/task/14090/stat : 14090 (java) S 14081 14081 4816 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586074960864 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14091] ppid=14081 vsize=15619152 memory=4126316290023845779 CPUtime=0 cores=4-7
/proc/14083/task/14091/stat : 14091 (java) S 14081 14081 4816 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 19 0 445758969 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586073908224 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14092] ppid=14081 vsize=15619152 memory=13348 CPUtime=0 cores=4-7
/proc/14083/task/14092/stat : 14092 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586072856784 140587202631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14093] ppid=14081 vsize=15619152 memory=15556 CPUtime=4.09 cores=4-7
/proc/14083/task/14093/stat : 14093 (java) S 14081 14081 4816 0 -1 1077944384 16070 0 0 0 407 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586071804400 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14094] ppid=14081 vsize=15619152 memory=17764 CPUtime=4.21 cores=4-7
/proc/14083/task/14094/stat : 14094 (java) S 14081 14081 4816 0 -1 1077944384 15308 0 0 0 419 2 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586070751856 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14095] ppid=14081 vsize=15619152 memory=19972 CPUtime=0.81 cores=4-7
/proc/14083/task/14095/stat : 14095 (java) S 14081 14081 4816 0 -1 1077944384 8181 0 0 0 80 1 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586069699312 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14096] ppid=14081 vsize=15619152 memory=22180 CPUtime=0 cores=4-7
/proc/14083/task/14096/stat : 14096 (java) S 14081 14081 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586068647008 140587202623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14097] ppid=14081 vsize=15619152 memory=24388 CPUtime=0 cores=4-7
/proc/14083/task/14097/stat : 14097 (java) S 14081 14081 4816 0 -1 1077944384 651 0 0 0 0 0 0 0 20 0 19 0 445758972 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586067593520 140587202624130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14136] ppid=14081 vsize=15619152 memory=26596 CPUtime=25.22 cores=4-7
/proc/14083/task/14136/stat : 14136 (java) R 14081 14081 4816 0 -1 4202560 338 0 0 0 2522 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586058611808 140586845366101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14137] ppid=14081 vsize=15619152 memory=28804 CPUtime=25.49 cores=4-7
/proc/14083/task/14137/stat : 14137 (java) R 14081 14081 4816 0 -1 4202560 1040 0 0 0 2549 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586054404368 140586843832118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14138] ppid=14081 vsize=15619152 memory=20017 CPUtime=25.37 cores=4-7
/proc/14083/task/14138/stat : 14138 (java) R 14081 14081 4816 0 -1 4202560 966 0 0 0 2537 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586050199968 140586845994363 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
[pid=14083/tid=14139] ppid=14081 vsize=15619152 memory=4420 CPUtime=25.33 cores=4-7
/proc/14083/task/14139/stat : 14139 (java) R 14081 14081 4816 0 -1 4202560 621 0 0 0 2533 0 0 0 20 0 19 0 445761274 15994011648 57418 33554432000 4194304 4196468 140735901346256 140586051251352 140586845996582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18944000 140735901352943 140735901353114 140735901353114 140735901355983 0
Current children cumulated CPU time: 191.92 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 231124 KiB

Child status: 0
Real time (s): 48.6978
CPU time (s): 192.289
CPU user time (s): 192.125
CPU system time (s): 0.163798
CPU usage (%): 394.862
Max. virtual memory (cumulated for all children) (KiB): 15732280
Max. memory (cumulated for all children) (KiB): 236276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.125
system time used= 0.163798
maximum resident set size= 234832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4837
involuntary context switches= 5118


# summary of solver processes directly reported to runsolver:
#   pid: 14081
#   total CPU time (s): 192.289
#   total CPU user time (s): 192.125
#   total CPU system time (s): 0.163798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.342239 second user time and 0.589913 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 07:28:51
IDJOB=4399296
IDBENCH=129976
IDSOLVER=2853
FILE ID=node116/4399296-1568698173
RUNJOBID= node116-1568694541-4848
PBS_JOBID= 21703807
Free space on /tmp= 61208 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399296-1568698173/watcher-4399296-1568698173 -o /tmp/evaluation-result-4399296-1568698173/solver-4399296-1568698173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4848 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1018651513 HOME/instance-4399296-1568698173.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=1018651513

node116.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30355116 kB
MemAvailable:   31631480 kB
Buffers:          148200 kB
Cached:          1421932 kB
SwapCached:        46588 kB
Active:          1267948 kB
Inactive:         571400 kB
Active(anon):     223036 kB
Inactive(anon):    94964 kB
Active(file):    1044912 kB
Inactive(file):   476436 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26112 kB
Writeback:             0 kB
AnonPages:        338316 kB
Mapped:            61132 kB
Shmem:             40292 kB
Slab:             170952 kB
SReclaimable:     141700 kB
SUnreclaim:        29252 kB
KernelStack:        3936 kB
PageTables:         6640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1521892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61180 MiB
End job on node116 at 2019-09-17 07:29:41