Trace number 4283780

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 8.8879499 4.2601099

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-19.xml
MD5SUMb7fb7dcafefa376b1b73f285fdc4e3bd
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.27159199
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":34},{"degree":4,"count":39},{"degree":5,"count":8}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":37,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283780-1503214091.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4283780-1503214091.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
0.68/0.58	c solve instance...
8.74/4.09	s SATISFIABLE
8.74/4.09	v <instantiation>
8.74/4.09	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
8.74/4.09	v 	<values>32 23 48 2 28 4 79 72 81 50 17 62 51 1 3 58 66 61 33 27 75 40 80 6 64 18 26 49 53 22 42 14 67 20 37 65 54 57 35 74 25 41 16 60 7 46 59 13 5 56 73 47 36 34 29 71 15 70 78 43 21 11 31 68 38 44 76 10 63 12 39 19 8 24 55 9 77 69 52 30 45 </values>
8.74/4.09	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 (15281 MiB free)
  memory of node 1: 16384 MiB (12164 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283780-1503214091/watcher-4283780-1503214091 -o /tmp/evaluation-result-4283780-1503214091/solver-4283780-1503214091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1915547998 HOME/instance-4283780-1503214091.xml 

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

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=30090, runsolver pid=30087

[startup+0.100089 s]*
/proc/loadavg: 1.76 1.58 1.47 3/203 30097
/proc/meminfo: memFree=28094284/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13441356 memory=17204 CPUtime=0.02 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 3563 0 0 0 1 1 0 0 20 0 7 0 123604138 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3360339 4301 2022 1 0 3349836 0
[pid=30092/tid=30093] ppid=30090 vsize=13441356 memory=-8713483618642457696 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 2319 0 0 0 1 0 0 0 20 0 7 0 123604138 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140206104054544 140206099834013 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 123604139 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13441356 memory=139935383320192 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 123604139 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 123604139 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 123604139 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13441356 memory=139935383320192 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 123604140 13763948544 4301 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18584 KiB

[startup+0.210997 s]*
/proc/loadavg: 1.76 1.58 1.47 4/212 30106
/proc/meminfo: memFree=28086548/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13974352 memory=27740 CPUtime=0.11 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 5343 0 0 0 10 1 0 0 20 0 15 0 123604138 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3493588 6935 2851 1 0 3482964 0
[pid=30092/tid=30093] ppid=30090 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 3365 0 0 0 8 1 0 0 20 0 15 0 123604138 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140206104040320 140206081397168 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13974352 memory=3761826736788240032 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13974352 memory=139935383320192 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604140 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123604141 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123604141 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) R 30090 30090 8557 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205280860528 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205279807728 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13974352 memory=139935383320192 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) R 30090 30090 8557 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 15 0 123604143 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206099824022 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13974352 memory=139935383320192 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604148 14309736448 6935 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29120 KiB

[startup+0.310161 s]*
/proc/loadavg: 1.76 1.58 1.47 5/212 30106
/proc/meminfo: memFree=28075156/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13974352 memory=39364 CPUtime=0.31 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 9023 0 0 0 28 3 0 0 20 0 15 0 123604138 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3493588 9841 3026 1 0 3482964 0
[pid=30092/tid=30093] ppid=30090 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 6233 0 0 0 16 2 0 0 20 0 15 0 123604138 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140206104049056 140206083892574 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604140 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123604141 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123604141 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13974352 memory=139935269278656 CPUtime=0.03 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) S 30090 30090 8557 0 -1 1077944384 664 0 0 0 3 0 0 0 20 0 15 0 123604143 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205280860528 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) R 30090 30090 8557 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 123604143 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205279807728 140206099823234 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13974352 memory=139935383320192 CPUtime=0.06 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) R 30090 30090 8557 0 -1 4202560 726 0 0 0 6 0 0 0 20 0 15 0 123604143 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206092049214 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13974352 memory=139935383320192 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604148 14309736448 9841 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40744 KiB

[startup+0.701455 s]
/proc/loadavg: 1.76 1.58 1.47 3/212 30106
/proc/meminfo: memFree=28063564/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13980732 memory=64156 CPUtime=1.31 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 13216 0 0 0 126 5 0 0 20 0 15 0 123604138 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3495183 16039 3174 1 0 3483476 0
[pid=30092/tid=30093] ppid=30090 vsize=13980732 memory=6153716168521769809 CPUtime=0.56 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 8536 0 0 0 53 3 0 0 20 0 15 0 123604138 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140206104050688 140205734526208 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13980732 memory=7086521019830130256 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13980732 memory=7007707949394126417 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13980732 memory=279870538231152 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123604140 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13980732 memory=279870538248912 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13980732 memory=825307185 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) R 30090 30090 8557 0 -1 4202560 1228 0 0 0 23 0 0 0 20 0 15 0 123604143 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205280844640 140206084693312 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13980732 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) R 30090 30090 8557 0 -1 4202560 733 0 0 0 20 0 0 0 20 0 15 0 123604143 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205279788744 140206083310952 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) R 30090 30090 8557 0 -1 4202560 1419 0 0 0 28 0 0 0 20 0 15 0 123604143 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206078385886 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13980732 memory=51880 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604148 14316269568 16039 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65536 KiB

