Trace number 4243016

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
R1: BTD 2017-06-30? (TO) 2400.04 2401.1

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

8.19/8.24	c Version: 2017-06-30
2399.93/2401.07	s UNKNOWN
2399.93/2401.07	c Solving # Nodes: 610291
2399.93/2401.07	c Global Time: 2400.01 s

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243016-1500633406/watcher-4243016-1500633406 -o /tmp/evaluation-result-4243016-1500633406/solver-4243016-1500633406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500623775-4000 --watchdog 2560 BTD 2400 HOME/instance-4243016-1500633406.xml 

pid=5604
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5607
/proc/meminfo: memFree=31351700/32770624 swapFree=6652/520104
[pid=5607] ppid=5604 vsize=30804 CPUtime=0 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 16775127 31543296 248 33554432000 4194304 35031059 140724815888768 140724815888768 4209280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 7701 248 214 7529 0 148 0

[startup+0.100095 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5607
/proc/meminfo: memFree=31351700/32770624 swapFree=6652/520104
[pid=5607] ppid=5604 vsize=33880 CPUtime=0.09 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 1210 0 0 0 9 0 0 0 20 0 1 0 16775127 34693120 1054 33554432000 4194304 35031059 140724815888768 140724815884728 4208689 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 8470 1054 217 7529 0 917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33880

[startup+0.200299 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5607
/proc/meminfo: memFree=31351700/32770624 swapFree=6652/520104
[pid=5607] ppid=5604 vsize=37540 CPUtime=0.19 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 2119 0 0 0 19 0 0 0 20 0 1 0 16775127 38440960 1973 33554432000 4194304 35031059 140724815888768 140724815884088 4214863 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 9385 1973 217 7529 0 1832 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37540

[startup+0.300276 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5607
/proc/meminfo: memFree=31351700/32770624 swapFree=6652/520104
[pid=5607] ppid=5604 vsize=41180 CPUtime=0.29 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 3030 0 0 0 28 1 0 0 20 0 1 0 16775127 42168320 2882 33554432000 4194304 35031059 140724815888768 140724815884728 7407730 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 10295 2882 217 7529 0 2742 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41180

[startup+0.700176 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 5607
/proc/meminfo: memFree=31351700/32770624 swapFree=6652/520104
[pid=5607] ppid=5604 vsize=55768 CPUtime=0.69 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 6673 0 0 0 67 2 0 0 20 0 1 0 16775127 57106432 6501 33554432000 4194304 35031059 140724815888768 140724815883928 7408842 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 13942 6501 221 7529 0 6389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55768

[startup+1.50017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5659
/proc/meminfo: memFree=31352892/32770624 swapFree=6652/530748
[pid=5607] ppid=5604 vsize=84236 CPUtime=1.49 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 13804 0 0 0 146 3 0 0 20 0 1 0 16775127 86257664 13648 33554432000 4194304 35031059 140724815888768 140724815884536 4209280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 21059 13648 221 7529 0 13506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84236

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5730
/proc/meminfo: memFree=31298632/32770624 swapFree=6652/520376
[pid=5607] ppid=5604 vsize=92352 CPUtime=3.09 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 16922 0 0 0 304 5 0 0 20 0 1 0 16775127 94568448 15803 33554432000 4194304 35031059 140724815888768 140724815881592 7541298 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 23088 15803 412 7529 0 15535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92352

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5730
/proc/meminfo: memFree=31212740/32770624 swapFree=6652/520184
[pid=5607] ppid=5604 vsize=97472 CPUtime=6.29 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 20235 0 0 0 623 6 0 0 20 0 1 0 16775127 99811328 17058 33554432000 4194304 35031059 140724815888768 140724815881592 7541280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 24368 17058 412 7529 0 16815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97472

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5730
/proc/meminfo: memFree=30730828/32770624 swapFree=6652/520200
[pid=5607] ppid=5604 vsize=571380 CPUtime=12.68 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 140370 0 0 0 1249 19 0 0 20 0 1 0 16775127 585093120 133896 33554432000 4194304 35031059 140724815888768 140724815887768 4496728 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 142845 133896 470 7529 0 135292 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 571380

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5730
/proc/meminfo: memFree=29667424/32770624 swapFree=6652/520220
[pid=5607] ppid=5604 vsize=571644 CPUtime=25.47 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 148042 0 0 0 2527 20 0 0 20 0 1 0 16775127 585363456 133963 33554432000 4194304 35031059 140724815888768 140724815887768 4496728 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 142911 133963 470 7529 0 135358 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 571644

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5730
/proc/meminfo: memFree=29665536/32770624 swapFree=6652/520240
[pid=5607] ppid=5604 vsize=571776 CPUtime=51.05 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 152122 0 0 0 5084 21 0 0 20 0 1 0 16775127 585498624 134012 33554432000 4194304 35031059 140724815888768 140724815887768 4497555 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 142944 134012 470 7529 0 135391 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 571776

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5731
/proc/meminfo: memFree=29664968/32770624 swapFree=6652/520264
[pid=5607] ppid=5604 vsize=572304 CPUtime=102.23 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 153067 0 0 0 10199 24 0 0 20 0 1 0 16775127 586039296 134162 33554432000 4194304 35031059 140724815888768 140724815887768 4497598 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143076 134162 470 7529 0 135523 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 572304

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 5732
/proc/meminfo: memFree=29663080/32770624 swapFree=6652/520284
[pid=5607] ppid=5604 vsize=572700 CPUtime=162.19 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 153707 0 0 0 16193 26 0 0 20 0 1 0 16775127 586444800 134237 33554432000 4194304 35031059 140724815888768 140724815887768 4497616 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143175 134237 470 7529 0 135622 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 572700

[startup+222.306 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 5740
/proc/meminfo: memFree=29660644/32770624 swapFree=6652/520312
[pid=5607] ppid=5604 vsize=573624 CPUtime=222.18 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 154774 0 0 0 22187 31 0 0 20 0 1 0 16775127 587390976 134489 33554432000 4194304 35031059 140724815888768 140724815887768 4577916 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143406 134489 470 7529 0 135853 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 573624

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5741
/proc/meminfo: memFree=29660796/32770624 swapFree=6652/520336
[pid=5607] ppid=5604 vsize=573756 CPUtime=282.15 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 155105 0 0 0 28181 34 0 0 20 0 1 0 16775127 587526144 134518 33554432000 4194304 35031059 140724815888768 140724815887768 4497632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143439 134518 470 7529 0 135886 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 573756

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 5742
/proc/meminfo: memFree=29655352/32770624 swapFree=6652/520364
[pid=5607] ppid=5604 vsize=574020 CPUtime=342.12 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 155628 0 0 0 34173 39 0 0 20 0 1 0 16775127 587796480 135821 33554432000 4194304 35031059 140724815888768 140724815887768 4496360 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143505 135821 470 7529 0 135952 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 574020

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/186 5743
/proc/meminfo: memFree=29656696/32770624 swapFree=6652/520384
[pid=5607] ppid=5604 vsize=574284 CPUtime=402.09 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 155932 0 0 0 40166 43 0 0 20 0 1 0 16775127 588066816 135886 33554432000 4194304 35031059 140724815888768 140724815887768 4497149 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143571 135886 470 7529 0 136018 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 574284

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5745
/proc/meminfo: memFree=29655636/32770624 swapFree=6652/520404
[pid=5607] ppid=5604 vsize=574416 CPUtime=462.07 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 156122 0 0 0 46161 46 0 0 20 0 1 0 16775127 588201984 135912 33554432000 4194304 35031059 140724815888768 140724815887768 4544960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143604 135912 470 7529 0 136051 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 574416

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5746
/proc/meminfo: memFree=29655816/32770624 swapFree=6652/520428
[pid=5607] ppid=5604 vsize=574944 CPUtime=522.05 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 156393 0 0 0 52152 53 0 0 20 0 1 0 16775127 588742656 136054 33554432000 4194304 35031059 140724815888768 140724815887768 4213565 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143736 136054 470 7529 0 136183 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 574944

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5747
/proc/meminfo: memFree=29655844/32770624 swapFree=6652/520448
[pid=5607] ppid=5604 vsize=575076 CPUtime=582.03 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 156633 0 0 0 58146 57 0 0 20 0 1 0 16775127 588877824 136089 33554432000 4194304 35031059 140724815888768 140724815887768 4541612 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 143769 136089 470 7529 0 136216 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 575076


################
# More data... #
################


[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 5804
/proc/meminfo: memFree=29646812/32770624 swapFree=6652/520856
[pid=5607] ppid=5604 vsize=576132 CPUtime=1541.66 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 159598 0 0 0 154035 131 0 0 20 0 1 0 16775127 589959168 136348 33554432000 4194304 35031059 140724815888768 140724815887768 4497598 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136348 470 7529 0 136480 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 576132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 5805
/proc/meminfo: memFree=29646980/32770624 swapFree=6652/520876
[pid=5607] ppid=5604 vsize=576132 CPUtime=1601.62 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 159713 0 0 0 160028 134 0 0 20 0 1 0 16775127 589959168 136352 33554432000 4194304 35031059 140724815888768 140724815887768 4497598 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136352 470 7529 0 136480 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 576132

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 5806
/proc/meminfo: memFree=29646892/32770624 swapFree=6652/520896
[pid=5607] ppid=5604 vsize=576132 CPUtime=1661.59 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 159825 0 0 0 166021 138 0 0 20 0 1 0 16775127 589959168 136352 33554432000 4194304 35031059 140724815888768 140724815887768 4496705 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136352 470 7529 0 136480 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 576132

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 5807
/proc/meminfo: memFree=29646932/32770624 swapFree=6652/520916
[pid=5607] ppid=5604 vsize=576132 CPUtime=1721.56 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 159937 0 0 0 172015 141 0 0 20 0 1 0 16775127 589959168 136352 33554432000 4194304 35031059 140724815888768 140724815887768 4497572 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136352 470 7529 0 136480 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 576132

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5808
/proc/meminfo: memFree=29646488/32770624 swapFree=6652/520940
[pid=5607] ppid=5604 vsize=576132 CPUtime=1781.53 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160097 0 0 0 178009 144 0 0 20 0 1 0 16775127 589959168 136366 33554432000 4194304 35031059 140724815888768 140724815887768 4497591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136366 470 7529 0 136480 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 576132

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 5809
/proc/meminfo: memFree=29646620/32770624 swapFree=6652/520968
[pid=5607] ppid=5604 vsize=576132 CPUtime=1841.5 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160209 0 0 0 184002 148 0 0 20 0 1 0 16775127 589959168 136366 33554432000 4194304 35031059 140724815888768 140724815887768 4497632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136366 470 7529 0 136480 0
Current children cumulated CPU time (s) 1841.5
Current children cumulated vsize (KiB) 576132

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 5810
/proc/meminfo: memFree=29646404/32770624 swapFree=6652/520988
[pid=5607] ppid=5604 vsize=576132 CPUtime=1901.47 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160319 0 0 0 189995 152 0 0 20 0 1 0 16775127 589959168 136366 33554432000 4194304 35031059 140724815888768 140724815887768 4544929 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136366 470 7529 0 136480 0
Current children cumulated CPU time (s) 1901.47
Current children cumulated vsize (KiB) 576132

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 5811
/proc/meminfo: memFree=29646308/32770624 swapFree=6652/521008
[pid=5607] ppid=5604 vsize=576132 CPUtime=1961.44 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160433 0 0 0 195989 155 0 0 20 0 1 0 16775127 589959168 136366 33554432000 4194304 35031059 140724815888768 140724815887768 4496766 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136366 470 7529 0 136480 0
Current children cumulated CPU time (s) 1961.44
Current children cumulated vsize (KiB) 576132

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5819
/proc/meminfo: memFree=29645984/32770624 swapFree=6652/521036
[pid=5607] ppid=5604 vsize=576132 CPUtime=2021.42 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160580 0 0 0 201981 161 0 0 20 0 1 0 16775127 589959168 136370 33554432000 4194304 35031059 140724815888768 140724815887768 4497616 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136370 470 7529 0 136480 0
Current children cumulated CPU time (s) 2021.42
Current children cumulated vsize (KiB) 576132

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5820
/proc/meminfo: memFree=29645836/32770624 swapFree=6652/521060
[pid=5607] ppid=5604 vsize=576132 CPUtime=2081.4 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160707 0 0 0 207975 165 0 0 20 0 1 0 16775127 589959168 136370 33554432000 4194304 35031059 140724815888768 140724815887768 4544915 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136370 470 7529 0 136480 0
Current children cumulated CPU time (s) 2081.4
Current children cumulated vsize (KiB) 576132

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5821
/proc/meminfo: memFree=29646092/32770624 swapFree=6652/521088
[pid=5607] ppid=5604 vsize=576132 CPUtime=2141.36 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160822 0 0 0 213967 169 0 0 20 0 1 0 16775127 589959168 136370 33554432000 4194304 35031059 140724815888768 140724815887768 4496865 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136370 470 7529 0 136480 0
Current children cumulated CPU time (s) 2141.36
Current children cumulated vsize (KiB) 576132

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5822
/proc/meminfo: memFree=29645904/32770624 swapFree=6652/521112
[pid=5607] ppid=5604 vsize=576132 CPUtime=2201.33 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 160933 0 0 0 219961 172 0 0 20 0 1 0 16775127 589959168 136370 33554432000 4194304 35031059 140724815888768 140724815887768 4544985 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144033 136370 470 7529 0 136480 0
Current children cumulated CPU time (s) 2201.33
Current children cumulated vsize (KiB) 576132

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5823
/proc/meminfo: memFree=29646524/32770624 swapFree=6652/521132
[pid=5607] ppid=5604 vsize=576264 CPUtime=2261.3 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 161091 0 0 0 225954 176 0 0 20 0 1 0 16775127 590094336 136385 33554432000 4194304 35031059 140724815888768 140724815887768 4496728 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144066 136385 470 7529 0 136513 0
Current children cumulated CPU time (s) 2261.3
Current children cumulated vsize (KiB) 576264

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5824
/proc/meminfo: memFree=29646544/32770624 swapFree=6652/521152
[pid=5607] ppid=5604 vsize=576264 CPUtime=2321.27 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 161237 0 0 0 231948 179 0 0 20 0 1 0 16775127 590094336 136385 33554432000 4194304 35031059 140724815888768 140724815887768 4497587 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144066 136385 470 7529 0 136513 0
Current children cumulated CPU time (s) 2321.27
Current children cumulated vsize (KiB) 576264

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5825
/proc/meminfo: memFree=29645544/32770624 swapFree=6652/521176
[pid=5607] ppid=5604 vsize=576264 CPUtime=2381.24 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 161355 0 0 0 237943 181 0 0 20 0 1 0 16775127 590094336 136385 33554432000 4194304 35031059 140724815888768 140724815887768 4544929 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 144066 136385 470 7529 0 136513 0
Current children cumulated CPU time (s) 2381.24
Current children cumulated vsize (KiB) 576264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5825
/proc/meminfo: memFree=29645544/32770624 swapFree=6652/521188
[pid=5607] ppid=5604 vsize=557716 CPUtime=2400.03 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 161498 0 0 0 239821 182 0 0 20 0 1 0 16775127 571101184 132281 33554432000 4194304 35031059 140724815888768 140724815888088 7392084 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 139429 132281 480 7529 0 131876 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 557716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5607 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5825
/proc/meminfo: memFree=29645544/32770624 swapFree=6652/521188
[pid=5607] ppid=5604 vsize=557716 CPUtime=2400.03 cores=0,2,4,6
/proc/5607/stat : 5607 (BTD) R 5604 5607 3969 0 -1 4202496 161498 0 0 0 239821 182 0 0 20 0 1 0 16775127 571101184 132281 33554432000 4194304 35031059 140724815888768 140724815888088 7392084 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 57901056 140724815893754 140724815893830 140724815893830 140724815896529 0
/proc/5607/statm: 139429 132281 480 7529 0 131876 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 557716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.1
CPU time (s): 2400.04
CPU user time (s): 2398.21
CPU system time (s): 1.83021
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 576264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.21
system time used= 1.83021
maximum resident set size= 545540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 121438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13526 second user time and 9.71094 second system time

The end

Launcher Data

Begin job on node141 at 2017-07-21 12:36:46
IDJOB=4243016
IDBENCH=138612
IDSOLVER=2619
FILE ID=node141/4243016-1500633406
RUNJOBID= node141-1500623775-4000
PBS_JOBID= 20622992
Free space on /tmp= 61956 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243016-1500633406/watcher-4243016-1500633406 -o /tmp/evaluation-result-4243016-1500633406/solver-4243016-1500633406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500623775-4000 --watchdog 2560  BTD 2400 HOME/instance-4243016-1500633406.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1297701158

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

/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		: 2400.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.27
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		: 1600.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		: 1600.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.27
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		: 1600.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		: 1600.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.27
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		: 2267.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.27
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		: 1600.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:        31352900 kB
MemAvailable:   32006744 kB
Buffers:          159088 kB
Cached:           773512 kB
SwapCached:            0 kB
Active:           466452 kB
Inactive:         529004 kB
Active(anon):      65164 kB
Inactive(anon):     8900 kB
Active(file):     401288 kB
Inactive(file):   520104 kB
Unevictable:        6652 kB
Mlocked:            6660 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38784 kB
Writeback:             0 kB
AnonPages:         83236 kB
Mapped:            34228 kB
Shmem:              8852 kB
Slab:             121476 kB
SReclaimable:      96576 kB
SUnreclaim:        24900 kB
KernelStack:        3568 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     337644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61916 MiB
End job on node141 at 2017-07-21 13:16:48