Trace number 4280708

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 par (2017-08-18)SAT 1.75615 0.67038602

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-summer-school-coolest.xml
MD5SUM555d6e0ee5aa3949136a27d145c75cc2
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.013133
Satisfiable
(Un)Satisfiability was proved
Number of variables33
Number of constraints18
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":10}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":2},{"degree":3,"count":9},{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":1},{"arity":3,"count":2},{"arity":4,"count":10},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints17
Distribution of constraint types[{"type":"intension","count":17},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280708-1503171848.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4280708-1503171848.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.46/0.61	c solve instance...
1.46/0.66	s SATISFIABLE
1.46/0.66	v <instantiation>
1.46/0.66	v 	<list>l[2] l[4] l[7] l[11] l[12] l[14] l[17] l[18] l[19] l[20] C[0] C[1] C[2] C[3] C[4] C[5] C[6] </list>
1.46/0.66	v 	<values>1 2 0 9 8 4 6 7 5 3 0 1 0 1 0 0 1 </values>
1.46/0.66	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 (12605 MiB free)
  memory of node 1: 16384 MiB (13793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280708-1503171848/watcher-4280708-1503171848 -o /tmp/evaluation-result-4280708-1503171848/solver-4280708-1503171848 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503163228-18525 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1280980270 HOME/instance-4280708-1503171848.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=20233, runsolver pid=20230
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 7.06 7.86 8.12 3/199 20254
/proc/meminfo: memFree=27017604/32770624 swapFree=67108860/67108860
[pid=20233] ppid=20230 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20233/stat : 20233 (xcsp3-exec) S 20230 20233 18498 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150272867 9740288 346 33554432000 4194304 5098028 140735787833280 140735787831384 140132177597052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15249408 140735787836516 140735787836727 140735787836727 140735787839467 0
/proc/20233/statm: 2378 346 289 221 0 87 0
[pid=20235] ppid=20233 vsize=25999808 memory=26376 CPUtime=0.11 cores=0-7
/proc/20235/stat : 20235 (java) S 20233 20233 18498 0 -1 1077944320 5470 0 0 0 10 1 0 0 20 0 20 0 150272868 26623803392 6594 33554432000 4194304 4196468 140721965460304 140721965442848 139995184144119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
/proc/20235/statm: 6499952 6594 2875 1 0 6488269 0
[pid=20235/tid=20236] ppid=20233 vsize=25999808 memory=7824049360276987546 CPUtime=0.09 cores=0-7
/proc/20235/task/20236/stat : 20236 (java) R 20233 20233 18498 0 -1 4202560 3474 0 0 0 8 1 0 0 20 0 20 0 150272868 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995188348256 139995170212238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20237] ppid=20233 vsize=25999808 memory=732370174302837733 CPUtime=0 cores=0-7
/proc/20235/task/20237/stat : 20237 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995136764688 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20238] ppid=20233 vsize=25999808 memory=140035965384320 CPUtime=0 cores=0-7
/proc/20235/task/20238/stat : 20238 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995135712144 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20239] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20239/stat : 20239 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995134659600 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20240] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20240/stat : 20240 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995133607056 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20241] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20241/stat : 20241 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995132553488 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20242] ppid=20233 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20242/stat : 20242 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139995131500944 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20243] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20243/stat : 20243 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139994736228880 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20244] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20244/stat : 20244 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26623803392 6594 33554432000 4194304 4196468 140721965460304 139994735176336 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20245] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20245/stat : 20245 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272870 26623803392 6594 33554432000 4194304 4196468 140721965460304 139993388882416 139995184155266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20246] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20246/stat : 20246 (java) S 20233 20233 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272871 26623803392 6594 33554432000 4194304 4196468 140721965460304 139993387828640 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20247] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20247/stat : 20247 (java) S 20233 20233 18498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150272871 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993386776048 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20248] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20248/stat : 20248 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272873 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993183939280 139995184162715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20249] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20249/stat : 20249 (java) S 20233 20233 18498 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 150272873 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993182885872 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20250] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20250/stat : 20250 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272873 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993181833328 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20251] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20251/stat : 20251 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272873 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993180780784 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20252] ppid=20233 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/20235/task/20252/stat : 20252 (java) S 20233 20233 18498 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 150272873 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993179728240 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20253] ppid=20233 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20253/stat : 20253 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272874 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993178675936 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20254] ppid=20233 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20254/stat : 20254 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272874 26623803392 6659 33554432000 4194304 4196468 140721965460304 139993177623472 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27760 KiB

