Trace number 4254193

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-07-26)OPT58937 5.8580999 2.5761099

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.765356
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254193-1501613340.xml"  -tl '264s' -p 1 -x 0
0.00/0.25	c [HOME/instance-4254193-1501613340.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.31	c simple solver
0.00/0.37	c parse instance...
0.00/0.56	c solve instance...
0.00/0.64	o 1581071 
0.00/0.64	o 734567 
0.00/0.65	o 609455 
0.00/0.66	o 608956 
0.00/0.67	o 588658 
0.00/0.67	o 511142 
0.00/0.70	o 290964 
0.00/0.70	o 284451 
0.00/0.71	o 233357 
0.00/0.71	o 181641 
0.00/0.71	o 150763 
0.00/0.76	o 118045 
0.00/0.99	o 111503 
0.00/1.08	o 101476 
0.00/1.08	o 97051 
4.29/1.75	o 64667 
4.57/1.81	o 62519 
5.25/2.12	o 58937 
5.77/2.56	s OPTIMUM FOUND
5.77/2.56	v <instantiation>
5.77/2.56	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
5.77/2.56	v 	<values>0 1 3 6 2 5 9 4 7 8 1 2 15 0 0 172 0 0 0 14 30 0 61 45 0 0 886 0 0 0 0 0 0 0 27 0 0 4 0 202 0 0 1 0 0 0 0 5 0 12 0 1 0 335 42 </values>
5.77/2.56	v </instantiation>

Verifier Data

OK	58937

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254193-1501613340/watcher-4254193-1501613340 -o /tmp/evaluation-result-4254193-1501613340/solver-4254193-1501613340 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501610539-18990 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 976301855 HOME/instance-4254193-1501613340.xml 

pid=20536
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.85 1.62 3/198 20539
/proc/meminfo: memFree=31850200/32770624 swapFree=0/206692
[pid=20539] ppid=20536 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (runsolver) D 20536 20539 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 60987460 24240128 106 18446744073709551615 4194304 4338465 140723563883536 140723563881176 139867735761623 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 6762496 140723563884636 140723563885125 140723563885125 140723563888586 0
/proc/20539/statm: 5918 106 53 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 1.95 1.85 1.62 3/198 20539
/proc/meminfo: memFree=31850200/32770624 swapFree=0/206692
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.201565 s]
/proc/loadavg: 1.95 1.85 1.62 3/198 20539
/proc/meminfo: memFree=31850200/32770624 swapFree=0/206692
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.301583 s]
/proc/loadavg: 1.95 1.85 1.62 3/198 20539
/proc/meminfo: memFree=31850200/32770624 swapFree=0/206692
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700566 s]
/proc/loadavg: 1.95 1.85 1.62 3/198 20539
/proc/meminfo: memFree=31850200/32770624 swapFree=0/206692
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50067 s]
/proc/loadavg: 1.95 1.85 1.62 5/214 20555
/proc/meminfo: memFree=31790028/32770624 swapFree=0/206724
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
[pid=20541] ppid=20539 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/20541/stat : 20541 (java) S 20539 20539 18930 0 -1 1077944320 19258 0 0 0 365 5 0 0 20 0 15 0 60987467 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 140736812252096 139759665790711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
/proc/20541/statm: 3495183 17865 3182 1 0 3483484 0
[pid=20541/tid=20542] ppid=20539 vsize=13980732 CPUtime=1.37 cores=0,2,4,6
/proc/20541/task/20542/stat : 20542 (java) R 20539 20539 18930 0 -1 4202560 8830 0 0 0 134 3 0 0 20 0 15 0 60987467 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139759670025680 139759263862049 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20543] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20543/stat : 20543 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139759585204752 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20544] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20544/stat : 20544 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139759584152208 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20545] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20545/stat : 20545 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139759583099152 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20546] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20546/stat : 20546 (java) S 20539 20539 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139759582046608 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20547] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20547/stat : 20547 (java) S 20539 20539 18930 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758851062512 139759665801858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20548] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20548/stat : 20548 (java) S 20539 20539 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758850008736 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20549] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20549/stat : 20549 (java) S 20539 20539 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60987470 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758848955632 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20550] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20550/stat : 20550 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758847904208 139759665809307 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20551] ppid=20539 vsize=13980732 CPUtime=0.97 cores=0,2,4,6
/proc/20541/task/20551/stat : 20551 (java) R 20539 20539 18930 0 -1 4202560 3214 0 0 0 97 0 0 0 20 0 15 0 60987472 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758846837408 139759646970829 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20552] ppid=20539 vsize=13980732 CPUtime=0.93 cores=0,2,4,6
/proc/20541/task/20552/stat : 20552 (java) R 20539 20539 18930 0 -1 4202560 4059 0 0 0 93 0 0 0 20 0 15 0 60987472 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758845798768 139759665812058 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20553] ppid=20539 vsize=13980732 CPUtime=0.4 cores=0,2,4,6
/proc/20541/task/20553/stat : 20553 (java) S 20539 20539 18930 0 -1 1077944384 1836 0 0 0 40 0 0 0 20 0 15 0 60987472 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758844745712 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20554] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20554/stat : 20554 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758843693408 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20555] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20555/stat : 20555 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987477 14316269568 17865 18446744073709551615 4194304 4196468 140736812269552 139758842641456 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 13990244

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20541 sig 9
??? kill 20539 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60161 s]
/proc/loadavg: 1.95 1.85 1.62 5/214 20555
/proc/meminfo: memFree=31790028/32770624 swapFree=0/206724
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
[pid=20541] ppid=20539 vsize=13980732 CPUtime=4 cores=0,2,4,6
/proc/20541/stat : 20541 (java) S 20539 20539 18930 0 -1 1077944320 21822 0 0 0 395 5 0 0 20 0 15 0 60987467 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 140736812252096 139759665790711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
/proc/20541/statm: 3495183 19916 3183 1 0 3483484 0
[pid=20541/tid=20542] ppid=20539 vsize=13980732 CPUtime=1.46 cores=0,2,4,6
/proc/20541/task/20542/stat : 20542 (java) R 20539 20539 18930 0 -1 4202560 8832 0 0 0 143 3 0 0 20 0 15 0 60987467 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139759670028008 139759262960975 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20543] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20543/stat : 20543 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139759585204752 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20544] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20544/stat : 20544 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139759584152208 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20545] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20545/stat : 20545 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139759583099152 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20546] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20546/stat : 20546 (java) S 20539 20539 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139759582046608 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20547] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20547/stat : 20547 (java) S 20539 20539 18930 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758851062512 139759665801858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20548] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20548/stat : 20548 (java) S 20539 20539 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758850008736 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20549] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20549/stat : 20549 (java) S 20539 20539 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60987470 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758848955632 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20550] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20550/stat : 20550 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758847904208 139759665809307 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20551] ppid=20539 vsize=13980732 CPUtime=1.06 cores=0,2,4,6
/proc/20541/task/20551/stat : 20551 (java) R 20539 20539 18930 0 -1 4202560 4572 0 0 0 106 0 0 0 20 0 15 0 60987472 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758846837048 139759647334929 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20552] ppid=20539 vsize=13980732 CPUtime=1.02 cores=0,2,4,6
/proc/20541/task/20552/stat : 20552 (java) R 20539 20539 18930 0 -1 4202560 5151 0 0 0 102 0 0 0 20 0 15 0 60987472 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758845779784 139759649201664 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20553] ppid=20539 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/20541/task/20553/stat : 20553 (java) S 20539 20539 18930 0 -1 1077944384 1948 0 0 0 41 0 0 0 20 0 15 0 60987472 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758844745712 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20554] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20554/stat : 20554 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758843693408 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20555] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20555/stat : 20555 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987477 14316269568 19916 18446744073709551615 4194304 4196468 140736812269552 139758842641456 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 13990244

