Trace number 4284464

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 5a (2017-08-18)SAT (TO)89 261.33499 240.026

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-26-08.xml
MD5SUM885f7dce9f12482b5755a1b8bd42ad86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark244.285
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints170
Number of domains2
Minimum domain size1
Maximum domain size532
Distribution of domain sizes[{"size":1,"count":1},{"size":532,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":2},{"degree":5,"count":14},{"degree":6,"count":27},{"degree":7,"count":23},{"degree":8,"count":15},{"degree":9,"count":6},{"degree":10,"count":2}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":166},{"arity":59,"count":1},{"arity":68,"count":1},{"arity":72,"count":2}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166},{"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-4284464-1503212964.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284464-1503212964.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.01/0.54	c solve instance...
19.14/7.31	o 92 
108.92/91.78	o 91 
109.88/92.66	o 90 
110.52/93.21	o 89 
261.31/240.01	s SATISFIABLE
261.31/240.01	v <instantiation>
261.31/240.01	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>
261.31/240.01	v 	<values>0 0 0 0 4 10 10 12 8 13 16 17 10 5 12 20 38 17 4 21 60 25 20 9 4 21 35 20 7 30 21 38 39 7 29 20 30 20 60 31 46 25 48 25 31 41 9 57 71 15 20 37 69 9 38 30 43 70 41 31 51 39 47 48 48 43 53 59 55 72 58 65 51 62 59 67 59 60 62 73 68 62 69 48 68 73 72 73 79 80 83 89 </values>
261.31/240.01	v </instantiation>
261.31/240.01	c Unexpected resolution interruption!

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284464-1503212964/watcher-4284464-1503212964 -o /tmp/evaluation-result-4284464-1503212964/solver-4284464-1503212964 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25962 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 806785183 HOME/instance-4284464-1503212964.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100093 s]*
/proc/loadavg: 1.78 1.83 1.83 3/217 29121
/proc/meminfo: memFree=26376516/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13978596 memory=27284 CPUtime=0.12 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 5194 0 0 0 11 1 0 0 20 0 15 0 154383989 14314082304 6821 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3494649 6821 2876 1 0 3482966 0
[pid=29107/tid=29108] ppid=29105 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 3134 0 0 0 9 0 0 0 20 0 15 0 154383989 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486940456752 140486936239510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13978596 memory=140544139449984 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383990 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13978596 memory=140544139449984 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383991 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154383992 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486409368480 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154383992 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486408315888 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 154383994 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13978596 memory=140544139449984 CPUtime=0.01 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) R 29105 29105 25930 0 -1 4202560 358 0 0 0 1 0 0 0 20 0 15 0 154383994 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486404106992 140486928464702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13978596 memory=140544139449984 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383995 14314082304 6887 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28668 KiB

[startup+0.210646 s]*
/proc/loadavg: 1.78 1.83 1.83 3/217 29121
/proc/meminfo: memFree=26365476/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13982852 memory=39468 CPUtime=0.34 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 7894 0 0 0 32 2 0 0 20 0 15 0 154383989 14318440448 9867 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3495713 9867 3083 1 0 3482966 0
[pid=29107/tid=29108] ppid=29105 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) D 29105 29105 25930 0 -1 1077944384 4944 0 0 0 19 1 0 0 20 0 15 0 154383989 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486940438368 140486928906797 0 4 0 16800975 18446744072101707300 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13982852 memory=13599 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13982852 memory=3474449082314249888 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318473216 9868 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13982852 memory=140544139449984 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383991 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154383992 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486409368480 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154383992 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486408315888 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 154383994 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 154383994 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13982884 memory=140544139449984 CPUtime=0.08 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 842 0 0 0 8 0 0 0 20 0 15 0 154383994 14318473216 9868 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14318473216 9868 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383995 14318440448 9868 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40852 KiB

[startup+0.310591 s]*
/proc/loadavg: 1.78 1.83 1.83 6/217 29121
/proc/meminfo: memFree=26358156/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13982852 memory=46580 CPUtime=0.51 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 8829 0 0 0 49 2 0 0 20 0 15 0 154383989 14318440448 11645 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3495713 11645 3105 1 0 3482966 0
[pid=29107/tid=29108] ppid=29105 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 5611 0 0 0 28 2 0 0 20 0 15 0 154383989 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486940461600 140486936249501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383990 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383991 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154383992 14318440448 11645 33554432000 4194304 4196468 140732512392624 140486409368480 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154383992 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486408315888 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 618 0 0 0 3 0 0 0 20 0 15 0 154383994 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 291 0 0 0 4 0 0 0 20 0 15 0 154383994 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 1010 0 0 0 13 0 0 0 20 0 15 0 154383994 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383995 14318440448 11710 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47964 KiB

