Trace number 4400715

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
Concrete 3.12.2SAT 10.2541 6.18632

General information on the benchmark

NameScheduling/Scheduling-jsdec-sadeh/
Sadeh-enddr1-7.xml
MD5SUM7d172624d7d2d86f32f8d29666a5f8b7
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.021906
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints95
Number of domains1
Minimum domain size162
Maximum domain size162
Distribution of domain sizes[{"size":162,"count":50}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":20},{"degree":4,"count":30}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":40},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"noOverlap","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.72/1.36	c Concrete v3.12.2.1568631193530 running
10.15/5.72	v <instantiation
10.15/5.72	v         >
10.15/5.72	v       <list>
10.15/5.72	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4]
10.15/5.72	v       </list>
10.15/5.72	v       <values>
10.15/5.72	v         12 75 79 125 148 0 9 17 122 134 21 27 44 55 149 75 85 91 106 137 96 115 126 138 145 90 107 116 135 147 10 21 29 67 73 6 65 68 79 108 33 101 106 126 137 2 27 55 68 73
10.15/5.72	v       </values>
10.15/5.72	v     </instantiation>
10.15/5.72	s SATISFIABLE

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 (15227 MiB free)
  memory of node 1: 16384 MiB (15606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400715-1568673331/watcher-4400715-1568673331 -o /tmp/evaluation-result-4400715-1568673331/solver-4400715-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400715-1568673331.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=18166, runsolver pid=18159
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 0.00 1.01 2.25 2/205 18223
/proc/meminfo: memFree=31570556/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=113256 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/18166/stat : 18166 (bash) S 18159 18166 18105 0 -1 4202496 891 5690 0 0 0 0 0 0 20 0 1 0 443604611 115974144 404 33554432000 4194304 5098028 140735849874672 140735849868680 140496284797952 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18166/statm: 28314 404 320 221 0 119 0
[pid=18221] ppid=18166 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18221/stat : 18221 (bash) S 18166 18166 18105 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443604615 115974144 178 33554432000 4194304 5098028 140735849874672 140735849867352 140496284623484 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18221/statm: 28314 178 94 221 0 119 0
[pid=18222] ppid=18221 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/18222/stat : 18222 (java) D 18221 18166 18105 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 443604615 303104 1 33554432000 4194304 4196468 140724506813520 140724506810792 140609344542407 0 0 4096 0 18446744072101662244 0 0 17 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
/proc/18222/statm: 74 1 0 1 0 38 0
[pid=18223] ppid=18221 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18223/stat : 18223 (awk) S 18221 18166 18105 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443604615 116211712 243 33554432000 4194304 4609284 140730522401744 140730522400920 140447996378112 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 17240064 140730522404028 140730522404058 140730522404058 140730522406895 0
/proc/18223/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.210014 s]*
/proc/loadavg: 0.00 1.01 2.25 2/207 18225
/proc/meminfo: memFree=31569012/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=113256 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/18166/stat : 18166 (bash) S 18159 18166 18105 0 -1 4202496 891 5690 0 0 0 0 0 0 20 0 1 0 443604611 115974144 404 33554432000 4194304 5098028 140735849874672 140735849868680 140496284797952 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18166/statm: 28314 404 320 221 0 119 0
[pid=18221] ppid=18166 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18221/stat : 18221 (bash) S 18166 18166 18105 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443604615 115974144 178 33554432000 4194304 5098028 140735849874672 140735849867352 140496284623484 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18221/statm: 28314 178 94 221 0 119 0
[pid=18222] ppid=18221 vsize=109440 memory=5440 CPUtime=0 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18221 18166 18105 0 -1 1077944320 1673 0 0 0 0 0 0 0 20 0 2 0 443604615 112066560 1360 33554432000 4194304 4196468 140724506813520 140724506796064 140609342267127 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
/proc/18222/statm: 27360 1360 1030 1 0 16810 0
[pid=18222/tid=18224] ppid=18221 vsize=109440 memory=7751702667093440019 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) D 18221 18166 18105 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 2 0 443604627 112066560 1360 33554432000 4194304 4196468 140724506813520 140609346503888 140609334946349 0 4 0 16784584 18446744072101662244 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18223] ppid=18221 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18223/stat : 18223 (awk) S 18221 18166 18105 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443604615 116211712 243 33554432000 4194304 4609284 140730522401744 140730522400920 140447996378112 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 17240064 140730522404028 140730522404058 140730522404058 140730522406895 0
/proc/18223/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 449440 KiB
Current children cumulated memory: 8740 KiB

