Trace number 4297472

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 4.0.7b par (e747e1e)OPT92 3.26505 1.01771

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark3.26505
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297472-1532721914.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297472-1532721914.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.06/0.80	c solve instance...
2.06/0.90	o 109 
2.71/0.93	o 105 
2.71/0.96	o 101 
2.71/0.99	o 92 
2.71/0.99	s OPTIMUM FOUND
2.71/0.99	v <instantiation>
2.71/0.99	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
2.71/0.99	v 	<values>0 0 0 0 5 5 6 11 9 2 21 14 6 5 12 13 20 2 25 35 13 44 14 13 19 11 14 20 24 6 24 24 29 19 26 35 28 26 24 26 20 29 36 28 28 12 43 14 46 44 15 33 36 44 60 34 35 45 35 44 26 32 47 56 48 27 61 43 21 44 50 32 35 28 55 50 16 65 44 73 50 68 75 47 77 60 80 65 75 81 88 92 </values>
2.71/0.99	v </instantiation>

Verifier Data

OK	92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297472-1532721914/watcher-4297472-1532721914 -o /tmp/evaluation-result-4297472-1532721914/solver-4297472-1532721914 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532713470-28287 --watchdog 2580 HOME/xcsp3-exec -seed 1183768779 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297472-1532721914.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=30789, runsolver pid=30786

[startup+0.100127 s]*
/proc/loadavg: 7.67 8.24 8.27 2/199 30810
/proc/meminfo: memFree=28130420/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26104152 memory=26928 CPUtime=0.11 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 5660 0 0 0 10 1 0 0 20 0 20 0 89754723 26730651648 6732 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6526038 6732 2997 1 0 6488315 0
[pid=30791/tid=30792] ppid=30789 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) S 30789 30789 28260 0 -1 1077944384 3676 0 0 0 8 1 0 0 20 0 20 0 89754723 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486485174064 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26104152 memory=140663083230848 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 6732 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30801] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30801/stat : 30801 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485608241136 140486480951938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485605083344 140486480959387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) S 30789 30789 28260 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485604030960 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) S 30789 30789 28260 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485602978416 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485601925872 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30808] ppid=30789 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) R 30789 30789 28260 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485600873328 140486480962138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30809] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30809/stat : 30809 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485599820000 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30810] ppid=30789 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30810/stat : 30810 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 6732 33554432000 4194304 4196468 140725950075072 140485598767536 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28380 KiB

[startup+0.210367 s]*
/proc/loadavg: 7.67 8.24 8.27 3/199 30810
/proc/meminfo: memFree=28118932/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26104152 memory=39520 CPUtime=0.33 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 8493 0 0 0 31 2 0 0 20 0 20 0 89754723 26730651648 9880 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6526038 9880 3171 1 0 6488315 0
[pid=30791/tid=30792] ppid=30789 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) R 30789 30789 28260 0 -1 4202560 5579 0 0 0 18 1 0 0 20 0 20 0 89754723 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486485175776 140486465021278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26104152 memory=3835009863216260768 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754724 26730651648 9880 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30801] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30801/stat : 30801 (java) S 30789 30789 28260 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485608241136 140486480951938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89754726 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485605083344 140486480959387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) S 30789 30789 28260 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485604030960 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) S 30789 30789 28260 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485602978416 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) S 30789 30789 28260 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485601925872 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30808] ppid=30789 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) S 30789 30789 28260 0 -1 1077944384 783 0 0 0 7 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485600873328 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30809] ppid=30789 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30809/stat : 30809 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485599820000 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30810] ppid=30789 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30810/stat : 30810 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26730651648 9880 33554432000 4194304 4196468 140725950075072 140485598767536 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40972 KiB

