Trace number 4283786

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 13.3091 6.8561201

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-7-mdd.xml
MD5SUM20a8e169b195ff609cdc9a5628947f82
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.40098801
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints17
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":49}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":12},{"degree":5,"count":1}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":16},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283786-1503215519.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4283786-1503215519.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
3.01/1.44	c solve instance...
13.24/6.83	s SATISFIABLE
13.24/6.83	v <instantiation>
13.24/6.83	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
13.24/6.83	v 	<values>11 47 33 15 20 14 35 38 2 31 16 24 42 22 40 48 12 13 43 9 10 39 25 32 41 7 8 23 4 1 5 46 44 45 30 37 3 28 27 18 36 26 6 49 34 17 19 21 29 </values>
13.24/6.83	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11031 MiB free)
  memory of node 1: 16384 MiB (15238 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283786-1503215519/watcher-4283786-1503215519 -o /tmp/evaluation-result-4283786-1503215519/solver-4283786-1503215519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1463634625 HOME/instance-4283786-1503215519.xml 

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

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

solver pid=1403, runsolver pid=1400

[startup+0.100157 s]*
/proc/loadavg: 5.05 4.52 3.34 3/205 1413
/proc/meminfo: memFree=26890304/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13574484 memory=18864 CPUtime=0.03 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 4098 0 0 0 3 0 0 0 20 0 9 0 123772347 13900271616 4716 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3393621 4716 2105 1 0 3383118 0
[pid=1405/tid=1406] ppid=1403 vsize=13574484 memory=8508281356422318498 CPUtime=0.03 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 2835 0 0 0 3 0 0 0 20 0 9 0 123772347 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140265449009016 140265444795549 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123772348 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13574484 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 123772348 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123772348 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123772348 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13574484 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 123772349 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 123772349 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140264989365920 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 123772350 13900271616 4781 18446744073709551615 4194304 4196468 140724163365904 140264988312816 140265444783829 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20244 KiB

[startup+0.209971 s]*
/proc/loadavg: 5.05 4.52 3.34 3/211 1419
/proc/meminfo: memFree=26888704/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13974352 memory=24608 CPUtime=0.08 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 5047 0 0 0 7 1 0 0 20 0 15 0 123772347 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3493588 6152 2723 1 0 3482964 0
[pid=1405/tid=1406] ppid=1403 vsize=13974352 memory=8508281356422318498 CPUtime=0.06 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 3211 0 0 0 6 0 0 0 20 0 15 0 123772347 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140265448999312 140265444795549 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13974352 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13974352 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772349 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123772349 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264989365920 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123772350 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264988312816 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) S 1403 1403 8563 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13974352 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13974352 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772361 14309736448 6152 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25988 KiB

[startup+0.31009 s]*
/proc/loadavg: 5.05 4.52 3.34 4/211 1419
/proc/meminfo: memFree=26872424/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13974352 memory=36788 CPUtime=0.25 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 8778 0 0 0 23 2 0 0 20 0 15 0 123772347 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3493588 9197 2977 1 0 3482964 0
[pid=1405/tid=1406] ppid=1403 vsize=13974352 memory=7594573530237851216 CPUtime=0.16 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 6095 0 0 0 14 2 0 0 20 0 15 0 123772347 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140265448975600 140265428854110 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13974352 memory=140598197294719 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13974352 memory=140598197296100 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772349 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13974352 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123772349 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264989365920 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13974352 memory=140598197294720 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123772350 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264988312816 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) S 1403 1403 8563 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 15 0 123772352 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) R 1403 1403 8563 0 -1 4202560 109 0 0 0 1 0 0 0 20 0 15 0 123772352 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265422408272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 696 0 0 0 5 0 0 0 20 0 15 0 123772352 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772361 14309736448 9197 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38168 KiB

[startup+0.710141 s]
/proc/loadavg: 5.05 4.52 3.34 3/211 1419
/proc/meminfo: memFree=26861976/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13978684 memory=91476 CPUtime=1.23 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 12451 0 0 0 119 4 0 0 20 0 15 0 123772347 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3494671 22869 3165 1 0 3482964 0
[pid=1405/tid=1406] ppid=1403 vsize=13978684 memory=1228 CPUtime=0.55 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 7894 0 0 0 52 3 0 0 20 0 15 0 123772347 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140265449006880 140265061239304 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13978684 memory=7662705889289527641 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13978684 memory=8025788831291303252 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772348 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13978684 memory=-3395018503475384095 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123772348 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13978684 memory=-3472574513799858005 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123772349 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13978684 memory=-2127760103059106857 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123772349 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264989365920 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13978684 memory=-2895393861898743079 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123772350 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264988312816 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13978684 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) R 1403 1403 8563 0 -1 4202560 1197 0 0 0 22 0 0 0 20 0 15 0 123772352 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264986194592 140265429701920 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13978684 memory=140598036384144 CPUtime=0.22 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) R 1403 1403 8563 0 -1 4202560 734 0 0 0 22 0 0 0 20 0 15 0 123772352 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264985142456 140265424945709 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13978684 memory=140600049402816 CPUtime=0.21 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 1317 0 0 0 21 0 0 0 20 0 15 0 123772352 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13978684 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13978684 memory=7662146121889830507 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772361 14314172416 22869 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 92856 KiB

