Trace number 4406190

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24SAT (TO)66 2520.08 2510.91

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark44.8404
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406190-1569407863.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406190-1569407863.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.04/0.57	c solve instance...
1.62/0.74	o 74 
1.62/0.75	o 72 
2.23/0.98	o 71 
3.75/1.47	o 70 
9.88/4.42	o 69 
13.66/7.05	o 67 
15.31/8.65	o 66 
2520.06/2510.90	s SATISFIABLE
2520.06/2510.90	v <instantiation>
2520.06/2510.90	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>
2520.06/2510.90	v 	<values>0 0 0 0 5 10 13 5 4 5 19 8 7 31 7 37 13 13 19 8 8 9 38 42 16 22 18 10 23 32 18 40 23 24 19 32 32 34 25 28 23 38 49 24 40 34 35 49 41 41 50 48 42 50 56 51 55 57 56 57 62 66 </values>
2520.06/2510.90	v </instantiation>
2520.06/2510.90	c Unexpected resolution interruption!

Verifier Data

OK	66

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406190-1569407863/watcher-4406190-1569407863 -o /var/tmp/evaluation-result-4406190-1569407863/solver-4406190-1569407863 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4406190-1569407863.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 1.92 2.04 1.99 4/229 22759
/proc/meminfo: memFree=25415600/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15144776 memory=28948 CPUtime=0.13 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 5675 0 0 0 12 1 0 0 20 0 15 0 516722735 15508250624 7237 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3786194 7237 3190 1 0 3748377 0
[pid=22745/tid=22746] ppid=22743 vsize=15144776 memory=8180089925722843723 CPUtime=0.08 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 3550 0 0 0 8 0 0 0 20 0 15 0 516722735 15508250624 7237 33554432000 4194304 4196468 140730194422880 140054379957984 140054375738774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 7237 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15144776 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 7237 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 7237 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 7237 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15144776 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053248439456 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053179261680 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15144776 memory=140590180451968 CPUtime=0.02 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) R 22743 22743 18764 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053175049800 140054359100444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15144776 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 7237 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30404 KiB

[startup+0.210796 s]*
/proc/loadavg: 1.92 2.04 1.99 4/229 22759
/proc/meminfo: memFree=25401888/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15144776 memory=41084 CPUtime=0.34 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 9493 0 0 0 31 3 0 0 20 0 15 0 516722735 15508250624 10271 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3786194 10271 3303 1 0 3748377 0
[pid=22745/tid=22746] ppid=22743 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 6601 0 0 0 18 2 0 0 20 0 15 0 516722735 15508250624 10271 33554432000 4194304 4196468 140730194422880 140054379961824 140054359807326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 10271 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15144776 memory=4123387648314441760 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 10271 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 10271 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516722736 15508250624 10271 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053248439456 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15144776 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516722738 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053179261680 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 538 0 0 0 2 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 803 0 0 0 8 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722741 15508250624 10271 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42540 KiB

[startup+0.310465 s]*
/proc/loadavg: 1.92 2.04 1.99 4/229 22759
/proc/meminfo: memFree=25395092/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15149032 memory=49940 CPUtime=0.54 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 10864 0 0 0 50 4 0 0 20 0 15 0 516722735 15512608768 12485 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3787258 12485 3347 1 0 3748377 0
[pid=22745/tid=22746] ppid=22743 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 7808 0 0 0 27 3 0 0 20 0 15 0 516722735 15512608768 12485 33554432000 4194304 4196468 140730194422880 140054379963856 140054357290430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15512608768 12485 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15149032 memory=4121417323477467168 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15512608768 12485 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15512608768 12485 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516722736 15512608768 12485 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15149032 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516722738 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516722738 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053248439456 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516722738 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053179261680 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 619 0 0 0 5 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15149032 memory=140590180451968 CPUtime=0.12 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15149032 memory=140590180451968 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722741 15512608768 12485 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51396 KiB