[startup+0.309994 s]*
/proc/loadavg: 0.00 1.01 2.25 2/207 18225
/proc/meminfo: memFree=31568748/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=113256 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/18166/stat : 18166 (bash) S 18159 18166 18105 0 -1 4202496 891 5690 0 0 0 0 0 0 20 0 1 0 443604611 115974144 404 33554432000 4194304 5098028 140735849874672 140735849868680 140496284797952 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18166/statm: 28314 404 320 221 0 119 0
[pid=18221] ppid=18166 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18221/stat : 18221 (bash) S 18166 18166 18105 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443604615 115974144 178 33554432000 4194304 5098028 140735849874672 140735849867352 140496284623484 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18221/statm: 28314 178 94 221 0 119 0
[pid=18222] ppid=18221 vsize=361196 memory=5660 CPUtime=0 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18221 18166 18105 0 -1 1077944320 1780 0 0 0 0 0 0 0 20 0 2 0 443604615 369864704 1415 33554432000 4194304 4196468 140724506813520 140724506796064 140609342267127 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
/proc/18222/statm: 90299 1415 1075 1 0 79210 0
[pid=18222/tid=18224] ppid=18221 vsize=361196 memory=288355116380323867 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18221 18166 18105 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 2 0 443604627 369864704 1415 33554432000 4194304 4196468 140724506813520 140609346509216 140609342278274 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18223] ppid=18221 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18223/stat : 18223 (awk) S 18221 18166 18105 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443604615 116211712 243 33554432000 4194304 4609284 140730522401744 140730522400920 140447996378112 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 17240064 140730522404028 140730522404058 140730522404058 140730522406895 0
/proc/18223/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 701196 KiB
Current children cumulated memory: 8960 KiB

[startup+0.700753 s]
/proc/loadavg: 0.00 1.01 2.25 2/221 18239
/proc/meminfo: memFree=31549296/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=113256 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/18166/stat : 18166 (bash) S 18159 18166 18105 0 -1 4202496 891 5690 0 0 0 0 0 0 20 0 1 0 443604611 115974144 404 33554432000 4194304 5098028 140735849874672 140735849868680 140496284797952 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18166/statm: 28314 404 320 221 0 119 0
[pid=18221] ppid=18166 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18221/stat : 18221 (bash) S 18166 18166 18105 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443604615 115974144 178 33554432000 4194304 5098028 140735849874672 140735849867352 140496284623484 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28725248 140735849878548 140735849878673 140735849878673 140735849881582 0
/proc/18221/statm: 28314 178 94 221 0 119 0
[pid=18222] ppid=18221 vsize=10593144 memory=22448 CPUtime=0.05 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18221 18166 18105 0 -1 1077944320 5119 0 0 0 4 1 0 0 20 0 14 0 443604615 10847379456 5612 33554432000 4194304 4196468 140724506813520 140724506796064 140609342267127 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
/proc/18222/statm: 2648286 5612 2601 1 0 2610827 0
[pid=18222/tid=18224] ppid=18221 vsize=10593144 memory=976 CPUtime=0.05 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) D 18221 18166 18105 0 -1 4202560 3244 0 0 0 4 1 0 0 20 0 14 0 443604627 10847379456 5612 33554432000 4194304 4196468 140724506813520 140609346504608 140609342289149 0 4 0 16800975 18446744071580418449 0 0 -1 0 0 0 1 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18226] ppid=18221 vsize=10593144 memory=772 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18221 18166 18105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443604643 10847379456 5612 33554432000 4194304 4196468 140724506813520 140609311979920 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18227] ppid=18221 vsize=10593144 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18221 18166 18105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443604643 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608948013328 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18228] ppid=18221 vsize=10593144 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18221 18166 18105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443604643 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608946961040 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18229] ppid=18221 vsize=10593144 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18221 18166 18105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443604643 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608945908240 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18234] ppid=18221 vsize=10593144 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18221 18166 18105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443604646 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608700123760 140609342278274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18236] ppid=18221 vsize=10593144 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18221 18166 18105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443604646 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608699069728 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18222/tid=18238] ppid=18221 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18238/stat : 18238 (java) S 18221 18166 18105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443604646 10847379456 5612 33554432000 4194304 4196468 140724506813520 140608698017392 140609342277333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23113728 140724506817676 140724506817690 140724506817690 140724506820559 0
[pid=18223] ppid=18221 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18223/stat : 18223 (awk) S 18221 18166 18105 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443604615 116211712 243 33554432000 4194304 4609284 140730522401744 140730522400920 140447996378112 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 17240064 140730522404028 140730522404058 140730522404058 140730522406895 0
/proc/18223/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 25748 KiB