[startup+0.700789 s]
/proc/loadavg: 1.78 1.83 1.83 7/217 29121
/proc/meminfo: memFree=26342152/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13984976 memory=80184 CPUtime=1.57 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 14351 0 0 0 153 4 0 0 20 0 15 0 154383989 14320615424 20046 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3496244 20046 3203 1 0 3483478 0
[pid=29107/tid=29108] ppid=29105 vsize=13984976 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 6539 0 0 0 64 2 0 0 20 0 15 0 154383989 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486940462856 140486575509844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13984976 memory=42872 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383990 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154383990 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154383991 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486409368480 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486408315888 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13984976 memory=1956 CPUtime=0.24 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) R 29105 29105 25930 0 -1 4202560 2077 0 0 0 24 0 0 0 20 0 15 0 154383994 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486406193096 140486917772249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13984976 memory=8608 CPUtime=0.25 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) R 29105 29105 25930 0 -1 4202560 2150 0 0 0 25 0 0 0 20 0 15 0 154383994 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486405140552 140486915457514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13984976 memory=1228 CPUtime=0.37 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 2277 0 0 0 37 0 0 0 20 0 15 0 154383994 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13984976 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 20046 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 81568 KiB

[startup+1.50081 s]
/proc/loadavg: 1.78 1.83 1.83 5/217 29121
/proc/meminfo: memFree=26297512/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0

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

/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486408315904 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13984976 memory=42872 CPUtime=7.47 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 40546 0 0 0 743 4 0 0 20 0 15 0 154383994 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13984976 memory=1296 CPUtime=7.77 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 45225 0 0 0 773 4 0 0 20 0 15 0 154383994 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13984976 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 10357 0 0 0 85 2 0 0 20 0 15 0 154383994 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13984976 memory=281088028430832 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13984976 memory=281088028430896 CPUtime=0.04 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1188 0 0 0 2 2 0 0 20 0 15 0 154383995 14320615424 90657 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 119.8 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 364012 KiB