[startup+0.31183 s]*
/proc/loadavg: 7.67 8.24 8.27 3/199 30810
/proc/meminfo: memFree=28112852/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26108408 memory=46356 CPUtime=0.52 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 9398 0 0 0 48 4 0 0 20 0 20 0 89754723 26735009792 11589 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6527102 11589 3224 1 0 6488315 0
[pid=30791/tid=30792] ppid=30789 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) R 30789 30789 28260 0 -1 4202560 6295 0 0 0 27 2 0 0 20 0 20 0 89754723 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486485171904 140486465021278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26108408 memory=140662930502575 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26108408 memory=140662930504880 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26108408 memory=140662930507184 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754724 26735009792 11589 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30801] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30801/stat : 30801 (java) S 30789 30789 28260 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89754726 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485608241136 140486480951938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26108408 memory=281325861021328 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89754726 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26108408 memory=281325861028240 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89754726 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26108408 memory=281325860969520 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485605083344 140486480959387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26108408 memory=281325861042064 CPUtime=0.02 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) S 30789 30789 28260 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485604030960 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26108408 memory=281325861048976 CPUtime=0.03 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) S 30789 30789 28260 0 -1 1077944384 217 0 0 0 3 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485602978416 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=26108408 memory=281325861046672 CPUtime=0.03 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) S 30789 30789 28260 0 -1 1077944384 322 0 0 0 3 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485601925872 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30808] ppid=30789 vsize=26108408 memory=281325861062832 CPUtime=0.12 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) S 30789 30789 28260 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485600873328 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30809] ppid=30789 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30809/stat : 30809 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485599820000 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30810] ppid=30789 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30810/stat : 30810 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26735009792 11589 33554432000 4194304 4196468 140725950075072 140485598767536 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47808 KiB

[startup+0.700973 s]
/proc/loadavg: 7.67 8.24 8.27 6/199 30810
/proc/meminfo: memFree=28095704/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26110532 memory=85828 CPUtime=1.63 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 13113 0 0 0 158 5 0 0 20 0 20 0 89754723 26737184768 21457 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6527633 21457 3358 1 0 6488827 0
[pid=30791/tid=30792] ppid=30789 vsize=26110532 memory=281325861420720 CPUtime=0.67 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) R 30789 30789 28260 0 -1 4202560 7234 0 0 0 64 3 0 0 20 0 20 0 89754723 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486485177984 140486480962717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26110532 memory=140662930711408 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26110532 memory=1008 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26110532 memory=1228 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26110532 memory=1200 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26110532 memory=15876 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26110532 memory=18268 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26110532 memory=16020 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 21457 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30801] ppid=30789 vsize=26110532 memory=4052 CPUtime=0 cores=0-7
/proc/30791/task/30801/stat : 30801 (java) S 30789 30789 28260 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485608241136 140486480951938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26110532 memory=644 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26110532 memory=1792 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26110532 memory=1232 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485605083344 140486480959387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26110532 memory=0 CPUtime=0.19 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) R 30789 30789 28260 0 -1 4202560 1057 0 0 0 19 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485604030960 140486460184808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26110532 memory=5760 CPUtime=0.14 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) S 30789 30789 28260 0 -1 1077944384 518 0 0 0 14 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485602978416 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=26110532 memory=4588 CPUtime=0.16 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) S 30789 30789 28260 0 -1 1077944384 966 0 0 0 16 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485601925872 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30808] ppid=30789 vsize=26110532 memory=9920 CPUtime=0.42 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) R 30789 30789 28260 0 -1 4202560 2028 0 0 0 42 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485600868400 140486473177918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30809] ppid=30789 vsize=26110532 memory=1944 CPUtime=0 cores=0-7
/proc/30791/task/30809/stat : 30809 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485599820000 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30810] ppid=30789 vsize=26110532 memory=1428 CPUtime=0 cores=0-7
/proc/30791/task/30810/stat : 30810 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 21457 33554432000 4194304 4196468 140725950075072 140485598767536 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 87280 KiB

[startup+1.01765 s]
# the end of solver process 30789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.14246 s, system=0.12259 s

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