[startup+0.209654 s]*
/proc/loadavg: 7.06 7.86 8.12 2/199 20254
/proc/meminfo: memFree=27006256/32770624 swapFree=67108860/67108860
[pid=20233] ppid=20230 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20233/stat : 20233 (xcsp3-exec) S 20230 20233 18498 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150272867 9740288 346 33554432000 4194304 5098028 140735787833280 140735787831384 140132177597052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15249408 140735787836516 140735787836727 140735787836727 140735787839467 0
/proc/20233/statm: 2378 346 289 221 0 87 0
[pid=20235] ppid=20233 vsize=26004064 memory=38576 CPUtime=0.33 cores=0-7
/proc/20235/stat : 20235 (java) S 20233 20233 18498 0 -1 1077944320 8294 0 0 0 30 3 0 0 20 0 20 0 150272868 26628161536 9644 33554432000 4194304 4196468 140721965460304 140721965442848 139995184144119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
/proc/20235/statm: 6501016 9644 3030 1 0 6488269 0
[pid=20235/tid=20236] ppid=20233 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/20235/task/20236/stat : 20236 (java) R 20233 20233 18498 0 -1 4202560 5371 0 0 0 18 2 0 0 20 0 20 0 150272868 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995188379888 139995184166045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20237] ppid=20233 vsize=26004064 memory=732370174302837733 CPUtime=0 cores=0-7
/proc/20235/task/20237/stat : 20237 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995136764688 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20238] ppid=20233 vsize=26004064 memory=140035965384320 CPUtime=0 cores=0-7
/proc/20235/task/20238/stat : 20238 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995135712144 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20239] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20239/stat : 20239 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995134659600 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20240] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20240/stat : 20240 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995133607056 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20241] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20241/stat : 20241 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995132553488 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20242] ppid=20233 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20242/stat : 20242 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139995131500944 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20243] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20243/stat : 20243 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139994736228880 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20244] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20244/stat : 20244 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628161536 9644 33554432000 4194304 4196468 140721965460304 139994735176336 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20245] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20245/stat : 20245 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272870 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993388882416 139995184155266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20246] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20246/stat : 20246 (java) S 20233 20233 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272871 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993387828640 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20247] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20247/stat : 20247 (java) S 20233 20233 18498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150272871 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993386776048 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20248] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20248/stat : 20248 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272873 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993183939280 139995184162715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20249] ppid=20233 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/20235/task/20249/stat : 20249 (java) S 20233 20233 18498 0 -1 1077944384 572 0 0 0 1 0 0 0 20 0 20 0 150272873 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993182885872 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20250] ppid=20233 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/20235/task/20250/stat : 20250 (java) S 20233 20233 18498 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 20 0 150272873 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993181833328 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20251] ppid=20233 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/20235/task/20251/stat : 20251 (java) S 20233 20233 18498 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 20 0 150272873 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993180780784 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20252] ppid=20233 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/20235/task/20252/stat : 20252 (java) S 20233 20233 18498 0 -1 1077944384 783 0 0 0 7 0 0 0 20 0 20 0 150272873 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993179728240 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20253] ppid=20233 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20253/stat : 20253 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272874 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993178675936 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20254] ppid=20233 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20254/stat : 20254 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272874 26628161536 9644 33554432000 4194304 4196468 140721965460304 139993177623472 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39960 KiB

