Trace number 4282282

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 4.0.5 seq (2017-08-18)SAT 0.90050602 0.623914

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-bqwh15-106/
bqwh-15-106-36_X2.xml
MD5SUM419f192ede46110223acbf79f19a6c6b
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.0098369997
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints30
Number of domains99
Minimum domain size1
Maximum domain size6
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":15},{"size":3,"count":35},{"size":4,"count":42},{"size":5,"count":9},{"size":6,"count":4}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":106}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":28},{"arity":8,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282282-1503158844.xml"  -tl '2520s' -p 1 -x 0
0.10/0.28	c [HOME/instance-4282282-1503158844.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
0.63/0.58	c solve instance...
0.63/0.61	s SATISFIABLE
0.63/0.61	v <instantiation>
0.63/0.61	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 </list>
0.63/0.61	v 	<values>9 10 6 5 7 4 8 1 6 9 12 5 10 11 8 12 14 10 4 9 6 11 2 12 9 7 14 6 13 1 11 12 0 9 5 8 9 6 5 12 3 2 1 8 12 4 10 0 7 11 9 14 13 10 2 1 0 1 5 8 4 3 10 4 2 10 7 5 0 9 3 5 8 11 2 6 14 2 9 12 8 6 7 5 6 14 10 3 12 11 13 6 7 4 11 14 3 5 0 5 11 12 14 10 2 1 </values>
0.63/0.61	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 (14828 MiB free)
  memory of node 1: 16384 MiB (15088 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282282-1503158844/watcher-4282282-1503158844 -o /tmp/evaluation-result-4282282-1503158844/solver-4282282-1503158844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 187081949 HOME/instance-4282282-1503158844.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
solver pid=23248, runsolver pid=23245
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.43 2.03 1.96 3/199 23251
/proc/meminfo: memFree=30634096/32770624 swapFree=67108860/67108860
[pid=23248] ppid=23245 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (xcsp3-exec) S 23245 23248 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118104878 9740288 345 18446744073709551615 4194304 5098028 140723585233008 140723585231112 139832142721660 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 38686720 140723585237369 140723585237573 140723585237573 140723585241067 0
/proc/23248/statm: 2378 345 289 221 0 87 0
[pid=23250] ppid=23248 vsize=13358712 memory=11992 CPUtime=0 cores=0,2,4,6
/proc/23250/stat : 23250 (java) S 23248 23248 8563 0 -1 1077944320 2780 0 0 0 0 0 0 0 20 0 6 0 118104888 13679321088 2998 18446744073709551615 4194304 4196468 140729190032384 140729190014928 139895388491511 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
/proc/23250/statm: 3339678 2998 1465 1 0 3329175 0
[pid=23250/tid=23251] ppid=23248 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23251/stat : 23251 (java) R 23248 23248 8563 0 -1 4202560 1610 0 0 0 0 0 0 0 20 0 6 0 118104888 13679321088 3064 18446744073709551615 4194304 4196468 140729190032384 139895392727632 139895349473142 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23252] ppid=23248 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23252/stat : 23252 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118104889 13679321088 3064 18446744073709551615 4194304 4196468 140729190032384 139895345458064 139895388501717 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23253] ppid=23248 vsize=13358712 memory=140195651253888 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23253/stat : 23253 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118104889 13679321088 3064 18446744073709551615 4194304 4196468 140729190032384 139895344405264 139895388501717 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23254] ppid=23248 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23254/stat : 23254 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 118104889 13679321088 3130 18446744073709551615 4194304 4196468 140729190032384 139895343352976 139895388501717 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23255] ppid=23248 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23255/stat : 23255 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118104889 13679321088 3130 18446744073709551615 4194304 4196468 140729190032384 139895342300176 139895388501717 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 13372 KiB