[startup+1.50075 s]
/proc/loadavg: 1.78 1.58 1.47 5/212 30106
/proc/meminfo: memFree=28021628/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13980732 memory=130228 CPUtime=3.9 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 22676 0 0 0 383 7 0 0 20 0 15 0 123604138 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3495183 32557 3194 1 0 3483476 0
[pid=30092/tid=30093] ppid=30090 vsize=13980732 memory=64156 CPUtime=1.36 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 9119 0 0 0 132 4 0 0 20 0 15 0 123604138 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140206104048544 140205739993448 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13980732 memory=279870538049424 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13980732 memory=123 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13980732 memory=405 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13980732 memory=8330969454845486047 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123604140 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13980732 memory=8547710663883855229 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13980732 memory=-4695052241013923951 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13980732 memory=7649399380053602355 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13980732 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) R 30090 30090 8557 0 -1 4202560 4222 0 0 0 103 0 0 0 20 0 15 0 123604143 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205280851360 140206078048473 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13980732 memory=66564 CPUtime=0.98 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) R 30090 30090 8557 0 -1 4202560 4591 0 0 0 98 0 0 0 20 0 15 0 123604143 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205279793608 140206083222959 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13980732 memory=1240 CPUtime=0.48 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) S 30090 30090 8557 0 -1 1077944384 3424 0 0 0 48 0 0 0 20 0 15 0 123604143 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13980732 memory=1672 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604148 14316269568 32557 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 131608 KiB

[startup+3.11029 s]
/proc/loadavg: 1.78 1.58 1.47 4/212 30106
/proc/meminfo: memFree=27715432/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13980732 memory=202588 CPUtime=7.29 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 25641 0 0 0 720 9 0 0 20 0 15 0 123604138 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3495183 50647 3216 1 0 3483476 0
[pid=30092/tid=30093] ppid=30090 vsize=13980732 memory=4144 CPUtime=2.96 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 9786 0 0 0 291 5 0 0 20 0 15 0 123604138 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140206104048896 140205740082940 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13980732 memory=201980 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 123604140 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13980732 memory=201516 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13980732 memory=9138 CPUtime=1.89 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) S 30090 30090 8557 0 -1 1077944384 4783 0 0 0 189 0 0 0 20 0 15 0 123604143 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205280860528 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13980732 memory=22298 CPUtime=1.74 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) S 30090 30090 8557 0 -1 1077944384 5024 0 0 0 173 1 0 0 20 0 15 0 123604143 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205279807728 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13980732 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) S 30090 30090 8557 0 -1 1077944384 4318 0 0 0 62 1 0 0 20 0 15 0 123604143 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13980732 memory=66564 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 123604148 14316269568 50647 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 203968 KiB

[startup+4.26006 s]
# the end of solver process 30090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.7682 s, system=0.119749 s

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

[startup+3.20092 s]
/proc/loadavg: 1.78 1.58 1.47 4/212 30106
/proc/meminfo: memFree=27715432/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13980732 memory=202724 CPUtime=7.45 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 25661 0 0 0 736 9 0 0 20 0 15 0 123604138 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3495183 50681 3216 1 0 3483476 0
[pid=30092/tid=30093] ppid=30090 vsize=13980732 memory=5768 CPUtime=3.05 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 9792 0 0 0 300 5 0 0 20 0 15 0 123604138 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140206104048896 140205738082794 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13980732 memory=4584 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13980732 memory=872 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 123604140 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13980732 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13980732 memory=7352 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13980732 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13980732 memory=14340 CPUtime=1.91 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) S 30090 30090 8557 0 -1 1077944384 4788 0 0 0 191 0 0 0 20 0 15 0 123604143 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205280860528 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13980732 memory=796 CPUtime=1.79 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) S 30090 30090 8557 0 -1 1077944384 5033 0 0 0 178 1 0 0 20 0 15 0 123604143 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205279807728 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13980732 memory=1228 CPUtime=0.63 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) S 30090 30090 8557 0 -1 1077944384 4318 0 0 0 62 1 0 0 20 0 15 0 123604143 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13980732 memory=1400 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13980732 memory=15348 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 123604148 14316269568 50681 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 204104 KiB

