Trace number 4403999

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20SAT (MO)33951 2.29029 0.867796

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-scr15.xml
MD5SUM9fad1afbbcb60e61b17bf96c72dc570b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25570
Best CPU time to get the best result obtained on this benchmark22.6297
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints43
Number of domains2
Minimum domain size7
Maximum domain size15
Distribution of domain sizes[{"size":7,"count":42},{"size":15,"count":15}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":183},{"degree":2,"count":42},{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":4},{"degree":8,"count":2},{"degree":9,"count":1},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":42},{"arity":15,"count":1}]
Number of extensional constraints42
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":42},{"type":"allDifferent","count":1}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403999-1568990355.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403999-1568990355.xml, -tl, 2400s, -p, 4]
0.12/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.03/0.57	c solve instance...
1.35/0.64	o 38639 
1.35/0.67	o 37652 
1.35/0.67	o 37371 
1.35/0.69	o 36841 
1.35/0.70	o 34927 
1.69/0.73	o 34486 
1.69/0.73	o 34013 
1.69/0.74	o 33951 
2.06/0.84	s SATISFIABLE
2.06/0.84	v <instantiation>
2.06/0.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][9] d[0][10] d[0][13] d[1][2] d[1][3] d[1][4] d[1][6] d[1][8] d[1][9] d[2][5] d[2][8] d[2][9] d[2][13] d[3][4] d[3][5] d[3][6] d[3][8] d[3][11] d[4][6] d[4][7] d[4][9] d[4][14] d[5][6] d[5][11] d[6][7] d[6][9] d[6][13] d[7][12] d[8][13] d[9][10] d[9][11] d[9][13] d[9][14] d[10][11] d[10][13] d[10][14] d[11][14] d[12][13] d[12][14] d[13][14] </list>
2.06/0.84	v 	<values>0 1 2 3 4 5 6 7 11 9 12 13 14 10 8 1 2 3 3 4 1 2 2 2 4 2 2 3 3 2 4 3 2 2 5 2 3 2 1 1 2 1 2 1 3 1 2 1 1 1 1 3 1 2 1 3 2 </values>
2.06/0.84	v </instantiation>
2.06/0.84	c Unexpected resolution interruption!

Verifier Data

OK	33951

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403999-1568990355/watcher-4403999-1568990355 -o /var/tmp/evaluation-result-4403999-1568990355/solver-4403999-1568990355 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31611 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 768551812 HOME/instance-4403999-1568990355.xml 

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

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

solver pid=2333, runsolver pid=2330

[startup+0.100135 s]*
/proc/loadavg: 8.56 8.67 7.65 7/233 2349
/proc/meminfo: memFree=5868176/32770624 swapFree=66976740/67108860
[pid=2333] ppid=2330 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (xcsp3-exec) S 2330 2333 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474975648 115843072 363 33554432000 4194304 5098028 140731378585856 140731378583960 139777073554044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32624640 140731378590551 140731378590809 140731378590809 140731378593734 0
/proc/2333/statm: 28282 363 304 221 0 87 0
[pid=2335] ppid=2333 vsize=15144776 memory=28860 CPUtime=0.12 cores=0,2,4,6
/proc/2335/stat : 2335 (java) S 2333 2333 31580 0 -1 1077944320 5600 0 0 0 11 1 0 0 20 0 15 0 474975648 15508250624 7215 33554432000 4194304 4196468 140734516227008 140734516209552 139646212742903 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
/proc/2335/statm: 3786194 7215 3159 1 0 3748377 0
[pid=2335/tid=2336] ppid=2333 vsize=15144776 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/2335/task/2336/stat : 2336 (java) R 2333 2333 31580 0 -1 4202560 3545 0 0 0 8 0 0 0 20 0 15 0 474975649 15508250624 7215 33554432000 4194304 4196468 140734516227008 139646216972496 139646197391268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2337] ppid=2333 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2337/stat : 2337 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15508250624 7215 33554432000 4194304 4196468 140734516227008 139646165362960 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2338] ppid=2333 vsize=15144776 memory=140422922049152 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2338/stat : 2338 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645804272016 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2339] ppid=2333 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2339/stat : 2339 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645803219472 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2340] ppid=2333 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2340/stat : 2340 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645802166928 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2341] ppid=2333 vsize=15144776 memory=140422922049152 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2341/stat : 2341 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975651 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645681338864 139646212754050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2342] ppid=2333 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2342/stat : 2342 (java) S 2333 2333 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474975651 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645680285088 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2343] ppid=2333 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2343/stat : 2343 (java) S 2333 2333 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474975651 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645679232496 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2344] ppid=2333 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2344/stat : 2344 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645678181072 139646212761499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2345] ppid=2333 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2345/stat : 2345 (java) S 2333 2333 31580 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645677127664 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2346] ppid=2333 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2346/stat : 2346 (java) S 2333 2333 31580 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645676075120 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2347] ppid=2333 vsize=15144776 memory=140422922049152 CPUtime=0.02 cores=0,2,4,6
/proc/2335/task/2347/stat : 2347 (java) R 2333 2333 31580 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645675016960 139646191419969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2348] ppid=2333 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2348/stat : 2348 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645673970272 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2349] ppid=2333 vsize=15144776 memory=140422922049152 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2349/stat : 2349 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975654 15508250624 7215 33554432000 4194304 4196468 140734516227008 139645672917808 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30312 KiB

