Trace number 4393555

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 NameAnswerCPU timeWall clock time
choco-solver 2019-06-14 parallelSAT 3.01417 0.946786

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-7.xml
MD5SUM7d172624d7d2d86f32f8d29666a5f8b7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.021906
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393555-1568417607.xml"  -tl '20160s' -p 8
0.10/0.19	c Choco e747e1e
0.10/0.19	c [HOME/instance-4393555-1568417607.xml, -tl, 20160s, -p, 8]
0.31/0.23	c 8 solvers in parallel
0.31/0.30	c parse instance...
1.58/0.76	c solve instance...
2.75/0.93	s SATISFIABLE
2.75/0.93	v <instantiation>
2.75/0.93	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] </list>
2.75/0.93	v 	<values>12 20 24 36 46 0 9 36 48 62 8 17 48 59 66 1 14 59 74 82 22 32 74 86 93 32 38 86 96 99 27 51 96 109 115 11 24 109 120 148 47 56 120 130 141 19 56 130 143 152 </values>
2.75/0.93	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393555-1568417607/watcher-4393555-1568417607 -o /tmp/evaluation-result-4393555-1568417607/solver-4393555-1568417607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568417565-3025 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1263611414 HOME/instance-4393555-1568417607.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=3042, runsolver pid=3039

[startup+0.100119 s]*
/proc/loadavg: 0.57 0.93 1.14 3/212 3063
/proc/meminfo: memFree=31323980/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28227388 memory=28268 CPUtime=0.1 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 5511 0 0 0 10 0 0 0 20 0 20 0 417698616 28904845312 7067 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7056847 7067 3052 1 0 7019032 0
[pid=3044/tid=3045] ppid=3042 vsize=28227388 memory=8317482817917895235 CPUtime=0.07 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) R 3042 3042 2998 0 -1 4202560 3552 0 0 0 7 0 0 0 20 0 20 0 417698616 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929778997280 139929758994160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28227388 memory=139625240217216 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28904845312 7067 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 417698619 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417698620 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417698620 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) S 3042 3042 2998 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928819170160 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928818117360 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928817064560 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) S 3042 3042 2998 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928816011760 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7067 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 7133 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29720 KiB

[startup+0.210011 s]*
/proc/loadavg: 0.57 0.93 1.14 2/212 3063
/proc/meminfo: memFree=31310104/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28227388 memory=40936 CPUtime=0.31 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 9470 0 0 0 29 2 0 0 20 0 20 0 417698616 28904845312 10234 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7056847 10234 3279 1 0 7019032 0
[pid=3044/tid=3045] ppid=3042 vsize=28227388 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) R 3042 3042 2998 0 -1 4202560 6581 0 0 0 17 1 0 0 20 0 20 0 417698616 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929779000960 139929758848350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28227388 memory=4122958808863229600 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28904845312 10234 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 417698619 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417698620 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417698620 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) S 3042 3042 2998 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928819170160 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) S 3042 3042 2998 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928818117360 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) S 3042 3042 2998 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928817064560 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) R 3042 3042 2998 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928816009552 139929753725770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28904845312 10234 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42388 KiB

[startup+0.309968 s]*
/proc/loadavg: 0.57 0.93 1.14 2/212 3063
/proc/meminfo: memFree=31305340/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28231644 memory=47156 CPUtime=0.48 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 10637 0 0 0 45 3 0 0 20 0 20 0 417698616 28909203456 11789 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7057911 11789 3322 1 0 7019032 0
[pid=3044/tid=3045] ppid=3042 vsize=28231644 memory=8317482817917895235 CPUtime=0.28 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) R 3042 3042 2998 0 -1 4202560 7629 0 0 0 26 2 0 0 20 0 20 0 417698616 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929778989376 139929752790217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28231644 memory=139625091918511 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28231644 memory=139625091920816 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28231644 memory=139625091923120 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28909203456 11789 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 417698619 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28231644 memory=279250183860112 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417698620 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28231644 memory=279250183857808 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417698620 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28231644 memory=279250183864720 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28231644 memory=279250183806000 CPUtime=0.01 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) S 3042 3042 2998 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928819170160 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28231644 memory=279250183878544 CPUtime=0.02 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) S 3042 3042 2998 0 -1 1077944384 76 0 0 0 2 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928818117360 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28231644 memory=279250183885456 CPUtime=0.03 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) S 3042 3042 2998 0 -1 1077944384 373 0 0 0 3 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928817064560 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28231644 memory=279250183883152 CPUtime=0.11 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) R 3042 3042 2998 0 -1 4202560 815 0 0 0 11 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928816011760 139929754482668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28909203456 11789 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48608 KiB

