Trace number 4406498

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)90 2400.04 2393.51

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark226.554
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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-4406498-1569399742.xml"  -tl '2400s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406498-1569399742.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.03/0.54	c solve instance...
1.58/0.79	o 179 
1.90/0.88	o 178 
1.90/0.90	o 177 
2.20/1.00	o 121 
2.53/1.01	o 113 
2.53/1.03	o 111 
3.12/1.20	o 104 
3.12/1.23	o 103 
4.96/1.89	o 102 
6.52/2.42	o 99 
8.27/3.60	o 98 
8.49/3.86	o 97 
11.09/6.14	o 95 
13.32/8.22	o 94 
13.32/8.27	o 92 
13.43/8.31	o 91 
22.93/17.63	o 90 
2400.02/2393.50	s SATISFIABLE
2400.02/2393.50	v <instantiation>
2400.02/2393.50	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] </list>
2400.02/2393.50	v 	<values>0 0 25 0 6 10 10 32 17 16 49 33 25 39 58 23 44 17 34 58 46 68 73 76 59 46 50 79 76 85 68 90 </values>
2400.02/2393.50	v </instantiation>
2400.02/2393.50	c Unexpected resolution interruption!

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406498-1569399742/watcher-4406498-1569399742 -o /var/tmp/evaluation-result-4406498-1569399742/solver-4406498-1569399742 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6771 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406498-1569399742.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
solver pid=7433, runsolver pid=7430
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.96 1.96 1.88 5/231 7449
/proc/meminfo: memFree=28131028/32770624 swapFree=67024088/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15144776 memory=27136 CPUtime=0.12 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 5729 0 0 0 11 1 0 0 20 0 15 0 516246675 15508250624 6784 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3786194 6784 3133 1 0 3748377 0
[pid=7435/tid=7436] ppid=7433 vsize=15144776 memory=7684446769133097819 CPUtime=0.09 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 3668 0 0 0 9 0 0 0 20 0 15 0 516246675 15508250624 6784 33554432000 4194304 4196468 140727138016544 140359435771408 140359424653331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 6784 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 6784 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 6784 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 6784 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516246677 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516246678 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358304486304 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516246678 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358303433712 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) R 7433 7433 6739 0 -1 4202560 358 0 0 0 0 0 0 0 20 0 15 0 516246680 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358301315704 140359413093624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) R 7433 7433 6739 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 516246680 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0.01 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) R 7433 7433 6739 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 15 0 516246680 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358299224816 140359424645499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246681 15508250624 6784 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28592 KiB

[startup+0.210886 s]*
/proc/loadavg: 1.96 1.96 1.88 4/231 7449
/proc/meminfo: memFree=28117812/32770624 swapFree=67024088/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15144776 memory=39600 CPUtime=0.34 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 9706 0 0 0 32 2 0 0 20 0 15 0 516246675 15508250624 9900 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3786194 9900 3270 1 0 3748377 0
[pid=7435/tid=7436] ppid=7433 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 6661 0 0 0 18 1 0 0 20 0 15 0 516246675 15508250624 9900 33554432000 4194304 4196468 140727138016544 140359435785360 140359431570010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15144776 memory=13575 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 9900 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15144776 memory=140218817399175 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 9900 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 9900 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516246676 15508250624 9900 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516246677 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516246678 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358304486304 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516246678 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358303433712 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 516246680 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 459 0 0 0 3 0 0 0 20 0 15 0 516246680 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15144776 memory=140218813531776 CPUtime=0.08 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 858 0 0 0 8 0 0 0 20 0 15 0 516246680 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246681 15508250624 9900 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41056 KiB

[startup+0.320621 s]*
/proc/loadavg: 1.96 1.96 1.88 4/231 7449
/proc/meminfo: memFree=28109896/32770624 swapFree=67024088/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15149032 memory=49972 CPUtime=0.54 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 11334 0 0 0 51 3 0 0 20 0 15 0 516246675 15512608768 12484 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3787258 12484 3366 1 0 3748377 0
[pid=7435/tid=7436] ppid=7433 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 7954 0 0 0 28 2 0 0 20 0 15 0 516246675 15512608768 12493 33554432000 4194304 4196468 140727138016544 140359435783200 140359415629150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15149032 memory=13938 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15512608768 12493 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15149032 memory=3874345 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15512608768 12493 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15512608768 12493 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516246676 15512608768 12493 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516246677 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516246678 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358304486304 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516246678 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358303433712 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 581 0 0 0 5 0 0 0 20 0 15 0 516246680 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 491 0 0 0 4 0 0 0 20 0 15 0 516246680 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 1018 0 0 0 12 0 0 0 20 0 15 0 516246680 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246681 15512608768 12493 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51428 KiB