[startup+0.801174 s]
/proc/loadavg: 7.67 8.24 8.27 6/199 30810
/proc/meminfo: memFree=28095704/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26110532 memory=108928 CPUtime=2.06 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 14309 0 0 0 200 6 0 0 20 0 20 0 89754723 26737184768 27232 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6527633 27232 3362 1 0 6488827 0
[pid=30791/tid=30792] ppid=30789 vsize=26110532 memory=4638778398332764256 CPUtime=0.77 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) R 30789 30789 28260 0 -1 4202560 7252 0 0 0 74 3 0 0 20 0 20 0 89754723 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486485179008 140486120227749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26110532 memory=4638778419807998288 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26110532 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26110532 memory=8514726395715351173 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26110532 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26110532 memory=281325860884032 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26110532 memory=-9178176117318312558 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754724 26737184768 27232 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30801] ppid=30789 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30801/stat : 30801 (java) S 30789 30789 28260 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485608241136 140486480951938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26110532 memory=1728 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26110532 memory=1708 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89754726 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26110532 memory=5760 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485605083344 140486480959387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26110532 memory=4588 CPUtime=0.3 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) R 30789 30789 28260 0 -1 4202560 1501 0 0 0 29 1 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485604030960 140486465715770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26110532 memory=9920 CPUtime=0.22 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) R 30789 30789 28260 0 -1 4202560 626 0 0 0 22 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485602978416 140486460420945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=26110532 memory=1944 CPUtime=0.25 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) R 30789 30789 28260 0 -1 4202560 1183 0 0 0 25 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485601905936 140486464351592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30808] ppid=30789 vsize=26110532 memory=1428 CPUtime=0.49 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) R 30789 30789 28260 0 -1 4202560 2435 0 0 0 49 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485600873328 140486480962138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30809] ppid=30789 vsize=26110532 memory=8500 CPUtime=0 cores=0-7
/proc/30791/task/30809/stat : 30809 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485599820000 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30810] ppid=30789 vsize=26110532 memory=792 CPUtime=0 cores=0-7
/proc/30791/task/30810/stat : 30810 (java) S 30789 30789 28260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89754729 26737184768 27232 33554432000 4194304 4196468 140725950075072 140485598767536 140486480951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 110380 KiB

[startup+1.00083 s]*
/proc/loadavg: 7.67 8.24 8.27 3/198 30850
/proc/meminfo: memFree=27957664/32770624 swapFree=67108792/67108860
[pid=30789] ppid=30786 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30789/stat : 30789 (xcsp3-exec) S 30786 30789 28260 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 89754723 115843072 363 33554432000 4194304 5098028 140736746974704 140736746972808 140374886085244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10801152 140736746976309 140736746976512 140736746976512 140736746979274 0
/proc/30789/statm: 28282 363 306 221 0 87 0
[pid=30791] ppid=30789 vsize=26645092 memory=200756 CPUtime=3.25 cores=0-7
/proc/30791/stat : 30791 (java) S 30789 30789 28260 0 -1 1077944320 20255 0 0 0 314 11 0 0 20 0 19 0 89754723 27284574208 50189 33554432000 4194304 4196468 140725950075072 140725950057616 140486480940791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
/proc/30791/statm: 6661273 50189 3382 1 0 6622467 0
[pid=30791/tid=30792] ppid=30789 vsize=26645092 memory=0 CPUtime=0.79 cores=0-7
/proc/30791/task/30792/stat : 30792 (java) S 30789 30789 28260 0 -1 1077944384 7355 0 0 0 76 3 0 0 20 0 19 0 89754723 27284574208 50189 33554432000 4194304 4196468 140725950075072 140486485183632 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30793] ppid=30789 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30793/stat : 30793 (java) S 30789 30789 28260 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 89754724 27284574208 50189 33554432000 4194304 4196468 140725950075072 140486437493008 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30794] ppid=30789 vsize=26645092 memory=281326013672816 CPUtime=0 cores=0-7
/proc/30791/task/30794/stat : 30794 (java) S 30789 30789 28260 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 89754724 27284574208 50189 33554432000 4194304 4196468 140725950075072 140486436440464 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30795] ppid=30789 vsize=26645092 memory=-1 CPUtime=0 cores=0-7
/proc/30791/task/30795/stat : 30795 (java) S 30789 30789 28260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 89754724 27284574208 50189 33554432000 4194304 4196468 140725950075072 140486435387920 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30796] ppid=30789 vsize=26645092 memory=7092716794510598304 CPUtime=0 cores=0-7
/proc/30791/task/30796/stat : 30796 (java) S 30789 30789 28260 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 89754724 27284574208 50189 33554432000 4194304 4196468 140725950075072 140486036290192 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30797] ppid=30789 vsize=26645092 memory=6945507666079274341 CPUtime=0 cores=0-7
/proc/30791/task/30797/stat : 30797 (java) S 30789 30789 28260 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 18 0 89754724 27284574208 50209 33554432000 4194304 4196468 140725950075072 140486035237648 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30798] ppid=30789 vsize=26645092 memory=3689913976284520499 CPUtime=0 cores=0-7
/proc/30791/task/30798/stat : 30798 (java) S 30789 30789 28260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 89754724 27284574208 50209 33554432000 4194304 4196468 140725950075072 140486034185104 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30799] ppid=30789 vsize=26645092 memory=8318255677412212789 CPUtime=0 cores=0-7
/proc/30791/task/30799/stat : 30799 (java) S 30789 30789 28260 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 89754724 27284574208 50209 33554432000 4194304 4196468 140725950075072 140486033132560 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30800] ppid=30789 vsize=26645092 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/30791/task/30800/stat : 30800 (java) S 30789 30789 28260 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 18 0 89754724 27284574208 50181 33554432000 4194304 4196468 140725950075072 140486032080016 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30802] ppid=30789 vsize=26645092 memory=3761129336124735520 CPUtime=0 cores=0-7
/proc/30791/task/30802/stat : 30802 (java) S 30789 30789 28260 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 89754726 27284574208 50181 33554432000 4194304 4196468 140725950075072 140485607187360 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30803] ppid=30789 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30803/stat : 30803 (java) S 30789 30789 28260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 89754726 27284574208 50181 33554432000 4194304 4196468 140725950075072 140485606134768 140486480950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30804] ppid=30789 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/30791/task/30804/stat : 30804 (java) R 30789 30789 28260 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 89754729 27284574208 50209 33554432000 4194304 4196468 140725950075072 140485605082112 140486480950997 256 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30805] ppid=30789 vsize=26645092 memory=0 CPUtime=0.45 cores=0-7
/proc/30791/task/30805/stat : 30805 (java) R 30789 30789 28260 0 -1 4202560 2341 0 0 0 44 1 0 0 20 0 16 0 89754729 27284574208 50249 33554432000 4194304 4196468 140725950075072 140485604010544 140486480950997 256 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30806] ppid=30789 vsize=26645092 memory=0 CPUtime=0.36 cores=0-7
/proc/30791/task/30806/stat : 30806 (java) R 30789 30789 28260 0 -1 1077944384 2006 0 0 0 36 0 0 0 20 0 12 0 89754729 27284574208 50314 33554432000 4194304 4196468 140725950075072 140485602957424 140486480950997 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6590464 140725950080129 140725950080301 140725950080301 140725950083023 0
[pid=30791/tid=30807] ppid=30789 vsize=0 memory=0 CPUtime=0.43 cores=0-7
/proc/30791/task/30807/stat : 30807 (java) X 30789 30789 28260 0 -1 4195396 2721 0 0 0 42 1 0 0 20 0 6 0 89754729 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=30791/tid=30808] ppid=30789 vsize=0 memory=0 CPUtime=0.6 cores=0-7
/proc/30791/task/30808/stat : 30808 (java) R 30789 30789 28260 0 -1 4203588 3386 0 0 0 59 1 0 0 20 0 2 0 89754729 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 202208 KiB