[startup+1.50076 s]
/proc/loadavg: 0.08 1.01 2.25 5/227 18297
/proc/meminfo: memFree=31523160/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=10822316 memory=74220 CPUtime=0.92 cores=0,2,4,6
/proc/18166/stat : 18166 (java) S 18159 18166 18105 0 -1 1077944320 14409 13549 0 0 78 6 5 3 20 0 15 0 443604611 11082051584 18555 33554432000 4194304 4196468 140729534275280 140729534257824 140529428135671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
/proc/18166/statm: 2705579 18555 3486 1 0 2667661 0
[pid=18166/tid=18275] ppid=18159 vsize=10822316 memory=281005483475792 CPUtime=0.59 cores=0,2,4,6
/proc/18166/task/18275/stat : 18275 (java) R 18159 18166 18105 0 -1 4202560 9968 13549 0 0 47 4 5 3 20 0 15 0 443604686 11082051584 18555 33554432000 4194304 4196468 140729534275280 140529399958008 140529412216158 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18279] ppid=18159 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18279/stat : 18279 (java) S 18159 18166 18105 0 -1 1077944384 2 13549 0 0 0 0 5 3 20 0 15 0 443604688 11082051584 18555 33554432000 4194304 4196468 140729534275280 140529432377744 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18280] ppid=18159 vsize=10822316 memory=1365 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18280/stat : 18280 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604688 11082051584 18555 33554432000 4194304 4196468 140729534275280 140529320651024 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18281] ppid=18159 vsize=10822316 memory=7454130749351154278 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18281/stat : 18281 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604688 11082051584 18555 33554432000 4194304 4196468 140729534275280 140529319598736 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18282] ppid=18159 vsize=10822316 memory=7739551873630102885 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18282/stat : 18282 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604688 11082051584 18555 33554432000 4194304 4196468 140729534275280 140529318545936 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18283] ppid=18159 vsize=10822316 memory=7305209583566349910 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18283/stat : 18283 (java) S 18159 18166 18105 0 -1 1077944384 5 13549 0 0 0 0 5 3 20 0 15 0 443604689 11082051584 18555 33554432000 4194304 4196468 140729534275280 140528431471216 140529428146818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18284] ppid=18159 vsize=10822316 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18284/stat : 18284 (java) S 18159 18166 18105 0 -1 1077944384 33 13549 0 0 0 0 5 3 20 0 15 0 443604690 11082051584 18555 33554432000 4194304 4196468 140729534275280 140528430417184 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18285] ppid=18159 vsize=10822316 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18285/stat : 18285 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604690 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528310019696 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18291] ppid=18159 vsize=10822316 memory=15253766152652851 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18291/stat : 18291 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528002619984 140529428154267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18292] ppid=18159 vsize=10822316 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/18166/task/18292/stat : 18292 (java) S 18159 18166 18105 0 -1 1077944384 770 13549 0 0 10 0 5 3 20 0 15 0 443604696 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528396859504 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18293] ppid=18159 vsize=10822316 memory=6944652177228980320 CPUtime=0.13 cores=0,2,4,6
/proc/18166/task/18293/stat : 18293 (java) S 18159 18166 18105 0 -1 1077944384 655 13549 0 0 5 0 5 3 20 0 15 0 443604696 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528395806704 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18294] ppid=18159 vsize=10822316 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18166/task/18294/stat : 18294 (java) S 18159 18166 18105 0 -1 1077944384 757 13549 0 0 14 0 5 3 20 0 15 0 443604696 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528394754416 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18295] ppid=18159 vsize=10822316 memory=734096885910169699 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18295/stat : 18295 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11082051584 18606 33554432000 4194304 4196468 140729534275280 140527969061344 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18297] ppid=18159 vsize=10822316 memory=4206186544037388384 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18297/stat : 18297 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604706 11082051584 18606 33554432000 4194304 4196468 140729534275280 140528393702320 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74220 KiB