[startup+0.700968 s]
/proc/loadavg: 0.57 0.93 1.14 3/212 3063
/proc/meminfo: memFree=31293448/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28233768 memory=83212 CPUtime=1.58 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 14480 0 0 0 153 5 0 0 20 0 20 0 417698616 28911378432 20803 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7058442 20803 3450 1 0 7019544 0
[pid=3044/tid=3045] ppid=3042 vsize=28233768 memory=0 CPUtime=0.66 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) R 3042 3042 2998 0 -1 4202560 9274 0 0 0 63 3 0 0 20 0 20 0 417698616 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929779005408 139929384720860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28233768 memory=139625092129648 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28233768 memory=1560 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28233768 memory=1172 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28233768 memory=14008 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28233768 memory=14072 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417698617 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28233768 memory=2116 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28233768 memory=8624 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698618 28911378432 21332 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28233768 memory=528 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 417698619 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28233768 memory=1560 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417698620 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28233768 memory=932 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417698620 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28233768 memory=1492 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28233768 memory=33 CPUtime=0.16 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) S 3042 3042 2998 0 -1 1077944384 920 0 0 0 16 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928819170160 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28233768 memory=-7175753852218530195 CPUtime=0.15 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) S 3042 3042 2998 0 -1 1077944384 507 0 0 0 15 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928818117360 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28233768 memory=5936 CPUtime=0.17 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) S 3042 3042 2998 0 -1 1077944384 791 0 0 0 17 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928817064560 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28233768 memory=588 CPUtime=0.4 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) R 3042 3042 2998 0 -1 4202560 1678 0 0 0 40 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928816009016 139929758848350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28233768 memory=780 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417698623 28911378432 21332 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 84664 KiB

[startup+0.946748 s]
# the end of solver process 3042 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.93795 s, system=0.076222 s

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

[startup+0.801544 s]
/proc/loadavg: 0.57 0.93 1.14 3/212 3063
/proc/meminfo: memFree=31293448/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28768328 memory=113752 CPUtime=1.97 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 15750 0 0 0 191 6 0 0 20 0 28 0 417698616 29458767872 28438 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7192082 28438 3453 1 0 7153184 0
[pid=3044/tid=3045] ppid=3042 vsize=28768328 memory=2828 CPUtime=0.75 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) S 3042 3042 2998 0 -1 1077944384 9434 0 0 0 72 3 0 0 20 0 28 0 417698616 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929779008640 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28768328 memory=1000 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28768328 memory=1560 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28768328 memory=1172 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28768328 memory=7014751519617078609 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28768328 memory=6081104596517218666 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28768328 memory=6154282490091891024 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698618 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698618 29458767872 28438 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28768328 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 417698619 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 417698620 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28768328 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 417698620 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28768328 memory=6296683616950112606 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28768328 memory=7523637450995688806 CPUtime=0.2 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) S 3042 3042 2998 0 -1 1077944384 942 0 0 0 20 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928819170160 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28768328 memory=5859271421084325224 CPUtime=0.19 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) R 3042 3042 2998 0 -1 1077944384 535 0 0 0 19 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928818117360 139929774779010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28768328 memory=5450916479880885802 CPUtime=0.26 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) S 3042 3042 2998 0 -1 1077944384 1278 0 0 0 26 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928817064560 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28768328 memory=-6808994639057120388 CPUtime=0.48 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) R 3042 3042 2998 0 -1 4202560 2000 0 0 0 48 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928816009552 139929759908832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28768328 memory=-7457052372387209120 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 28438 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 115204 KiB

