Trace number 4283906

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 9.9911203 4.2480402

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-07_X2.xml
MD5SUMbe036177e118ca84375e398cb8709600
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 benchmark9.9911203
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Number of domains2
Minimum domain size10
Maximum domain size49
Distribution of domain sizes[{"size":10,"count":1},{"size":49,"count":49}]
Minimum variable degree15
Maximum variable degree49
Distribution of variable degrees[{"degree":15,"count":1},{"degree":48,"count":34},{"degree":49,"count":15}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1191}]
Number of extensional constraints0
Number of intensional constraints1191
Distribution of constraint types[{"type":"intension","count":1191}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.21	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283906-1503210727.xml"  -tl '2520s' -p 1 -x 3
0.05/0.40	c [HOME/instance-4283906-1503210727.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.46	c simple solver
0.42/0.52	c parse instance...
2.09/1.13	c solve instance...
9.91/4.23	s SATISFIABLE
9.91/4.23	v <instantiation>
9.91/4.23	v 	<list>w0 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] </list>
9.91/4.23	v 	<values>16 6 19 10 5 20 33 48 39 26 17 4 13 18 27 12 3 8 23 28 43 38 47 32 41 46 37 42 29 44 35 30 21 16 1 14 9 0 15 24 11 2 7 22 31 36 45 40 25 34 </values>
9.91/4.23	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 (14675 MiB free)
  memory of node 1: 16384 MiB (15424 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283906-1503210727/watcher-4283906-1503210727 -o /tmp/evaluation-result-4283906-1503210727/solver-4283906-1503210727 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1910998263 HOME/instance-4283906-1503210727.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=19238, runsolver pid=19235

[startup+0.100156 s]*
/proc/loadavg: 1.60 1.44 1.42 2/196 19239
/proc/meminfo: memFree=30822208/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (runsolver) D 19235 19238 28892 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 123265634 34791424 113 18446744073709551615 4194304 4346622 140728090467392 140728090464024 139722174882519 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 26169344 140728090468407 140728090468900 140728090468900 140728090472394 0
/proc/19238/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208879 s]*
/proc/loadavg: 1.63 1.45 1.43 3/196 19239
/proc/meminfo: memFree=30822208/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/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

[startup+0.309189 s]*
/proc/loadavg: 1.63 1.45 1.43 2/210 19253
/proc/meminfo: memFree=30810748/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13973868 memory=21988 CPUtime=0.05 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 4890 0 0 0 4 1 0 0 20 0 15 0 123265655 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3493467 5497 2576 1 0 3482964 0
[pid=19240/tid=19241] ppid=19238 vsize=13973868 memory=-7677926825137650786 CPUtime=0.04 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 3064 0 0 0 4 0 0 0 20 0 15 0 123265655 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453535373920 140453531153565 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13973868 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13973868 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13973868 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265657 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) S 19238 19238 28892 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 123265661 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453005454192 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265661 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453004401392 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) R 19238 19238 28892 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 15 0 123265661 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453003348592 140453510041736 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265666 14309240832 5497 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23368 KiB

[startup+0.700683 s]
/proc/loadavg: 1.63 1.45 1.43 4/211 19254
/proc/meminfo: memFree=30790568/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13978684 memory=54288 CPUtime=0.84 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 11331 0 0 0 79 5 0 0 20 0 15 0 123265655 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3494671 13572 3132 1 0 3482964 0
[pid=19240/tid=19241] ppid=19238 vsize=13978684 memory=3908 CPUtime=0.42 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 7824 0 0 0 39 3 0 0 20 0 15 0 123265655 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453535366080 140453531143574 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13978684 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123265657 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13978684 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) S 19238 19238 28892 0 -1 1077944384 608 0 0 0 8 0 0 0 20 0 15 0 123265661 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453005454192 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13978684 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) R 19238 19238 28892 0 -1 4202560 454 0 0 0 7 0 0 0 20 0 15 0 123265661 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453004401392 140453524116681 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) R 19238 19238 28892 0 -1 4202560 1138 0 0 0 24 0 0 0 20 0 15 0 123265661 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453003345528 140453510077967 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265666 14314172416 13572 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 55668 KiB