[startup+3.11042 s]
/proc/loadavg: 0.08 1.01 2.25 5/227 18298
/proc/meminfo: memFree=31216540/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=10836728 memory=173704 CPUtime=2.79 cores=0,2,4,6
/proc/18166/stat : 18166 (java) S 18159 18166 18105 0 -1 1077944320 23123 13549 0 0 259 12 5 3 20 0 15 0 443604611 11096809472 43426 33554432000 4194304 4196468 140729534275280 140729534257824 140529428135671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
/proc/18166/statm: 2709182 43426 3578 1 0 2671245 0
[pid=18166/tid=18275] ppid=18159 vsize=10836728 memory=2241 CPUtime=1.59 cores=0,2,4,6
/proc/18166/task/18275/stat : 18275 (java) D 18159 18166 18105 0 -1 4202560 15743 13549 0 0 144 7 5 3 20 0 15 0 443604686 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529399958512 140529428157597 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 34 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18279] ppid=18159 vsize=10836728 memory=124300 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18279/stat : 18279 (java) S 18159 18166 18105 0 -1 1077944384 91 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529432377744 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18280] ppid=18159 vsize=10836728 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18280/stat : 18280 (java) S 18159 18166 18105 0 -1 1077944384 61 13549 0 0 0 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529320651024 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18281] ppid=18159 vsize=10836728 memory=15253766152652851 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18281/stat : 18281 (java) S 18159 18166 18105 0 -1 1077944384 378 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529319598736 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18282] ppid=18159 vsize=10836728 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18282/stat : 18282 (java) S 18159 18166 18105 0 -1 1077944384 21 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529318545936 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18283] ppid=18159 vsize=10836728 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18283/stat : 18283 (java) S 18159 18166 18105 0 -1 1077944384 712 13549 0 0 1 0 5 3 20 0 15 0 443604689 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528431471216 140529428146818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18284] ppid=18159 vsize=10836728 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18284/stat : 18284 (java) S 18159 18166 18105 0 -1 1077944384 34 13549 0 0 0 0 5 3 20 0 15 0 443604690 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528430417248 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18285] ppid=18159 vsize=10836728 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18285/stat : 18285 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604690 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528310019712 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18291] ppid=18159 vsize=10836728 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18291/stat : 18291 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528002619984 140529428154267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18292] ppid=18159 vsize=10836728 memory=8 CPUtime=0.37 cores=0,2,4,6
/proc/18166/task/18292/stat : 18292 (java) S 18159 18166 18105 0 -1 1077944384 1040 13549 0 0 29 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528396859504 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18293] ppid=18159 vsize=10836728 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/18166/task/18293/stat : 18293 (java) S 18159 18166 18105 0 -1 1077944384 914 13549 0 0 25 1 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528395806704 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18294] ppid=18159 vsize=10836728 memory=3472468798160980573 CPUtime=0.6 cores=0,2,4,6
/proc/18166/task/18294/stat : 18294 (java) S 18159 18166 18105 0 -1 1077944384 1911 13549 0 0 52 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528394754416 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18295] ppid=18159 vsize=10836728 memory=2958572 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18295/stat : 18295 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140527969061344 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18297] ppid=18159 vsize=10836728 memory=-7249806322133643294 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18297/stat : 18297 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604706 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528393702320 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10836728 KiB
Current children cumulated memory: 173704 KiB