[startup+0.220064 s]*
/proc/loadavg: 8.56 8.67 7.65 6/233 2349
/proc/meminfo: memFree=5854616/32770624 swapFree=66976740/67108860
[pid=2333] ppid=2330 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (xcsp3-exec) S 2330 2333 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474975648 115843072 363 33554432000 4194304 5098028 140731378585856 140731378583960 139777073554044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32624640 140731378590551 140731378590809 140731378590809 140731378593734 0
/proc/2333/statm: 28282 363 304 221 0 87 0
[pid=2335] ppid=2333 vsize=15149032 memory=41580 CPUtime=0.35 cores=0,2,4,6
/proc/2335/stat : 2335 (java) S 2333 2333 31580 0 -1 1077944320 9621 0 0 0 32 3 0 0 20 0 15 0 474975648 15512608768 10395 33554432000 4194304 4196468 140734516227008 140734516209552 139646212742903 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
/proc/2335/statm: 3787258 10395 3315 1 0 3748377 0
[pid=2335/tid=2336] ppid=2333 vsize=15149032 memory=7022364632946311227 CPUtime=0.21 cores=0,2,4,6
/proc/2335/task/2336/stat : 2336 (java) R 2333 2333 31580 0 -1 4202560 6810 0 0 0 19 2 0 0 20 0 15 0 474975649 15512608768 10939 33554432000 4194304 4196468 140734516227008 139646216954976 139646205420917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2337] ppid=2333 vsize=15149032 memory=4296933242 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2337/stat : 2337 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 10939 33554432000 4194304 4196468 140734516227008 139646165362960 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2338] ppid=2333 vsize=15149032 memory=140422925614766 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2338/stat : 2338 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645804272016 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2339] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2339/stat : 2339 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645803219472 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2340] ppid=2333 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2340/stat : 2340 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645802166928 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2341] ppid=2333 vsize=15149032 memory=140422922049152 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2341/stat : 2341 (java) S 2333 2333 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645681338864 139646212754050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2342] ppid=2333 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2342/stat : 2342 (java) S 2333 2333 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645680285088 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2343] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2343/stat : 2343 (java) S 2333 2333 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645679232496 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2344] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2344/stat : 2344 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645678181072 139646212761499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2345] ppid=2333 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2335/task/2345/stat : 2345 (java) S 2333 2333 31580 0 -1 1077944384 522 0 0 0 2 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645677127664 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2346] ppid=2333 vsize=15149032 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2335/task/2346/stat : 2346 (java) S 2333 2333 31580 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645676075120 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2347] ppid=2333 vsize=15149032 memory=140422922049152 CPUtime=0.08 cores=0,2,4,6
/proc/2335/task/2347/stat : 2347 (java) S 2333 2333 31580 0 -1 1077944384 761 0 0 0 8 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645675022576 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2348] ppid=2333 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2348/stat : 2348 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645673970272 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2349] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2349/stat : 2349 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 10939 33554432000 4194304 4196468 140734516227008 139645672917808 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 43032 KiB