[startup+4.00087 s]*
/proc/loadavg: 1.78 1.58 1.47 4/212 30106
/proc/meminfo: memFree=27702516/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
[pid=30092] ppid=30090 vsize=13980732 memory=215244 CPUtime=8.74 cores=0,2,4,6
/proc/30092/stat : 30092 (java) S 30090 30090 8557 0 -1 1077944320 26236 0 0 0 863 11 0 0 20 0 15 0 123604138 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140726832120448 140206099812087 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
/proc/30092/statm: 3495183 53811 3218 1 0 3483476 0
[pid=30092/tid=30093] ppid=30090 vsize=13980732 memory=-8774313645642428999 CPUtime=3.84 cores=0,2,4,6
/proc/30092/task/30093/stat : 30093 (java) R 30090 30090 8557 0 -1 4202560 9804 0 0 0 379 5 0 0 20 0 15 0 123604138 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140206104049400 140205741182732 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30094] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30094/stat : 30094 (java) S 30090 30090 8557 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 123604139 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140206056778384 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30095] ppid=30090 vsize=13980732 memory=11988 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30095/stat : 30095 (java) S 30090 30090 8557 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 15 0 123604139 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140206055725584 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30096] ppid=30090 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30096/stat : 30096 (java) S 30090 30090 8557 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 15 0 123604139 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140206054672784 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30097] ppid=30090 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30092/task/30097/stat : 30097 (java) S 30090 30090 8557 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 15 0 123604139 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205696936208 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30098] ppid=30090 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30098/stat : 30098 (java) S 30090 30090 8557 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 15 0 123604140 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205285071728 140206099823234 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30099] ppid=30090 vsize=13980732 memory=644 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30099/stat : 30099 (java) S 30090 30090 8557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205284017696 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30100] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30100/stat : 30100 (java) S 30090 30090 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 123604141 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205282964848 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30101] ppid=30090 vsize=13980732 memory=46532 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30101/stat : 30101 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205281913168 140206099830683 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30102] ppid=30090 vsize=13980732 memory=6656426216303648864 CPUtime=2.1 cores=0,2,4,6
/proc/30092/task/30102/stat : 30102 (java) S 30090 30090 8557 0 -1 1077944384 4818 0 0 0 210 0 0 0 20 0 15 0 123604143 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205280860528 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30103] ppid=30090 vsize=13980732 memory=6944656575208382560 CPUtime=2.04 cores=0,2,4,6
/proc/30092/task/30103/stat : 30103 (java) R 30090 30090 8557 0 -1 4202560 5060 0 0 0 203 1 0 0 20 0 15 0 123604143 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205279807728 140206083308926 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30104] ppid=30090 vsize=13980732 memory=6656426216303648864 CPUtime=0.65 cores=0,2,4,6
/proc/30092/task/30104/stat : 30104 (java) S 30090 30090 8557 0 -1 1077944384 4338 0 0 0 64 1 0 0 20 0 15 0 123604143 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205278754928 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30105] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30105/stat : 30105 (java) S 30090 30090 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123604143 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205277702368 140206099822293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
[pid=30092/tid=30106] ppid=30090 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30092/task/30106/stat : 30106 (java) S 30090 30090 8557 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 123604148 14316269568 53811 18446744073709551615 4194304 4196468 140726832137904 140205276650672 140206099823234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15433728 140726832144817 140726832144993 140726832144993 140726832148431 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216624 KiB

[startup+4.20044 s]
/proc/loadavg: 1.78 1.58 1.47 4/212 30106
/proc/meminfo: memFree=27702516/32770624 swapFree=67105588/67108860
[pid=30090] ppid=30087 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30090/stat : 30090 (xcsp3-exec) S 30087 30090 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123604130 9740288 345 18446744073709551615 4194304 5098028 140722287548432 140722287546536 140669876707964 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 25358336 140722287550840 140722287551045 140722287551045 140722287554539 0
/proc/30090/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 4.26011
CPU time (s): 8.88795
CPU user time (s): 8.7682
CPU system time (s): 0.119749
CPU usage (%): 208.632
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 216624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.7682
system time used= 0.119749
maximum resident set size= 215880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2466
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 30090
#   total CPU time (s): 8.88795
#   total CPU user time (s): 8.7682
#   total CPU system time (s): 0.119749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049374 second user time and 0.084817 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 09:14:06
IDJOB=4283780
IDBENCH=133205
IDSOLVER=2679
FILE ID=node126/4283780-1503214091
RUNJOBID= node126-1503172173-21712
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-19.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-4283780-1503214091/watcher-4283780-1503214091 -o /tmp/evaluation-result-4283780-1503214091/solver-4283780-1503214091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1915547998 HOME/instance-4283780-1503214091.xml

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

MD5SUM BENCH= b7fb7dcafefa376b1b73f285fdc4e3bd
RANDOM SEED=1915547998

node126.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.81
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.81
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.81
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.81
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:        28104516 kB
MemAvailable:   28720776 kB
Buffers:          319972 kB
Cached:           586764 kB
SwapCached:          524 kB
Active:          3807028 kB
Inactive:         382416 kB
Active(anon):    3238728 kB
Inactive(anon):    93904 kB
Active(file):     568300 kB
Inactive(file):   288512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7596 kB
Writeback:            12 kB
AnonPages:       3282068 kB
Mapped:            72768 kB
Shmem:             49824 kB
Slab:             177444 kB
SReclaimable:     150564 kB
SUnreclaim:        26880 kB
KernelStack:        3472 kB
PageTables:        11872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4446200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3162112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 09:14:10