[startup+6.18628 s]
# the end of solver process 18166 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.98991 s, system=0.264227 s

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

[startup+3.20091 s]
/proc/loadavg: 0.08 1.01 2.25 5/227 18298
/proc/meminfo: memFree=31216540/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=10836728 memory=173704 CPUtime=2.79 cores=0,2,4,6
/proc/18166/stat : 18166 (java) S 18159 18166 18105 0 -1 1077944320 23123 13549 0 0 259 12 5 3 20 0 15 0 443604611 11096809472 43426 33554432000 4194304 4196468 140729534275280 140729534257824 140529428135671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
/proc/18166/statm: 2709182 43426 3578 1 0 2671245 0
[pid=18166/tid=18275] ppid=18159 vsize=10836728 memory=6944652177228980320 CPUtime=1.59 cores=0,2,4,6
/proc/18166/task/18275/stat : 18275 (java) D 18159 18166 18105 0 -1 4202560 15743 13549 0 0 144 7 5 3 20 0 15 0 443604686 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529399958512 140529428157597 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 34 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18279] ppid=18159 vsize=10836728 memory=-5587106306044206369 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18279/stat : 18279 (java) S 18159 18166 18105 0 -1 1077944384 91 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529432377744 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18280] ppid=18159 vsize=10836728 memory=-7595761213516906336 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18280/stat : 18280 (java) S 18159 18166 18105 0 -1 1077944384 61 13549 0 0 0 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529320651024 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18281] ppid=18159 vsize=10836728 memory=-7384994778349281184 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18281/stat : 18281 (java) S 18159 18166 18105 0 -1 1077944384 378 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529319598736 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18282] ppid=18159 vsize=10836728 memory=4137860835122056566 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18282/stat : 18282 (java) S 18159 18166 18105 0 -1 1077944384 21 13549 0 0 1 0 5 3 20 0 15 0 443604688 11096809472 43426 33554432000 4194304 4196468 140729534275280 140529318545936 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18283] ppid=18159 vsize=10836728 memory=5 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18283/stat : 18283 (java) S 18159 18166 18105 0 -1 1077944384 712 13549 0 0 1 0 5 3 20 0 15 0 443604689 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528431471216 140529428146818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18284] ppid=18159 vsize=10836728 memory=5 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18284/stat : 18284 (java) S 18159 18166 18105 0 -1 1077944384 34 13549 0 0 0 0 5 3 20 0 15 0 443604690 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528430417248 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18285] ppid=18159 vsize=10836728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18285/stat : 18285 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604690 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528310019712 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18291] ppid=18159 vsize=10836728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18291/stat : 18291 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528002619984 140529428154267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18292] ppid=18159 vsize=10836728 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/18166/task/18292/stat : 18292 (java) S 18159 18166 18105 0 -1 1077944384 1040 13549 0 0 29 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528396859504 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18293] ppid=18159 vsize=10836728 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/18166/task/18293/stat : 18293 (java) S 18159 18166 18105 0 -1 1077944384 914 13549 0 0 25 1 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528395806704 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18294] ppid=18159 vsize=10836728 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/18166/task/18294/stat : 18294 (java) S 18159 18166 18105 0 -1 1077944384 1911 13549 0 0 52 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528394754416 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18295] ppid=18159 vsize=10836728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18295/stat : 18295 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11096809472 43426 33554432000 4194304 4196468 140729534275280 140527969061344 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18297] ppid=18159 vsize=10836728 memory=243 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18297/stat : 18297 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604706 11096809472 43426 33554432000 4194304 4196468 140729534275280 140528393702320 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10836728 KiB
Current children cumulated memory: 173704 KiB