[startup+0.701331 s]
/proc/loadavg: 1.92 2.04 1.99 6/229 22759
/proc/meminfo: memFree=25377312/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15151156 memory=78688 CPUtime=1.62 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 16145 0 0 0 156 6 0 0 20 0 15 0 516722735 15514783744 19672 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3787789 19672 3462 1 0 3748889 0
[pid=22745/tid=22746] ppid=22743 vsize=15151156 memory=2120 CPUtime=0.67 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 9517 0 0 0 64 3 0 0 20 0 15 0 516722735 15514783744 19672 33554432000 4194304 4196468 140730194422880 140054379962824 140054005273349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15151156 memory=508 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15514783744 19672 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15514783744 19672 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722736 15514783744 19672 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516722736 15514783744 19672 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15151156 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 19672 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15151156 memory=864 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 19672 33554432000 4194304 4196468 140730194422880 140053248439456 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15151156 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 19672 33554432000 4194304 4196468 140730194422880 140053179261680 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15151156 memory=7086240636128743779 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 19672 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15151156 memory=7453282923427948884 CPUtime=0.27 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) R 22743 22743 18764 0 -1 4202560 1547 0 0 0 27 0 0 0 20 0 15 0 516722741 15514783744 19738 33554432000 4194304 4196468 140730194422880 140053177142624 140054368016288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15151156 memory=4639059877604708710 CPUtime=0.27 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) R 22743 22743 18764 0 -1 4202560 1739 0 0 0 27 0 0 0 20 0 15 0 516722741 15514783744 19738 33554432000 4194304 4196468 140730194422880 140053176085632 140054368016221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15151156 memory=8514726395715219869 CPUtime=0.37 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 2080 0 0 0 36 1 0 0 20 0 15 0 516722741 15514783744 19738 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15151156 memory=7525629757741886052 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 19738 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 19804 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 80144 KiB

[startup+1.50134 s]
/proc/loadavg: 2.01 2.06 2.00 5/229 22759
/proc/meminfo: memFree=25342760/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0

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

/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053179261696 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15151156 memory=226636 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15151156 memory=1456 CPUtime=3.8 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 33975 0 0 0 377 3 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15151156 memory=1456 CPUtime=3.75 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 28120 0 0 0 372 3 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15151156 memory=226636 CPUtime=0.57 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 9190 0 0 0 55 2 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15151156 memory=226636 CPUtime=0.48 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1055 0 0 0 19 29 0 0 20 0 15 0 516722741 15514783744 56659 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 2451.39 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 228092 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.86 1.86 3/230 23112
/proc/meminfo: memFree=24773344/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15151156 memory=228684 CPUtime=2511.44 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 106919 0 0 0 251093 51 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3787789 57171 3519 1 0 3748889 0
[pid=22745/tid=22746] ppid=22743 vsize=15151156 memory=228684 CPUtime=2501.78 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 19602 0 0 0 250172 6 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054379966464 140054007229328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.19 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 2461 0 0 0 17 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 2622 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.19 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 2472 0 0 0 17 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2501 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.17 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 3475 0 0 0 15 2 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053248439520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053179261696 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15151156 memory=288230574492221466 CPUtime=3.8 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 33975 0 0 0 377 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15151156 memory=304274691181510966 CPUtime=3.75 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 28120 0 0 0 372 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15151156 memory=776 CPUtime=0.57 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 9190 0 0 0 55 2 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1072 0 0 0 19 30 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 2511.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 230140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.9 s]
/proc/loadavg: 1.75 1.84 1.86 3/229 23112
/proc/meminfo: memFree=24773604/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15151156 memory=228684 CPUtime=2520.06 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 106926 0 0 0 251954 52 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3787789 57171 3519 1 0 3748889 0
[pid=22745/tid=22746] ppid=22743 vsize=15151156 memory=1456 CPUtime=2510.37 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 19608 0 0 0 251031 6 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054379966352 140054005757281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 2461 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 2623 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.19 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 2472 0 0 0 17 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2501 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.17 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 3475 0 0 0 15 2 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053248439520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053179261696 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15151156 memory=1456 CPUtime=3.8 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 33975 0 0 0 377 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15151156 memory=228684 CPUtime=3.75 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 28120 0 0 0 372 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.57 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 9190 0 0 0 55 2 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1072 0 0 0 19 30 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 230140 KiB

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

[startup+2510.91 s]
# the end of solver process 22743 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002285 s, system=0 s

[startup+2510.91 s]
# the end of solver process 22745 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.55 s, system=0.527056 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

