Trace number 4269072

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.5 seq (2017-08-09)OPT34 6.7024298 3.4902

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33821699
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269072-1502773450.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4269072-1502773450.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
0.66/0.58	c solve instance...
0.91/0.63	o 500 
0.91/0.64	o 46 
0.91/0.64	o 44 
0.91/0.65	o 42 
0.91/0.66	o 41 
1.19/0.70	o 37 
4.81/2.17	o 35 
6.10/2.98	o 34 
6.60/3.48	s OPTIMUM FOUND
6.60/3.48	v <instantiation>
6.60/3.48	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
6.60/3.48	v 	<values>0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 </values>
6.60/3.48	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269072-1502773450/watcher-4269072-1502773450 -o /tmp/evaluation-result-4269072-1502773450/solver-4269072-1502773450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 108705821 HOME/instance-4269072-1502773450.xml 

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

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


[startup+0.100158 s]*
/proc/loadavg: 1.23 1.39 1.47 3/202 3290
/proc/meminfo: memFree=31394988/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13358712 memory=14896 CPUtime=0 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 3526 0 0 0 0 0 0 0 20 0 6 0 65685700 13679321088 3724 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3339678 3724 1905 1 0 3329175 0
[pid=3285/tid=3286] ppid=3283 vsize=13441356 memory=1404226546251833994 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 2372 0 0 0 0 0 0 0 20 0 7 0 65685700 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144706616080 140144686454110 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13441356 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 65685701 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13441356 memory=140603506370176 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 65685701 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 65685701 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13441356 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 65685701 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13441356 memory=140603506370176 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 65685702 13763948544 3856 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16276 KiB

[startup+0.209778 s]*
/proc/loadavg: 1.23 1.39 1.47 4/211 3299
/proc/meminfo: memFree=31384236/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13974352 memory=27468 CPUtime=0.1 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 5265 0 0 0 9 1 0 0 20 0 15 0 65685700 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3493588 6867 2753 1 0 3482964 0
[pid=3285/tid=3286] ppid=3283 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 3424 0 0 0 7 1 0 0 20 0 15 0 65685700 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144706603040 140144686820720 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13974352 memory=288370979658081920 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13974352 memory=140603506370176 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685702 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13974352 memory=140603506370176 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) S 3283 3283 11586 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144176777456 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144175724912 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) S 3283 3283 11586 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 15 0 65685705 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685710 14309736448 6867 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28848 KiB

[startup+0.310051 s]*
/proc/loadavg: 1.23 1.39 1.47 4/211 3299
/proc/meminfo: memFree=31373424/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13974352 memory=39264 CPUtime=0.3 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 8932 0 0 0 27 3 0 0 20 0 15 0 65685700 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3493588 9816 2989 1 0 3482964 0
[pid=3285/tid=3286] ppid=3283 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 6127 0 0 0 16 2 0 0 20 0 15 0 65685700 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144706604400 140144702395549 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685702 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) S 3283 3283 11586 0 -1 1077944384 581 0 0 0 2 0 0 0 20 0 15 0 65685705 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144176777456 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) R 3283 3283 11586 0 -1 4202560 241 0 0 0 2 0 0 0 20 0 15 0 65685705 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144175705928 140144681619422 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) R 3283 3283 11586 0 -1 4202560 715 0 0 0 6 0 0 0 20 0 15 0 65685705 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702394970 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685710 14309736448 9816 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40644 KiB

[startup+0.701307 s]
/proc/loadavg: 1.23 1.39 1.47 3/211 3299
/proc/meminfo: memFree=31361580/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13980732 memory=63948 CPUtime=1.19 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 13640 0 0 0 115 4 0 0 20 0 15 0 65685700 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3495183 15987 3167 1 0 3483476 0
[pid=3285/tid=3286] ppid=3283 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 8534 0 0 0 52 3 0 0 20 0 15 0 65685700 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144706610416 140144330034189 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65685702 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13980732 memory=140603404853872 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) R 3283 3283 11586 0 -1 4202560 1130 0 0 0 17 0 0 0 20 0 15 0 65685705 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144176768432 140144688387939 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) R 3283 3283 11586 0 -1 4202560 1157 0 0 0 18 0 0 0 20 0 15 0 65685705 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144175710936 140144683894578 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13980732 memory=7809523229951467568 CPUtime=0.26 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) R 3283 3283 11586 0 -1 4202560 1512 0 0 0 26 0 0 0 20 0 15 0 65685705 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144686454110 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13980732 memory=-6007660418857049897 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685710 14316269568 15987 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65328 KiB