[startup+0.217894 s]*
/proc/loadavg: 2.43 2.03 1.96 4/212 23264
/proc/meminfo: memFree=30618956/32770624 swapFree=67108860/67108860
[pid=23248] ppid=23245 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (xcsp3-exec) S 23245 23248 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118104878 9740288 345 18446744073709551615 4194304 5098028 140723585233008 140723585231112 139832142721660 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 38686720 140723585237369 140723585237573 140723585237573 140723585241067 0
/proc/23248/statm: 2378 345 289 221 0 87 0
[pid=23250] ppid=23248 vsize=13974352 memory=27476 CPUtime=0.1 cores=0,2,4,6
/proc/23250/stat : 23250 (java) S 23248 23248 8563 0 -1 1077944320 5269 0 0 0 9 1 0 0 20 0 15 0 118104888 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 140729190014928 139895388491511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
/proc/23250/statm: 3493588 6869 2753 1 0 3482964 0
[pid=23250/tid=23251] ppid=23248 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=0,2,4,6
/proc/23250/task/23251/stat : 23251 (java) R 23248 23248 8563 0 -1 4202560 3418 0 0 0 7 0 0 0 20 0 15 0 118104888 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139895392721664 139895370990576 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23252] ppid=23248 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23252/stat : 23252 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139895345458064 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23253] ppid=23248 vsize=13974352 memory=140195651253888 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23253/stat : 23253 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139895344405264 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23254] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23254/stat : 23254 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139895343352976 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23255] ppid=23248 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23255/stat : 23255 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139895342300176 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23256] ppid=23248 vsize=13974352 memory=140195651253888 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23256/stat : 23256 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104890 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894866294896 139895388502658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23257] ppid=23248 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23257/stat : 23257 (java) S 23248 23248 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104891 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894865240864 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23258] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23258/stat : 23258 (java) S 23248 23248 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104891 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894864188528 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23259] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23259/stat : 23259 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894863136848 139895388510107 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23260] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23260/stat : 23260 (java) R 23248 23248 8563 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894862084720 139895388502658 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23261] ppid=23248 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23261/stat : 23261 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894861031920 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23262] ppid=23248 vsize=13974352 memory=140195651253888 CPUtime=0.01 cores=0,2,4,6
/proc/23250/task/23262/stat : 23262 (java) S 23248 23248 8563 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 118104894 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894859979632 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23263] ppid=23248 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23263/stat : 23263 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894858927072 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23264] ppid=23248 vsize=13974352 memory=140195651253888 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23264/stat : 23264 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104898 14309736448 6869 18446744073709551615 4194304 4196468 140729190032384 139894857873840 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28856 KiB

[startup+0.310322 s]*
/proc/loadavg: 2.43 2.03 1.96 3/212 23264
/proc/meminfo: memFree=30607836/32770624 swapFree=67108860/67108860
[pid=23248] ppid=23245 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (xcsp3-exec) S 23245 23248 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118104878 9740288 345 18446744073709551615 4194304 5098028 140723585233008 140723585231112 139832142721660 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 38686720 140723585237369 140723585237573 140723585237573 140723585241067 0
/proc/23248/statm: 2378 345 289 221 0 87 0
[pid=23250] ppid=23248 vsize=13974352 memory=37224 CPUtime=0.26 cores=0,2,4,6
/proc/23250/stat : 23250 (java) S 23248 23248 8563 0 -1 1077944320 8887 0 0 0 24 2 0 0 20 0 15 0 118104888 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 140729190014928 139895388491511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
/proc/23250/statm: 3493588 9306 2982 1 0 3482964 0
[pid=23250/tid=23251] ppid=23248 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/23250/task/23251/stat : 23251 (java) R 23248 23248 8563 0 -1 4202560 6092 0 0 0 15 2 0 0 20 0 15 0 118104888 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139895392727840 139895020604429 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23252] ppid=23248 vsize=13974352 memory=140195651260881 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23252/stat : 23252 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139895345458064 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23253] ppid=23248 vsize=13974352 memory=7305490985733023596 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23253/stat : 23253 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139895344405264 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23254] ppid=23248 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23254/stat : 23254 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139895343352976 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23255] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23255/stat : 23255 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139895342300176 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23256] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23256/stat : 23256 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104890 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894866294896 139895388502658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23257] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23257/stat : 23257 (java) S 23248 23248 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104891 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894865240864 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23258] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23258/stat : 23258 (java) S 23248 23248 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104891 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894864188528 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23259] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23259/stat : 23259 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894863136848 139895388510107 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23260] ppid=23248 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23250/task/23260/stat : 23260 (java) S 23248 23248 8563 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 118104894 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894862084720 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23261] ppid=23248 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23250/task/23261/stat : 23261 (java) S 23248 23248 8563 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 118104894 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894861031920 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23262] ppid=23248 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23250/task/23262/stat : 23262 (java) R 23248 23248 8563 0 -1 4202560 713 0 0 0 5 0 0 0 20 0 15 0 118104894 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894859979632 139895380728638 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23263] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23263/stat : 23263 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894858927072 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23264] ppid=23248 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23264/stat : 23264 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104898 14309736448 9306 18446744073709551615 4194304 4196468 140729190032384 139894857873840 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38604 KiB

