Trace number 4306598

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 seq (e747e1e)OPT92 2.9696 1.19212

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 benchmark2.9696
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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306598-1534115205.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306598-1534115205.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.98/0.60	c solve instance...
1.52/0.75	o 477 
1.84/0.86	o 476 
2.14/0.96	o 475 
2.46/1.04	o 474 
2.46/1.10	o 98 
2.78/1.16	o 92 
2.78/1.16	s OPTIMUM FOUND
2.78/1.16	v <instantiation>
2.78/1.16	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.78/1.16	v 	<values>0 0 0 0 5 5 6 11 9 2 14 14 6 5 24 13 32 2 32 40 13 34 14 13 19 11 14 19 24 6 24 24 46 15 26 6 28 26 24 22 32 32 36 28 28 12 43 14 46 53 15 33 36 44 54 34 35 35 35 28 22 34 47 56 48 36 61 43 21 49 44 28 35 28 55 38 16 65 37 73 48 68 75 52 77 56 80 59 75 81 88 92 </values>
2.78/1.16	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 (5593 MiB free)
  memory of node 1: 16384 MiB (7220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306598-1534115205/watcher-4306598-1534115205 -o /tmp/evaluation-result-4306598-1534115205/solver-4306598-1534115205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534096899-2740 --watchdog 2580 HOME/xcsp3-exec -seed 567325879 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306598-1534115205.xml 

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

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

solver pid=5940, runsolver pid=5937

[startup+0.100061 s]*
/proc/loadavg: 1.94 1.88 1.87 3/217 5956
/proc/meminfo: memFree=13104824/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14082940 memory=29036 CPUtime=0.12 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 5608 0 0 0 11 1 0 0 20 0 15 0 229083785 14420930560 7259 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3520735 7259 3019 1 0 3483012 0
[pid=5942/tid=5943] ppid=5940 vsize=14082940 memory=-8976644418600983157 CPUtime=0.08 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 3631 0 0 0 8 0 0 0 20 0 15 0 229083785 14420930560 7259 33554432000 4194304 4196468 140730730123184 140483160241968 140483156030621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14082940 memory=3472468139496514768 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 7259 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 7259 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 7259 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 7259 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083787 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) S 5940 5940 2709 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 229083790 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482625992816 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083790 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482624940016 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0.01 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 229083790 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14420930560 7259 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210627 s]*
/proc/loadavg: 1.94 1.88 1.87 4/217 5956
/proc/meminfo: memFree=13093892/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14082940 memory=40480 CPUtime=0.34 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 8145 0 0 0 31 3 0 0 20 0 15 0 229083785 14420930560 10120 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3520735 10120 3183 1 0 3483012 0
[pid=5942/tid=5943] ppid=5940 vsize=14082940 memory=4500115623978573208 CPUtime=0.2 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 5393 0 0 0 18 2 0 0 20 0 15 0 229083785 14420930560 10120 33554432000 4194304 4196468 140730730123184 140483160243680 140483156030621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14082940 memory=3472468139496514768 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 10120 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 10120 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 10120 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14420930560 10120 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083787 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) S 5940 5940 2709 0 -1 1077944384 679 0 0 0 2 0 0 0 20 0 15 0 229083790 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482625992816 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) S 5940 5940 2709 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 229083790 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482624940016 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0.08 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 664 0 0 0 8 0 0 0 20 0 15 0 229083790 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14082940 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14420930560 10120 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41932 KiB

[startup+0.31844 s]*
/proc/loadavg: 2.02 1.90 1.87 4/217 5956
/proc/meminfo: memFree=13087068/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14087196 memory=47876 CPUtime=0.53 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 9110 0 0 0 50 3 0 0 20 0 15 0 229083785 14425288704 11969 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3521799 11969 3263 1 0 3483012 0
[pid=5942/tid=5943] ppid=5940 vsize=14087196 memory=-8976644418600983157 CPUtime=0.3 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 6184 0 0 0 28 2 0 0 20 0 15 0 229083785 14425288704 11969 33554432000 4194304 4196468 140730730123184 140483160242896 140483140089182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14087196 memory=3472468139496514768 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14425288704 11969 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14087196 memory=140010601363072 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14425288704 11969 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14087196 memory=10 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14425288704 11969 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14087196 memory=140010498172959 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14425288704 12034 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14087196 memory=280020996306688 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083787 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14087196 memory=140010498149903 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14087196 memory=280021099522144 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14087196 memory=140010498154511 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) S 5940 5940 2709 0 -1 1077944384 693 0 0 0 4 0 0 0 20 0 15 0 229083790 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482625992816 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14087196 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) S 5940 5940 2709 0 -1 1077944384 207 0 0 0 4 0 0 0 20 0 15 0 229083790 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482624940016 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 749 0 0 0 12 0 0 0 20 0 15 0 229083790 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14087196 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14425288704 12034 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49328 KiB