[startup+0.70086 s]
/proc/loadavg: 1.96 1.96 1.88 4/231 7449
/proc/meminfo: memFree=28092696/32770624 swapFree=67024088/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15151156 memory=85596 CPUtime=1.58 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 19194 0 0 0 153 5 0 0 20 0 15 0 516246675 15514783744 21399 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3787789 21399 3457 1 0 3748889 0
[pid=7435/tid=7436] ppid=7433 vsize=15151156 memory=12328 CPUtime=0.68 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 9777 0 0 0 65 3 0 0 20 0 15 0 516246675 15514783744 21399 33554432000 4194304 4196468 140727138016544 140359435785504 140359071190716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15514783744 21399 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15151156 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15514783744 21399 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15151156 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246676 15514783744 21399 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15151156 memory=924 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516246676 15514783744 21399 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15151156 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516246677 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15151156 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358304486304 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15151156 memory=2508 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358303433712 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15151156 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15151156 memory=836 CPUtime=0.26 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) R 7433 7433 6739 0 -1 4202560 2834 0 0 0 26 0 0 0 20 0 15 0 516246680 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358301310920 140359423838112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15151156 memory=1760 CPUtime=0.27 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) R 7433 7433 6739 0 -1 4202560 2934 0 0 0 27 0 0 0 20 0 15 0 516246680 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358300258952 140359415034613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15151156 memory=111632 CPUtime=0.34 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 2351 0 0 0 34 0 0 0 20 0 15 0 516246680 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15151156 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 21399 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87052 KiB

[startup+1.50088 s]
/proc/loadavg: 2.04 1.98 1.89 5/231 7449
/proc/meminfo: memFree=28052552/32770624 swapFree=67024088/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0

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

[pid=7435/tid=7441] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.1 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 3565 0 0 0 8 2 0 0 20 0 15 0 516246677 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15151156 memory=206828 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358304486368 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358303433728 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15151156 memory=1760 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 21058 0 0 0 267 1 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15151156 memory=1172 CPUtime=2.67 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 20919 0 0 0 264 3 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.56 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 11616 0 0 0 54 2 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15151156 memory=3648 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.44 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1476 0 0 0 16 28 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 2328.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208284 KiB

[startup+2382.3 s]
/proc/loadavg: 2.26 1.93 1.89 3/231 7772
/proc/meminfo: memFree=27958984/32770624 swapFree=67024100/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15151156 memory=206828 CPUtime=2388.81 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 90531 0 0 0 238836 45 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3787789 51707 3516 1 0 3748889 0
[pid=7435/tid=7436] ppid=7433 vsize=15151156 memory=1456 CPUtime=2381.94 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 20637 0 0 0 238187 7 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359435787424 140359072795420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 2974 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1449 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2684 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.11 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 3569 0 0 0 8 3 0 0 20 0 15 0 516246677 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358304486368 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15151156 memory=3648 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358303433728 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15151156 memory=206828 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15151156 memory=236568 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 21058 0 0 0 267 1 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15151156 memory=1456 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 21134 0 0 0 265 3 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.56 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 11616 0 0 0 54 2 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15151156 memory=24036 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15151156 memory=3648 CPUtime=0.45 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1480 0 0 0 16 29 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 2388.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393.5 s]
/proc/loadavg: 2.14 1.91 1.89 3/231 7773
/proc/meminfo: memFree=27958248/32770624 swapFree=67024100/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15151156 memory=206828 CPUtime=2400.02 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 90539 0 0 0 239957 45 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3787789 51707 3516 1 0 3748889 0
[pid=7435/tid=7436] ppid=7433 vsize=15151156 memory=206828 CPUtime=2393.13 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 20640 0 0 0 239306 7 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359435787968 140359070818840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 2975 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.08 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1449 0 0 0 7 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2684 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.11 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 3571 0 0 0 8 3 0 0 20 0 15 0 516246677 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358304486368 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15151156 memory=206828 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358303433728 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15151156 memory=1456 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 21058 0 0 0 267 1 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15151156 memory=206828 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 21134 0 0 0 265 3 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15151156 memory=3648 CPUtime=0.56 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 11616 0 0 0 54 2 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.45 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1482 0 0 0 16 29 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208284 KiB

Sending SIGTERM to process tree (bottom up)

[startup+2393.51 s]
# the end of solver process 7433 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.58 s, system=0.457221 s

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