[startup+0.623878 s]
# the end of solver process 23248 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.845062 s, system=0.055444 s

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

[startup+0.411093 s]*
/proc/loadavg: 2.43 2.03 1.96 5/212 23264
/proc/meminfo: memFree=30603604/32770624 swapFree=67108860/67108860
[pid=23248] ppid=23245 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (xcsp3-exec) S 23245 23248 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118104878 9740288 345 18446744073709551615 4194304 5098028 140723585233008 140723585231112 139832142721660 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 38686720 140723585237369 140723585237573 140723585237573 140723585241067 0
/proc/23248/statm: 2378 345 289 221 0 87 0
[pid=23250] ppid=23248 vsize=13978608 memory=43716 CPUtime=0.45 cores=0,2,4,6
/proc/23250/stat : 23250 (java) S 23248 23248 8563 0 -1 1077944320 10231 0 0 0 42 3 0 0 20 0 15 0 118104888 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 140729190014928 139895388491511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
/proc/23250/statm: 3494652 10929 3045 1 0 3482964 0
[pid=23250/tid=23251] ppid=23248 vsize=13978608 memory=-8774313645642428999 CPUtime=0.26 cores=0,2,4,6
/proc/23250/task/23251/stat : 23251 (java) R 23248 23248 8563 0 -1 4202560 7263 0 0 0 24 2 0 0 20 0 15 0 118104888 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139895392722608 139895381169525 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23252] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23252/stat : 23252 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139895345458064 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23253] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23253/stat : 23253 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139895344405264 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23254] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23254/stat : 23254 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104889 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139895343352976 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23255] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23255/stat : 23255 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104889 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139895342300176 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23256] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23256/stat : 23256 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104890 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894866294896 139895388502658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23257] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23257/stat : 23257 (java) S 23248 23248 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104891 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894865240864 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23258] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23258/stat : 23258 (java) S 23248 23248 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104891 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894864188528 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23259] ppid=23248 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23259/stat : 23259 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894863136848 139895388510107 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23260] ppid=23248 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23250/task/23260/stat : 23260 (java) R 23248 23248 8563 0 -1 4202560 550 0 0 0 3 0 0 0 20 0 15 0 118104894 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894862084720 139895369671111 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23261] ppid=23248 vsize=13978608 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23250/task/23261/stat : 23261 (java) R 23248 23248 8563 0 -1 1077944384 319 0 0 0 3 0 0 0 20 0 15 0 118104894 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894861031920 139895388502658 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23262] ppid=23248 vsize=13978608 memory=140195651253888 CPUtime=0.1 cores=0,2,4,6
/proc/23250/task/23262/stat : 23262 (java) R 23248 23248 8563 0 -1 4202560 797 0 0 0 10 0 0 0 20 0 15 0 118104894 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894859976000 139895367410080 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23263] ppid=23248 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23263/stat : 23263 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104894 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894858927072 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23264] ppid=23248 vsize=13978608 memory=140195651253888 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23264/stat : 23264 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104898 14314094592 10929 18446744073709551615 4194304 4196468 140729190032384 139894857873840 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 45096 KiB