[startup+1.50155 s]
/proc/loadavg: 1.63 1.45 1.43 6/211 19254
/proc/meminfo: memFree=30744216/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13980732 memory=134972 CPUtime=3.47 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 36657 0 0 0 338 9 0 0 20 0 15 0 123265655 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3495183 33743 3193 1 0 3483476 0
[pid=19240/tid=19241] ppid=19238 vsize=13980732 memory=65868 CPUtime=1.22 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 9333 0 0 0 118 4 0 0 20 0 15 0 123265655 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453535366848 140453531143574 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13980732 memory=279444128788288 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13980732 memory=17809 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123265657 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13980732 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) R 19238 19238 28892 0 -1 4202560 12106 0 0 0 79 0 0 0 20 0 15 0 123265661 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453005438432 140453516027788 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13980732 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) R 19238 19238 28892 0 -1 4202560 8065 0 0 0 74 1 0 0 20 0 15 0 123265661 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453004390272 140453514617589 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13980732 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) S 19238 19238 28892 0 -1 1077944384 5834 0 0 0 64 2 0 0 20 0 15 0 123265661 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453003348592 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265666 14316269568 33743 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 136352 KiB

[startup+3.11037 s]
/proc/loadavg: 1.63 1.45 1.43 5/211 19254
/proc/meminfo: memFree=30647684/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13980732 memory=192208 CPUtime=8.34 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 42540 0 0 0 824 10 0 0 20 0 15 0 123265655 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3495183 48052 3204 1 0 3483476 0
[pid=19240/tid=19241] ppid=19238 vsize=13980732 memory=0 CPUtime=2.83 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 10200 0 0 0 278 5 0 0 20 0 15 0 123265655 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453535368896 140453516372909 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13980732 memory=219 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13980732 memory=139722064345350 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13980732 memory=279444128856912 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13980732 memory=279444128856848 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 123265657 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13980732 memory=126860 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13980732 memory=15825486446070293 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13980732 memory=0 CPUtime=2.36 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) R 19238 19238 28892 0 -1 4202560 14031 0 0 0 236 0 0 0 20 0 15 0 123265661 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453005454192 140453514516543 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13980732 memory=4028 CPUtime=2.31 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) R 19238 19238 28892 0 -1 4202560 10696 0 0 0 230 1 0 0 20 0 15 0 123265661 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453004401392 140453514617589 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13980732 memory=65868 CPUtime=0.81 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) R 19238 19238 28892 0 -1 1077944384 6248 0 0 0 78 3 0 0 20 0 15 0 123265661 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453003348592 140453531142786 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13980732 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123265666 14316269568 48052 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 193588 KiB

[startup+4.24798 s]
# the end of solver process 19238 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.85794 s, system=0.133177 s

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

[startup+3.20104 s]
/proc/loadavg: 1.63 1.45 1.43 5/211 19254
/proc/meminfo: memFree=30647684/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13980732 memory=194256 CPUtime=8.51 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 42554 0 0 0 841 10 0 0 20 0 15 0 123265655 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3495183 48564 3204 1 0 3483476 0
[pid=19240/tid=19241] ppid=19238 vsize=13980732 memory=3284 CPUtime=2.91 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) D 19238 19238 28892 0 -1 4202560 10202 0 0 0 286 5 0 0 20 0 15 0 123265655 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453535369016 140453171889165 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13980732 memory=139722064407665 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 123265657 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13980732 memory=279444128832928 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13980732 memory=7521995004687799001 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13980732 memory=6944656592387989600 CPUtime=2.41 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) D 19238 19238 28892 0 -1 4202560 14031 0 0 0 241 0 0 0 20 0 15 0 123265661 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453005440760 140453523848602 0 4 1 16800974 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13980732 memory=6943526294502006880 CPUtime=2.35 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) S 19238 19238 28892 0 -1 1077944384 10708 0 0 0 234 1 0 0 20 0 15 0 123265661 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453004388176 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13980732 memory=1380 CPUtime=0.81 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) D 19238 19238 28892 0 -1 4202560 6248 0 0 0 78 3 0 0 20 0 15 0 123265661 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453003348512 140453511055775 0 4 1 16800974 18446744072099675269 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13980732 memory=174796 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13980732 memory=139723876074080 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) D 19238 19238 28892 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 123265666 14316269568 48564 18446744073709551615 4194304 4196468 140726241469584 140453001243232 140453515987726 0 4 1 16800974 18446744072099675269 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 195636 KiB