[startup+2393.5 s]
/proc/loadavg: 2.14 1.91 1.89 3/231 7773
/proc/meminfo: memFree=27958248/32770624 swapFree=67024100/67108860
[pid=7433] ppid=7430 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (xcsp3-exec) S 7430 7433 6739 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516246675 115843072 364 33554432000 4194304 5098028 140736393319984 140736393318088 140494882284156 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26714112 140736393323350 140736393323609 140736393323609 140736393326534 0
/proc/7433/statm: 28282 364 305 221 0 87 0
[pid=7435] ppid=7433 vsize=15151156 memory=206828 CPUtime=2400.02 cores=1,3,5,7
/proc/7435/stat : 7435 (java) S 7433 7433 6739 0 -1 1077944320 90539 0 0 0 239957 45 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140727137999088 140359431548663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
/proc/7435/statm: 3787789 51707 3516 1 0 3748889 0
[pid=7435/tid=7436] ppid=7433 vsize=15151156 memory=206828 CPUtime=2393.13 cores=1,3,5,7
/proc/7435/task/7436/stat : 7436 (java) R 7433 7433 6739 0 -1 4202560 20640 0 0 0 239306 7 0 0 20 0 15 0 516246675 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359435787968 140359070818840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7437] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7437/stat : 7437 (java) S 7433 7433 6739 0 -1 1077944384 2975 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359399107344 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7438] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.08 cores=1,3,5,7
/proc/7435/task/7438/stat : 7438 (java) S 7433 7433 6739 0 -1 1077944384 1449 0 0 0 7 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359022341008 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7439] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7439/stat : 7439 (java) S 7433 7433 6739 0 -1 1077944384 2514 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359021288464 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7440] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.07 cores=1,3,5,7
/proc/7435/task/7440/stat : 7440 (java) S 7433 7433 6739 0 -1 1077944384 2684 0 0 0 6 1 0 0 20 0 15 0 516246676 15514783744 51707 33554432000 4194304 4196468 140727138016544 140359020235920 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7441] ppid=7433 vsize=15151156 memory=206828 CPUtime=0.11 cores=1,3,5,7
/proc/7435/task/7441/stat : 7441 (java) S 7433 7433 6739 0 -1 1077944384 3571 0 0 0 8 3 0 0 20 0 15 0 516246677 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358305540080 140359431559810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7442] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7442/stat : 7442 (java) S 7433 7433 6739 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358304486368 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7443] ppid=7433 vsize=15151156 memory=206828 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7443/stat : 7443 (java) S 7433 7433 6739 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 516246678 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358303433728 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7444] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7444/stat : 7444 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358302382288 140359431567259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7445] ppid=7433 vsize=15151156 memory=1456 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7445/stat : 7445 (java) S 7433 7433 6739 0 -1 1077944384 21058 0 0 0 267 1 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358301329904 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7446] ppid=7433 vsize=15151156 memory=206828 CPUtime=2.68 cores=1,3,5,7
/proc/7435/task/7446/stat : 7446 (java) S 7433 7433 6739 0 -1 1077944384 21134 0 0 0 265 3 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358300277360 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7447] ppid=7433 vsize=15151156 memory=3648 CPUtime=0.56 cores=1,3,5,7
/proc/7435/task/7447/stat : 7447 (java) S 7433 7433 6739 0 -1 1077944384 11616 0 0 0 54 2 0 0 20 0 15 0 516246680 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358299224816 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7448] ppid=7433 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/7435/task/7448/stat : 7448 (java) S 7433 7433 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358298172512 140359431558869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
[pid=7435/tid=7449] ppid=7433 vsize=15151156 memory=1456 CPUtime=0.45 cores=1,3,5,7
/proc/7435/task/7449/stat : 7449 (java) S 7433 7433 6739 0 -1 1077944384 1482 0 0 0 16 29 0 0 20 0 15 0 516246681 15514783744 51707 33554432000 4194304 4196468 140727138016544 140358297119024 140359431559810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30765056 140727138018267 140727138018442 140727138018442 140727138021327 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208284 KiB

Child status: 143
Real time (s): 2393.51
CPU time (s): 2400.04
CPU user time (s): 2399.58
CPU system time (s): 0.457221
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 15266552
Max. memory (cumulated for all children) (KiB): 227180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.58
system time used= 0.457221
maximum resident set size= 227516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56653
involuntary context switches= 1255


# summary of solver processes directly reported to runsolver:
#   pid: 7433
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2399.58
#   total CPU system time (s): 0.457221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6087 second user time and 20.3782 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 10:21:41
IDJOB=4406498
IDBENCH=129796
IDSOLVER=2870
FILE ID=node150/4406498-1569399742
RUNJOBID= node150-1569396629-6771
PBS_JOBID= 21705675
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.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-4406498-1569399742/watcher-4406498-1569399742 -o /var/tmp/evaluation-result-4406498-1569399742/solver-4406498-1569399742 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6771 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406498-1569399742.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=1860271512

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        28145964 kB
MemAvailable:   31603404 kB
Buffers:          154932 kB
Cached:          3398504 kB
SwapCached:         8060 kB
Active:          3608892 kB
Inactive:         196744 kB
Active(anon):     221384 kB
Inactive(anon):    82232 kB
Active(file):    3387508 kB
Inactive(file):   114512 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       67024088 kB
Dirty:             26176 kB
Writeback:             0 kB
AnonPages:        368136 kB
Mapped:            68132 kB
Shmem:             42908 kB
Slab:             413256 kB
SReclaimable:     383880 kB
SUnreclaim:        29376 kB
KernelStack:        4032 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node150 at 2019-09-25 11:01:35