Trace number 4301759

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)SAT (TO)44 252.074 248.123

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.115
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301759-1532885464.xml"  -tl '252s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301759-1532885464.xml, -tl, 252s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.30/0.66	c solve instance...
1.53/0.74	o 81 
1.53/0.75	o 73 
1.53/0.77	o 72 
1.53/0.77	o 71 
3.11/1.26	o 67 
4.20/1.69	o 63 
4.56/1.84	o 59 
4.56/1.85	o 58 
5.12/2.22	o 57 
5.23/2.30	o 56 
5.23/2.35	o 53 
5.23/2.37	o 52 
24.03/20.52	o 51 
27.56/24.08	o 49 
27.66/24.12	o 47 
28.05/24.56	o 46 
43.38/39.89	o 45 
142.73/138.98	o 44 
252.04/248.11	s SATISFIABLE
252.04/248.11	v <instantiation>
252.04/248.11	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] </list>
252.04/248.11	v 	<values>-2 13 11 11 11 11 2 2 -13 -11 11 -11 11 -11 5 0 1 0 0 0 0 0 0 0 0 3 0 1 0 2 0 0 1 0 0 0 0 0 6 0 1 5 0 0 0 0 0 0 0 6 11 0 10 0 12 0 </values>
252.04/248.11	v </instantiation>
252.04/248.11	c Unexpected resolution interruption!

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301759-1532885464/watcher-4301759-1532885464 -o /tmp/evaluation-result-4301759-1532885464/solver-4301759-1532885464 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6427 --watchdog 312 HOME/xcsp3-exec -seed 380826883 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301759-1532885464.xml 

running on 4 cores: 0,2,4,6

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

solver pid=12187, runsolver pid=12184

[startup+0.100666 s]*
/proc/loadavg: 1.69 1.96 1.99 3/218 12203
/proc/meminfo: memFree=23709988/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14082940 memory=27748 CPUtime=0.12 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 5342 0 0 0 11 1 0 0 20 0 15 0 106109571 14420930560 6937 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3520735 6937 3006 1 0 3483012 0
[pid=12189/tid=12190] ppid=12187 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 3320 0 0 0 8 0 0 0 20 0 15 0 106109572 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299906114640 140299901920413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0.01 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) R 12187 12187 6396 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299369900016 140299901910422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 6937 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29204 KiB

[startup+0.210707 s]*
/proc/loadavg: 1.69 1.96 1.99 3/218 12203
/proc/meminfo: memFree=23698744/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14082940 memory=39828 CPUtime=0.34 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 8020 0 0 0 33 1 0 0 20 0 15 0 106109571 14420930560 9957 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3520735 9957 3199 1 0 3483012 0
[pid=12189/tid=12190] ppid=12187 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 4988 0 0 0 19 1 0 0 20 0 15 0 106109572 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299906136800 140299901920413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14082940 memory=12591 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14082940 memory=288370955879822976 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109572 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109574 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14082940 memory=140579728111232 CPUtime=0.08 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) S 12187 12187 6396 0 -1 1077944384 903 0 0 0 8 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299369900016 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109577 14420930560 9957 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41284 KiB

[startup+0.311131 s]*
/proc/loadavg: 1.69 1.96 1.99 5/218 12203
/proc/meminfo: memFree=23692912/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14087196 memory=46804 CPUtime=0.52 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 8902 0 0 0 50 2 0 0 20 0 15 0 106109571 14425288704 11701 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3521799 11701 3269 1 0 3483012 0
[pid=12189/tid=12190] ppid=12187 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 5630 0 0 0 28 1 0 0 20 0 15 0 106109572 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299906126832 140299885978974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109572 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106109574 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109574 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109574 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) R 12187 12187 6396 0 -1 4202560 584 0 0 0 4 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299372005616 140299879263276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 348 0 0 0 4 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) R 12187 12187 6396 0 -1 4202560 1052 0 0 0 12 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299369900016 140299901919834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109577 14425288704 11701 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48260 KiB

[startup+0.70076 s]
/proc/loadavg: 1.69 1.96 1.99 6/218 12203
/proc/meminfo: memFree=23679504/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14089320 memory=77372 CPUtime=1.53 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 12500 0 0 0 150 3 0 0 20 0 15 0 106109571 14427463680 19343 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3522330 19343 3360 1 0 3483524 0
[pid=12189/tid=12190] ppid=12187 vsize=14089320 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 6651 0 0 0 65 2 0 0 20 0 15 0 106109572 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299906137152 140299539650484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14089320 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14089320 memory=30208 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109572 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14089320 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109572 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14089320 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14089320 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14089320 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14089320 memory=796 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14089320 memory=5408 CPUtime=0.23 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) R 12187 12187 6396 0 -1 4202560 1262 0 0 0 23 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299372005616 140299885104535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14089320 memory=1008 CPUtime=0.22 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) R 12187 12187 6396 0 -1 1077944384 883 0 0 0 22 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14089320 memory=9992 CPUtime=0.38 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) R 12187 12187 6396 0 -1 4202560 2396 0 0 0 38 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299369900016 140299894135614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14089320 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14089320 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 19343 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 78828 KiB