[startup+2.00161 s]
/proc/loadavg: 1.95 1.85 1.62 5/214 20555
/proc/meminfo: memFree=31790028/32770624 swapFree=0/206724
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
[pid=20541] ppid=20539 vsize=13980732 CPUtime=5.08 cores=0,2,4,6
/proc/20541/stat : 20541 (java) S 20539 20539 18930 0 -1 1077944320 23639 0 0 0 503 5 0 0 20 0 15 0 60987467 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 140736812252096 139759665790711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
/proc/20541/statm: 3495183 22096 3183 1 0 3483484 0
[pid=20541/tid=20542] ppid=20539 vsize=13980732 CPUtime=1.87 cores=0,2,4,6
/proc/20541/task/20542/stat : 20542 (java) R 20539 20539 18930 0 -1 4202560 8922 0 0 0 183 4 0 0 20 0 15 0 60987467 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139759670028064 139759263029342 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20543] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20543/stat : 20543 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139759585204752 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20544] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20544/stat : 20544 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139759584152208 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20545] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20545/stat : 20545 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139759583099152 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20546] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20546/stat : 20546 (java) S 20539 20539 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139759582046608 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20547] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20547/stat : 20547 (java) S 20539 20539 18930 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758851062512 139759665801858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20548] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20548/stat : 20548 (java) S 20539 20539 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758850008736 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20549] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20549/stat : 20549 (java) S 20539 20539 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60987470 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758848955632 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20550] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20550/stat : 20550 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758847904208 139759665809307 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20551] ppid=20539 vsize=13980732 CPUtime=1.35 cores=0,2,4,6
/proc/20541/task/20551/stat : 20551 (java) R 20539 20539 18930 0 -1 4202560 4745 0 0 0 135 0 0 0 20 0 15 0 60987472 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758846839904 139759649696951 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20552] ppid=20539 vsize=13980732 CPUtime=1.39 cores=0,2,4,6
/proc/20541/task/20552/stat : 20552 (java) R 20539 20539 18930 0 -1 4202560 6516 0 0 0 139 0 0 0 20 0 15 0 60987472 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758845784992 139759647310771 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20553] ppid=20539 vsize=13980732 CPUtime=0.44 cores=0,2,4,6
/proc/20541/task/20553/stat : 20553 (java) S 20539 20539 18930 0 -1 1077944384 2137 0 0 0 44 0 0 0 20 0 15 0 60987472 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758844745712 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20554] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20554/stat : 20554 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758843693408 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20555] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20555/stat : 20555 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987477 14316269568 22096 18446744073709551615 4194304 4196468 140736812269552 139758842641456 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 13990244