[startup+0.376077 s]*
/proc/loadavg: 7.06 7.86 8.12 3/199 20254
/proc/meminfo: memFree=26997496/32770624 swapFree=67108860/67108860
[pid=20233] ppid=20230 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20233/stat : 20233 (xcsp3-exec) S 20230 20233 18498 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150272867 9740288 346 33554432000 4194304 5098028 140735787833280 140735787831384 140132177597052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15249408 140735787836516 140735787836727 140735787836727 140735787839467 0
/proc/20233/statm: 2378 346 289 221 0 87 0
[pid=20235] ppid=20233 vsize=26004140 memory=49976 CPUtime=0.61 cores=0-7
/proc/20235/stat : 20235 (java) S 20233 20233 18498 0 -1 1077944320 9702 0 0 0 57 4 0 0 20 0 20 0 150272868 26628239360 12494 33554432000 4194304 4196468 140721965460304 140721965442848 139995184144119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
/proc/20235/statm: 6501035 12494 3101 1 0 6488269 0
[pid=20235/tid=20236] ppid=20233 vsize=26004140 memory=6791534058613427641 CPUtime=0.36 cores=0-7
/proc/20235/task/20236/stat : 20236 (java) R 20233 20233 18498 0 -1 4202560 6419 0 0 0 33 3 0 0 20 0 20 0 150272868 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995188371824 139995184156054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20237] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20237/stat : 20237 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995136764688 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20238] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20238/stat : 20238 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995135712144 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20239] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20239/stat : 20239 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995134659600 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20240] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20240/stat : 20240 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995133607056 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20241] ppid=20233 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/20235/task/20241/stat : 20241 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995132553488 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20242] ppid=20233 vsize=26004140 memory=140035865277359 CPUtime=0 cores=0-7
/proc/20235/task/20242/stat : 20242 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139995131500944 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20243] ppid=20233 vsize=26004140 memory=140035865279664 CPUtime=0 cores=0-7
/proc/20235/task/20243/stat : 20243 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139994736228880 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20244] ppid=20233 vsize=26004140 memory=140035865281968 CPUtime=0 cores=0-7
/proc/20235/task/20244/stat : 20244 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26628239360 12494 33554432000 4194304 4196468 140721965460304 139994735176336 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20245] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20245/stat : 20245 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272870 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993388882416 139995184155266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20246] ppid=20233 vsize=26004140 memory=280071730570896 CPUtime=0 cores=0-7
/proc/20235/task/20246/stat : 20246 (java) S 20233 20233 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272871 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993387828640 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20247] ppid=20233 vsize=26004140 memory=280071730577808 CPUtime=0 cores=0-7
/proc/20235/task/20247/stat : 20247 (java) S 20233 20233 18498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150272871 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993386776048 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20248] ppid=20233 vsize=26004140 memory=280071730519088 CPUtime=0 cores=0-7
/proc/20235/task/20248/stat : 20248 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272873 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993183939280 139995184162715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20249] ppid=20233 vsize=26004140 memory=280071730591632 CPUtime=0.02 cores=0-7
/proc/20235/task/20249/stat : 20249 (java) S 20233 20233 18498 0 -1 1077944384 588 0 0 0 2 0 0 0 20 0 20 0 150272873 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993182885872 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20250] ppid=20233 vsize=26004140 memory=280071730598544 CPUtime=0.04 cores=0-7
/proc/20235/task/20250/stat : 20250 (java) S 20233 20233 18498 0 -1 1077944384 341 0 0 0 4 0 0 0 20 0 20 0 150272873 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993181833328 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20251] ppid=20233 vsize=26004140 memory=280071730596240 CPUtime=0.02 cores=0-7
/proc/20235/task/20251/stat : 20251 (java) S 20233 20233 18498 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 150272873 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993180780784 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20252] ppid=20233 vsize=26004140 memory=280071730612400 CPUtime=0.14 cores=0-7
/proc/20235/task/20252/stat : 20252 (java) R 20233 20233 18498 0 -1 4202560 930 0 0 0 14 0 0 0 20 0 20 0 150272873 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993179728240 139995163278849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20253] ppid=20233 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20253/stat : 20253 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272874 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993178675936 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20254] ppid=20233 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20254/stat : 20254 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272874 26628239360 12494 33554432000 4194304 4196468 140721965460304 139993177623472 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 51360 KiB

[startup+0.670344 s]
# the end of solver process 20233 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.67349 s, system=0.082659 s

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