[startup+0.9088 s]
/proc/loadavg: 0.57 0.93 1.14 3/212 3063
/proc/meminfo: memFree=31293448/32770624 swapFree=66919056/67108860
[pid=3042] ppid=3039 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3042/stat : 3042 (xcsp3-exec) S 3039 3042 2998 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417698615 115843072 363 33554432000 4194304 5098028 140727607137168 140727607135272 139702151287420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32460800 140727607145333 140727607145577 140727607145577 140727607148490 0
/proc/3042/statm: 28282 363 304 221 0 87 0
[pid=3044] ppid=3042 vsize=28768328 memory=117092 CPUtime=2.75 cores=0-7
/proc/3044/stat : 3044 (java) S 3042 3042 2998 0 -1 1077944320 16301 0 0 0 269 6 0 0 20 0 28 0 417698616 29458767872 29273 33554432000 4194304 4196468 140732486829504 140732486812048 139929774767863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
/proc/3044/statm: 7192082 29273 3460 1 0 7153184 0
[pid=3044/tid=3045] ppid=3042 vsize=28768328 memory=780 CPUtime=0.75 cores=0-7
/proc/3044/task/3045/stat : 3045 (java) S 3042 3042 2998 0 -1 1077944384 9434 0 0 0 72 3 0 0 20 0 28 0 417698616 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929779008640 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3046] ppid=3042 vsize=28768328 memory=1056 CPUtime=0 cores=0-7
/proc/3044/task/3046/stat : 3046 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929727388304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3047] ppid=3042 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/3044/task/3047/stat : 3047 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929726335504 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3048] ppid=3042 vsize=28768328 memory=83212 CPUtime=0 cores=0-7
/proc/3044/task/3048/stat : 3048 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929725282704 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3049] ppid=3042 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3049/stat : 3049 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929724229904 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3050] ppid=3042 vsize=28768328 memory=139625092129648 CPUtime=0 cores=0-7
/proc/3044/task/3050/stat : 3050 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929723178128 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3051] ppid=3042 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/3044/task/3051/stat : 3051 (java) S 3042 3042 2998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 417698617 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929722125328 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3052] ppid=3042 vsize=28768328 memory=1560 CPUtime=0 cores=0-7
/proc/3044/task/3052/stat : 3052 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698618 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929721072528 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3053] ppid=3042 vsize=28768328 memory=1172 CPUtime=0 cores=0-7
/proc/3044/task/3053/stat : 3053 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698618 29458767872 29273 33554432000 4194304 4196468 140732486829504 139929720019728 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3054] ppid=3042 vsize=28768328 memory=14008 CPUtime=0 cores=0-7
/proc/3044/task/3054/stat : 3054 (java) S 3042 3042 2998 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 417698619 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928823380336 139929774779010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3055] ppid=3042 vsize=28768328 memory=14072 CPUtime=0 cores=0-7
/proc/3044/task/3055/stat : 3055 (java) S 3042 3042 2998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 417698620 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928822326304 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3056] ppid=3042 vsize=28768328 memory=2116 CPUtime=0 cores=0-7
/proc/3044/task/3056/stat : 3056 (java) S 3042 3042 2998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 417698620 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928821273456 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3057] ppid=3042 vsize=28768328 memory=8624 CPUtime=0 cores=0-7
/proc/3044/task/3057/stat : 3057 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928820221776 139929774786459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3058] ppid=3042 vsize=28768328 memory=528 CPUtime=0.22 cores=0-7
/proc/3044/task/3058/stat : 3058 (java) R 3042 3042 2998 0 -1 4202560 955 0 0 0 22 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928819149096 139929752595101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3059] ppid=3042 vsize=28768328 memory=1560 CPUtime=0.21 cores=0-7
/proc/3044/task/3059/stat : 3059 (java) D 3042 3042 2998 0 -1 4202560 637 0 0 0 21 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928818098376 139929767485015 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3060] ppid=3042 vsize=28768328 memory=932 CPUtime=0.28 cores=0-7
/proc/3044/task/3060/stat : 3060 (java) D 3042 3042 2998 0 -1 4202560 1297 0 0 0 28 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928817054048 139929752595101 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3061] ppid=3042 vsize=28768328 memory=1492 CPUtime=0.52 cores=0-7
/proc/3044/task/3061/stat : 3061 (java) R 3042 3042 2998 0 -1 4202560 2127 0 0 0 52 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928816008760 139929767864564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3062] ppid=3042 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/3044/task/3062/stat : 3062 (java) S 3042 3042 2998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928814959200 139929774778069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
[pid=3044/tid=3063] ppid=3042 vsize=28768328 memory=7014751519717874019 CPUtime=0 cores=0-7
/proc/3044/task/3063/stat : 3063 (java) S 3042 3042 2998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417698623 29458767872 29273 33554432000 4194304 4196468 140732486829504 139928813906480 139929774779010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18755584 140732486837226 140732486837398 140732486837398 140732486840271 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 118544 KiB

Child status: 0
Real time (s): 0.946786
CPU time (s): 3.01417
CPU user time (s): 2.93795
CPU system time (s): 0.076222
CPU usage (%): 318.358
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 118544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.93795
system time used= 0.076222
maximum resident set size= 121588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17235
page faults= 0
swaps= 0
block input operations= 184
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3216
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 3042
#   total CPU time (s): 3.01417
#   total CPU user time (s): 2.93795
#   total CPU system time (s): 0.076222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027215 second user time and 0.047375 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 01:32:45
IDJOB=4393555
IDBENCH=115545
IDSOLVER=2841
FILE ID=node141/4393555-1568417607
RUNJOBID= node141-1568417565-3025
PBS_JOBID= 21702276
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-7.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393555-1568417607/watcher-4393555-1568417607 -o /tmp/evaluation-result-4393555-1568417607/solver-4393555-1568417607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568417565-3025 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1263611414 HOME/instance-4393555-1568417607.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7d172624d7d2d86f32f8d29666a5f8b7
RANDOM SEED=1263611414

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31339888 kB
MemAvailable:   31842948 kB
Buffers:          172372 kB
Cached:           619052 kB
SwapCached:        80556 kB
Active:           391476 kB
Inactive:         483748 kB
Active(anon):       9068 kB
Inactive(anon):   106388 kB
Active(file):     382408 kB
Inactive(file):   377360 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66919056 kB
Dirty:             26212 kB
Writeback:             0 kB
AnonPages:        112704 kB
Mapped:            35412 kB
Shmem:             23088 kB
Slab:             147868 kB
SReclaimable:     118256 kB
SUnreclaim:        29612 kB
KernelStack:        3296 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 01:32:47