[startup+2510.9 s]
/proc/loadavg: 1.75 1.84 1.86 3/229 23112
/proc/meminfo: memFree=24773604/32770624 swapFree=66966900/67108860
[pid=22743] ppid=22740 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22743/stat : 22743 (xcsp3-exec) S 22740 22743 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516722735 115843072 364 33554432000 4194304 5098028 140723093956960 140723093955064 139716101886588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15933440 140723093963606 140723093963865 140723093963865 140723093966790 0
/proc/22743/statm: 28282 364 305 221 0 87 0
[pid=22745] ppid=22743 vsize=15151156 memory=228684 CPUtime=2520.06 cores=1,3,5,7
/proc/22745/stat : 22745 (java) S 22743 22743 18764 0 -1 1077944320 106926 0 0 0 251954 52 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140730194405424 140054375726839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
/proc/22745/statm: 3787789 57171 3519 1 0 3748889 0
[pid=22745/tid=22746] ppid=22743 vsize=15151156 memory=1456 CPUtime=2510.37 cores=1,3,5,7
/proc/22745/task/22746/stat : 22746 (java) R 22743 22743 18764 0 -1 4202560 19608 0 0 0 251031 6 0 0 20 0 15 0 516722735 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054379966352 140054005757281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22747] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22747/stat : 22747 (java) S 22743 22743 18764 0 -1 1077944384 2461 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054328347664 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22748] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22748/stat : 22748 (java) S 22743 22743 18764 0 -1 1077944384 2623 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054327295120 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22749] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.19 cores=1,3,5,7
/proc/22745/task/22749/stat : 22749 (java) S 22743 22743 18764 0 -1 1077944384 2472 0 0 0 17 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054326242064 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22750] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.2 cores=1,3,5,7
/proc/22745/task/22750/stat : 22750 (java) S 22743 22743 18764 0 -1 1077944384 2501 0 0 0 18 2 0 0 20 0 15 0 516722736 15514783744 57171 33554432000 4194304 4196468 140730194422880 140054325189520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22751] ppid=22743 vsize=15151156 memory=228684 CPUtime=0.17 cores=1,3,5,7
/proc/22745/task/22751/stat : 22751 (java) S 22743 22743 18764 0 -1 1077944384 3475 0 0 0 15 2 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053249493232 140054375737986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22752] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22752/stat : 22752 (java) S 22743 22743 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053248439520 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22753] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22753/stat : 22753 (java) S 22743 22743 18764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 516722738 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053179261696 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22754] ppid=22743 vsize=15151156 memory=228684 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22754/stat : 22754 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053178210256 140054375745435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22755] ppid=22743 vsize=15151156 memory=1456 CPUtime=3.8 cores=1,3,5,7
/proc/22745/task/22755/stat : 22755 (java) S 22743 22743 18764 0 -1 1077944384 33975 0 0 0 377 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053177158384 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22756] ppid=22743 vsize=15151156 memory=228684 CPUtime=3.75 cores=1,3,5,7
/proc/22745/task/22756/stat : 22756 (java) S 22743 22743 18764 0 -1 1077944384 28120 0 0 0 372 3 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053176105840 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22757] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.57 cores=1,3,5,7
/proc/22745/task/22757/stat : 22757 (java) S 22743 22743 18764 0 -1 1077944384 9190 0 0 0 55 2 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053175052784 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22758] ppid=22743 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/22745/task/22758/stat : 22758 (java) S 22743 22743 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053174000480 140054375737045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
[pid=22745/tid=22759] ppid=22743 vsize=15151156 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/22745/task/22759/stat : 22759 (java) S 22743 22743 18764 0 -1 1077944384 1072 0 0 0 19 30 0 0 20 0 15 0 516722741 15514783744 57171 33554432000 4194304 4196468 140730194422880 140053172947504 140054375737986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12648448 140730194424795 140730194424970 140730194424970 140730194427855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 230140 KiB

Child status: 143
Real time (s): 2510.91
CPU time (s): 2520.08
CPU user time (s): 2519.55
CPU system time (s): 0.527056
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 15266488
Max. memory (cumulated for all children) (KiB): 248056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.55
system time used= 0.527056
maximum resident set size= 246600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60331
involuntary context switches= 1259


# summary of solver processes directly reported to runsolver:
#   pid: 22743,22745
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.55
#   total CPU system time (s): 0.527056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2344 second user time and 22.5822 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 12:37:01
IDJOB=4406190
IDBENCH=128324
IDSOLVER=2869
FILE ID=node145/4406190-1569407863
RUNJOBID= node145-1569396627-18796
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406190-1569407863/watcher-4406190-1569407863 -o /var/tmp/evaluation-result-4406190-1569407863/solver-4406190-1569407863 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4406190-1569407863.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=1767375395

node145.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.59
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.59
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.59
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.59
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:        25431720 kB
MemAvailable:   31613396 kB
Buffers:          178516 kB
Cached:          6154632 kB
SwapCached:        32492 kB
Active:          3294332 kB
Inactive:        3274888 kB
Active(anon):     203512 kB
Inactive(anon):    89904 kB
Active(file):    3090820 kB
Inactive(file):  3184984 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        327036 kB
Mapped:            71412 kB
Shmem:             48856 kB
Slab:             363768 kB
SReclaimable:     334332 kB
SUnreclaim:        29436 kB
KernelStack:        4000 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1483928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node145 at 2019-09-25 13:18:52