[startup+0.310613 s]*
/proc/loadavg: 8.56 8.67 7.65 6/233 2349
/proc/meminfo: memFree=5847232/32770624 swapFree=66976740/67108860
[pid=2333] ppid=2330 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (xcsp3-exec) S 2330 2333 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474975648 115843072 363 33554432000 4194304 5098028 140731378585856 140731378583960 139777073554044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32624640 140731378590551 140731378590809 140731378590809 140731378593734 0
/proc/2333/statm: 28282 363 304 221 0 87 0
[pid=2335] ppid=2333 vsize=15149032 memory=49624 CPUtime=0.52 cores=0,2,4,6
/proc/2335/stat : 2335 (java) S 2333 2333 31580 0 -1 1077944320 10782 0 0 0 48 4 0 0 20 0 15 0 474975648 15512608768 12406 33554432000 4194304 4196468 140734516227008 140734516209552 139646212742903 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
/proc/2335/statm: 3787258 12406 3347 1 0 3748377 0
[pid=2335/tid=2336] ppid=2333 vsize=15149032 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2335/task/2336/stat : 2336 (java) R 2333 2333 31580 0 -1 4202560 7776 0 0 0 27 2 0 0 20 0 15 0 474975649 15512608768 12475 33554432000 4194304 4196468 140734516227008 139646216974016 139646196823390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2337] ppid=2333 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2337/stat : 2337 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 12475 33554432000 4194304 4196468 140734516227008 139646165362960 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2338] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2338/stat : 2338 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645804272016 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2339] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2339/stat : 2339 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645803219472 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2340] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2340/stat : 2340 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474975649 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645802166928 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2341] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2341/stat : 2341 (java) S 2333 2333 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645681338864 139646212754050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2342] ppid=2333 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2342/stat : 2342 (java) S 2333 2333 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645680285088 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2343] ppid=2333 vsize=15149032 memory=-1161699032755964503 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2343/stat : 2343 (java) S 2333 2333 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474975651 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645679232496 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2344] ppid=2333 vsize=15149032 memory=4206186544037388384 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2344/stat : 2344 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645678181072 139646212761499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2345] ppid=2333 vsize=15149032 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/2335/task/2345/stat : 2345 (java) S 2333 2333 31580 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645677127664 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2346] ppid=2333 vsize=15149032 memory=6655300316396806240 CPUtime=0.04 cores=0,2,4,6
/proc/2335/task/2346/stat : 2346 (java) S 2333 2333 31580 0 -1 1077944384 363 0 0 0 4 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645676075120 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2347] ppid=2333 vsize=15149032 memory=7976406965554101975 CPUtime=0.12 cores=0,2,4,6
/proc/2335/task/2347/stat : 2347 (java) S 2333 2333 31580 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645675022576 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2348] ppid=2333 vsize=15149032 memory=8620876448047196262 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2348/stat : 2348 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645673970272 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2349] ppid=2333 vsize=15149032 memory=4207593918937718880 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2349/stat : 2349 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474975654 15512608768 12475 33554432000 4194304 4196468 140734516227008 139645672917808 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51076 KiB