[startup+1.50081 s]
/proc/loadavg: 1.69 1.96 1.99 5/218 12203
/proc/meminfo: memFree=23649484/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0

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

/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14089320 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14089320 memory=30208 CPUtime=1.52 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 10586 0 0 0 152 0 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14089320 memory=198936 CPUtime=1.62 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 12065 0 0 0 160 2 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14089320 memory=4128 CPUtime=0.59 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) S 12187 12187 6396 0 -1 1077944384 7064 0 0 0 58 1 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299369900016 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14089320 memory=194832 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 926 0 0 0 1 2 0 0 20 0 15 0 106109577 14427463680 48708 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 166.14 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 196288 KiB

[startup+222.301 s]
/proc/loadavg: 1.89 1.90 1.95 3/218 12282
/proc/meminfo: memFree=23511916/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14089320 memory=173320 CPUtime=226.21 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 54385 0 0 0 22606 15 0 0 20 0 15 0 106109571 14427463680 43330 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3522330 43330 3404 1 0 3483524 0
[pid=12189/tid=12190] ppid=12187 vsize=14089320 memory=1456 CPUtime=222.16 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 12699 0 0 0 22212 4 0 0 20 0 15 0 106109572 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299906137296 140299544811116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14089320 memory=173304 CPUtime=0.02 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1140 0 0 0 2 0 0 0 20 0 15 0 106109572 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14089320 memory=174328 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1614 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1522 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 1168 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14089320 memory=173304 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 1668 0 0 0 2 1 0 0 20 0 15 0 106109574 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14089320 memory=173304 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14089320 memory=177388 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14089320 memory=0 CPUtime=1.54 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 11582 0 0 0 153 1 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14089320 memory=1456 CPUtime=1.63 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 13184 0 0 0 161 2 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14089320 memory=173304 CPUtime=0.59 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) S 12187 12187 6396 0 -1 1077944384 7490 0 0 0 58 1 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299369900016 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.05 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 960 0 0 0 2 3 0 0 20 0 15 0 106109577 14427463680 43330 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 226.21 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 174776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+248.11 s]
/proc/loadavg: 1.86 1.89 1.95 3/217 12282
/proc/meminfo: memFree=23493172/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14089320 memory=170240 CPUtime=252.04 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 54550 0 0 0 25188 16 0 0 20 0 15 0 106109571 14427463680 42560 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3522330 42560 3404 1 0 3483524 0
[pid=12189/tid=12190] ppid=12187 vsize=14089320 memory=170752 CPUtime=247.96 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 12736 0 0 0 24792 4 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299906137936 140299544812518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1140 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1617 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1526 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14089320 memory=170240 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 1168 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.04 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 1680 0 0 0 3 1 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14089320 memory=30208 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14089320 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14089320 memory=170752 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14089320 memory=171268 CPUtime=1.54 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 11582 0 0 0 153 1 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14089320 memory=170752 CPUtime=1.63 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 13184 0 0 0 161 2 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.59 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) S 12187 12187 6396 0 -1 1077944384 7595 0 0 0 58 1 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299369900016 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14089320 memory=796 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14089320 memory=5408 CPUtime=0.06 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 964 0 0 0 2 4 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 171696 KiB

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

[startup+248.12 s]
# the end of solver process 12187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000752 s, system=0.001505 s

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

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