[startup+162.301 s]
/proc/loadavg: 1.71 1.82 1.83 3/217 29581
/proc/meminfo: memFree=26402204/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13984976 memory=457668 CPUtime=181.51 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 128545 0 0 0 18092 59 0 0 20 0 15 0 154383989 14320615424 114417 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3496244 114417 3269 1 0 3483478 0
[pid=29107/tid=29108] ppid=29105 vsize=13984976 memory=1384 CPUtime=161.07 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 15244 0 0 0 16102 5 0 0 20 0 15 0 154383989 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486940466848 140486577811085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13984976 memory=457668 CPUtime=0.93 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1107 0 0 0 84 9 0 0 20 0 15 0 154383990 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13984976 memory=1384 CPUtime=0.94 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 2477 0 0 0 85 9 0 0 20 0 15 0 154383990 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13984976 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 2534 0 0 0 83 9 0 0 20 0 15 0 154383990 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13984976 memory=1008 CPUtime=0.94 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 1292 0 0 0 85 9 0 0 20 0 15 0 154383990 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13984976 memory=4620 CPUtime=0.08 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 1552 0 0 0 7 1 0 0 20 0 15 0 154383991 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486409368544 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486408315904 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13984976 memory=448452 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13984976 memory=42872 CPUtime=7.64 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 43336 0 0 0 760 4 0 0 20 0 15 0 154383994 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13984976 memory=1384 CPUtime=7.95 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 47131 0 0 0 790 5 0 0 20 0 15 0 154383994 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13984976 memory=1384 CPUtime=0.88 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 11281 0 0 0 86 2 0 0 20 0 15 0 154383994 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13984976 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1242 0 0 0 3 4 0 0 20 0 15 0 154383995 14320615424 114417 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 181.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 459052 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.81 1.83 6/217 29659
/proc/meminfo: memFree=25964812/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13984976 memory=399680 CPUtime=243.23 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 134501 0 0 0 24251 72 0 0 20 0 15 0 154383989 14320615424 99920 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3496244 99920 3286 1 0 3483478 0
[pid=29107/tid=29108] ppid=29105 vsize=13984976 memory=399536 CPUtime=220.4 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 16021 0 0 0 22034 6 0 0 20 0 15 0 154383989 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486940467008 140486582971046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13984976 memory=399536 CPUtime=1.5 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1600 0 0 0 138 12 0 0 20 0 15 0 154383990 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13984976 memory=399536 CPUtime=1.51 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 3032 0 0 0 139 12 0 0 20 0 15 0 154383990 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13984976 memory=399536 CPUtime=1.49 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 3000 0 0 0 137 12 0 0 20 0 15 0 154383990 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13984976 memory=1384 CPUtime=1.51 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 1768 0 0 0 139 12 0 0 20 0 15 0 154383990 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13984976 memory=1384 CPUtime=0.16 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 3441 0 0 0 15 1 0 0 20 0 15 0 154383991 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486409368544 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13984976 memory=399680 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486408315904 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13984976 memory=399680 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13984976 memory=1384 CPUtime=7.65 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 43450 0 0 0 761 4 0 0 20 0 15 0 154383994 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13984976 memory=399536 CPUtime=7.95 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 47193 0 0 0 790 5 0 0 20 0 15 0 154383994 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13984976 memory=4140 CPUtime=0.89 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 12371 0 0 0 87 2 0 0 20 0 15 0 154383994 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13984976 memory=1384 CPUtime=0.11 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1276 0 0 0 5 6 0 0 20 0 15 0 154383995 14320615424 99920 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 243.23 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 401064 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.75 1.81 1.83 3/217 29659
/proc/meminfo: memFree=25791892/32770624 swapFree=67108860/67108860
[pid=29105] ppid=29102 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/29105/stat : 29105 (xcsp3-exec) S 29102 29105 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154383989 9740288 346 33554432000 4194304 5098028 140737136499248 140737136497352 140366824796796 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20652032 140737136505973 140737136506176 140737136506176 140737136508907 0
/proc/29105/statm: 2378 346 289 221 0 87 0
[pid=29107] ppid=29105 vsize=13984976 memory=401012 CPUtime=261.31 cores=1,3,5,7
/proc/29107/stat : 29107 (java) S 29105 29105 25930 0 -1 1077944320 137233 0 0 0 26056 75 0 0 20 0 15 0 154383989 14320615424 100253 33554432000 4194304 4196468 140732512392624 140732512375168 140486936227575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
/proc/29107/statm: 3496244 100253 3286 1 0 3483478 0
[pid=29107/tid=29108] ppid=29105 vsize=13984976 memory=840 CPUtime=237.98 cores=1,3,5,7
/proc/29107/task/29108/stat : 29108 (java) R 29105 29105 25930 0 -1 4202560 16390 0 0 0 23792 6 0 0 20 0 15 0 154383989 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486940466848 140486582970161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29109] ppid=29105 vsize=13984976 memory=1692 CPUtime=1.6 cores=1,3,5,7
/proc/29107/task/29109/stat : 29109 (java) S 29105 29105 25930 0 -1 1077944384 1649 0 0 0 148 12 0 0 20 0 15 0 154383990 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486905940752 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29110] ppid=29105 vsize=13984976 memory=4872558044660077418 CPUtime=1.61 cores=1,3,5,7
/proc/29107/task/29110/stat : 29110 (java) S 29105 29105 25930 0 -1 1077944384 3085 0 0 0 149 12 0 0 20 0 15 0 154383990 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486530440080 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29111] ppid=29105 vsize=13984976 memory=401012 CPUtime=1.59 cores=1,3,5,7
/proc/29107/task/29111/stat : 29111 (java) S 29105 29105 25930 0 -1 1077944384 3052 0 0 0 147 12 0 0 20 0 15 0 154383990 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486529387536 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29112] ppid=29105 vsize=13984976 memory=8608 CPUtime=1.61 cores=1,3,5,7
/proc/29107/task/29112/stat : 29112 (java) S 29105 29105 25930 0 -1 1077944384 1820 0 0 0 149 12 0 0 20 0 15 0 154383990 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486528334992 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29113] ppid=29105 vsize=13984976 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/29107/task/29113/stat : 29113 (java) S 29105 29105 25930 0 -1 1077944384 3448 0 0 0 16 1 0 0 20 0 15 0 154383991 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486410422256 140486936238722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29114] ppid=29105 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29114/stat : 29114 (java) S 29105 29105 25930 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486409368544 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29115] ppid=29105 vsize=13984976 memory=640 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29115/stat : 29115 (java) S 29105 29105 25930 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154383992 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486408315904 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29116] ppid=29105 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29116/stat : 29116 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383994 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486407264464 140486936246171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29117] ppid=29105 vsize=13984976 memory=2424 CPUtime=7.66 cores=1,3,5,7
/proc/29107/task/29117/stat : 29117 (java) S 29105 29105 25930 0 -1 1077944384 43983 0 0 0 762 4 0 0 20 0 15 0 154383994 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486406212080 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29118] ppid=29105 vsize=13984976 memory=2240 CPUtime=7.97 cores=1,3,5,7
/proc/29107/task/29118/stat : 29118 (java) S 29105 29105 25930 0 -1 1077944384 48276 0 0 0 792 5 0 0 20 0 15 0 154383994 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486405159536 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29119] ppid=29105 vsize=13984976 memory=33 CPUtime=0.9 cores=1,3,5,7
/proc/29107/task/29119/stat : 29119 (java) S 29105 29105 25930 0 -1 1077944384 12902 0 0 0 87 3 0 0 20 0 15 0 154383994 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486404106992 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29120] ppid=29105 vsize=13984976 memory=7307760351559771235 CPUtime=0 cores=1,3,5,7
/proc/29107/task/29120/stat : 29120 (java) S 29105 29105 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154383995 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486403054688 140486936237781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
[pid=29107/tid=29121] ppid=29105 vsize=13984976 memory=7883102823530391655 CPUtime=0.11 cores=1,3,5,7
/proc/29107/task/29121/stat : 29121 (java) S 29105 29105 25930 0 -1 1077944384 1279 0 0 0 5 6 0 0 20 0 15 0 154383995 14320615424 100253 33554432000 4194304 4196468 140732512392624 140486402001200 140486936238722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 24424448 140732512400541 140732512400716 140732512400716 140732512403407 0
Current children cumulated CPU time: 261.31 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 402396 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.02 s]
# the end of solver process 29105 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001802 s, system=0.000657 s