[startup+0.701472 s]
/proc/loadavg: 2.02 1.90 1.87 4/217 5956
/proc/meminfo: memFree=13066916/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14089320 memory=74644 CPUtime=1.52 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 13000 0 0 0 145 7 0 0 20 0 15 0 229083785 14427463680 18661 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3522330 18661 3369 1 0 3483524 0
[pid=5942/tid=5943] ppid=5940 vsize=14089320 memory=7372786582024121444 CPUtime=0.67 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 7140 0 0 0 62 5 0 0 20 0 15 0 229083785 14427463680 18661 33554432000 4194304 4196468 140730730123184 140483160244888 140482764093012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14089320 memory=7007712420471858773 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 18661 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14089320 memory=5859271421084456296 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 18661 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14089320 memory=-6168368575958768251 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 18661 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14089320 memory=8326441112149131689 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 18661 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14089320 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083787 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14089320 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14089320 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14089320 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14089320 memory=62296 CPUtime=0.23 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) R 5940 5940 2709 0 -1 4202560 1562 0 0 0 23 0 0 0 20 0 15 0 229083790 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482625978840 140483137533880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14089320 memory=1220 CPUtime=0.21 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) R 5940 5940 2709 0 -1 4202560 1044 0 0 0 21 0 0 0 20 0 15 0 229083790 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482624940144 140483140928464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14089320 memory=2380 CPUtime=0.37 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 1945 0 0 0 37 0 0 0 20 0 15 0 229083790 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14089320 memory=7163890427858739792 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14089320 memory=7595156207412209490 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 18661 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 76096 KiB

[startup+1.19206 s]
# the end of solver process 5940 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.87772 s, system=0.091881 s

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

[startup+0.801485 s]
/proc/loadavg: 2.02 1.90 1.87 4/217 5956
/proc/meminfo: memFree=13066916/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14089320 memory=78316 CPUtime=1.84 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 13861 0 0 0 176 8 0 0 20 0 15 0 229083785 14427463680 19579 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3522330 19579 3369 1 0 3483524 0
[pid=5942/tid=5943] ppid=5940 vsize=14089320 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 7141 0 0 0 72 5 0 0 20 0 15 0 229083785 14427463680 19579 33554432000 4194304 4196468 140730730123184 140483160245032 140482764109188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 19579 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 19579 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 19579 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 19579 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083787 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14089320 memory=280020996063472 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14089320 memory=280020996383824 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14089320 memory=280020996142736 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14089320 memory=2110361105451156 CPUtime=0.33 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) R 5940 5940 2709 0 -1 4202560 1788 0 0 0 33 0 0 0 20 0 15 0 229083790 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482625979360 140483135255433 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14089320 memory=1108 CPUtime=0.31 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) R 5940 5940 2709 0 -1 4202560 1652 0 0 0 31 0 0 0 20 0 15 0 229083790 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482624924680 140483141134467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14089320 memory=15336 CPUtime=0.38 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 1971 0 0 0 38 0 0 0 20 0 15 0 229083790 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14089320 memory=15840 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14089320 memory=35084 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 19579 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 79768 KiB

[startup+1.00148 s]*
/proc/loadavg: 2.02 1.90 1.87 6/217 5956
/proc/meminfo: memFree=13053032/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14089320 memory=81732 CPUtime=2.46 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 14712 0 0 0 238 8 0 0 20 0 15 0 229083785 14427463680 20433 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3522330 20433 3375 1 0 3483524 0
[pid=5942/tid=5943] ppid=5940 vsize=14089320 memory=4500115623978573208 CPUtime=0.97 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 7141 0 0 0 92 5 0 0 20 0 15 0 229083785 14427463680 20433 33554432000 4194304 4196468 140730730123184 140483160239952 140482764455700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14089320 memory=3472468139496514768 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 20433 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14089320 memory=3472468306829043376 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 20433 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14089320 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 20433 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14089320 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 20433 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083787 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14089320 memory=3749592432059638643 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14089320 memory=4206468019030876256 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14089320 memory=-8990767739041652640 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14089320 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) R 5940 5940 2709 0 -1 4202560 2542 0 0 0 53 0 0 0 20 0 15 0 229083790 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482625973832 140483139540215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14089320 memory=7525032774399625777 CPUtime=0.52 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) R 5940 5940 2709 0 -1 4202560 1691 0 0 0 52 0 0 0 20 0 15 0 229083790 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482624925896 140483139914861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14089320 memory=5796379671588824752 CPUtime=0.4 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 2029 0 0 0 40 0 0 0 20 0 15 0 229083790 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14089320 memory=2594160247386 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14089320 memory=8097967326627423920 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 20433 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 83184 KiB