[startup+0.61087 s]
/proc/loadavg: 2.43 2.03 1.96 5/212 23264
/proc/meminfo: memFree=30597556/32770624 swapFree=67108860/67108860
[pid=23248] ppid=23245 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/23248/stat : 23248 (xcsp3-exec) S 23245 23248 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118104878 9740288 345 18446744073709551615 4194304 5098028 140723585233008 140723585231112 139832142721660 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 38686720 140723585237369 140723585237573 140723585237573 140723585241067 0
/proc/23248/statm: 2378 345 289 221 0 87 0
[pid=23250] ppid=23248 vsize=13980732 memory=60800 CPUtime=0.88 cores=0,2,4,6
/proc/23250/stat : 23250 (java) S 23248 23248 8563 0 -1 1077944320 12875 0 0 0 83 5 0 0 20 0 14 0 118104888 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 140729190014928 139895388491511 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
/proc/23250/statm: 3495183 15200 3165 1 0 3483476 0
[pid=23250/tid=23251] ppid=23248 vsize=13980732 memory=1108529 CPUtime=0.45 cores=0,2,4,6
/proc/23250/task/23251/stat : 23251 (java) S 23248 23248 8563 0 -1 1077944384 8605 0 0 0 42 3 0 0 20 0 14 0 118104888 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139895392734352 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23252] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23252/stat : 23252 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118104889 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139895345458064 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23253] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23253/stat : 23253 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118104889 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139895344405264 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23254] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23254/stat : 23254 (java) S 23248 23248 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 118104889 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139895343352976 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23255] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23255/stat : 23255 (java) S 23248 23248 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118104889 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139895342300176 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23256] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23256/stat : 23256 (java) S 23248 23248 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 118104890 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894866295104 139895388502658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23257] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23257/stat : 23257 (java) S 23248 23248 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 118104891 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894865240864 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23258] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23258/stat : 23258 (java) S 23248 23248 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 118104891 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894864188528 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23259] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23259/stat : 23259 (java) S 23248 23248 8563 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 118104894 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894863136496 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23260] ppid=23248 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23250/task/23260/stat : 23260 (java) R 23248 23248 8563 0 -1 4202560 1027 0 0 0 9 0 0 0 20 0 14 0 118104894 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894862070744 139895371876856 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23261] ppid=23248 vsize=13980732 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23250/task/23261/stat : 23261 (java) R 23248 23248 8563 0 -1 4202560 655 0 0 0 10 0 0 0 20 0 14 0 118104894 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894861017800 139895367740891 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23262] ppid=23248 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/23250/task/23262/stat : 23262 (java) S 23248 23248 8563 0 -1 1077944384 1277 0 0 0 22 0 0 0 20 0 14 0 118104894 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894859979632 139895388502658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
[pid=23250/tid=23263] ppid=23248 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23250/task/23263/stat : 23263 (java) S 23248 23248 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 118104894 14316269568 15200 18446744073709551615 4194304 4196468 140729190032384 139894858927072 139895388501717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18550784 140729190035889 140729190036065 140729190036065 140729190039503 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62180 KiB

Child status: 0
Real time (s): 0.623914
CPU time (s): 0.900506
CPU user time (s): 0.845062
CPU system time (s): 0.055444
CPU usage (%): 144.332
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 62180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.845062
system time used= 0.055444
maximum resident set size= 61792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1263
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 23248
#   total CPU time (s): 0.900506
#   total CPU user time (s): 0.845062
#   total CPU system time (s): 0.055444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02179 second user time and 0.050335 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 17:53:16
IDJOB=4282282
IDBENCH=138849
IDSOLVER=2677
FILE ID=node125/4282282-1503158844
RUNJOBID= node125-1503095795-8621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-bqwh15-106/bqwh-15-106-36_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-4282282-1503158844/watcher-4282282-1503158844 -o /tmp/evaluation-result-4282282-1503158844/solver-4282282-1503158844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 187081949 HOME/instance-4282282-1503158844.xml

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

MD5SUM BENCH= 419f192ede46110223acbf79f19a6c6b
RANDOM SEED=187081949

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30635336 kB
MemAvailable:   31793736 kB
Buffers:          326512 kB
Cached:          1138908 kB
SwapCached:            0 kB
Active:          1018824 kB
Inactive:         678272 kB
Active(anon):     232196 kB
Inactive(anon):    49484 kB
Active(file):     786628 kB
Inactive(file):   628788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:        231500 kB
Mapped:            73792 kB
Shmem:             49828 kB
Slab:             144240 kB
SReclaimable:     117636 kB
SUnreclaim:        26604 kB
KernelStack:        3424 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1223708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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 node125 at 2017-08-19 17:53:17