[startup+240.026 s]
# the end of solver process 29107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=260.572 s, system=0.762299 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 240.026
CPU time (s): 261.335
CPU user time (s): 260.572
CPU system time (s): 0.762299
CPU usage (%): 108.878
Max. virtual memory (cumulated for all children) (KiB): 14001472
Max. memory (cumulated for all children) (KiB): 546836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.572
system time used= 0.762299
maximum resident set size= 550696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11451
involuntary context switches= 883


# summary of solver processes directly reported to runsolver:
#   pid: 29105,29107
#   total CPU time (s): 261.335
#   total CPU user time (s): 260.572
#   total CPU system time (s): 0.762299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47944 second user time and 2.37998 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:55:04
IDJOB=4284464
IDBENCH=128868
IDSOLVER=2680
FILE ID=node106/4284464-1503212964
RUNJOBID= node106-1503208459-25962
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-26-08.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284464-1503212964/watcher-4284464-1503212964 -o /tmp/evaluation-result-4284464-1503212964/solver-4284464-1503212964 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25962 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 806785183 HOME/instance-4284464-1503212964.xml

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

MD5SUM BENCH= 885f7dce9f12482b5755a1b8bd42ad86
RANDOM SEED=806785183

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.86
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.86
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.86
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.86
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:        26393364 kB
MemAvailable:   31301736 kB
Buffers:          243024 kB
Cached:          4957084 kB
SwapCached:            0 kB
Active:          1775596 kB
Inactive:        4150136 kB
Active(anon):     681688 kB
Inactive(anon):    80012 kB
Active(file):    1093908 kB
Inactive(file):  4070124 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:        733368 kB
Mapped:            64192 kB
Shmem:             33420 kB
Slab:             148144 kB
SReclaimable:     120352 kB
SUnreclaim:        27792 kB
KernelStack:        3520 kB
PageTables:         6832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1485264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61776 MiB
End job on node106 at 2017-08-20 08:59:04