[startup+1.11099 s]
/proc/loadavg: 2.02 1.90 1.87 6/217 5956
/proc/meminfo: memFree=13053032/32770624 swapFree=67108792/67108860
[pid=5940] ppid=5937 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (xcsp3-exec) S 5937 5940 2709 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229083784 115843072 363 33554432000 4194304 5098028 140728744889648 140728744887752 140230228066940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22921216 140728744891451 140728744891652 140728744891652 140728744894410 0
/proc/5940/statm: 28282 363 306 221 0 87 0
[pid=5942] ppid=5940 vsize=14089320 memory=85756 CPUtime=2.78 cores=0,2,4,6
/proc/5942/stat : 5942 (java) S 5940 5940 2709 0 -1 1077944320 21065 0 0 0 270 8 0 0 20 0 15 0 229083785 14427463680 21439 33554432000 4194304 4196468 140730730123184 140730730105728 140483156008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
/proc/5942/statm: 3522330 21439 3378 1 0 3483524 0
[pid=5942/tid=5943] ppid=5940 vsize=14089320 memory=1452 CPUtime=1.07 cores=0,2,4,6
/proc/5942/task/5943/stat : 5943 (java) R 5940 5940 2709 0 -1 4202560 7772 0 0 0 102 5 0 0 20 0 15 0 229083785 14427463680 21439 33554432000 4194304 4196468 140730730123184 140483160243680 140482760916374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5944] ppid=5940 vsize=14089320 memory=12759 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5944/stat : 5944 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 21439 33554432000 4194304 4196468 140730730123184 140483086096784 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5945] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5945/stat : 5945 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 21439 33554432000 4194304 4196468 140730730123184 140483085043984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5946] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5946/stat : 5946 (java) S 5940 5940 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 21439 33554432000 4194304 4196468 140730730123184 140483083991696 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5947] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5947/stat : 5947 (java) S 5940 5940 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229083786 14427463680 21439 33554432000 4194304 4196468 140730730123184 140483082938896 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5948] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5948/stat : 5948 (java) S 5940 5940 2709 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 229083787 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482630204016 140483156019842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5949] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5949/stat : 5949 (java) S 5940 5940 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482629149984 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5950] ppid=5940 vsize=14089320 memory=280020996383808 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5950/stat : 5950 (java) S 5940 5940 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229083788 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482628097648 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5951] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5951/stat : 5951 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083790 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482627045968 140483156027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5952] ppid=5940 vsize=14089320 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/5942/task/5952/stat : 5952 (java) R 5940 5940 2709 0 -1 4202560 5777 0 0 0 63 1 0 0 20 0 15 0 229083790 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482625973832 140483137529835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5953] ppid=5940 vsize=14089320 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/5942/task/5953/stat : 5953 (java) R 5940 5940 2709 0 -1 4202560 3712 0 0 0 62 0 0 0 20 0 15 0 229083790 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482624927456 140483135860817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5954] ppid=5940 vsize=14089320 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/5942/task/5954/stat : 5954 (java) S 5940 5940 2709 0 -1 1077944384 2455 0 0 0 41 0 0 0 20 0 15 0 229083790 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482623887728 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5955] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5955/stat : 5955 (java) S 5940 5940 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482622835168 140483156018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
[pid=5942/tid=5956] ppid=5940 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5956/stat : 5956 (java) S 5940 5940 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229083791 14427463680 21439 33554432000 4194304 4196468 140730730123184 140482621782960 140483156019842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140730730124422 140730730124593 140730730124593 140730730127311 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 87208 KiB

Child status: 0
Real time (s): 1.19212
CPU time (s): 2.9696
CPU user time (s): 2.87772
CPU system time (s): 0.091881
CPU usage (%): 249.102
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 87208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.87772
system time used= 0.091881
maximum resident set size= 96216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2183
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 5940
#   total CPU time (s): 2.9696
#   total CPU user time (s): 2.87772
#   total CPU system time (s): 0.091881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033464 second user time and 0.055426 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 01:06:45
IDJOB=4306598
IDBENCH=141474
IDSOLVER=2787
FILE ID=node150/4306598-1534115205
RUNJOBID= node150-1534096899-2740
PBS_JOBID= 21036998
Free space on /tmp= 35016 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306598-1534115205/watcher-4306598-1534115205 -o /tmp/evaluation-result-4306598-1534115205/solver-4306598-1534115205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534096899-2740 --watchdog 2580  HOME/xcsp3-exec -seed 567325879 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306598-1534115205.xml

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=567325879

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:        13122500 kB
MemAvailable:   29087968 kB
Buffers:          222180 kB
Cached:         15807924 kB
SwapCached:           32 kB
Active:         10782800 kB
Inactive:        8114280 kB
Active(anon):    2817792 kB
Inactive(anon):   101248 kB
Active(file):    7965008 kB
Inactive(file):  8013032 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             21672 kB
Writeback:             4 kB
AnonPages:       2874232 kB
Mapped:            66188 kB
Shmem:             49732 kB
Slab:             443688 kB
SReclaimable:     415888 kB
SUnreclaim:        27800 kB
KernelStack:        3584 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3346716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2732032 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= 34992 MiB
End job on node150 at 2018-08-13 01:06:46