[startup+4.80065 s]
/proc/loadavg: 0.08 1.01 2.25 8/227 18298
/proc/meminfo: memFree=31167316/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=10842892 memory=262800 CPUtime=7.29 cores=0,2,4,6
/proc/18166/stat : 18166 (java) S 18159 18166 18105 0 -1 1077944320 35455 13549 1 0 704 17 5 3 20 0 15 0 443604611 11103121408 65700 33554432000 4194304 4196468 140729534275280 140729534257824 140529428135671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
/proc/18166/statm: 2710723 65700 3600 1 0 2672781 0
[pid=18166/tid=18275] ppid=18159 vsize=10842892 memory=9124443767561732153 CPUtime=3.07 cores=0,2,4,6
/proc/18166/task/18275/stat : 18275 (java) R 18159 18166 18105 0 -1 4202560 19914 13549 1 0 290 9 5 3 20 0 15 0 443604686 11103121408 65700 33554432000 4194304 4196468 140729534275280 140529399969952 140529010845206 0 4 0 16800975 0 0 0 -1 2 0 0 59 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18279] ppid=18159 vsize=10842892 memory=-7035114785800479027 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18279/stat : 18279 (java) S 18159 18166 18105 0 -1 1077944384 91 13549 0 0 1 0 5 3 20 0 15 0 443604688 11103121408 65700 33554432000 4194304 4196468 140729534275280 140529432377744 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18280] ppid=18159 vsize=10842892 memory=140502865087745 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18280/stat : 18280 (java) S 18159 18166 18105 0 -1 1077944384 61 13549 0 0 0 0 5 3 20 0 15 0 443604688 11103121408 65700 33554432000 4194304 4196468 140729534275280 140529320651024 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18281] ppid=18159 vsize=10842892 memory=231996 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18281/stat : 18281 (java) S 18159 18166 18105 0 -1 1077944384 378 13549 0 0 1 0 5 3 20 0 15 0 443604688 11103121408 65700 33554432000 4194304 4196468 140729534275280 140529319598736 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18282] ppid=18159 vsize=10842892 memory=188672 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18282/stat : 18282 (java) S 18159 18166 18105 0 -1 1077944384 21 13549 0 0 1 0 5 3 20 0 15 0 443604688 11103121408 65700 33554432000 4194304 4196468 140729534275280 140529318545936 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18283] ppid=18159 vsize=10842892 memory=124300 CPUtime=0.09 cores=0,2,4,6
/proc/18166/task/18283/stat : 18283 (java) S 18159 18166 18105 0 -1 1077944384 715 13549 0 0 1 0 5 3 20 0 15 0 443604689 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528431471216 140529428146818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18284] ppid=18159 vsize=10842892 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18284/stat : 18284 (java) S 18159 18166 18105 0 -1 1077944384 34 13549 0 0 0 0 5 3 20 0 15 0 443604690 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528430417248 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18285] ppid=18159 vsize=10842892 memory=15253766152652851 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18285/stat : 18285 (java) S 18159 18166 18105 0 -1 1077944384 1 13549 0 0 0 0 5 3 20 0 15 0 443604690 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528310019712 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18291] ppid=18159 vsize=10842892 memory=111136 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18291/stat : 18291 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528002619984 140529428154267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18292] ppid=18159 vsize=10842892 memory=6944652177228980320 CPUtime=1.55 cores=0,2,4,6
/proc/18166/task/18292/stat : 18292 (java) R 18159 18166 18105 0 -1 4202560 4108 13549 0 0 146 1 5 3 20 0 15 0 443604696 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528396843616 140529407382467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18293] ppid=18159 vsize=10842892 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/18166/task/18293/stat : 18293 (java) R 18159 18166 18105 0 -1 4202560 2683 13549 0 0 132 1 5 3 20 0 15 0 443604696 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528395791504 140529411667154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18294] ppid=18159 vsize=10842892 memory=734096885910169699 CPUtime=1.37 cores=0,2,4,6
/proc/18166/task/18294/stat : 18294 (java) S 18159 18166 18105 0 -1 1077944384 5230 13549 0 0 127 2 5 3 20 0 15 0 443604696 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528394754416 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18295] ppid=18159 vsize=10842892 memory=4206186544037388384 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18295/stat : 18295 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11103121408 65700 33554432000 4194304 4196468 140729534275280 140527969061344 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18297] ppid=18159 vsize=10842892 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18297/stat : 18297 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604706 11103121408 65700 33554432000 4194304 4196468 140729534275280 140528393702320 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 262800 KiB