[startup+4.00073 s]*
/proc/loadavg: 1.63 1.45 1.43 3/211 19254
/proc/meminfo: memFree=30614868/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13980732 memory=221332 CPUtime=9.68 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 44065 0 0 0 957 11 0 0 20 0 15 0 123265655 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3495183 55333 3207 1 0 3483476 0
[pid=19240/tid=19241] ppid=19238 vsize=13980732 memory=-7677926825137650786 CPUtime=3.63 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 10641 0 0 0 357 6 0 0 20 0 15 0 123265655 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453535367904 140453168714926 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13980732 memory=6345 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13980732 memory=86979865742068 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13980732 memory=8679671643560370547 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13980732 memory=139722301098232 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 123265657 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13980732 memory=14314172415 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13980732 memory=7158898494732019866 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13980732 memory=0 CPUtime=2.69 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) S 19238 19238 28892 0 -1 1077944384 14247 0 0 0 269 0 0 0 20 0 15 0 123265661 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453005454192 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13980732 memory=35 CPUtime=2.49 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) S 19238 19238 28892 0 -1 1077944384 11253 0 0 0 248 1 0 0 20 0 15 0 123265661 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453004401392 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13980732 memory=139722177891104 CPUtime=0.83 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) S 19238 19238 28892 0 -1 1077944384 6554 0 0 0 80 3 0 0 20 0 15 0 123265661 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453003348592 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13980732 memory=35 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13980732 memory=139722177895712 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 123265666 14316269568 55333 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 222712 KiB