[startup+1.50088 s]
/proc/loadavg: 5.05 4.52 3.34 3/211 1419
/proc/meminfo: memFree=26737796/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13980732 memory=205548 CPUtime=3.34 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 16944 0 0 0 324 10 0 0 20 0 15 0 123772347 14316269568 51387 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3495183 51387 3197 1 0 3483476 0
[pid=1405/tid=1406] ppid=1403 vsize=13980732 memory=1292 CPUtime=1.32 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 8606 0 0 0 127 5 0 0 20 0 15 0 123772347 14316269568 51387 18446744073709551615 4194304 4196468 140724163365904 140265449010544 140265062943360 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 123772348 14316269568 51387 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13980732 memory=198092 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 123772348 14316269568 51387 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 123772348 14316269568 51387 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13980732 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7

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

/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 123772348 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140264989365984 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13980732 memory=281196072607936 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 123772350 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140264988312832 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13980732 memory=12854 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13980732 memory=25330 CPUtime=2.32 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) R 1403 1403 8563 0 -1 4202560 3429 0 0 0 231 1 0 0 20 0 15 0 123772352 14316269568 56415 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265429653154 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13980732 memory=0 CPUtime=2.4 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) R 1403 1403 8563 0 -1 4202560 3226 0 0 0 240 0 0 0 20 0 15 0 123772352 14316269568 56419 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265437490586 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13980732 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 2595 0 0 0 65 1 0 0 20 0 15 0 123772352 14316269568 56419 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13980732 memory=213296 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 56419 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123772361 14316269568 56419 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 227040 KiB

[startup+6.30087 s]
/proc/loadavg: 4.80 4.47 3.34 3/211 1419
/proc/meminfo: memFree=26561640/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13980732 memory=350480 CPUtime=12.72 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 28127 0 0 0 1255 17 0 0 20 0 15 0 123772347 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3495183 87620 3237 1 0 3483476 0
[pid=1405/tid=1406] ppid=1403 vsize=13980732 memory=2248 CPUtime=6.1 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 9911 0 0 0 603 7 0 0 20 0 15 0 123772347 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140265449010424 140265063849018 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13980732 memory=350464 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 495 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13980732 memory=12848 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13980732 memory=7307492161283451233 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13980732 memory=7233457580815051876 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264989365984 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13980732 memory=73 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 123772350 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264988312832 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13980732 memory=0 CPUtime=2.96 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) S 1403 1403 8563 0 -1 1077944384 6447 0 0 0 295 1 0 0 20 0 15 0 123772352 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13980732 memory=1380 CPUtime=2.75 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) S 1403 1403 8563 0 -1 1077944384 5094 0 0 0 274 1 0 0 20 0 15 0 123772352 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13980732 memory=209616 CPUtime=0.74 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 4068 0 0 0 73 1 0 0 20 0 15 0 123772352 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 123772361 14316269568 87620 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351860 KiB

[startup+6.85607 s]
# the end of solver process 1403 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.1337 s, system=0.175399 s

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

[startup+6.40103 s]
/proc/loadavg: 4.80 4.47 3.34 3/211 1419
/proc/meminfo: memFree=26561640/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13980732 memory=350500 CPUtime=12.83 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 28133 0 0 0 1266 17 0 0 20 0 15 0 123772347 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3495183 87625 3237 1 0 3483476 0
[pid=1405/tid=1406] ppid=1403 vsize=13980732 memory=1836 CPUtime=6.2 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 9911 0 0 0 613 7 0 0 20 0 15 0 123772347 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265449010424 140265063851004 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13980732 memory=1228 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 495 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13980732 memory=796 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13980732 memory=5788 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13980732 memory=308656 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264989365984 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13980732 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 123772350 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264988312832 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13980732 memory=6944613755479294112 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13980732 memory=0 CPUtime=2.96 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) S 1403 1403 8563 0 -1 1077944384 6448 0 0 0 295 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13980732 memory=140598036525152 CPUtime=2.75 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) S 1403 1403 8563 0 -1 1077944384 5094 0 0 0 274 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13980732 memory=19013820223058 CPUtime=0.75 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 4073 0 0 0 74 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13980732 memory=-7749696028082845524 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13980732 memory=4137280412607091059 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 123772361 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 12.83 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351880 KiB