[startup+5.61054 s]
/proc/loadavg: 0.08 1.01 2.25 7/227 18298
/proc/meminfo: memFree=30969588/32770624 swapFree=66938072/67108860
[pid=18166] ppid=18159 vsize=10846988 memory=309168 CPUtime=9.83 cores=0,2,4,6
/proc/18166/stat : 18166 (java) S 18159 18166 18105 0 -1 1077944320 47361 13549 1 0 954 21 5 3 20 0 15 0 443604611 11107315712 77292 33554432000 4194304 4196468 140729534275280 140729534257824 140529428135671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
/proc/18166/statm: 2711747 77292 3618 1 0 2673805 0
[pid=18166/tid=18275] ppid=18159 vsize=10846988 memory=3616869791079533712 CPUtime=3.8 cores=0,2,4,6
/proc/18166/task/18275/stat : 18275 (java) R 18159 18166 18105 0 -1 4202560 23192 13549 1 0 363 9 5 3 20 0 15 0 443604686 11107315712 77292 33554432000 4194304 4196468 140729534275280 140529399970680 140529013887492 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18279] ppid=18159 vsize=10846988 memory=6576565900034353064 CPUtime=0.12 cores=0,2,4,6
/proc/18166/task/18279/stat : 18279 (java) S 18159 18166 18105 0 -1 1077944384 114 13549 0 0 4 0 5 3 20 0 15 0 443604688 11107315712 77292 33554432000 4194304 4196468 140729534275280 140529432377744 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18280] ppid=18159 vsize=10846988 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18166/task/18280/stat : 18280 (java) S 18159 18166 18105 0 -1 1077944384 884 13549 0 0 3 1 5 3 20 0 15 0 443604688 11107315712 77292 33554432000 4194304 4196468 140729534275280 140529320651024 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18281] ppid=18159 vsize=10846988 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18166/task/18281/stat : 18281 (java) S 18159 18166 18105 0 -1 1077944384 400 13549 0 0 4 0 5 3 20 0 15 0 443604688 11107315712 77292 33554432000 4194304 4196468 140729534275280 140529319598736 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18282] ppid=18159 vsize=10846988 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18166/task/18282/stat : 18282 (java) S 18159 18166 18105 0 -1 1077944384 41 13549 0 0 4 0 5 3 20 0 15 0 443604688 11107315712 77292 33554432000 4194304 4196468 140729534275280 140529318545936 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18283] ppid=18159 vsize=10846988 memory=-2746958450906831424 CPUtime=0.12 cores=0,2,4,6
/proc/18166/task/18283/stat : 18283 (java) S 18159 18166 18105 0 -1 1077944384 3575 13549 0 0 4 0 5 3 20 0 15 0 443604689 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528431471216 140529428146818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18284] ppid=18159 vsize=10846988 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18284/stat : 18284 (java) S 18159 18166 18105 0 -1 1077944384 45 13549 0 0 0 0 5 3 20 0 15 0 443604690 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528430417248 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18285] ppid=18159 vsize=10846988 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18285/stat : 18285 (java) S 18159 18166 18105 0 -1 1077944384 12 13549 0 0 0 0 5 3 20 0 15 0 443604690 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528310019712 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18291] ppid=18159 vsize=10846988 memory=281005483474592 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18291/stat : 18291 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528002619984 140529428154267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18292] ppid=18159 vsize=10846988 memory=7301292023857244262 CPUtime=2.18 cores=0,2,4,6
/proc/18166/task/18292/stat : 18292 (java) R 18159 18166 18105 0 -1 4202560 5127 13549 0 0 208 2 5 3 20 0 15 0 443604696 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528396845568 140529405730688 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18293] ppid=18159 vsize=10846988 memory=7301292023857244262 CPUtime=2.06 cores=0,2,4,6
/proc/18166/task/18293/stat : 18293 (java) R 18159 18166 18105 0 -1 4202560 4309 13549 0 0 196 2 5 3 20 0 15 0 443604696 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528395792800 140529411636054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18294] ppid=18159 vsize=10846988 memory=6009606662789817957 CPUtime=1.72 cores=0,2,4,6
/proc/18166/task/18294/stat : 18294 (java) S 18159 18166 18105 0 -1 1077944384 7436 13549 0 0 162 2 5 3 20 0 15 0 443604696 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528394754416 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18295] ppid=18159 vsize=10846988 memory=7301292023857244262 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18295/stat : 18295 (java) S 18159 18166 18105 0 -1 1077944384 3 13549 0 0 0 0 5 3 20 0 15 0 443604696 11107315712 77292 33554432000 4194304 4196468 140729534275280 140527969061344 140529428145877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
[pid=18166/tid=18297] ppid=18159 vsize=10846988 memory=7301292023857244262 CPUtime=0.08 cores=0,2,4,6
/proc/18166/task/18297/stat : 18297 (java) S 18159 18166 18105 0 -1 1077944384 10 13549 0 0 0 0 5 3 20 0 15 0 443604706 11107315712 77292 33554432000 4194304 4196468 140729534275280 140528393702320 140529428146818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17707008 140729534278383 140729534280901 140729534280901 140729534283727 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 309168 KiB