[startup+1.50129 s]
/proc/loadavg: 1.23 1.39 1.47 5/211 3299
/proc/meminfo: memFree=31334480/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13980732 memory=81456 CPUtime=3.53 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 21754 0 0 0 348 5 0 0 20 0 15 0 65685700 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3495183 20364 3172 1 0 3483476 0
[pid=3285/tid=3286] ppid=3283 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 9009 0 0 0 132 3 0 0 20 0 15 0 65685700 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144706610880 140144683215886 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13980732 memory=-3621219715169225006 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13980732 memory=-7751062316387021378 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 65685702 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13980732 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) R 3283 3283 11586 0 -1 4202560 4897 0 0 0 89 0 0 0 20 0 15 0 65685705 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144176764064 140144683077168 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13980732 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) R 3283 3283 11586 0 -1 4202560 4420 0 0 0 91 0 0 0 20 0 15 0 65685705 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144175724912 140144683896947 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13980732 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) S 3283 3283 11586 0 -1 1077944384 2071 0 0 0 34 0 0 0 20 0 15 0 65685705 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13980732 memory=7300742302286047594 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 65685710 14316269568 20364 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 82836 KiB

[startup+3.10973 s]
/proc/loadavg: 1.23 1.39 1.47 3/211 3299
/proc/meminfo: memFree=31318352/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13980732 memory=94352 CPUtime=6.31 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 25060 0 0 0 625 6 0 0 20 0 15 0 65685700 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3495183 23588 3191 1 0 3483476 0
[pid=3285/tid=3286] ppid=3283 vsize=13980732 memory=0 CPUtime=2.97 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 9250 0 0 0 293 4 0 0 20 0 15 0 65685700 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144706610064 140144333253676 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13980732 memory=5787213827347079232 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13980732 memory=5788621279240339552 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13980732 memory=16484084485400 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13980732 memory=13568184779278711 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 65685702 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13980732 memory=188936 CPUtime=1.61 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) S 3283 3283 11586 0 -1 1077944384 6828 0 0 0 161 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144176777456 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13980732 memory=4068 CPUtime=1.34 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) S 3283 3283 11586 0 -1 1077944384 5437 0 0 0 134 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144175724912 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13980732 memory=1152 CPUtime=0.36 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) S 3283 3283 11586 0 -1 1077944384 2167 0 0 0 36 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13980732 memory=2388 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 65685710 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 95732 KiB

[startup+3.49017 s]
# the end of solver process 3283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.63199 s, system=0.07044 s

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

[startup+3.20083 s]
/proc/loadavg: 1.23 1.39 1.47 3/211 3299
/proc/meminfo: memFree=31318352/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13980732 memory=94352 CPUtime=6.4 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 25060 0 0 0 634 6 0 0 20 0 15 0 65685700 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3495183 23588 3191 1 0 3483476 0
[pid=3285/tid=3286] ppid=3283 vsize=13980732 memory=2824 CPUtime=3.06 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 9250 0 0 0 302 4 0 0 20 0 15 0 65685700 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144706609952 140144333205280 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13980732 memory=2772 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13980732 memory=95648 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 65685702 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13980732 memory=37096 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13980732 memory=1296 CPUtime=1.61 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) S 3283 3283 11586 0 -1 1077944384 6828 0 0 0 161 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144176777456 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13980732 memory=1728 CPUtime=1.34 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) S 3283 3283 11586 0 -1 1077944384 5437 0 0 0 134 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144175724912 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13980732 memory=5788 CPUtime=0.36 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) S 3283 3283 11586 0 -1 1077944384 2167 0 0 0 36 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 65685710 14316269568 23588 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 6.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 95732 KiB