[startup+2.40073 s]
/proc/loadavg: 1.95 1.85 1.62 3/214 20555
/proc/meminfo: memFree=31762664/32770624 swapFree=0/206724
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
[pid=20541] ppid=20539 vsize=13980732 CPUtime=5.67 cores=0,2,4,6
/proc/20541/stat : 20541 (java) S 20539 20539 18930 0 -1 1077944320 24649 0 0 0 561 6 0 0 20 0 15 0 60987467 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 140736812252096 139759665790711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
/proc/20541/statm: 3495183 22273 3192 1 0 3483484 0
[pid=20541/tid=20542] ppid=20539 vsize=13980732 CPUtime=2.27 cores=0,2,4,6
/proc/20541/task/20542/stat : 20542 (java) R 20539 20539 18930 0 -1 4202560 9339 0 0 0 223 4 0 0 20 0 15 0 60987467 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759670027400 139759260358142 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20543] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20543/stat : 20543 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759585204752 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20544] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20544/stat : 20544 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759584152208 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20545] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20545/stat : 20545 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759583099152 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20546] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20546/stat : 20546 (java) S 20539 20539 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759582046608 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20547] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20547/stat : 20547 (java) S 20539 20539 18930 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758851062512 139759665801858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20548] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20548/stat : 20548 (java) S 20539 20539 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758850008736 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20549] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20549/stat : 20549 (java) S 20539 20539 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60987470 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758848955632 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20550] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20550/stat : 20550 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758847904208 139759665809307 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20551] ppid=20539 vsize=13980732 CPUtime=1.4 cores=0,2,4,6
/proc/20541/task/20551/stat : 20551 (java) S 20539 20539 18930 0 -1 1077944384 5021 0 0 0 140 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758846851312 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20552] ppid=20539 vsize=13980732 CPUtime=1.51 cores=0,2,4,6
/proc/20541/task/20552/stat : 20552 (java) S 20539 20539 18930 0 -1 1077944384 6736 0 0 0 151 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758845798768 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20553] ppid=20539 vsize=13980732 CPUtime=0.45 cores=0,2,4,6
/proc/20541/task/20553/stat : 20553 (java) S 20539 20539 18930 0 -1 1077944384 2217 0 0 0 45 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758844745712 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20554] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20554/stat : 20554 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758843693408 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20555] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20555/stat : 20555 (java) S 20539 20539 18930 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 60987477 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758842641456 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 13990244