[startup+6.00018 s]*
/proc/loadavg: 0.56 1.10 2.27 6/214 18299
/proc/meminfo: memFree=31250696/32770624 swapFree=66938072/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+6.10939 s]
/proc/loadavg: 0.56 1.10 2.27 6/214 18299
/proc/meminfo: memFree=31250696/32770624 swapFree=66938072/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 6.18632
CPU time (s): 10.2541
CPU user time (s): 9.98991
CPU system time (s): 0.264227
CPU usage (%): 165.755
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 309960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.98991
system time used= 0.264227
maximum resident set size= 312372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61276
page faults= 1
swaps= 0
block input operations= 2784
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6602
involuntary context switches= 79


# summary of solver processes directly reported to runsolver:
#   pid: 18166
#   total CPU time (s): 10.2541
#   total CPU user time (s): 9.98991
#   total CPU system time (s): 0.264227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059094 second user time and 0.098661 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 00:34:51
IDJOB=4400715
IDBENCH=115545
IDSOLVER=2857
FILE ID=node151/4400715-1568673331
RUNJOBID= node151-1568673291-18136
PBS_JOBID= 21703771
Free space on /tmp= 59308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-jsdec-sadeh/Sadeh-enddr1-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400715-1568673331/watcher-4400715-1568673331 -o /tmp/evaluation-result-4400715-1568673331/solver-4400715-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400715-1568673331.xml

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

MD5SUM BENCH= 7d172624d7d2d86f32f8d29666a5f8b7
RANDOM SEED=1889038206

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31574080 kB
MemAvailable:   31847128 kB
Buffers:           58636 kB
Cached:           517320 kB
SwapCached:        68860 kB
Active:           334672 kB
Inactive:         312904 kB
Active(anon):       3756 kB
Inactive(anon):   111644 kB
Active(file):     330916 kB
Inactive(file):   201260 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938072 kB
Dirty:             71144 kB
Writeback:             0 kB
AnonPages:        113372 kB
Mapped:            43052 kB
Shmem:             35052 kB
Slab:             142004 kB
SReclaimable:     113412 kB
SUnreclaim:        28592 kB
KernelStack:        3392 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 00:34:59