[startup+0.705065 s]
/proc/loadavg: 8.56 8.67 7.65 9/233 2349
/proc/meminfo: memFree=5832284/32770624 swapFree=66976740/67108860
[pid=2333] ppid=2330 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (xcsp3-exec) S 2330 2333 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474975648 115843072 363 33554432000 4194304 5098028 140731378585856 140731378583960 139777073554044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32624640 140731378590551 140731378590809 140731378590809 140731378593734 0
/proc/2333/statm: 28282 363 304 221 0 87 0
[pid=2335] ppid=2333 vsize=15550540 memory=121784 CPUtime=1.69 cores=0,2,4,6
/proc/2335/stat : 2335 (java) S 2333 2333 31580 0 -1 1077944320 15342 0 0 0 162 7 0 0 20 0 19 0 474975648 15923752960 30446 33554432000 4194304 4196468 140734516227008 140734516209552 139646212742903 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
/proc/2335/statm: 3887635 30446 3453 1 0 3848735 0
[pid=2335/tid=2336] ppid=2333 vsize=15550540 memory=56 CPUtime=0.56 cores=0,2,4,6
/proc/2335/task/2336/stat : 2336 (java) S 2333 2333 31580 0 -1 1077944384 9177 0 0 0 53 3 0 0 20 0 19 0 474975649 15923752960 30446 33554432000 4194304 4196468 140734516227008 139646216983680 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2337] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2337/stat : 2337 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975649 15923752960 30446 33554432000 4194304 4196468 140734516227008 139646165362960 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2338] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2338/stat : 2338 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 474975649 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645804272016 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2339] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2339/stat : 2339 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975649 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645803219472 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2340] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2340/stat : 2340 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 474975649 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645802166928 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2341] ppid=2333 vsize=15550540 memory=28 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2341/stat : 2341 (java) S 2333 2333 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 474975651 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645681338864 139646212754050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2342] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2342/stat : 2342 (java) S 2333 2333 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 474975651 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645680285088 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2343] ppid=2333 vsize=15550540 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2343/stat : 2343 (java) S 2333 2333 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 474975651 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645679232496 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2344] ppid=2333 vsize=15550540 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2344/stat : 2344 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645678181072 139646212761499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2345] ppid=2333 vsize=15550540 memory=55848 CPUtime=0.27 cores=0,2,4,6
/proc/2335/task/2345/stat : 2345 (java) R 2333 2333 31580 0 -1 4202560 1314 0 0 0 27 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645677127664 139646212764250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2346] ppid=2333 vsize=15550540 memory=988 CPUtime=0.24 cores=0,2,4,6
/proc/2335/task/2346/stat : 2346 (java) R 2333 2333 31580 0 -1 4202560 992 0 0 0 24 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645676075120 139646196155552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2347] ppid=2333 vsize=15550540 memory=2008 CPUtime=0.35 cores=0,2,4,6
/proc/2335/task/2347/stat : 2347 (java) R 2333 2333 31580 0 -1 4202560 1920 0 0 0 35 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645675019512 139645845241977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2348] ppid=2333 vsize=15550540 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2348/stat : 2348 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645673970272 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2349] ppid=2333 vsize=15550540 memory=580 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2349/stat : 2349 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975654 15923752960 30446 33554432000 4194304 4196468 140734516227008 139645672917808 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15663668 KiB
Current children cumulated memory: 123236 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+0.801067 s]
/proc/loadavg: 8.56 8.67 7.65 9/233 2349
/proc/meminfo: memFree=5832284/32770624 swapFree=66976740/67108860
[pid=2333] ppid=2330 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2333/stat : 2333 (xcsp3-exec) S 2330 2333 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474975648 115843072 363 33554432000 4194304 5098028 140731378585856 140731378583960 139777073554044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32624640 140731378590551 140731378590809 140731378590809 140731378593734 0
/proc/2333/statm: 28282 363 304 221 0 87 0
[pid=2335] ppid=2333 vsize=15816796 memory=151240 CPUtime=2.06 cores=0,2,4,6
/proc/2335/stat : 2335 (java) S 2333 2333 31580 0 -1 1077944320 15795 0 0 0 199 7 0 0 20 0 19 0 474975648 16196399104 37810 33554432000 4194304 4196468 140734516227008 140734516209552 139646212742903 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
/proc/2335/statm: 3954199 37810 3463 1 0 3915299 0
[pid=2335/tid=2336] ppid=2333 vsize=15816796 memory=3636 CPUtime=0.56 cores=0,2,4,6
/proc/2335/task/2336/stat : 2336 (java) S 2333 2333 31580 0 -1 1077944384 9181 0 0 0 53 3 0 0 20 0 19 0 474975649 16196399104 37810 33554432000 4194304 4196468 140734516227008 139646216983680 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2337] ppid=2333 vsize=15816796 memory=776 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2337/stat : 2337 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975649 16196399104 37810 33554432000 4194304 4196468 140734516227008 139646165362960 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2338] ppid=2333 vsize=15816796 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2338/stat : 2338 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 474975649 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645804272016 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2339] ppid=2333 vsize=15816796 memory=6088 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2339/stat : 2339 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975649 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645803219472 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2340] ppid=2333 vsize=15816796 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2340/stat : 2340 (java) S 2333 2333 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 474975649 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645802166928 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2341] ppid=2333 vsize=15816796 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2341/stat : 2341 (java) S 2333 2333 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 474975651 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645681338864 139646212754050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2342] ppid=2333 vsize=15816796 memory=280845629996448 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2342/stat : 2342 (java) S 2333 2333 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 474975651 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645680285088 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2343] ppid=2333 vsize=15816796 memory=-7594858412989314240 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2343/stat : 2343 (java) S 2333 2333 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 474975651 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645679232496 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2344] ppid=2333 vsize=15816796 memory=280845629787536 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2344/stat : 2344 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645678181072 139646212761499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2345] ppid=2333 vsize=15816796 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/2335/task/2345/stat : 2345 (java) R 2333 2333 31580 0 -1 4202560 1339 0 0 0 33 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645677120856 139646193444608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2346] ppid=2333 vsize=15816796 memory=1216 CPUtime=0.33 cores=0,2,4,6
/proc/2335/task/2346/stat : 2346 (java) R 2333 2333 31580 0 -1 4202560 1042 0 0 0 33 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645676061440 139646197642580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2347] ppid=2333 vsize=15816796 memory=984 CPUtime=0.39 cores=0,2,4,6
/proc/2335/task/2347/stat : 2347 (java) S 2333 2333 31580 0 -1 1077944384 2004 0 0 0 39 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645675022576 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2348] ppid=2333 vsize=15816796 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2348/stat : 2348 (java) S 2333 2333 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645673970272 139646212753109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
[pid=2335/tid=2349] ppid=2333 vsize=15816796 memory=30008 CPUtime=0 cores=0,2,4,6
/proc/2335/task/2349/stat : 2349 (java) S 2333 2333 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474975654 16196399104 37810 33554432000 4194304 4196468 140734516227008 139645672917808 139646212754050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28377088 140734516233179 140734516233354 140734516233354 140734516236239 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 15929924 KiB
Current children cumulated memory: 152692 KiB

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

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

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