[startup+4.20073 s]
/proc/loadavg: 1.63 1.45 1.43 3/211 19254
/proc/meminfo: memFree=30614868/32770624 swapFree=67108860/67108860
[pid=19238] ppid=19235 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19238/stat : 19238 (xcsp3-exec) S 19235 19238 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 123265634 9740288 345 18446744073709551615 4194304 5098028 140731924860976 140731924859080 139890090840700 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 20 0 0 7196144 7232144 16273408 140731924869496 140731924869701 140731924869701 140731924873195 0
/proc/19238/statm: 2378 345 289 221 0 87 0
[pid=19240] ppid=19238 vsize=13980732 memory=229544 CPUtime=9.91 cores=1,3,5,7
/proc/19240/stat : 19240 (java) S 19238 19238 28892 0 -1 1077944320 44683 0 0 0 980 11 0 0 20 0 15 0 123265655 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140726241452128 140453531131639 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
/proc/19240/statm: 3495183 57386 3207 1 0 3483476 0
[pid=19240/tid=19241] ppid=19238 vsize=13980732 memory=14408211781487614 CPUtime=3.82 cores=1,3,5,7
/proc/19240/task/19241/stat : 19241 (java) R 19238 19238 28892 0 -1 4202560 10767 0 0 0 376 6 0 0 20 0 15 0 123265655 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453535367904 140453171138096 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19242] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19242/stat : 19242 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453488098448 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19243] ppid=19238 vsize=13980732 memory=8580318734027995705 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19243/stat : 19243 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453487045648 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19244] ppid=19238 vsize=13980732 memory=-6518611492189750934 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19244/stat : 19244 (java) S 19238 19238 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453485992848 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19245] ppid=19238 vsize=13980732 memory=-8412656559033194355 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19245/stat : 19245 (java) S 19238 19238 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123265656 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453484940048 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19246] ppid=19238 vsize=13980732 memory=-6158907362674458256 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19246/stat : 19246 (java) S 19238 19238 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 123265657 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453009664368 140453531142786 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19247] ppid=19238 vsize=13980732 memory=-8253387840380694172 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19247/stat : 19247 (java) S 19238 19238 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453008610336 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19248] ppid=19238 vsize=13980732 memory=-8253387840380694172 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19248/stat : 19248 (java) S 19238 19238 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123265658 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453007557488 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19249] ppid=19238 vsize=13980732 memory=-8187100386482147110 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19249/stat : 19249 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453006505808 140453531150235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19250] ppid=19238 vsize=13980732 memory=-8181444420656536949 CPUtime=2.71 cores=1,3,5,7
/proc/19240/task/19250/stat : 19250 (java) S 19238 19238 28892 0 -1 1077944384 14584 0 0 0 271 0 0 0 20 0 15 0 123265661 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453005454192 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19251] ppid=19238 vsize=13980732 memory=-6078026429024747463 CPUtime=2.51 cores=1,3,5,7
/proc/19240/task/19251/stat : 19251 (java) S 19238 19238 28892 0 -1 1077944384 11354 0 0 0 250 1 0 0 20 0 15 0 123265661 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453004401392 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19252] ppid=19238 vsize=13980732 memory=-8253362664378451622 CPUtime=0.83 cores=1,3,5,7
/proc/19240/task/19252/stat : 19252 (java) S 19238 19238 28892 0 -1 1077944384 6608 0 0 0 80 3 0 0 20 0 15 0 123265661 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453003348592 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19253] ppid=19238 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19253/stat : 19253 (java) S 19238 19238 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123265661 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453002296032 140453531141845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
[pid=19240/tid=19254] ppid=19238 vsize=13980732 memory=-7385037593950845031 CPUtime=0 cores=1,3,5,7
/proc/19240/task/19254/stat : 19254 (java) S 19238 19238 28892 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 123265666 14316269568 57386 18446744073709551615 4194304 4196468 140726241469584 140453001243312 140453531142786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 14860288 140726241472945 140726241473121 140726241473121 140726241476559 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 230924 KiB

Child status: 0
Real time (s): 4.24804
CPU time (s): 9.99112
CPU user time (s): 9.85794
CPU system time (s): 0.133177
CPU usage (%): 235.194
Max. virtual memory (cumulated for all children) (KiB): 13994456
Max. memory (cumulated for all children) (KiB): 230924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.85794
system time used= 0.133177
maximum resident set size= 238232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47339
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= 2726
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 19238
#   total CPU time (s): 9.99112
#   total CPU user time (s): 9.85794
#   total CPU system time (s): 0.133177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061429 second user time and 0.071301 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 08:17:55
IDJOB=4283906
IDBENCH=130602
IDSOLVER=2679
FILE ID=node127/4283906-1503210727
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-07_X2.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-4283906-1503210727/watcher-4283906-1503210727 -o /tmp/evaluation-result-4283906-1503210727/solver-4283906-1503210727 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1910998263 HOME/instance-4283906-1503210727.xml

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

MD5SUM BENCH= be036177e118ca84375e398cb8709600
RANDOM SEED=1910998263

node127.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.92
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.92
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.92
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.92
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:        30822240 kB
MemAvailable:   31692860 kB
Buffers:          304888 kB
Cached:           867188 kB
SwapCached:            0 kB
Active:          1113008 kB
Inactive:         386300 kB
Active(anon):     277784 kB
Inactive(anon):    99148 kB
Active(file):     835224 kB
Inactive(file):   287152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        326924 kB
Mapped:            75428 kB
Shmem:             49828 kB
Slab:             154560 kB
SReclaimable:     128160 kB
SUnreclaim:        26400 kB
KernelStack:        3456 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     939496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 62016 MiB
End job on node127 at 2017-08-20 08:17:59