[startup+248.11 s]
/proc/loadavg: 1.86 1.89 1.95 3/217 12282
/proc/meminfo: memFree=23493172/32770624 swapFree=67108860/67108860
[pid=12187] ppid=12184 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12187/stat : 12187 (xcsp3-exec) S 12184 12187 6396 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106109571 115843072 364 33554432000 4194304 5098028 140735936599952 140735936598056 140716271530620 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36343808 140735936607297 140735936607497 140735936607497 140735936610250 0
/proc/12187/statm: 28282 364 306 221 0 87 0
[pid=12189] ppid=12187 vsize=14089320 memory=170240 CPUtime=252.04 cores=0,2,4,6
/proc/12189/stat : 12189 (java) S 12187 12187 6396 0 -1 1077944320 54550 0 0 0 25188 16 0 0 20 0 15 0 106109571 14427463680 42560 33554432000 4194304 4196468 140728928975728 140728928958272 140299901898487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
/proc/12189/statm: 3522330 42560 3404 1 0 3483524 0
[pid=12189/tid=12190] ppid=12187 vsize=14089320 memory=170752 CPUtime=247.96 cores=0,2,4,6
/proc/12189/task/12190/stat : 12190 (java) R 12187 12187 6396 0 -1 4202560 12736 0 0 0 24792 4 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299906137936 140299544812518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12191] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12191/stat : 12191 (java) S 12187 12187 6396 0 -1 1077944384 1140 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299498035728 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12192] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12192/stat : 12192 (java) S 12187 12187 6396 0 -1 1077944384 1617 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299496983184 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12193] ppid=12187 vsize=14089320 memory=171268 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12193/stat : 12193 (java) S 12187 12187 6396 0 -1 1077944384 1526 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299495930128 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12194] ppid=12187 vsize=14089320 memory=170240 CPUtime=0.03 cores=0,2,4,6
/proc/12189/task/12194/stat : 12194 (java) S 12187 12187 6396 0 -1 1077944384 1168 0 0 0 3 0 0 0 20 0 15 0 106109572 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299494877584 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12195] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.04 cores=0,2,4,6
/proc/12189/task/12195/stat : 12195 (java) S 12187 12187 6396 0 -1 1077944384 1680 0 0 0 3 1 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299376216816 140299901909634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12196] ppid=12187 vsize=14089320 memory=30208 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12196/stat : 12196 (java) S 12187 12187 6396 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299375163040 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12197] ppid=12187 vsize=14089320 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (java) S 12187 12187 6396 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 106109574 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299374109936 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12198] ppid=12187 vsize=14089320 memory=170752 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12198/stat : 12198 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299373058512 140299901917083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12199] ppid=12187 vsize=14089320 memory=171268 CPUtime=1.54 cores=0,2,4,6
/proc/12189/task/12199/stat : 12199 (java) S 12187 12187 6396 0 -1 1077944384 11582 0 0 0 153 1 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299372005616 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12200] ppid=12187 vsize=14089320 memory=170752 CPUtime=1.63 cores=0,2,4,6
/proc/12189/task/12200/stat : 12200 (java) S 12187 12187 6396 0 -1 1077944384 13184 0 0 0 161 2 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299370953072 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12201] ppid=12187 vsize=14089320 memory=1456 CPUtime=0.59 cores=0,2,4,6
/proc/12189/task/12201/stat : 12201 (java) S 12187 12187 6396 0 -1 1077944384 7595 0 0 0 58 1 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299369900016 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12202] ppid=12187 vsize=14089320 memory=796 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12202/stat : 12202 (java) S 12187 12187 6396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299368847712 140299901908693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
[pid=12189/tid=12203] ppid=12187 vsize=14089320 memory=5408 CPUtime=0.06 cores=0,2,4,6
/proc/12189/task/12203/stat : 12203 (java) S 12187 12187 6396 0 -1 1077944384 964 0 0 0 2 4 0 0 20 0 15 0 106109577 14427463680 42560 33554432000 4194304 4196468 140728928975728 140299367795760 140299901909634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 32874496 140728928978060 140728928978230 140728928978230 140728928980943 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 171696 KiB

Child status: 143
Real time (s): 248.123
CPU time (s): 252.074
CPU user time (s): 251.896
CPU system time (s): 0.177574
CPU usage (%): 101.592
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 207512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.896
system time used= 0.177574
maximum resident set size= 208588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8571
involuntary context switches= 269


# summary of solver processes directly reported to runsolver:
#   pid: 12187,12189
#   total CPU time (s): 252.074
#   total CPU user time (s): 251.896
#   total CPU system time (s): 0.177574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47935 second user time and 2.30257 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 19:31:04
IDJOB=4301759
IDBENCH=141323
IDSOLVER=2772
FILE ID=node139/4301759-1532885464
RUNJOBID= node139-1532878307-6427
PBS_JOBID= 21022510
Free space on /tmp= 45028 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301759-1532885464/watcher-4301759-1532885464 -o /tmp/evaluation-result-4301759-1532885464/solver-4301759-1532885464 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532878307-6427 --watchdog 312  HOME/xcsp3-exec -seed 380826883 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301759-1532885464.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=380826883

node139.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.80
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.80
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.80
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.80
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:        23726520 kB
MemAvailable:   31741128 kB
Buffers:          250696 kB
Cached:          7878016 kB
SwapCached:            0 kB
Active:          3229388 kB
Inactive:        5142644 kB
Active(anon):     197404 kB
Inactive(anon):    73544 kB
Active(file):    3031984 kB
Inactive(file):  5069100 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21976 kB
Writeback:             0 kB
AnonPages:        352424 kB
Mapped:            57484 kB
Shmem:             25228 kB
Slab:             371356 kB
SReclaimable:     341984 kB
SUnreclaim:        29372 kB
KernelStack:        3856 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45004 MiB
End job on node139 at 2018-07-29 19:35:12