[startup+0.409195 s]*
/proc/loadavg: 7.06 7.86 8.12 4/199 20254
/proc/meminfo: memFree=26994580/32770624 swapFree=67108860/67108860
[pid=20233] ppid=20230 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20233/stat : 20233 (xcsp3-exec) S 20230 20233 18498 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150272867 9740288 346 33554432000 4194304 5098028 140735787833280 140735787831384 140132177597052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15249408 140735787836516 140735787836727 140735787836727 140735787839467 0
/proc/20233/statm: 2378 346 289 221 0 87 0
[pid=20235] ppid=20233 vsize=26006188 memory=50544 CPUtime=0.69 cores=0-7
/proc/20235/stat : 20235 (java) S 20233 20233 18498 0 -1 1077944320 10000 0 0 0 64 5 0 0 20 0 20 0 150272868 26630336512 12636 33554432000 4194304 4196468 140721965460304 140721965442848 139995184144119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
/proc/20235/statm: 6501547 12636 3138 1 0 6488781 0
[pid=20235/tid=20236] ppid=20233 vsize=26006188 memory=0 CPUtime=0.39 cores=0-7
/proc/20235/task/20236/stat : 20236 (java) R 20233 20233 18498 0 -1 4202560 6636 0 0 0 36 3 0 0 20 0 20 0 150272868 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995188369152 139995168187749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20237] ppid=20233 vsize=26006188 memory=732370174302837733 CPUtime=0 cores=0-7
/proc/20235/task/20237/stat : 20237 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995136764688 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20238] ppid=20233 vsize=26006188 memory=140035965384320 CPUtime=0 cores=0-7
/proc/20235/task/20238/stat : 20238 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995135712144 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20239] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20239/stat : 20239 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995134659600 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20240] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20240/stat : 20240 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995133607056 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20241] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20241/stat : 20241 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995132553488 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20242] ppid=20233 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20242/stat : 20242 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139995131500944 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20243] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20243/stat : 20243 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139994736228880 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20244] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20244/stat : 20244 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 12636 33554432000 4194304 4196468 140721965460304 139994735176336 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20245] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20245/stat : 20245 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272870 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993388882416 139995184155266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20246] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20246/stat : 20246 (java) S 20233 20233 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272871 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993387828640 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20247] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20247/stat : 20247 (java) S 20233 20233 18498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150272871 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993386776048 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20248] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20248/stat : 20248 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272873 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993183939280 139995184162715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20249] ppid=20233 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/20235/task/20249/stat : 20249 (java) R 20233 20233 18498 0 -1 4202560 627 0 0 0 4 0 0 0 20 0 20 0 150272873 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993182872896 139995177247736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20250] ppid=20233 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/20235/task/20250/stat : 20250 (java) R 20233 20233 18498 0 -1 4202560 347 0 0 0 4 0 0 0 20 0 20 0 150272873 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993181833328 139995167391360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20251] ppid=20233 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/20235/task/20251/stat : 20251 (java) S 20233 20233 18498 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 20 0 150272873 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993180780784 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20252] ppid=20233 vsize=26006188 memory=0 CPUtime=0.15 cores=0-7
/proc/20235/task/20252/stat : 20252 (java) S 20233 20233 18498 0 -1 1077944384 965 0 0 0 15 0 0 0 20 0 20 0 150272873 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993179728240 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20253] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20253/stat : 20253 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272874 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993178675936 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20254] ppid=20233 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/20235/task/20254/stat : 20254 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272874 26630336512 12636 33554432000 4194304 4196468 140721965460304 139993177623472 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 51928 KiB