Child status: 0
Real time (s): 1.01771
CPU time (s): 3.26505
CPU user time (s): 3.14246
CPU system time (s): 0.12259
CPU usage (%): 320.824
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 202208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.14246
system time used= 0.12259
maximum resident set size= 201652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3813
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 30789
#   total CPU time (s): 3.26505
#   total CPU user time (s): 3.14246
#   total CPU system time (s): 0.12259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030604 second user time and 0.05435 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 22:05:14
IDJOB=4297472
IDBENCH=141474
IDSOLVER=2760
FILE ID=node150/4297472-1532721914
RUNJOBID= node150-1532713470-28287
PBS_JOBID= 21022321
Free space on /tmp= 53100 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297472-1532721914/watcher-4297472-1532721914 -o /tmp/evaluation-result-4297472-1532721914/solver-4297472-1532721914 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532713470-28287 --watchdog 2580  HOME/xcsp3-exec -seed 1183768779 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297472-1532721914.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=1183768779

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	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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:        28147280 kB
MemAvailable:   31937688 kB
Buffers:          187316 kB
Cached:          3842552 kB
SwapCached:           32 kB
Active:          1467888 kB
Inactive:        2614980 kB
Active(anon):       4620 kB
Inactive(anon):    76192 kB
Active(file):    1463268 kB
Inactive(file):  2538788 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             22060 kB
Writeback:             0 kB
AnonPages:         68144 kB
Mapped:            41996 kB
Shmem:             25156 kB
Slab:             236680 kB
SReclaimable:     208372 kB
SUnreclaim:        28308 kB
KernelStack:        3520 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-27 22:05:16