[startup+2.50073 s]
/proc/loadavg: 1.95 1.85 1.62 3/214 20555
/proc/meminfo: memFree=31762664/32770624 swapFree=0/206724
[pid=20539] ppid=20536 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/20539/stat : 20539 (xcsp3-exec) S 20536 20539 18930 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 60987460 9740288 345 18446744073709551615 4194304 5098028 140730716137328 140730716135432 140629796008572 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 16048128 140730716139931 140730716140134 140730716140134 140730716143595 0
/proc/20539/statm: 2378 345 289 221 0 87 0
[pid=20541] ppid=20539 vsize=13980732 CPUtime=5.77 cores=0,2,4,6
/proc/20541/stat : 20541 (java) S 20539 20539 18930 0 -1 1077944320 24651 0 0 0 571 6 0 0 20 0 15 0 60987467 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 140736812252096 139759665790711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
/proc/20541/statm: 3495183 22273 3192 1 0 3483484 0
[pid=20541/tid=20542] ppid=20539 vsize=13980732 CPUtime=2.37 cores=0,2,4,6
/proc/20541/task/20542/stat : 20542 (java) R 20539 20539 18930 0 -1 4202560 9340 0 0 0 233 4 0 0 20 0 15 0 60987467 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759670027400 139759263265313 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20543] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20543/stat : 20543 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759585204752 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20544] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20544/stat : 20544 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759584152208 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20545] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20545/stat : 20545 (java) S 20539 20539 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759583099152 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20546] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20546/stat : 20546 (java) S 20539 20539 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60987468 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139759582046608 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20547] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20547/stat : 20547 (java) S 20539 20539 18930 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758851062512 139759665801858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20548] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20548/stat : 20548 (java) S 20539 20539 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60987469 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758850008736 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20549] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20549/stat : 20549 (java) S 20539 20539 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60987470 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758848955632 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20550] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20550/stat : 20550 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758847904208 139759665809307 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20551] ppid=20539 vsize=13980732 CPUtime=1.4 cores=0,2,4,6
/proc/20541/task/20551/stat : 20551 (java) S 20539 20539 18930 0 -1 1077944384 5022 0 0 0 140 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758846851312 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20552] ppid=20539 vsize=13980732 CPUtime=1.51 cores=0,2,4,6
/proc/20541/task/20552/stat : 20552 (java) S 20539 20539 18930 0 -1 1077944384 6736 0 0 0 151 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758845798768 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20553] ppid=20539 vsize=13980732 CPUtime=0.45 cores=0,2,4,6
/proc/20541/task/20553/stat : 20553 (java) S 20539 20539 18930 0 -1 1077944384 2217 0 0 0 45 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758844745712 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20554] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20554/stat : 20554 (java) S 20539 20539 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60987472 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758843693408 139759665800917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
[pid=20541/tid=20555] ppid=20539 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/20541/task/20555/stat : 20555 (java) S 20539 20539 18930 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 60987477 14316269568 22273 18446744073709551615 4194304 4196468 140736812269552 139758842641456 139759665801858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20512768 140736812274131 140736812274306 140736812274306 140736812277711 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13990244

Child status: 0
Real time (s): 2.57611
CPU time (s): 5.8581
CPU user time (s): 5.79144
CPU system time (s): 0.06666
CPU usage (%): 227.4
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.79144
system time used= 0.06666
maximum resident set size= 91552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1974
involuntary context switches= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009695 second user time and 0.023546 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-01 20:34:42
IDJOB=4254193
IDBENCH=123144
IDSOLVER=2635
FILE ID=node132/4254193-1501613340
RUNJOBID= node132-1501610539-18990
PBS_JOBID= 
Free space on /tmp= 61872 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.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-4254193-1501613340/watcher-4254193-1501613340 -o /tmp/evaluation-result-4254193-1501613340/solver-4254193-1501613340 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501610539-18990 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 976301855 HOME/instance-4254193-1501613340.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=976301855

node132.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.74
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.74
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.74
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.74
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:        31850732 kB
MemAvailable:   31933252 kB
Buffers:          114064 kB
Cached:           268652 kB
SwapCached:            0 kB
Active:           288000 kB
Inactive:         231136 kB
Active(anon):     137512 kB
Inactive(anon):    24444 kB
Active(file):     150488 kB
Inactive(file):   206692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8016 kB
Writeback:             0 kB
AnonPages:        277620 kB
Mapped:            50292 kB
Shmem:             25276 kB
Slab:             108132 kB
SReclaimable:      82348 kB
SUnreclaim:        25784 kB
KernelStack:        3824 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61864 MiB
End job on node132 at 2017-08-01 20:34:45