Child status: 143
Real time (s): 0.867796
CPU time (s): 2.29029
CPU user time (s): 2.20869
CPU system time (s): 0.081597
CPU usage (%): 263.92
Max. virtual memory (cumulated for all children) (KiB): 15929924
Max. memory (cumulated for all children) (KiB): 152692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.20869
system time used= 0.081597
maximum resident set size= 161836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16709
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= 1828
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 2333,2335
#   total CPU time (s): 2.29029
#   total CPU user time (s): 2.20869
#   total CPU system time (s): 0.081597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029296 second user time and 0.04813 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 16:38:35
IDJOB=4403999
IDBENCH=123019
IDSOLVER=2864
FILE ID=node124/4403999-1568990355
RUNJOBID= node124-1568988386-31611
PBS_JOBID= 21704644
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-scr15.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403999-1568990355/watcher-4403999-1568990355 -o /var/tmp/evaluation-result-4403999-1568990355/solver-4403999-1568990355 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31611 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 768551812 HOME/instance-4403999-1568990355.xml

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

MD5SUM BENCH= 9fad1afbbcb60e61b17bf96c72dc570b
RANDOM SEED=768551812

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.47
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.47
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.47
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.47
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:         5884452 kB
MemAvailable:   30992372 kB
Buffers:          154040 kB
Cached:         24883468 kB
SwapCached:        28940 kB
Active:         13260540 kB
Inactive:       12641836 kB
Active(anon):     831800 kB
Inactive(anon):    82468 kB
Active(file):   12428740 kB
Inactive(file): 12559368 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             26444 kB
Writeback:             0 kB
AnonPages:        914816 kB
Mapped:            65580 kB
Shmem:             40884 kB
Slab:             577776 kB
SReclaimable:     548272 kB
SUnreclaim:        29504 kB
KernelStack:        4128 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2063492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node124 at 2019-09-20 16:38:36