[startup+3.40066 s]
/proc/loadavg: 1.23 1.39 1.47 3/211 3299
/proc/meminfo: memFree=31318352/32770624 swapFree=67108860/67108860
[pid=3283] ppid=3280 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (xcsp3-exec) S 3280 3283 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65685691 9740288 345 18446744073709551615 4194304 5098028 140732212817792 140732212815896 140665327891068 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 33337344 140732212826489 140732212826693 140732212826693 140732212830187 0
/proc/3283/statm: 2378 345 289 221 0 87 0
[pid=3285] ppid=3283 vsize=13980732 memory=96400 CPUtime=6.6 cores=1,3,5,7
/proc/3285/stat : 3285 (java) S 3283 3283 11586 0 -1 1077944320 25063 0 0 0 654 6 0 0 20 0 15 0 65685700 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140729914677056 140144702373623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
/proc/3285/statm: 3495183 24100 3191 1 0 3483476 0
[pid=3285/tid=3286] ppid=3283 vsize=13980732 memory=7156612794873111148 CPUtime=3.26 cores=1,3,5,7
/proc/3285/task/3286/stat : 3286 (java) R 3283 3283 11586 0 -1 4202560 9252 0 0 0 322 4 0 0 20 0 15 0 65685700 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144706609952 140144333690720 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3287] ppid=3283 vsize=13980732 memory=7666623492638666089 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3287/stat : 3287 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144659339792 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3288] ppid=3283 vsize=13980732 memory=8100684286281803089 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3288/stat : 3288 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144658287248 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3289] ppid=3283 vsize=13980732 memory=8547710663076058477 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3289/stat : 3289 (java) S 3283 3283 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144657234192 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3290] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3290/stat : 3290 (java) S 3283 3283 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65685701 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144656181648 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3291] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3291/stat : 3291 (java) S 3283 3283 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 65685702 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144248101616 140144702384770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3292] ppid=3283 vsize=13980732 memory=-9001734013606258791 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3292/stat : 3292 (java) S 3283 3283 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144247047840 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3293] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3293/stat : 3293 (java) S 3283 3283 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65685703 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144178881776 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3294] ppid=3283 vsize=13980732 memory=241 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3294/stat : 3294 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144177830352 140144702392219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3295] ppid=3283 vsize=13980732 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/3285/task/3295/stat : 3295 (java) S 3283 3283 11586 0 -1 1077944384 6828 0 0 0 161 0 0 0 20 0 15 0 65685705 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144176777456 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3296] ppid=3283 vsize=13980732 memory=8548832187152109950 CPUtime=1.34 cores=1,3,5,7
/proc/3285/task/3296/stat : 3296 (java) S 3283 3283 11586 0 -1 1077944384 5437 0 0 0 134 0 0 0 20 0 15 0 65685705 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144175724912 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3297] ppid=3283 vsize=13980732 memory=7378400765286966384 CPUtime=0.36 cores=1,3,5,7
/proc/3285/task/3297/stat : 3297 (java) S 3283 3283 11586 0 -1 1077944384 2168 0 0 0 36 0 0 0 20 0 15 0 65685705 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144174671856 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3298] ppid=3283 vsize=13980732 memory=5792262874651971664 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3298/stat : 3298 (java) S 3283 3283 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65685705 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144173619552 140144702383829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
[pid=3285/tid=3299] ppid=3283 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3285/task/3299/stat : 3299 (java) S 3283 3283 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 65685710 14316269568 24100 18446744073709551615 4194304 4196468 140729914694512 140144172567600 140144702384770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31236096 140729914696113 140729914696289 140729914696289 140729914699727 0
Current children cumulated CPU time: 6.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 97780 KiB

Child status: 0
Real time (s): 3.4902
CPU time (s): 6.70243
CPU user time (s): 6.63199
CPU system time (s): 0.07044
CPU usage (%): 192.036
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 97780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.63199
system time used= 0.07044
maximum resident set size= 98800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2000
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 3283
#   total CPU time (s): 6.70243
#   total CPU user time (s): 6.63199
#   total CPU system time (s): 0.07044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046408 second user time and 0.07163 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 06:49:54
IDJOB=4269072
IDBENCH=126212
IDSOLVER=2660
FILE ID=node124/4269072-1502773450
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-08-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269072-1502773450/watcher-4269072-1502773450 -o /tmp/evaluation-result-4269072-1502773450/solver-4269072-1502773450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 108705821 HOME/instance-4269072-1502773450.xml

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=108705821

node124.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.51
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.51
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.51
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.51
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:        31402732 kB
MemAvailable:   31809616 kB
Buffers:          233168 kB
Cached:           461036 kB
SwapCached:            0 kB
Active:           638628 kB
Inactive:         282836 kB
Active(anon):     178784 kB
Inactive(anon):    81952 kB
Active(file):     459844 kB
Inactive(file):   200884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7868 kB
Writeback:            48 kB
AnonPages:        227004 kB
Mapped:            58900 kB
Shmem:             33512 kB
Slab:             150428 kB
SReclaimable:     123984 kB
SUnreclaim:        26444 kB
KernelStack:        3392 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 06:49:58