[startup+6.80085 s]
/proc/loadavg: 4.80 4.47 3.34 3/211 1419
/proc/meminfo: memFree=26561640/32770624 swapFree=67108860/67108860
[pid=1403] ppid=1400 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1403/stat : 1403 (xcsp3-exec) S 1400 1403 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123772341 9740288 345 18446744073709551615 4194304 5098028 140736334513424 140736334511528 140392242569852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 7884800 140736334520696 140736334520901 140736334520901 140736334524395 0
/proc/1403/statm: 2378 345 289 221 0 87 0
[pid=1405] ppid=1403 vsize=13980732 memory=350500 CPUtime=13.24 cores=1,3,5,7
/proc/1405/stat : 1405 (java) S 1403 1403 8563 0 -1 1077944320 28148 0 0 0 1307 17 0 0 20 0 15 0 123772347 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140724163348448 140265444773623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
/proc/1405/statm: 3495183 87625 3237 1 0 3483476 0
[pid=1405/tid=1406] ppid=1403 vsize=13980732 memory=7680170660397595203 CPUtime=6.6 cores=1,3,5,7
/proc/1405/task/1406/stat : 1406 (java) R 1403 1403 8563 0 -1 4202560 9912 0 0 0 653 7 0 0 20 0 15 0 123772347 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265449009696 140265063849194 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1407] ppid=1403 vsize=13980732 memory=2372 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1407/stat : 1407 (java) S 1403 1403 8563 0 -1 1077944384 495 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265379207696 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1408] ppid=1403 vsize=13980732 memory=64 CPUtime=0.01 cores=1,3,5,7
/proc/1405/task/1408/stat : 1408 (java) S 1403 1403 8563 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265043704464 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1409] ppid=1403 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1409/stat : 1409 (java) S 1403 1403 8563 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265042651408 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1410] ppid=1403 vsize=13980732 memory=281193790725231 CPUtime=0.02 cores=1,3,5,7
/proc/1405/task/1410/stat : 1410 (java) S 1403 1403 8563 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 15 0 123772348 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140265041598864 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1411] ppid=1403 vsize=13980732 memory=281196072637872 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1411/stat : 1411 (java) S 1403 1403 8563 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264990419696 140265444784770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1412] ppid=1403 vsize=13980732 memory=281196072638136 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1412/stat : 1412 (java) S 1403 1403 8563 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 123772349 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264989365984 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1413] ppid=1403 vsize=13980732 memory=281196072636616 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1413/stat : 1413 (java) S 1403 1403 8563 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 123772350 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264988312832 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1414] ppid=1403 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1414/stat : 1414 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264987261392 140265444792219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1415] ppid=1403 vsize=13980732 memory=0 CPUtime=2.97 cores=1,3,5,7
/proc/1405/task/1415/stat : 1415 (java) S 1403 1403 8563 0 -1 1077944384 6454 0 0 0 296 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264986208496 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1416] ppid=1403 vsize=13980732 memory=1380 CPUtime=2.76 cores=1,3,5,7
/proc/1405/task/1416/stat : 1416 (java) S 1403 1403 8563 0 -1 1077944384 5099 0 0 0 275 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264985155952 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1417] ppid=1403 vsize=13980732 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/1405/task/1417/stat : 1417 (java) S 1403 1403 8563 0 -1 1077944384 4079 0 0 0 74 1 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264984102896 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1418] ppid=1403 vsize=13980732 memory=281196072422496 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1418/stat : 1418 (java) S 1403 1403 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123772352 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264983050592 140265444783829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
[pid=1405/tid=1419] ppid=1403 vsize=13980732 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/1405/task/1419/stat : 1419 (java) S 1403 1403 8563 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 123772361 14316269568 87625 18446744073709551615 4194304 4196468 140724163365904 140264981998640 140265444784770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37154816 140724163367345 140724163367521 140724163367521 140724163370959 0
Current children cumulated CPU time: 13.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351880 KiB

Child status: 0
Real time (s): 6.85612
CPU time (s): 13.3091
CPU user time (s): 13.1337
CPU system time (s): 0.175399
CPU usage (%): 194.12
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 351880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.1337
system time used= 0.175399
maximum resident set size= 350960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2876
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 1403
#   total CPU time (s): 13.3091
#   total CPU user time (s): 13.1337
#   total CPU system time (s): 0.175399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060199 second user time and 0.11166 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 09:37:51
IDJOB=4283786
IDBENCH=133265
IDSOLVER=2679
FILE ID=node125/4283786-1503215519
RUNJOBID= node125-1503171261-25501
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-7-mdd.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-4283786-1503215519/watcher-4283786-1503215519 -o /tmp/evaluation-result-4283786-1503215519/solver-4283786-1503215519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25501 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1463634625 HOME/instance-4283786-1503215519.xml

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

MD5SUM BENCH= 20a8e169b195ff609cdc9a5628947f82
RANDOM SEED=1463634625

node125.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.07
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.07
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.07
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.07
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:        26900592 kB
MemAvailable:   28143512 kB
Buffers:          330468 kB
Cached:          1217740 kB
SwapCached:            0 kB
Active:          4728252 kB
Inactive:         694244 kB
Active(anon):    3874620 kB
Inactive(anon):    49484 kB
Active(file):     853632 kB
Inactive(file):   644760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8548 kB
Writeback:            52 kB
AnonPages:       3873944 kB
Mapped:            75556 kB
Shmem:             49828 kB
Slab:             147348 kB
SReclaimable:     120724 kB
SUnreclaim:        26624 kB
KernelStack:        3488 kB
PageTables:        13084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5023740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3739648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61968 MiB
End job on node125 at 2017-08-20 09:37:58