[startup+0.609715 s]
/proc/loadavg: 7.06 7.86 8.12 6/199 20254
/proc/meminfo: memFree=26978700/32770624 swapFree=67108860/67108860
[pid=20233] ppid=20230 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20233/stat : 20233 (xcsp3-exec) S 20230 20233 18498 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150272867 9740288 346 33554432000 4194304 5098028 140735787833280 140735787831384 140132177597052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15249408 140735787836516 140735787836727 140735787836727 140735787839467 0
/proc/20233/statm: 2378 346 289 221 0 87 0
[pid=20235] ppid=20233 vsize=26006188 memory=92388 CPUtime=1.46 cores=0-7
/proc/20235/stat : 20235 (java) S 20233 20233 18498 0 -1 1077944320 12652 0 0 0 140 6 0 0 20 0 20 0 150272868 26630336512 23097 33554432000 4194304 4196468 140721965460304 140721965442848 139995184144119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
/proc/20235/statm: 6501547 23097 3202 1 0 6488781 0
[pid=20235/tid=20236] ppid=20233 vsize=26006188 memory=3761127154264590718 CPUtime=0.58 cores=0-7
/proc/20235/task/20236/stat : 20236 (java) R 20233 20233 18498 0 -1 4202560 6789 0 0 0 55 3 0 0 20 0 20 0 150272868 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995188381776 139995184165466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20237] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20237/stat : 20237 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995136764688 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20238] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20238/stat : 20238 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995135712144 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20239] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20239/stat : 20239 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995134659600 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20240] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20240/stat : 20240 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995133607056 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20241] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20241/stat : 20241 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995132553488 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20242] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20242/stat : 20242 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139995131500944 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20243] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20243/stat : 20243 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139994736228880 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20244] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20244/stat : 20244 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272869 26630336512 23097 33554432000 4194304 4196468 140721965460304 139994735176336 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20245] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20245/stat : 20245 (java) S 20233 20233 18498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 150272870 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993388882416 139995184155266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20246] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20246/stat : 20246 (java) S 20233 20233 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272871 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993387828640 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20247] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20247/stat : 20247 (java) S 20233 20233 18498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150272871 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993386776048 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20248] ppid=20233 vsize=26006188 memory=140035965384319 CPUtime=0 cores=0-7
/proc/20235/task/20248/stat : 20248 (java) S 20233 20233 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272873 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993183939280 139995184162715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20249] ppid=20233 vsize=26006188 memory=0 CPUtime=0.18 cores=0-7
/proc/20235/task/20249/stat : 20249 (java) R 20233 20233 18498 0 -1 4202560 1284 0 0 0 18 0 0 0 20 0 20 0 150272873 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993182885872 139995184165466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20250] ppid=20233 vsize=26006188 memory=0 CPUtime=0.21 cores=0-7
/proc/20235/task/20250/stat : 20250 (java) R 20233 20233 18498 0 -1 4202560 889 0 0 0 21 0 0 0 20 0 20 0 150272873 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993181831728 139995167469565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20251] ppid=20233 vsize=26006188 memory=0 CPUtime=0.15 cores=0-7
/proc/20235/task/20251/stat : 20251 (java) R 20233 20233 18498 0 -1 4202560 756 0 0 0 15 0 0 0 20 0 20 0 150272873 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993180772736 139995165666268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20252] ppid=20233 vsize=26006188 memory=0 CPUtime=0.29 cores=0-7
/proc/20235/task/20252/stat : 20252 (java) S 20233 20233 18498 0 -1 1077944384 1622 0 0 0 29 0 0 0 20 0 20 0 150272873 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993179728240 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20253] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20253/stat : 20253 (java) S 20233 20233 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272874 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993178675936 139995184154325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
[pid=20235/tid=20254] ppid=20233 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20235/task/20254/stat : 20254 (java) S 20233 20233 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272874 26630336512 23097 33554432000 4194304 4196468 140721965460304 139993177623472 139995184155266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140721965462674 140721965462851 140721965462851 140721965465551 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 93772 KiB

Child status: 0
Real time (s): 0.670386
CPU time (s): 1.75615
CPU user time (s): 1.67349
CPU system time (s): 0.082659
CPU usage (%): 261.961
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 93772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.67349
system time used= 0.082659
maximum resident set size= 114992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13817
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= 2430
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 20233
#   total CPU time (s): 1.75615
#   total CPU user time (s): 1.67349
#   total CPU system time (s): 0.082659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031582 second user time and 0.03764 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-19 21:29:48
IDJOB=4280708
IDBENCH=139166
IDSOLVER=2675
FILE ID=node103/4280708-1503171848
RUNJOBID= node103-1503163228-18525
PBS_JOBID= 20630828
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-summer-school-coolest.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280708-1503171848/watcher-4280708-1503171848 -o /tmp/evaluation-result-4280708-1503171848/solver-4280708-1503171848 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503163228-18525 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1280980270 HOME/instance-4280708-1503171848.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 555d6e0ee5aa3949136a27d145c75cc2
RANDOM SEED=1280980270

node103.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.56
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.56
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.56
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.56
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:        27032520 kB
MemAvailable:   31972748 kB
Buffers:          236212 kB
Cached:          4997708 kB
SwapCached:            0 kB
Active:          1003168 kB
Inactive:        4285864 kB
Active(anon):       4360 kB
Inactive(anon):    86700 kB
Active(file):     998808 kB
Inactive(file):  4199164 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8068 kB
Writeback:             0 kB
AnonPages:         79132 kB
Mapped:            49888 kB
Shmem:             33420 kB
Slab:             142408 kB
SReclaimable:     116180 kB
SUnreclaim:        26228 kB
KernelStack:        3552 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61644 MiB
End job on node103 at 2017-08-19 21:29:49