Trace number 4292300

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.7 seq (493a269)OPT68 3.80542 1.45914

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-02_c18.xml
MD5SUM2a7801ec96cf67d89ec484abe9bad078
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark3.41371
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size344
Distribution of domain sizes[{"size":1,"count":1},{"size":344,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":16},{"degree":5,"count":21},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":93},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":16,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"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-4292300-1532499723.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292300-1532499723.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
1.04/0.55	c solve instance...
1.29/0.65	o 82 
1.29/0.68	o 80 
3.43/1.32	o 76 
3.43/1.34	o 74 
3.43/1.36	o 73 
3.43/1.39	o 68 
3.74/1.40	s OPTIMUM FOUND
3.74/1.40	v <instantiation>
3.74/1.40	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] </list>
3.74/1.40	v 	<values>0 28 0 0 7 7 37 16 21 24 14 16 14 21 22 22 33 22 30 29 24 24 22 37 28 26 43 16 37 33 51 36 45 28 37 33 29 45 38 45 61 44 39 45 59 26 42 26 44 48 48 54 49 56 59 39 63 65 59 61 67 68 </values>
3.74/1.40	v </instantiation>

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292300-1532499723/watcher-4292300-1532499723 -o /tmp/evaluation-result-4292300-1532499723/solver-4292300-1532499723 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532470661-17281 --watchdog 2560 HOME/xcsp3-exec -seed 322205344 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292300-1532499723.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=22328, runsolver pid=22325

[startup+0.100183 s]*
/proc/loadavg: 1.80 1.74 1.75 4/218 22344
/proc/meminfo: memFree=17509024/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14082840 memory=28416 CPUtime=0.12 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 5463 0 0 0 12 0 0 0 20 0 15 0 67535439 14420828160 7104 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3520710 7104 2999 1 0 3483008 0
[pid=22330/tid=22331] ppid=22328 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 3481 0 0 0 9 0 0 0 20 0 15 0 67535439 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431813657472 140431809441174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14082840 memory=3472468193823630544 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14082840 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535441 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) S 22328 22328 17249 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 67535444 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431346588272 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431345535472 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14082840 memory=140064928478848 CPUtime=0.01 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) R 22328 22328 17249 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 67535444 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431344483184 140431787797878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14082840 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535445 14420828160 7104 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29868 KiB

[startup+0.210641 s]*
/proc/loadavg: 1.80 1.74 1.75 4/218 22344
/proc/meminfo: memFree=17496992/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14084956 memory=41016 CPUtime=0.33 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 8291 0 0 0 32 1 0 0 20 0 15 0 67535439 14422994944 10254 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3521239 10254 3181 1 0 3483008 0
[pid=22330/tid=22331] ppid=22328 vsize=14084956 memory=5852833021473685665 CPUtime=0.2 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 5413 0 0 0 19 1 0 0 20 0 15 0 67535439 14422994944 10254 33554432000 4194304 4196468 140729557314880 140431813650232 140431811704519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14087096 memory=3472468193823630544 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14087096 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14087096 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535441 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) S 22328 22328 17249 0 -1 1077944384 748 0 0 0 3 0 0 0 20 0 15 0 67535444 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431346588272 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14087096 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 15 0 67535444 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431345535472 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14087096 memory=140064928478848 CPUtime=0.08 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 789 0 0 0 8 0 0 0 20 0 15 0 67535444 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14087096 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535445 14425186304 10254 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14198084 KiB
Current children cumulated memory: 42468 KiB

[startup+0.310798 s]*
/proc/loadavg: 1.80 1.74 1.75 3/218 22344
/proc/meminfo: memFree=17490664/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14087096 memory=48160 CPUtime=0.51 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 9171 0 0 0 49 2 0 0 20 0 15 0 67535439 14425186304 12040 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3521774 12040 3229 1 0 3483008 0
[pid=22330/tid=22331] ppid=22328 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 6132 0 0 0 28 1 0 0 20 0 15 0 67535439 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431813663024 140431809451165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14087096 memory=3472468193823630544 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14087096 memory=140064928478848 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14087096 memory=19 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14087096 memory=140064789243935 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14087096 memory=280129578448640 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535441 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14087096 memory=140064789220879 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14087096 memory=280129717708896 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14087096 memory=140064789225487 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14087096 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) S 22328 22328 17249 0 -1 1077944384 766 0 0 0 5 0 0 0 20 0 15 0 67535444 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431346588272 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14087096 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) S 22328 22328 17249 0 -1 1077944384 73 0 0 0 3 0 0 0 20 0 15 0 67535444 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431345535472 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 894 0 0 0 12 0 0 0 20 0 15 0 67535444 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14087096 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535445 14425186304 12040 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49612 KiB

[startup+0.701309 s]
/proc/loadavg: 1.80 1.74 1.75 5/218 22344
/proc/meminfo: memFree=17470684/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14089220 memory=73316 CPUtime=1.58 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 13083 0 0 0 155 3 0 0 20 0 15 0 67535439 14427361280 18329 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3522305 18329 3350 1 0 3483520 0
[pid=22330/tid=22331] ppid=22328 vsize=14089220 memory=6154820267226784105 CPUtime=0.67 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 7077 0 0 0 65 2 0 0 20 0 15 0 67535439 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431813665448 140431421724360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14089220 memory=7372786582024121444 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14089220 memory=7444819964895187031 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14089220 memory=7747766295893256779 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14089220 memory=3054156605267021953 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14089220 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535441 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14089220 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14089220 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14089220 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14089220 memory=20172 CPUtime=0.3 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) R 22328 22328 17249 0 -1 4202560 1736 0 0 0 30 0 0 0 20 0 15 0 67535444 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431346577072 140431789122343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14089220 memory=2088 CPUtime=0.23 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) R 22328 22328 17249 0 -1 4202560 947 0 0 0 23 0 0 0 20 0 15 0 67535444 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431345521352 140431790948934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14089220 memory=1040 CPUtime=0.35 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 2015 0 0 0 35 0 0 0 20 0 15 0 67535444 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14089220 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14089220 memory=7453282923562166374 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 18329 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 74768 KiB

[startup+1.4591 s]
# the end of solver process 22328 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.7493 s, system=0.056117 s

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

[startup+0.801312 s]
/proc/loadavg: 1.80 1.74 1.75 5/218 22344
/proc/meminfo: memFree=17470684/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14089220 memory=78344 CPUtime=1.89 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 14367 0 0 0 186 3 0 0 20 0 15 0 67535439 14427361280 19586 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3522305 19586 3350 1 0 3483520 0
[pid=22330/tid=22331] ppid=22328 vsize=14089220 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 7077 0 0 0 75 2 0 0 20 0 15 0 67535439 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431813664936 140431425910402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535441 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14089220 memory=280129578205424 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14089220 memory=280129578274240 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14089220 memory=280129578284688 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14089220 memory=2110415396522132 CPUtime=0.4 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) R 22328 22328 17249 0 -1 4202560 2435 0 0 0 40 0 0 0 20 0 15 0 67535444 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431346577072 140431788685774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14089220 memory=168 CPUtime=0.33 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) R 22328 22328 17249 0 -1 4202560 1439 0 0 0 33 0 0 0 20 0 15 0 67535444 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431345521496 140431793419807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14089220 memory=2 CPUtime=0.36 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 2108 0 0 0 36 0 0 0 20 0 15 0 67535444 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14089220 memory=196 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14089220 memory=5666 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 19586 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 79796 KiB

[startup+1.20082 s]
/proc/loadavg: 1.90 1.76 1.76 5/218 22344
/proc/meminfo: memFree=17451160/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14089220 memory=89572 CPUtime=3.11 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 21595 0 0 0 307 4 0 0 20 0 15 0 67535439 14427361280 22393 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3522305 22393 3358 1 0 3483520 0
[pid=22330/tid=22331] ppid=22328 vsize=14089220 memory=-6510088246237904835 CPUtime=1.17 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 7441 0 0 0 115 2 0 0 20 0 15 0 67535439 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431813668680 140431425171300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14089220 memory=7230638415855315031 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14089220 memory=7230638415855315031 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14089220 memory=7230638415855315031 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14089220 memory=7230638415855315287 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14089220 memory=7230638415855316055 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535441 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14089220 memory=6082202987142081111 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14089220 memory=6082202987141949783 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14089220 memory=7230638415855315543 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14089220 memory=7228647183150835558 CPUtime=0.8 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) R 22328 22328 17249 0 -1 4202560 4753 0 0 0 79 1 0 0 20 0 15 0 67535444 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431346577072 140431792929445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14089220 memory=6370130980449374820 CPUtime=0.72 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) R 22328 22328 17249 0 -1 4202560 5633 0 0 0 72 0 0 0 20 0 15 0 67535444 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431345521496 140431790973788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14089220 memory=7588935153340475749 CPUtime=0.39 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 2458 0 0 0 39 0 0 0 20 0 15 0 67535444 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14089220 memory=4830726533833306159 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14089220 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 22393 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 91024 KiB

[startup+1.40078 s]
/proc/loadavg: 1.90 1.76 1.76 5/218 22344
/proc/meminfo: memFree=17451160/32770624 swapFree=67108796/67108860
[pid=22328] ppid=22325 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22328/stat : 22328 (xcsp3-exec) S 22325 22328 17249 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 67535439 115843072 363 33554432000 4194304 5098028 140735702884112 140735702882216 139972405715580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11833344 140735702885435 140735702885636 140735702885636 140735702888394 0
/proc/22328/statm: 28282 363 306 221 0 87 0
[pid=22330] ppid=22328 vsize=14089220 memory=95456 CPUtime=3.74 cores=1,3,5,7
/proc/22330/stat : 22330 (java) S 22328 22328 17249 0 -1 1077944320 26720 0 0 0 370 4 0 0 20 0 15 0 67535439 14427361280 23864 33554432000 4194304 4196468 140729557314880 140729557297424 140431809429239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
/proc/22330/statm: 3522305 23864 3358 1 0 3483520 0
[pid=22330/tid=22331] ppid=22328 vsize=14089220 memory=6656426216303648864 CPUtime=1.37 cores=1,3,5,7
/proc/22330/task/22331/stat : 22331 (java) R 22328 22328 17249 0 -1 4202560 7866 0 0 0 135 2 0 0 20 0 15 0 67535439 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431813660496 140431425312100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22332] ppid=22328 vsize=14089220 memory=6944652027076318631 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22332/stat : 22332 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431747029904 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22333] ppid=22328 vsize=14089220 memory=-6298953081951440413 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22333/stat : 22333 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431745977104 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22334] ppid=22328 vsize=14089220 memory=7681421203011431829 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22334/stat : 22334 (java) S 22328 22328 17249 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431744924816 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22335] ppid=22328 vsize=14089220 memory=-2025810976467231676 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22335/stat : 22335 (java) S 22328 22328 17249 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535440 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431743872016 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22336] ppid=22328 vsize=14089220 memory=-7737621075815351712 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22336/stat : 22336 (java) S 22328 22328 17249 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 67535441 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431350798448 140431809440386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22337] ppid=22328 vsize=14089220 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22337/stat : 22337 (java) S 22328 22328 17249 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431349744416 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22338] ppid=22328 vsize=14089220 memory=3545236950937855829 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22338/stat : 22338 (java) S 22328 22328 17249 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535442 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431348692080 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22339] ppid=22328 vsize=14089220 memory=7523944245005609045 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22339/stat : 22339 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535444 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431347640400 140431809447835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22340] ppid=22328 vsize=14089220 memory=288230574492221466 CPUtime=1 cores=1,3,5,7
/proc/22330/task/22340/stat : 22340 (java) R 22328 22328 17249 0 -1 4202560 6518 0 0 0 99 1 0 0 20 0 15 0 67535444 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431346574816 140431794536812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22341] ppid=22328 vsize=14089220 memory=288230621803970871 CPUtime=0.92 cores=1,3,5,7
/proc/22330/task/22341/stat : 22341 (java) R 22328 22328 17249 0 -1 4202560 7907 0 0 0 92 0 0 0 20 0 15 0 67535444 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431345534648 140431792840040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22342] ppid=22328 vsize=14089220 memory=13852958290872887 CPUtime=0.42 cores=1,3,5,7
/proc/22330/task/22342/stat : 22342 (java) S 22328 22328 17249 0 -1 1077944384 3105 0 0 0 42 0 0 0 20 0 15 0 67535444 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431344483184 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22343] ppid=22328 vsize=14089220 memory=280129578767012 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22343/stat : 22343 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431343430624 140431809439445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
[pid=22330/tid=22344] ppid=22328 vsize=14089220 memory=280129578767076 CPUtime=0 cores=1,3,5,7
/proc/22330/task/22344/stat : 22344 (java) S 22328 22328 17249 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535445 14427361280 23864 33554432000 4194304 4196468 140729557314880 140431342377392 140431809440386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729557316737 140729557316913 140729557316913 140729557319631 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 96908 KiB

Child status: 0
Real time (s): 1.45914
CPU time (s): 3.80542
CPU user time (s): 3.7493
CPU system time (s): 0.056117
CPU usage (%): 260.798
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 96908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.7493
system time used= 0.056117
maximum resident set size= 103360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1904
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 22328
#   total CPU time (s): 3.80542
#   total CPU user time (s): 3.7493
#   total CPU system time (s): 0.056117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035585 second user time and 0.05554 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 08:22:03
IDJOB=4292300
IDBENCH=141478
IDSOLVER=2747
FILE ID=node138/4292300-1532499723
RUNJOBID= node138-1532470661-17281
PBS_JOBID= 21021587
Free space on /tmp= 53788 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-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-4292300-1532499723/watcher-4292300-1532499723 -o /tmp/evaluation-result-4292300-1532499723/solver-4292300-1532499723 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532470661-17281 --watchdog 2560  HOME/xcsp3-exec -seed 322205344 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292300-1532499723.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=322205344

node138.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.71
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.71
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.71
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.71
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:        17526076 kB
MemAvailable:   31730988 kB
Buffers:          153020 kB
Cached:         14191960 kB
SwapCached:           44 kB
Active:          2520096 kB
Inactive:       12084424 kB
Active(anon):     208368 kB
Inactive(anon):    71132 kB
Active(file):    2311728 kB
Inactive(file): 12013292 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             20616 kB
Writeback:             0 kB
AnonPages:        266856 kB
Mapped:            46764 kB
Shmem:             16972 kB
Slab:             336520 kB
SReclaimable:     308352 kB
SUnreclaim:        28168 kB
KernelStack:        3520 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1209104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53768 MiB
End job on node138 at 2018-07-25 08:22:04